/* WOODRANGER® Lawn & Weed Trimmer — landing-new
   Struktura i konvencije prate hedgetrimmer/css/landing-new/landing-new.css;
   sadržaj i sekcije prate live offer.woodrangertools.com/lawnandweedtrimmer/landing. */
:root {
    --red: #db011c;
    --yellow: #ffdc32;
    --yellow-border: #d4b000;
    --dark: #202729;
    --dark-2: #151517;
    --tp-green: #04b67b;
    --stock-red: #d93c25;
    --line: #D3D3D3;
    --txt: #000;
    --txt-soft: #333;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
/* CLS: rezerviši visinu trake pre nego što se web-komponenta definiše */
promo-banner { display: block; min-height: 53px; }
@media (max-width: 767px) { promo-banner { min-height: 70px; } }
/* ponytail: overflow-x samo na body-ju ne zaustavlja horizontalni scroll na iOS-u —
   mora i na <html>, a clip je bolji od hidden jer ne pravi scroll kontejner (position:sticky ostaje živ) */
html { scroll-behavior: smooth; overflow-x: clip; }
body { font-family: 'Inter', sans-serif; color: var(--txt); background: #fff; font-size: 16px; line-height: 1.5; overflow-x: clip; }
img { max-width: 100%; display: inline-block; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.15; }
.ln-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.red { color: var(--red); }

/* ---------- Header ---------- */
.ln-header { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.17); position: sticky; top: 0; z-index: 900; }
.ln-header-in { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 16px; }
.ln-logo img { width: 240px; height: auto; display: block; }
.ln-nav { display: flex; gap: 36px; margin-left: auto; }
.ln-nav a { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 15px; line-height: 16px; color: var(--txt); text-decoration: none; }
.ln-nav a:hover { color: var(--red); }
.ln-nav a.active { box-shadow: inset 0 -8px 0 var(--yellow); }
.ln-header-right { display: flex; align-items: center; gap: 14px; }
.btn-nav { font-family: 'Roboto', sans-serif; font-weight: 800; font-size: 18px; line-height: 23px; color: #000; text-decoration: none; background: var(--yellow); border: 1px solid var(--yellow-border); border-radius: 8px; box-shadow: 0 3px 0 #dedede; padding: 8px 22px; white-space: nowrap; }
.ln-flag { width: 32px; height: 18px; }
/* ponytail: color je obavezan — iOS Safari inače boji tekst u <button>-u sistemskom plavom */
.ln-hamburger { display: none; background: #fff; border: none; color: #000; font-size: 28px; line-height: 1; padding: 0 6px; cursor: pointer; }
.ln-mobile-menu { display: none; flex-direction: column; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 8px 12px rgba(0,0,0,.08); }
.ln-mobile-menu a { padding: 14px 20px; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 16px; color: #010101; text-decoration: none; border-bottom: 1px solid #f1f1f1; }
.ln-mobile-menu a.active { background: var(--yellow); }
.ln-mobile-menu.open { display: flex; }

/* ---------- Shared bits ---------- */
.sec-title { font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 42px; line-height: 50px; text-align: center; margin-bottom: 14px; }
/* ponytail: sticky header is 78px — anchored headings need the offset or they land under it */
.sec-title[id] { scroll-margin-top: 90px; }
.features-sec .sec-title, .onetool .sec-title, .vs-sec .sec-title { max-width: 705px; margin-inline: auto; }
.features-sec .sec-title { line-height: 46px; }
.sec-sub { text-align: center; font-size: 18px; line-height: 28px; color: #000; max-width: 690px; margin: 0 auto 40px; }
/* gear divider ispod naslova — nasleđe starih sekcija (bdr-btm1.png = linija + crveni zupčanik) */
.sec-title.gear { background: url('../../images/int/bdr-btm1.png') no-repeat center bottom; background-size: 420px auto; padding-bottom: 46px; margin-bottom: 24px; }

.btn-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-family: 'Roboto', sans-serif; font-weight: 800; font-size: 18px; line-height: 23px; color: #000; text-decoration: none; background: var(--yellow); border: 1px solid var(--yellow-border); border-radius: 8px; box-shadow: 0 3px 0 #dedede; height: 50px; padding: 0 44px; animation: ln-pulse 1.7s infinite; }
.btn-arw { width: 26px; height: 26px; flex: 0 0 auto; }
@keyframes ln-pulse { 0% { transform: scale(1); } 50% { transform: scale(1.035); } 100% { transform: scale(1); } }

.cta-block { margin-top: 10px; display: inline-flex; flex-direction: column; align-items: center; width: 334.6px; }
.cta-block.center { display: flex; text-align: center; margin: 44px auto 0; }
.ships-from { font-size: 12px; line-height: 23px; text-align: center; margin-bottom: 10px; }
.ships-flag { width: 18px; height: 11px; vertical-align: -1px; }
/* 334.6px kutija: label (20px) + strelica + gap ≈ 316px, pa bočni padding pada sa 44px na 8px */
.cta-block .btn-cta { width: 100%; padding: 0 8px; white-space: nowrap; }
.shipby { font-size: 11px; color: #4f4f4f; margin-top: 10px; display: flex; align-items: center; gap: 5px; }
.cta-block.center .shipby { justify-content: center; }
/* 12px outer ring + 6.9px inner dot */
.shipby .dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(149,223,137,.35); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; animation: dot-pulse 2.4s infinite; }
.shipby .dot::before { content: ''; width: 6.9px; height: 6.9px; border-radius: 50%; background: #95df89; }
@keyframes dot-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(149,223,137,.7); } 70% { box-shadow: 0 0 0 6px rgba(149,223,137,0); } }
.shipby .ship-date { font-family: 'Barlow', sans-serif; font-weight: 700; line-height: 13px; color: #000; }
.stock-bars { display: inline-flex; gap: 2px; }
.stock-bars i { width: 8.3px; height: 8.3px; background: #d9d9d9; display: inline-block; }
.stock-bars i.on { background: var(--stock-red); }
.shipby .low { color: var(--stock-red); }

.tp-stars { display: inline-flex; gap: 3px; }
/* eksplicitni kvadrat + no-shrink — u grid/flex redovima zvezdice ne smeju da se razvlače */
.tp-stars img { width: 32px; height: 32px; flex: 0 0 auto; }
.tp-stars.tp-sm img { width: 15px; height: 15px; }
.tp-stars.tp-xs img { width: 13px; height: 13px; }
.tp-stars.tp-lg img { width: 32px; height: 32px; }

/* ---------- Hero ---------- */
.hero { padding: 34px 0 46px; }
.hero-grid { display: grid; grid-template-columns: 530px 1fr; gap: 49px; align-items: start; }
.hero-head-mob { display: none; }
/* slajdovi su naslagani apsolutno (slajd 3 je video, pa nema swap src-a kao na hedgetrimmeru) */
.hero-carousel { position: relative; border: 1px solid #d9d9d9; border-radius: 2px; overflow: hidden; aspect-ratio: 530 / 490; background: #f3f5ee; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none; }
.hero-slide.active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-slide > img:not(.hb), .hero-slide > video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* bedževi preko prvog slajda — pozicije iz live varijante */
.hb { position: absolute; z-index: 3; pointer-events: none; height: auto; }
.hb-90 { left: 17px; top: 18px; width: 88px; }
.hb-drop { left: 19px; top: 128px; width: 56px; border-radius: 4px; }
.hb-tested { right: 18px; top: 18px; width: 108px; }
/* ponytail: ‹/› glifovi imaju asimetrične metrike pa sede visoko u krugu, a u iOS Safariju
   <button> bez color-a dobija sistemsku plavu — chevron je iscrtan borderom, boja eksplicitna */
.hc-arw { position: absolute; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--yellow); border: none; color: #111; cursor: pointer; z-index: 4; padding: 0; }
.hc-arw::before { content: ''; width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.hc-prev::before { transform: translateX(2px) rotate(-135deg); }
.hc-next::before { transform: translateX(-2px) rotate(45deg); }
.hc-prev { left: 12px; }
.hc-next { right: 12px; }
/* 5 sličica deli 530px kolonu — grid umesto fiksne širine (live varijanta: aktivna ima tamni okvir) */
.hero-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.hero-thumbs button { position: relative; padding: 0; border: none; border-radius: 3px; background: none; cursor: pointer; overflow: hidden; aspect-ratio: 530 / 489; }
.hero-thumbs button.active { outline: 2px solid #111; outline-offset: -2px; }
.hero-thumbs img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* play indikator na video sličici */
.hero-thumbs button.is-video::after { content: ''; position: absolute; inset: 0; margin: auto; width: 26px; height: 26px; border-radius: 50%; background: rgba(0,0,0,.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat center / 14px; }

.tp-strip { display: flex; align-items: center; gap: 7px; font-family: 'Roboto', sans-serif; font-size: 13px; line-height: 15px; margin-bottom: 14px; }
.tp-strip b { font-weight: 700; }
.hero h1 { font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 43px; line-height: 50px; margin-bottom: 20px; }
.hero-sub { font-size: 18px; line-height: 26px; padding: 16px 0; border-top: 2px solid #111; border-bottom: 2px solid #111; margin-bottom: 22px; }
/* Figma drži sve bullete u jednom text bloku sa lh 34 — razmak nosi line-height, ne gap */
.hero-bullets { list-style: none; display: flex; flex-direction: column; gap: 0; margin-bottom: 20px; }
.hero-bullets li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; line-height: 34px; font-weight: 700; }
.hero-bullets img { margin-top: 7px; flex: 0 0 auto; }
.mini-review { margin-top: 26px; }
.mini-review-body { display: flex; gap: 14px; margin-top: 8px; }
.mini-review-text .tp-stars { margin-bottom: 6px; }
.mini-avatar { width: 49px; height: 49px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.mini-review p { font-size: 14px; line-height: 21px; max-width: 420px; }

/* ---------- Brand bar ---------- */
.ln-rule { border: 0; border-top: 1px solid #d2d2d2; margin: 0; }
.brandbar { padding: 20px 0 30px; }
.brandbar-in { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.brandbar-label { font-weight: 400; font-size: 14px; line-height: 150%; text-align: center; }
.brandbar-logos { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; flex-wrap: wrap; }
.brandbar-logo { height: 24px; width: auto; object-fit: contain; }
.brandbar-logo.dup { display: none; }

/* ---------- Features (benefiti sa live varijante) ---------- */
/* bottom 58px = razmak CTA → crna sekcija sa live/Figme */
.features-sec { padding: 36px 0 58px; }
/* ponytail: razmak nosi margin-top na susedu umesto margin-bottom na svakom redu —
   tako poslednji red nema rep i .cta-block sam kontroliše razmak do CTA */
.feat-row { display: grid; grid-template-columns: 446px 1fr; gap: 66px; align-items: center; }
.feat-row + .feat-row { margin-top: 56px; }
.feat-row.reverse { grid-template-columns: 1fr 446px; }
.feat-row.reverse .feat-copy { order: 2; }
.feat-row.reverse .feat-img { order: 1; }
/* ponytail: lazy mediji bez width/height su 0px do učitavanja — aspect-ratio rezerviše kutiju unapred */
.feat-img img, .feat-img video { width: 100%; aspect-ratio: 1046 / 624; border-radius: 2px; display: block; object-fit: cover; }
.feat-copy h3 { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 23px; line-height: 23px; margin-bottom: 14px; }
.feat-copy > p { font-size: 18px; line-height: 26px; margin-bottom: 20px; }
.feat-quote p { font-size: 14px; line-height: 23px; margin-top: 7px; color: var(--txt-soft); }
.feat-quote b { display: block; margin-top: 4px; font-weight: 500; font-size: 13px; color: var(--txt); }
.feat-row.dark { background: var(--dark); color: #fff; border-radius: 2px; padding: 0 0 0 44px; gap: 44px; }
.feat-row.dark .feat-quote p, .feat-row.dark .feat-quote b { color: #fff; }
.feat-row.dark .feat-img img, .feat-row.dark .feat-img video { border-radius: 0 2px 2px 0; }
.features-sec .cta-block.center { margin-top: 44px; }

/* ---------- Big features (stara sec4 — "Small In Size / Big On Features") ---------- */
.bigfeat { background: var(--dark-2); color: #fff; padding: 50px 0 60px; }
.bigfeat .sec-title { color: #fff; }
.bigfeat .sec-sub { color: #d7d7d7; margin-bottom: 10px; }
/* kao live: slika prirodnih 780px centrirana, liste apsolutno flankiraju pa tačkaste
   linije sa grafike dopiru do ikonica */
.bf-grid { position: relative; max-width: 1160px; margin: 0 auto; }
/* height:auto je obavezan — HTML height atribut (699) bi zadržao visinu kad CSS suzi širinu */
.bf-prod { display: block; width: 780px; max-width: 100%; height: auto; margin: 0 auto; }
.bf-list { list-style: none; position: absolute; top: 0; bottom: 0; width: 255px; }
.bf-list.bl { left: 0; }
.bf-list.br { right: 0; }
.bf-list li { position: absolute; left: 0; right: 0; display: flex; align-items: center; gap: 14px; transform: translateY(-50%); }
/* y-centri = krajevi isprekidanih linija na s4-prod-r1.png (merenje piksela),
   kao % visine slike (699px) — poravnanje se skalira sa slikom na svim širinama */
.bf-list.bl li:nth-child(1) { top: 13.7%; }
.bf-list.bl li:nth-child(2) { top: 36.3%; }
.bf-list.bl li:nth-child(3) { top: 58.7%; }
.bf-list.bl li:nth-child(4) { top: 79.7%; }
.bf-list.br li:nth-child(1) { top: 15.6%; }
.bf-list.br li:nth-child(2) { top: 36.9%; }
.bf-list.br li:nth-child(3) { top: 58.5%; }
.bf-list.br li:nth-child(4) { top: 81.1%; }
.bf-list.br li { flex-direction: row-reverse; text-align: right; }
.bf-list img { width: 92px; height: 92px; flex: 0 0 auto; }
.bf-list p { font-size: 17px; line-height: 22px; font-weight: 600; }
/* CTA na tamnoj podlozi */
.bigfeat .ships-from { color: #fff; }
.bigfeat .shipby { color: #cfcfcf; }
.bigfeat .shipby .ship-date { color: #fff; }

/* ---------- One tool ---------- */
/* top 74px = razmak crna sekcija → naslov sa live/Figme */
.onetool { padding: 74px 0 38px; }
.onetool .sec-title { margin-bottom: 40px; }
/* marquee on every breakpoint — two identical sets scroll -50% for a seamless loop.
   ponytail: --ot-gap keeps the keyframe correct at both gaps, so there's one @keyframes instead of two */
.onetool .ln-container { overflow: hidden; }
.ot-grid { --ot-gap: 22px; display: flex; flex-wrap: nowrap; width: max-content; gap: var(--ot-gap); animation: ot-marquee 40s linear infinite; }
@keyframes ot-marquee { to { transform: translateX(calc(-50% - var(--ot-gap) / 2)); } }
.ot-card { width: 280px; flex: 0 0 auto; border-radius: 2px; overflow: hidden; background: #f4f4f4; display: flex; flex-direction: column; }
.ot-card > img { width: 100%; height: 186px; object-fit: cover; display: block; }
.ot-body { padding: 20px 18px 24px; }
/* ponytail: 52px leading na 26px naslovu je iz Figma text-box visine — kao na hedgetrimmeru */
.ot-body h3 { font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 26px; line-height: 52px; margin-bottom: 10px; }
.ot-body p { font-weight: 400; font-size: 18px; line-height: 26px; color: #000; }

/* ---------- VS ---------- */
.vs-sec { padding: 50px 0 35px; }
.vs-sec .cta-block.center { margin-top: 35px; }
/* kolone 377px + sredina 80px + gap 32px — mere sa live/Figme (razmak kolona ukupno 144px) */
.vs-grid { display: grid; grid-template-columns: 377px 80px 377px; gap: 32px; align-items: start; width: fit-content; max-width: 100%; margin: 0 auto; }
.vs-photo { position: relative; border-radius: 2px; overflow: hidden; }
/* 377x262 = tačan odnos izvorne slike (702x488) — bez dodatnog cropa */
.vs-photo img { display: block; width: 100%; height: 262px; object-fit: cover; }
.vs-photo.bad img { filter: grayscale(1); }
.vs-photo::before { content: ''; position: absolute; top: 16px; left: 16px; width: 41px; height: 41px; background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Ccircle cx='20.2031' cy='20.2031' r='14' fill='white'/%3E%3Cpath d='M20.2031 0C9.04569 0 0 9.04569 0 20.2031C0 31.3606 9.04569 40.4063 20.2031 40.4063C31.3606 40.4063 40.4063 31.3606 40.4063 20.2031C40.4063 9.04569 31.3606 0 20.2031 0ZM17.9827 28.4008L10.3437 20.7618L13.0387 18.0668L17.9829 23.011L29.0032 11.9906L31.6982 14.6856L17.9827 28.4008Z' fill='%2301DE95'/%3E%3C/svg%3E"); }
.vs-photo.bad::before { content: ''; position: absolute; top: 16px; left: 16px; width: 41px; height: 41px; z-index: 1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' viewBox='0 0 41 41' fill='none'%3E%3Ccircle cx='20.2031' cy='20.207' r='14' fill='white'/%3E%3Cpath d='M20.205 0C9.04553 0 0 9.04553 0 20.205C0 31.3645 9.04553 40.41 20.205 40.41C31.3645 40.41 40.41 31.3645 40.41 20.205C40.41 9.04553 31.3645 0 20.205 0ZM13.8909 11.2466L20.205 17.5607L26.5191 11.2466L29.1634 13.8909L22.8493 20.205L29.1634 26.5191L26.5191 29.1634L20.205 22.8493L13.8909 29.1634L11.2466 26.5191L17.5607 20.205L11.2466 13.8909L13.8909 11.2466Z' fill='%23FF1500'/%3E%3C/svg%3E"); }
.vs-col h3 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 24px; line-height: 23px; margin: 26px 0 10px; }
.vs-col ul { list-style: none; }
.vs-col li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; line-height: 23px; }
.vs-col li:last-child { border-bottom: none; }
.vs-mid { display: flex; flex-direction: column; align-items: center; align-self: stretch; padding-top: 128px; }
.vs-badge { width: 42px; height: 42px; border-radius: 50%; background: #ed4646; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 20px; }
.vs-line { flex: 1; width: 1px; background: #cfcfcf; margin-top: 14px; }

/* ---------- Specs (stara sec8 — What's Included + Technical Specifications) ---------- */
.specs-sec { background: #fdf7f4; padding: 50px 0 40px; }
.specs-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: start; max-width: 1100px; margin: 0 auto; }
.incl-label { font-size: 20px; font-weight: 700; margin-bottom: 24px; position: relative; text-align: center; }
/* linija kroz sredinu, tekst preko nje — kao na live strani */
.incl-label::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #d9cfc8; }
.incl-label span { position: relative; background: #fdf7f4; padding: 0 18px; }
/* mere sa live strane: bočne kolone fiksnih 185px (.s8-list), proizvod prirodnih 143px (top 20px) */
.incl-grid { display: grid; grid-template-columns: 185px auto 185px; gap: 20px; align-items: start; justify-content: center; }
.incl-prod { width: 143px; height: auto; justify-self: center; margin-top: 20px; }
.incl-list { list-style: none; }
.incl-list li { text-align: center; margin-top: 20px; }
.incl-list li:first-child { margin-top: 0; }
.incl-list img { width: 100px; height: 100px; }
.incl-list p { font-size: 17px; line-height: 22px; color: #000; font-weight: 600; margin-top: 5px; }
.specs-table { padding-top: 8px; }
/* mere sa live strane (.specif-box td): font 20px, red 25px gore-dole, ikonica 12px od teksta */
.spec-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 25px 0; border-bottom: 1px solid #dedfe0; font-size: 20px; line-height: 22px; }
.spec-row span { display: inline-flex; align-items: center; gap: 12px; }
.spec-row span img { width: 18px; height: 18px; }
.spec-row b { white-space: nowrap; }
.spec-row:last-of-type { border-bottom: none; }

/* ---------- Reviews (stara sec9) ---------- */
.reviews-sec { padding: 50px 0 60px; }
.reviews-sec .sec-title { margin-bottom: 24px; }
.rating-summary { display: grid; grid-template-columns: auto auto auto; justify-content: center; gap: 56px; align-items: center; margin-bottom: 40px; }
.rating-score { text-align: center; }
.rating-score .rs-num { font-weight: 800; font-size: 26px; line-height: 1.2; }
.rating-score p { font-size: 15px; line-height: 21px; margin-top: 4px; }
.rating-rows { display: flex; flex-direction: column; gap: 6px; }
.rr-row { display: grid; grid-template-columns: auto 220px 52px; align-items: center; gap: 14px; }
.rr-bar { height: 12px; background: #ececec; border-radius: 2px; overflow: hidden; min-width: 0; }
.rr-bar span { display: block; height: 100%; background: #111; }
.rr-count { font-size: 13px; color: #555; text-align: right; }
.cs-percent { text-align: center; font-size: 16px; line-height: 20px; font-weight: 500; }
.cs-percent span { display: block; font-size: 50px; line-height: 45px; color: var(--red); font-weight: 800; margin-bottom: 6px; }

.review-cards { columns: 4 260px; column-gap: 22px; }
/* ponytail: inline-block + vertical-align:top je standardni obilazak WebKit bage u multi-column
   layoutu — bez njega Safari spusti prvu karticu u pojedinim kolonama za ~30px */
/* kartice po live strani (.testi-col): bez bordera, radius 12px + senka */
.rev-card { break-inside: avoid; display: inline-block; width: 100%; vertical-align: top; background: #fff; border-radius: 12px; box-shadow: 0 6px 9px 1px rgba(0,0,0,.1); overflow: hidden; margin-bottom: 30px; }
.rev-img { width: 100%; height: 236px; object-fit: cover; display: block; }
.rev-body { padding: 20px 15px; }
.rev-who { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.rev-who b { font-size: 18px; font-weight: 600; }
.rev-verified { color: #6fb620; font-size: 14px; font-weight: 400; line-height: 18px; display: inline-flex; align-items: center; gap: 6px; }
.rev-verified::before { content: ''; width: 18px; height: 18px; flex: 0 0 auto; background: url('../../images/int/very-img.png') no-repeat center / contain; }
.rev-body .tp-stars { margin-bottom: 10px; }
.rev-body .tp-stars img { width: 18px; height: 18px; }
.rev-body p { font-size: 16px; line-height: 24px; color: #000; }

/* ---------- Final CTA ---------- */
.final-cta { background: #f9f9f9; padding: 40px 0; }
.fc-grid { display: grid; grid-template-columns: 530px 1fr; gap: 60px; align-items: start; }
.fc-img { position: relative; border-radius: 2px; overflow: hidden; }
.fc-img > img:not(.hb) { width: 100%; display: block; }
.fc-copy h2 { font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 48px; margin: 14px 0 24px; }
.fc-copy .hero-bullets li { font-size: 16px; line-height: 23px; }
.fc-copy .hero-bullets img { margin-top: 2px; }
.fc-copy .hero-bullets { gap: 10px; }

/* ---------- FAQ ---------- */
.faq-sec { padding: 44px 0 60px; }
.faq-list { max-width: 920px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid #cfcfcf; border-radius: 4px; margin-bottom: 16px; box-shadow: 0 4px 8px rgba(163,163,163,.10); }
.faq-q { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; text-align: left; background: none; border: none; color: #000; cursor: pointer; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 17px; line-height: 25px; padding: 22px 28px; }
/* +/− indikator — crven, bez kruga (kao na live strani) */
.faq-ic { flex: 0 0 auto; width: 18px; height: 18px; position: relative; }
.faq-ic::before, .faq-ic::after { content: ''; position: absolute; background: var(--red); top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-ic::before { width: 16px; height: 2.5px; }
.faq-ic::after { width: 2.5px; height: 16px; transition: transform .2s; }
.faq-item.open .faq-ic::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-a p { padding: 0 28px 22px; font-size: 16px; line-height: 25px; color: #000; }

/* ---------- Footer ---------- */
.ln-footer { border-top: 1px solid var(--line); padding: 44px 0 56px; text-align: center; }
.ftr-logo { width: 230px; margin-bottom: 20px; }
.ftr-tx { font-size: 15px; margin-bottom: 12px; }
.ftr-tx:not(.disclaimer):not(.copyright) { font-size: 14px; line-height: 31px; }
.ftr-lnks { color: #000; }
.ftr-tx.disclaimer { font-size: 13px; line-height: 19px; color: #555; max-width: 923px; margin: 16px auto; }
.ftr-tx.copyright { margin-top: 18px; }
.dmca-badge img { height: 24px; margin-top: 8px; }

/* ---------- Sticky CTA (samo mobilni — live nema desktop traku) ---------- */
.fixed-cta { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; box-shadow: 0 -4px 16px rgba(0,0,0,.12); z-index: 950; padding: 10px 16px; transition: opacity .25s, transform .25s; display: none; text-align: center; }
.fixed-cta.hidden { opacity: 0; pointer-events: none; transform: translateY(8px); }
.fixed-cta .btn-cta { width: 100%; padding: 14px 20px; font-size: 18px; }
/* 6px kao .shipby ispod dugmeta — sa podrazumevanih 10px traka nepotrebno naraste (SELL-1051) */
.fixed-cta .ships-from { margin-bottom: 6px; }
.fixed-cta .shipby { justify-content: center; margin-top: 6px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .sec-title { font-size: 34px; line-height: 1.15; }
    .hero-grid { grid-template-columns: 1fr; gap: 34px; }
    /* 334.6px je samo desktop */
    .cta-block { width: auto; }
    .cta-block .btn-cta { min-width: 0; width: 100%; max-width: 430px; }
    .feat-row, .feat-row.reverse { grid-template-columns: 1fr; gap: 24px; }
    .feat-row.reverse .feat-copy { order: 1; }
    .feat-row.reverse .feat-img { order: 2; }
    .feat-row.dark { padding: 30px 22px; }
    .feat-row.dark .feat-img img, .feat-row.dark .feat-img video { border-radius: 2px; }
    /* tablet: ista flanking kompozicija, skalirana — linije i dalje gađaju ikone */
    .bf-prod { width: calc(100% - 300px); }
    .bf-list { width: 145px; }
    .bf-list li { gap: 8px; }
    .bf-list img { width: 64px; height: 64px; }
    .bf-list p { font-size: 13px; line-height: 17px; }
    .vs-grid { grid-template-columns: 1fr; width: 100%; }
    .vs-mid { display: none; }
    .vs-col + .vs-col { margin-top: 44px; }
    .specs-grid { grid-template-columns: 1fr; gap: 40px; }
    .rating-summary { grid-template-columns: 1fr; justify-items: center; gap: 24px; }
    .fc-grid { grid-template-columns: 1fr; gap: 34px; }
    .hero-thumbs { grid-template-columns: repeat(5, 1fr); }
    /* sticky CTA postoji samo na mobilnom/tabletu (kao hedgetrimmer) */
    .fixed-cta { display: block; }
}

/* manji tableti (iPad mini/768/810/820): kompaktne liste — ikona iznad teksta,
   pa glavna slika dobija ~60px više širine */
@media (min-width: 768px) and (max-width: 833px) {
    .bf-prod { width: calc(100% - 240px); }
    .bf-list { width: 110px; }
    .bf-list li, .bf-list.br li { flex-direction: column; text-align: center; gap: 6px; }
    .bf-list img { width: 56px; height: 56px; }
    .bf-list p { font-size: 12px; line-height: 15px; }
}

@media (max-width: 767px) {
    .ln-nav { display: none; }
    .ln-header { max-height: 56px; }
    .ln-header-in { gap: 8px; height: 56px; }
    .btn-nav { display: none; }
    .ln-flag { display: none; }
    .ln-hamburger { display: block; font-size: 30px; padding: 0 2px; }
    .ln-logo img { width: 165px; }
    .hero { padding: 0; }
    .hero h1 { font-size: 28px; line-height: 34px; }
    .hero-head-mob { display: block; text-align: center; }
    .tp-strip { justify-content: center; }
    .hero-head-mob h1 { margin-bottom: 0; text-align: center; font-size: 32px; line-height: 37px; }
    .ln-container { padding: 15px 16px; }
    .hero-thumbs { display: none; }
    .hero-carousel { width: calc(100% + 32px); margin-inline: -16px; border-inline: none; border-radius: 0; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; }
    .hero-sub { text-align: center; padding: 5px 0; }
    .hero-bullets { gap: 10px; }
    .hero-bullets li { font-size: 16px; line-height: 23px; }
    .hero-bullets img { margin-top: 3px; }
    .cta-block { width: 100%; }
    .mini-avatar { margin-top: 26px; }
    /* ponytail: 50px is the desktop Figma height — mobile keeps its own padding-driven height */
    .btn-cta { height: auto; }
    .cta-block .btn-cta { min-width: 0; width: 100%; max-width: 430px; padding: 9px 30px; font-size: 18px; }
    .hero-copy > .tp-strip, .hero-copy > h1 { display: none; }
    .sec-title { font-size: 28px; line-height: 34px; }
    .sec-title[id] { scroll-margin-top: 74px; }
    .sec-title { margin-bottom: 10px; }
    .sec-title.gear { background-size: 300px auto; padding-bottom: 34px; margin-bottom: 16px; }
    .sec-sub { font-size: 16px; margin-bottom: 14px; }
    .features-sec { padding: 11px 0 0; }
    .features-sec .ln-container { padding-bottom: 0; }
    /* ponytail: display:contents lifts h3/p/quote into the grid so the media can sit between title and copy */
    .feat-row, .feat-row.reverse, .feat-row.dark { gap: 14px; }
    .feat-row + .feat-row { margin-top: 20px; }
    /* full-bleed: container has 16px side padding, so widen by exactly 32px (same as .hero-carousel) */
    .feat-row.dark { width: calc(100% + 32px); margin-inline: -16px; }
    .feat-copy { display: contents; }
    .feat-copy h3 { order: 1; margin-bottom: 0; }
    .feat-row .feat-img, .feat-row.reverse .feat-img { order: 2; }
    .feat-copy > p { order: 3; margin-bottom: 0; font-size: 16px; }
    .feat-quote { order: 4; }
    .bigfeat { padding: 25px 0 35px; }
    .bf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
    .bf-list { position: static; width: auto; }
    .bf-list li { position: static; transform: none; }
    /* mobilni: proizvod-grafika je desktop kompozicija — stari lander je krije na mobilnom (hide-mob) */
    .bf-grid .bf-prod { display: none; }
    .bf-list li, .bf-list.br li { flex-direction: column; text-align: center; gap: 8px; margin-top: 22px; }
    .bf-list li:first-child { margin-top: 22px; }
    .bf-list img { width: 80px; height: 80px; }
    .bf-list p { font-size: 14px; line-height: 19px; }
    .onetool { padding: 8px 0 21px; }
    .onetool .sec-title { margin-bottom: 17px; }
    .ot-grid { --ot-gap: 16px; }
    .ot-card { width: 260px; }
    .ot-card > img { height: 172px; }
    .vs-sec { padding: 7px 0 15px; }
    .vs-sec .ln-container { padding-bottom: 0; }
    .vs-sec .sec-sub { margin-bottom: 17px; }
    .vs-sec .cta-block.center { margin-top: 44px; margin-bottom: 20px; }
    .features-sec .cta-block.center { margin-bottom: 20px; }
    .vs-mid { display: flex; flex-direction: row; justify-content: center; align-self: center; padding: 0; margin: 22px 0; }
    .vs-line { display: none; }
    .vs-badge { width: 53px; height: 53px; font-size: 24px; }
    .specs-sec { padding: 25px 0 25px; }
    .specs-grid { gap: 30px; }
    /* mobilne mere sa live strane: liste ~83px, proizvod 115px */
    .incl-grid { grid-template-columns: 1fr auto 1fr; gap: 10px; justify-content: stretch; }
    .incl-prod { width: 115px; margin-top: 30px; }
    .incl-list img { width: 80px; height: 80px; }
    .incl-list p { font-size: 14px; line-height: 19px; }
    .spec-row { font-size: 15px; }
    .spec-row b { white-space: normal; text-align: right; }
    .reviews-sec { padding: 25px 0 30px; }
    .rating-summary { gap: 18px; margin-bottom: 26px; }
    .rr-row { grid-template-columns: auto 1fr 46px; gap: 10px; }
    .tp-stars img { width: 20px; height: 20px; }
    .rr-row .tp-stars img { width: 16px; height: 16px; }
    .rating-score .tp-stars img { width: 24px; height: 24px; }
    /* mobile follows the desktop reading order (row-major) — columns fill column-major,
       so flex + order on even cards reproduces it in 2 lines instead of reordering the markup */
    .review-cards { columns: auto; display: flex; flex-direction: column; gap: 20px; }
    .rev-card { margin-bottom: 0; }
    .rev-card:nth-child(even) { order: 1; }
    .brandbar { padding: 0 0 10px; }
    .brandbar-in { gap: 12px; overflow: hidden; }
    /* marquee: two identical sets scroll -50% for a seamless loop */
    .brandbar-logos { flex-wrap: nowrap; justify-content: flex-start; align-self: flex-start; width: max-content; gap: 26px; animation: brandbar-marquee 34s linear infinite; }
    .brandbar-logos > .dup { display: block; }
    .brandbar-logo { height: 25px; flex: 0 0 auto; }
    @keyframes brandbar-marquee { to { transform: translateX(calc(-50% - 13px)); } }
    .final-cta { padding: 13px 0 22px; }
    /* ponytail: same display:contents trick as .feat-copy — lifts the copy into the grid so the image can drop below the title */
    .fc-grid { gap: 16px; }
    .fc-copy { display: contents; }
    .fc-copy > .tp-strip { order: 1; margin-bottom: 0; }
    .fc-copy > h2 { order: 2; text-align: center; margin: 0; font-size: 31px; }
    .fc-grid .fc-img { order: 3; width: calc(100% + 32px); margin-inline: -16px; border-radius: 0; }
    .fc-copy > .hero-bullets { order: 4; margin-bottom: 0; max-width: 290px; margin-inline: auto; }
    .fc-copy > .cta-block { order: 5; }
    .faq-sec { padding: 22px 0 40px; }
    .faq-sec .sec-title { font-size: 32px; line-height: 37px; }
    .faq-q { font-size: 16px; line-height: 22px; padding: 20px 18px; }
    .faq-a p { padding: 0 18px 20px; line-height: 24px; }
    .ln-footer { padding: 24px 0 30px; }
    .ftr-logo { width: 200px; margin-bottom: 16px; }
    .ftr-tx { font-size: 14px; margin-bottom: 6px; }
    .ftr-tx:not(.disclaimer):not(.copyright) { line-height: 22px; }
    .ftr-tx.disclaimer { font-size: 11px; line-height: 16px; margin: 12px auto; }
    .dmca-badge { display: none; }
    .ftr-tx.copyright { margin-top: 6px; }
}
