/*
Theme Name: Jezici od nule
Theme URI: https://example.com
Author: Jezici od nule
Description: Moderna WooCommerce tema za digitalne pakete za učenje više jezika.
Version: 33.0.0
Text Domain: jezici-od-nule
*/

:root{
  --ink:#111722;
  --ink-2:#202838;
  --cream:#f5f2ea;
  --paper:#ffffff;
  --muted:#6e7582;
  --line:#e6e1d7;
  --yellow:#ffd84d;
  --orange:#ff9d4d;
  --green:#3dbb87;
  --red:#ef5b5b;
  --blue:#4c78ff;
  --radius:24px;
  --shadow:0 24px 70px rgba(17,23,34,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 36px));margin:0 auto}
.site-main{min-height:60vh}

/* Header */
.site-header{
  position:sticky;top:0;z-index:80;
  background:rgba(245,242,234,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(17,23,34,.08);
}
.nav{
  min-height:78px;
  display:flex;align-items:center;gap:28px;
}
.brand{
  display:flex;align-items:center;gap:11px;
  font-weight:950;letter-spacing:-.04em;
  white-space:nowrap;
}
.brand-mark{
  width:42px;height:42px;border-radius:14px;
  background:var(--ink);
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:3px;padding:8px;transform:rotate(-4deg);
  box-shadow:0 8px 22px rgba(17,23,34,.16);
}
.brand-mark i{border-radius:5px;display:block}
.brand-mark i:nth-child(1){background:#ffd84d}
.brand-mark i:nth-child(2){background:#4c78ff}
.brand-mark i:nth-child(3){background:#3dbb87}
.brand-mark i:nth-child(4){background:#ef5b5b}
.brand-text{font-size:18px;line-height:.95}
.brand-text small{
  display:block;margin-top:5px;
  font-size:8px;letter-spacing:.16em;
  color:var(--muted);font-weight:800;
}
.desktop-nav{display:flex;gap:25px;margin-left:auto}
.desktop-nav a{
  color:#343b47;font-size:13px;font-weight:800;
  transition:.2s ease;
}
.desktop-nav a:hover{color:var(--blue)}
.nav-actions{display:flex;gap:9px;align-items:center}
.pill-btn,.primary-btn,.secondary-btn,.lang-btn,.free-btn,.jod-submit{
  display:inline-flex;align-items:center;justify-content:center;
  gap:8px;border-radius:999px;border:0;cursor:pointer;
  font-weight:900;letter-spacing:-.01em;transition:.2s ease;
}
.pill-btn{padding:11px 16px;background:var(--ink);color:#fff;font-size:12px}
.pill-btn:hover,.primary-btn:hover,.lang-btn:hover,.free-btn:hover,.jod-submit:hover{
  transform:translateY(-2px)
}

/* Hero */
.hero{
  padding:76px 0 52px;
  overflow:hidden;
}
.hero-grid{
  display:grid;grid-template-columns:1.08fr .92fr;
  gap:58px;align-items:center;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border:1px solid #ded8ca;border-radius:999px;
  background:rgba(255,255,255,.55);
  color:#555d69;font-size:10px;font-weight:950;letter-spacing:.12em;
}
.eyebrow-dot{width:8px;height:8px;background:var(--green);border-radius:50%}
.hero h1{
  margin:19px 0 18px;
  font-size:clamp(54px,7.4vw,98px);
  line-height:.88;letter-spacing:-.075em;
  max-width:760px;
}
.hero h1 span{
  display:inline-block;
  background:linear-gradient(100deg,var(--blue),#8d67ff 48%,#ef6aa5);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-lead{
  max-width:650px;
  margin:0 0 27px;
  color:#555d69;
  font-size:18px;line-height:1.65;
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.primary-btn{
  padding:15px 22px;background:var(--ink);color:#fff;font-size:13px;
  box-shadow:0 12px 28px rgba(17,23,34,.18);
}
.secondary-btn{
  padding:15px 22px;background:#fff;color:var(--ink);font-size:13px;
  border:1px solid #ddd7ca;
}
.hero-proof{
  display:flex;gap:18px;flex-wrap:wrap;
  margin-top:25px;color:#747b85;font-size:11px;font-weight:750;
}
.hero-proof span{display:flex;align-items:center;gap:6px}
.hero-proof b{color:var(--ink)}

/* CSS hero cards */
.language-stack{
  position:relative;
  min-height:520px;
}
.stack-orbit{
  position:absolute;inset:18px 4px 0;
  border:1px dashed rgba(76,120,255,.24);
  border-radius:50%;
  transform:rotate(-7deg);
}
.course-card{
  position:absolute;
  width:330px;min-height:405px;
  border-radius:30px;padding:27px;
  box-shadow:0 30px 80px rgba(17,23,34,.19);
  overflow:hidden;
  display:flex;flex-direction:column;
}
.course-card:before{
  content:"";position:absolute;inset:-100px -80px auto auto;
  width:210px;height:210px;border-radius:50%;
  background:rgba(255,255,255,.11);
}
.course-card.primary{
  right:52px;top:35px;
  background:#111722;color:#fff;z-index:3;
  transform:rotate(3deg);
}
.course-card.back-one{
  left:12px;top:74px;
  background:#fff;color:var(--ink);z-index:1;
  transform:rotate(-10deg);
}
.course-card.back-two{
  right:0;top:112px;
  background:#4c78ff;color:#fff;z-index:2;
  transform:rotate(12deg);
}
.course-card.primary{z-index:4}
.card-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}
.flag-chip{
  display:inline-flex;align-items:center;gap:7px;
  border-radius:999px;padding:7px 10px;
  background:rgba(255,255,255,.10);
  font-size:10px;font-weight:900;
}
.primary .flag-chip{border:1px solid rgba(255,255,255,.12)}
.level-chip{
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;
}
.course-card h3{
  position:relative;z-index:2;
  font-size:42px;line-height:.96;letter-spacing:-.055em;
  margin:48px 0 8px;
}
.course-card p{
  position:relative;z-index:2;
  opacity:.72;font-size:12px;line-height:1.55;
}
.card-progress{
  position:relative;z-index:2;margin-top:auto;
  display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;
  font-size:9px;font-weight:900;letter-spacing:.08em;
}
.progress-line{height:7px;background:rgba(255,255,255,.12);border-radius:99px;overflow:hidden}
.progress-line span{display:block;height:100%;width:32%;background:var(--yellow);border-radius:99px}
.back-one,.back-two{opacity:.94}
.back-one h3,.back-two h3{margin-top:54px}
.back-one .level-chip{border-color:#ddd}
.back-one .flag-chip{background:#f3f0e9}

/* Sections */
.section{padding:78px 0}
.section-head{
  display:flex;align-items:end;justify-content:space-between;
  gap:20px;margin-bottom:28px;
}
.section-label{
  font-size:10px;font-weight:950;letter-spacing:.13em;color:var(--blue);
  text-transform:uppercase;margin-bottom:8px;
}
.section h2,.section-head h2{
  margin:0;font-size:clamp(34px,4.5vw,58px);
  line-height:.98;letter-spacing:-.055em;
}
.section-head p{max-width:500px;color:var(--muted);line-height:1.6;font-size:13px}

/* Language cards */
.language-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.language-card{
  position:relative;min-height:330px;padding:24px;
  background:#fff;border:1px solid var(--line);border-radius:26px;
  overflow:hidden;display:flex;flex-direction:column;
  transition:.22s ease;
}
.language-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.language-card.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.language-stripe{height:8px;border-radius:999px;margin-bottom:24px}
.lang-de .language-stripe{background:linear-gradient(90deg,#111 0 33%,#d90022 33% 66%,#ffce00 66%)}
.lang-en .language-stripe{background:linear-gradient(90deg,#17355f 0 42%,#fff 42% 55%,#d92b3a 55% 70%,#17355f 70%)}
.lang-it .language-stripe{background:linear-gradient(90deg,#159447 0 33%,#fff 33% 66%,#d83a3a 66%)}
.lang-es .language-stripe{background:linear-gradient(90deg,#c91223 0 25%,#f7c925 25% 75%,#c91223 75%)}
.language-card .lang-emoji{font-size:34px;margin-bottom:22px}
.language-card h3{font-size:28px;letter-spacing:-.04em;margin:0 0 7px}
.language-card p{font-size:12px;line-height:1.6;color:var(--muted);margin:0 0 18px}
.language-card.active p{color:#b9c0ca}
.status{
  display:inline-flex;align-self:flex-start;
  border-radius:999px;padding:6px 9px;
  font-size:9px;font-weight:950;letter-spacing:.08em;
  margin-bottom:14px;
}
.status.live{background:rgba(61,187,135,.15);color:#52d9a3}
.status.soon{background:#f4f1ea;color:#878073}
.lang-btn{
  margin-top:auto;min-height:42px;padding:11px 14px;
  background:var(--yellow);color:#111;font-size:11px;
}
.language-card:not(.active) .lang-btn{background:#f2efe7;color:#888;cursor:default}
.lang-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.lang-meta span{
  font-size:9px;font-weight:850;border-radius:999px;
  padding:5px 8px;background:rgba(255,255,255,.08)
}

/* How it works */
.how-section{background:var(--ink);color:#fff}
.how-section .section-label{color:var(--yellow)}
.how-section .section-head p{color:#aeb5c0}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.step{
  padding:26px;border-radius:22px;
  background:#1a2230;border:1px solid rgba(255,255,255,.07)
}
.step-num{
  width:38px;height:38px;border-radius:12px;background:var(--yellow);color:#111;
  display:grid;place-items:center;font-weight:950;margin-bottom:22px;
}
.step h3{font-size:21px;margin:0 0 8px;letter-spacing:-.03em}
.step p{color:#abb3bf;font-size:12px;line-height:1.65;margin:0}

/* Free guide */
.free-wrap{
  display:grid;grid-template-columns:.9fr 1.1fr;
  border-radius:32px;overflow:hidden;background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.free-visual{
  min-height:430px;padding:42px;
  background:#111722;color:#fff;position:relative;overflow:hidden;
}
.free-visual:after{
  content:"20";position:absolute;right:-10px;bottom:-48px;
  font-size:220px;line-height:1;font-weight:950;color:rgba(255,216,77,.08);
}
.free-visual .mini-flag{font-size:36px}
.free-visual h3{font-size:48px;line-height:.95;letter-spacing:-.055em;margin:55px 0 14px}
.free-visual h3 span{color:var(--yellow)}
.free-visual p{max-width:360px;color:#b9c0ca;font-size:13px;line-height:1.6}
.free-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}
.free-copy h3{font-size:38px;line-height:1;letter-spacing:-.045em;margin:8px 0 15px}
.free-copy p{color:var(--muted);line-height:1.7;font-size:13px}
.free-list{display:grid;gap:9px;margin:18px 0 23px}
.free-list div{font-size:12px;font-weight:800}
.free-btn{
  align-self:flex-start;padding:14px 20px;background:var(--blue);color:#fff;font-size:12px;
}

/* Benefits */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature{
  background:#fff;border:1px solid var(--line);border-radius:22px;padding:23px;
}
.feature-icon{
  width:42px;height:42px;border-radius:13px;background:#f2efe7;
  display:grid;place-items:center;font-size:20px;margin-bottom:18px;
}
.feature h3{font-size:17px;margin:0 0 7px}
.feature p{color:var(--muted);font-size:11px;line-height:1.6;margin:0}

/* FAQ */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.faq-grid details{
  background:#fff;border:1px solid var(--line);
  border-radius:18px;padding:18px 20px;
}
.faq-grid summary{cursor:pointer;font-weight:900;font-size:13px}
.faq-grid p{color:var(--muted);font-size:12px;line-height:1.65;margin-bottom:0}

/* Language landing */
.language-landing{padding:62px 0 80px}
.lang-hero{
  padding:48px;border-radius:30px;background:#fff;border:1px solid var(--line);
  display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;
  box-shadow:0 16px 55px rgba(17,23,34,.07)
}
.lang-hero.de{background:#111722;color:#fff}
.lang-kicker{font-size:10px;font-weight:950;letter-spacing:.13em;color:var(--green)}
.lang-hero h1{font-size:58px;line-height:.92;letter-spacing:-.06em;margin:10px 0 16px}
.lang-hero p{font-size:14px;line-height:1.7;max-width:580px;color:var(--muted)}
.lang-hero.de p{color:#b8c0ca}
.lang-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.product-teaser{
  min-height:330px;border-radius:26px;padding:28px;
  background:linear-gradient(145deg,#ffd84d,#ffb54d);color:#111;
  display:flex;flex-direction:column;position:relative;overflow:hidden
}
.product-teaser:after{
  content:"A1";position:absolute;right:-16px;bottom:-35px;
  font-size:170px;font-weight:950;opacity:.12
}
.product-teaser small{font-size:9px;font-weight:950;letter-spacing:.12em}
.product-teaser h3{font-size:40px;line-height:.95;letter-spacing:-.05em;margin:55px 0 10px;position:relative;z-index:1}
.product-teaser p{color:#3d3521!important;max-width:290px;position:relative;z-index:1}
.product-teaser .price-note{margin-top:auto;font-weight:950;position:relative;z-index:1}
.coming-language{
  text-align:center;padding:80px 26px;border-radius:28px;background:#fff;border:1px solid var(--line)
}
.coming-language .big-flag{font-size:66px}
.coming-language h2{font-size:48px;letter-spacing:-.05em;margin:16px 0 10px}
.coming-language p{color:var(--muted);max-width:620px;margin:0 auto;line-height:1.7}

/* Free guide landing form */
.guide-page{padding:58px 0 80px}
.guide-shell{
  display:grid;grid-template-columns:1fr .85fr;gap:30px;
  background:#111722;color:#fff;border-radius:32px;padding:48px;
  box-shadow:var(--shadow);
}
.guide-copy h1{font-size:62px;line-height:.92;letter-spacing:-.06em;margin:10px 0 18px}
.guide-copy h1 span{color:var(--yellow)}
.guide-copy p{color:#b8c0ca;line-height:1.7;font-size:14px}
.guide-bullets{display:grid;gap:9px;margin-top:24px;font-size:12px;font-weight:800}
.guide-card{
  background:#fff;color:#111;border-radius:24px;padding:30px;align-self:center
}
.guide-card .form-label{font-size:9px;font-weight:950;letter-spacing:.13em;color:var(--blue)}
.guide-card h2{font-size:28px;letter-spacing:-.04em;margin:7px 0 8px}
.guide-card p{color:var(--muted);font-size:12px;line-height:1.6}
.guide-card label.field-label{display:block;font-size:11px;font-weight:850;margin:14px 0 6px}
.guide-card input[type=email]{
  width:100%;min-height:50px;border:1px solid #ddd7ca;border-radius:12px;padding:0 13px
}
.guide-consent{display:flex;gap:9px;align-items:flex-start;margin-top:13px;font-size:10px;line-height:1.55;color:#666}
.jod-submit{width:100%;min-height:50px;background:var(--blue);color:#fff;margin-top:15px;font-size:11px}
.guide-card small{display:block;color:#8a8f97;font-size:9px;line-height:1.5;margin-top:10px}
.success-box{background:#effaf5;border:1px solid #c9eddc;padding:18px;border-radius:16px;color:#1d6648}
.success-box strong{font-size:20px}
.success-box .free-btn{margin-top:12px}

/* Generic pages */
.page-shell{padding:50px 0 80px}
.page-content{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;
  max-width:950px;margin:0 auto;line-height:1.75
}
.page-content h1,.page-content h2,.page-content h3{letter-spacing:-.035em}
.page-content p,.page-content li{color:#555d69}
.page-content a{color:var(--blue);text-decoration:underline}

/* WooCommerce */
.woocommerce .site-main,.woocommerce-page .site-main{padding:44px 0 80px}
.woocommerce div.product{
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;
  box-shadow:0 14px 50px rgba(17,23,34,.07)
}
.woocommerce div.product .product_title{font-size:42px;line-height:1;letter-spacing:-.05em}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ink);font-weight:950}
.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,
.woocommerce #respond input#submit{
  border-radius:999px!important;background:var(--ink)!important;color:#fff!important;
  font-weight:900!important;padding:14px 20px!important
}
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border-radius:14px;border-top:0;background:#fff
}
.jod-coming-box{
  background:#111722;color:#fff;border-radius:20px;padding:24px;margin-top:20px
}
.jod-coming-box .launch-label{
  display:inline-flex;background:rgba(255,216,77,.13);color:var(--yellow);
  border-radius:999px;padding:6px 9px;font-size:9px;font-weight:950;letter-spacing:.1em
}
.jod-coming-box strong{display:block;font-size:30px;margin:9px 0 5px}
.jod-coming-box p{color:#bbc2cc;font-size:12px;line-height:1.6}
.jod-product-content{clear:both;padding-top:40px}
.jod-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.jod-product-item{background:#f7f4ed;border:1px solid #e7e0d4;border-radius:18px;padding:18px}
.jod-product-item b{display:block;margin-bottom:5px}
.jod-product-item p{font-size:11px;color:#737983;line-height:1.55;margin:0}
.checkout.woocommerce-checkout{
  display:grid;grid-template-columns:1fr 1fr;gap:28px
}
#customer_details,#order_review_heading,#order_review{width:100%!important;float:none!important}
#order_review_heading{grid-column:2}
#order_review{grid-column:2}
.woocommerce-billing-fields,.woocommerce-checkout-review-order{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  min-height:46px;border:1px solid #dcd6ca;border-radius:10px;padding:10px
}
.jod-digital-consent-row{font-size:11px!important;line-height:1.5!important}

/* Footer */
.site-footer{padding:44px 0;background:#111722;color:#fff}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}
.footer-brand .brand-text small{color:#818a98}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a{font-size:10px;color:#adb5c1;font-weight:750}
.footer-copy{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);padding-top:18px;color:#767f8c;font-size:9px}

/* Responsive */
@media(max-width:980px){
  .desktop-nav{display:none}
  .nav-actions{margin-left:auto}
  .hero-grid,.free-wrap,.guide-shell,.lang-hero{grid-template-columns:1fr}
  .language-stack{min-height:470px;max-width:620px;width:100%;margin:0 auto}
  .language-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}
  .course-card.primary{right:12%}
  .steps-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .container{width:min(100% - 24px,1180px)}
  .nav{min-height:68px;gap:12px}
  .brand-text{font-size:15px}
  .brand-text small{display:none}
  .pill-btn{padding:10px 12px;font-size:10px}
  .hero{padding:48px 0 34px}
  .hero h1{font-size:57px}
  .hero-lead{font-size:15px}
  .language-stack{min-height:390px}
  .course-card{width:255px;min-height:330px;padding:20px}
  .course-card h3{font-size:33px}
  .course-card.primary{right:7%;top:25px}
  .course-card.back-one{left:2%;top:60px}
  .course-card.back-two{right:0;top:83px}
  .section{padding:58px 0}
  .section-head{display:block}
  .section-head p{margin-top:12px}
  .language-grid,.feature-grid,.faq-grid{grid-template-columns:1fr}
  .free-copy,.free-visual{padding:30px}
  .free-visual{min-height:360px}
  .guide-shell{padding:24px}
  .guide-copy h1{font-size:48px}
  .lang-hero{padding:28px}
  .lang-hero h1{font-size:46px}
  .jod-product-grid{grid-template-columns:1fr}
  .checkout.woocommerce-checkout{display:block}
  #order_review_heading,#order_review{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}
  .footer-links{justify-content:flex-start}
}


/* v2 — prodaja */
.woocommerce div.product form.cart{
  margin-top:22px;
}
.woocommerce div.product form.cart .button{
  min-height:52px;
  padding:14px 28px!important;
  background:#111722!important;
  color:#fff!important;
}
.woocommerce div.product .single_add_to_cart_button:before{
  content:"🛒";
  margin-right:8px;
}


/* =========================
   v4 — KORPA + PAYPAL + SRPSKI
   ========================= */
.nav-actions{position:relative}
.jod-cart-wrap{position:relative}
.jod-cart-toggle{
  min-height:44px;
  display:flex;align-items:center;gap:8px;
  border:0;border-radius:999px;
  background:#111722;color:#fff;
  padding:9px 12px 9px 14px;
  font-weight:900;cursor:pointer;
  box-shadow:0 9px 24px rgba(17,23,34,.14);
}
.jod-cart-icon{font-size:16px}
.jod-cart-label{font-size:12px}
.jod-cart-count{
  width:23px;height:23px;border-radius:999px;
  background:#ffd84d;color:#111;
  display:grid;place-items:center;
  font-size:10px;font-weight:950;
}
.jod-cart-chevron{font-size:13px;opacity:.65;transition:.2s}
.jod-cart-wrap.is-open .jod-cart-chevron{transform:rotate(180deg)}
.jod-cart-dropdown{
  position:absolute;right:0;top:calc(100% + 12px);
  width:min(390px,calc(100vw - 24px));
  background:#fff;color:#111722;
  border:1px solid #e4ded2;border-radius:22px;
  box-shadow:0 24px 70px rgba(17,23,34,.18);
  padding:17px;
  opacity:0;visibility:hidden;transform:translateY(-7px);
  pointer-events:none;transition:.18s ease;
  z-index:200;
}
.jod-cart-wrap.is-open .jod-cart-dropdown{
  opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
}
@media(hover:hover) and (min-width:981px){
  .jod-cart-wrap:hover .jod-cart-dropdown{
    opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
  }
}
.jod-cart-head{
  display:flex;justify-content:space-between;align-items:center;
  padding:3px 4px 13px;border-bottom:1px solid #eee9df;
}
.jod-cart-head strong{font-size:16px}
.jod-cart-head span{font-size:10px;color:#7d838c;font-weight:800}
.jod-cart-empty{text-align:center;padding:28px 14px 20px}
.jod-cart-empty>span{font-size:34px}
.jod-cart-empty b{display:block;margin-top:8px}
.jod-cart-empty p{font-size:11px;color:#777e88;margin:5px 0}
.jod-mini-items{max-height:310px;overflow:auto;padding:4px 0}
.jod-mini-item{
  display:grid;grid-template-columns:54px 1fr 28px;
  gap:11px;align-items:center;padding:11px 2px;
  border-bottom:1px solid #f0ece4;
}
.jod-mini-thumb img{width:54px!important;height:54px!important;object-fit:cover;border-radius:12px}
.jod-mini-info{min-width:0}
.jod-mini-name{
  display:block;font-size:11px;font-weight:900;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.jod-mini-price{display:block;margin-top:5px;font-size:11px;color:#646b76;font-weight:800}
.jod-mini-remove{
  width:26px;height:26px;border-radius:50%;
  background:#f4f0e8;color:#777;
  display:grid;place-items:center;font-size:18px;
}
.jod-mini-remove:hover{background:#fee7e7;color:#c93636}
.jod-mini-total{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 3px;font-size:12px
}
.jod-mini-total strong{font-size:16px}
.jod-mini-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.jod-mini-cart-btn{
  min-height:43px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  font-size:9px;font-weight:950;
}
.jod-mini-cart-btn.secondary{background:#f1eee7;color:#111722}
.jod-mini-cart-btn.primary{background:#111722;color:#fff}
.jod-cart-fallback{
  display:inline-flex;background:#111722;color:#fff;
  border-radius:999px;padding:12px 15px;font-size:12px;font-weight:900
}

.jod-paypal-warning{
  background:#fff3cf;border:1px solid #e8d077;
  border-radius:12px;padding:13px 14px;
  margin-bottom:14px;font-size:11px;line-height:1.55;
}

/* Classic cart in Serbian */
.woocommerce-cart-form,
.cart_totals{
  background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:18px;
}
.woocommerce table.shop_table{border:0!important;border-collapse:separate!important}
.woocommerce table.shop_table th{
  font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#6f7681
}
.woocommerce table.shop_table td{border-top:1px solid #eee9df!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background:#111722!important;color:#fff!important;
  border-radius:999px!important;font-size:12px!important
}
.woocommerce-cart .product-remove a{
  color:#c84242!important;background:#feecec;border-radius:50%;
  width:28px;height:28px;display:grid!important;place-items:center
}

/* PayPal area */
#payment{
  background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important
}
#payment ul.payment_methods{border-bottom:1px solid #eee9df!important}
#payment .payment_box{
  background:#f8f6f0!important;border-radius:12px!important;font-size:11px!important
}
#payment .payment_box:before{display:none!important}
.woocommerce-checkout #payment div.form-row{padding:16px!important}

@media(max-width:720px){
  .jod-cart-label{display:none}
  .jod-cart-toggle{padding:8px 9px}
  .jod-cart-dropdown{position:fixed;right:12px;left:12px;top:76px;width:auto}
  .jod-mini-actions{grid-template-columns:1fr}
}


/* =========================
   v5 — PREMIUM PROIZVOD + CHECKOUT
   ========================= */
.jod-cart-dropdown{top:calc(100% + 10px)}
.jod-cart-dropdown:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.jod-direct-buy{text-decoration:none!important}.jod-direct-buy.added:after{content:" ✓"}

.single-product .site-main{padding:46px 0 90px!important}
.single-product .woocommerce div.product{width:min(1180px,calc(100% - 36px));margin:0 auto!important;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(430px,1.08fr);gap:42px;align-items:start;padding:38px!important;border-radius:32px!important;background:#fff!important;box-shadow:0 26px 75px rgba(17,23,34,.09)!important}
.single-product .woocommerce div.product div.images,.single-product .woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0!important}
.single-product .woocommerce-product-gallery{position:sticky;top:110px}
.single-product .woocommerce-product-gallery__wrapper{overflow:hidden;border-radius:24px;background:#111722}
.single-product .woocommerce-product-gallery img{display:block;width:100%!important;border-radius:24px!important}
.single-product .summary{padding:12px 5px 0}
.single-product .summary:before{content:"🇩🇪 NEMAČKI • A1 • DIGITALNI PAKET";display:inline-flex;border-radius:999px;padding:7px 10px;background:#eefaf5;color:#22865e;font-size:9px;font-weight:950;letter-spacing:.09em}
.single-product .summary .product_title{margin:16px 0 12px!important;font-size:46px!important;line-height:.98!important}
.single-product .summary p.price{display:flex;align-items:baseline;gap:8px;margin:0 0 18px!important}.single-product .summary p.price del{opacity:.45;font-size:16px}.single-product .summary p.price ins{text-decoration:none!important;color:#111722!important;font-size:30px;font-weight:950}
.single-product .summary form.cart{margin:22px 0 10px!important}.single-product .summary .single_add_to_cart_button{width:100%;min-height:56px!important;justify-content:center;font-size:12px!important;box-shadow:0 12px 30px rgba(17,23,34,.15)}
.single-product .product_meta,.single-product .posted_in,.single-product .tagged_as{display:none!important}
.single-product .ppc-button-wrapper,.single-product .ppcp-button-wrapper,.single-product [id*="ppc-button"],.single-product [class*="paypal-button-container"]{display:none!important}
.jod-product-trust{display:grid;gap:10px;margin:22px 0 8px}.jod-product-trust>div{display:grid;grid-template-columns:38px 1fr;column-gap:10px;padding:14px;border-radius:15px;background:#f7f4ed;border:1px solid #ebe4d8}.jod-product-trust span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;background:#fff;border-radius:12px;font-size:17px}.jod-product-trust b{font-size:11px}.jod-product-trust small{color:#747b85;font-size:9px;margin-top:3px}.jod-product-content{grid-column:1/-1;border-top:1px solid #eee8dc;margin-top:10px}

.woocommerce-checkout .site-main{padding:40px 0 90px!important}
.jod-checkout-intro{width:min(1120px,calc(100% - 36px));margin:0 auto 22px;display:flex;align-items:end;justify-content:space-between;gap:24px;padding:0 4px}.jod-checkout-kicker{display:inline-block;font-size:9px;font-weight:950;letter-spacing:.13em;color:#4c78ff;margin-bottom:7px}.jod-checkout-intro h1{margin:0 0 7px;font-size:44px;line-height:1;letter-spacing:-.05em}.jod-checkout-intro p{max-width:620px;margin:0;color:#6f7681;font-size:12px;line-height:1.65}.jod-checkout-steps{display:flex;gap:8px;flex-wrap:wrap}.jod-checkout-steps span{display:flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid #e5dfd4;font-size:9px;font-weight:850;color:#626975}.jod-checkout-steps b{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#111722;color:#fff}
.woocommerce-checkout form.checkout{width:min(1120px,calc(100% - 36px));margin:0 auto;display:grid!important;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr)!important;gap:28px!important;align-items:start}
.woocommerce-checkout #customer_details{width:auto!important;float:none!important;background:#fff;border:1px solid #e5dfd4;border-radius:26px;padding:28px;box-shadow:0 15px 45px rgba(17,23,34,.06)}.woocommerce-checkout #customer_details .col-1{width:100%!important;float:none!important}.woocommerce-checkout #customer_details .col-2{display:none!important}.woocommerce-checkout .woocommerce-billing-fields{background:transparent!important;border:0!important;padding:0!important}.woocommerce-checkout .woocommerce-billing-fields>h3{margin:0 0 22px!important;font-size:25px!important;letter-spacing:-.035em}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:12px}.woocommerce-checkout .form-row{width:100%!important;float:none!important;margin:0!important}.woocommerce-checkout #billing_email_field,.woocommerce-checkout #billing_country_field{grid-column:1/-1}.woocommerce-checkout label{font-size:10px!important;font-weight:850!important;color:#59606b!important;margin-bottom:6px!important}.woocommerce-checkout input.input-text,.woocommerce-checkout select{min-height:50px!important;border:1px solid #dcd6ca!important;border-radius:12px!important;background:#fcfbf8!important;padding:0 13px!important;box-shadow:none!important}.woocommerce-checkout input.input-text:focus,.woocommerce-checkout select:focus{border-color:#4c78ff!important;outline:0!important;box-shadow:0 0 0 3px rgba(76,120,255,.08)!important}
.woocommerce-checkout #order_review_heading{display:none!important}.woocommerce-checkout #order_review{width:auto!important;float:none!important;background:#fff;border:1px solid #e5dfd4;border-radius:26px;padding:28px;box-shadow:0 15px 45px rgba(17,23,34,.06)}.woocommerce-checkout #order_review:before{content:"Tvoja porudžbina";display:block;margin:0 0 20px;font-size:25px;font-weight:950;letter-spacing:-.035em}.woocommerce-checkout-review-order-table{margin:0 0 22px!important;border:0!important}.woocommerce-checkout-review-order-table th{font-size:9px!important;color:#7a818c!important;letter-spacing:.09em}.woocommerce-checkout-review-order-table td{padding:14px 8px!important;font-size:11px!important}.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{font-size:14px!important;font-weight:950!important;color:#111722!important}
.woocommerce-checkout #payment{margin-top:6px;border:0!important;background:#f8f6f0!important;border-radius:18px!important;overflow:hidden}.woocommerce-checkout #payment ul.payment_methods{padding:12px!important;border:0!important}.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method{position:relative;margin:0 0 9px!important;padding:0!important;background:#fff;border:1px solid #e3ddd2;border-radius:15px;overflow:hidden;transition:.18s ease}.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:last-child{margin-bottom:0!important}.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input:checked){border-color:#4c78ff;box-shadow:0 0 0 3px rgba(76,120,255,.08)}.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>input{position:absolute;left:15px;top:18px}.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label{display:flex!important;align-items:center;min-height:52px;padding:12px 15px 12px 42px!important;margin:0!important;color:#111722!important;font-size:12px!important;font-weight:950!important;cursor:pointer}.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label img{max-height:24px!important;margin-left:auto!important}.woocommerce-checkout #payment .payment_box{margin:0!important;padding:5px 15px 16px!important;background:#fff!important;border-radius:0!important;color:#69707b!important;font-size:10px!important;line-height:1.55!important}.woocommerce-checkout #payment .payment_box p{margin:0 0 10px!important}.woocommerce-checkout #payment li[class*="paypal"]>label,.woocommerce-checkout #payment li.payment_method_ppcp-gateway>label{background:#fff9df}
#ppcp-hosted-fields{margin-top:8px!important}#ppcp-credit-card-gateway-card-number,#ppcp-credit-card-gateway-card-expiry,#ppcp-credit-card-gateway-card-cvc{background:#fff!important;border:1px solid #dcd6ca!important;border-radius:10px!important;min-height:46px!important}#ppcp-dcc-order-button{min-height:50px!important;border-radius:999px!important;background:#111722!important;color:#fff!important;font-weight:900!important}
.woocommerce-checkout .woocommerce-privacy-policy-text{margin:4px 0 14px;padding:13px;border-radius:12px;background:#f5f7ff;color:#686f7b;font-size:9px;line-height:1.55}.woocommerce-checkout .woocommerce-privacy-policy-text p{margin:0!important}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{padding-top:4px}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p.form-row,.woocommerce-checkout .jod-digital-consent-row{margin-top:8px!important;padding:11px!important;border:1px solid #e8e2d7;border-radius:12px;background:#fff}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label,.woocommerce-checkout .jod-digital-consent-row label{font-size:9px!important;line-height:1.5!important;font-weight:650!important}.woocommerce-checkout #place_order,.woocommerce-checkout #ppcp-dcc-order-button{width:100%!important;min-height:54px!important;border-radius:999px!important;background:#111722!important;color:#fff!important;font-size:11px!important;font-weight:950!important;margin-top:10px!important}.woocommerce-checkout .woocommerce-checkout-payment .place-order{padding:14px!important}.woocommerce-checkout .woocommerce-form-coupon-toggle{display:none!important}
@media(max-width:900px){.single-product .woocommerce div.product{grid-template-columns:1fr}.single-product .woocommerce-product-gallery{position:static}.woocommerce-checkout form.checkout{grid-template-columns:1fr!important}.jod-checkout-intro{display:block}.jod-checkout-steps{margin-top:16px}}
@media(max-width:620px){.single-product .woocommerce div.product{width:min(100% - 24px,1180px);padding:20px!important}.single-product .summary .product_title{font-size:36px!important}.woocommerce-checkout form.checkout{width:min(100% - 24px,1120px)}.jod-checkout-intro{width:min(100% - 24px,1120px)}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:20px}.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr}.woocommerce-checkout #billing_email_field,.woocommerce-checkout #billing_country_field{grid-column:auto}}


/* =========================
   v6 — PayPal cleanup
   ========================= */
.jod-currency-warning{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto 18px;
  padding:14px 16px;
  border-radius:14px;
  background:#fff0f0;
  border:1px solid #efbcbc;
  color:#7a2424;
  font-size:11px;
  line-height:1.55;
}
.jod-currency-warning strong{display:block;margin-bottom:3px}

/* If PayPal Standard is the only gateway, don't show a redundant selectable box.
   Keep the legal text + PayPal Smart Buttons as the actual payment choices. */
body.jod-only-paypal-standard #payment ul.payment_methods{
  display:none!important;
}
body.jod-only-paypal-standard #payment:before{
  content:"Izaberi način plaćanja";
  display:block;
  padding:16px 16px 0;
  font-size:16px;
  font-weight:950;
  letter-spacing:-.02em;
}
body.jod-only-paypal-standard #payment .form-row.place-order{
  padding-top:12px!important;
}

/* Product image text may still contain the old printed RSD price;
   live WooCommerce price beside it is the authoritative checkout price. */


/* v7 — one page A1 section */
#a1-paket{scroll-margin-top:110px}
.jod-home-a1{padding:0}
.jod-home-a1 .lang-hero{margin-top:6px}


/* v8 premium A1 section */
.jod-home-shell{background:#fff;border:1px solid var(--line);border-radius:32px;padding:38px;box-shadow:0 16px 55px rgba(17,23,34,.05)}
.jod-home-a1{padding:0}
.jod-home-a1 .lang-hero{margin-top:0;box-shadow:none}
.lang-hero.premium-a1{padding:48px 50px;border-radius:34px}
.lang-copy{max-width:540px}
.lang-hero.premium-a1 .primary-btn{padding:15px 26px;font-size:13px}
.premium-card{min-height:340px;justify-content:flex-start}
.premium-card .price-note{margin-top:26px;font-size:16px}
.jod-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.jod-pack-item{background:#f9f7f1;border:1px solid #e8e1d7;border-radius:18px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:6px;min-height:108px}
.jod-pack-item strong{font-size:15px;letter-spacing:-.02em;color:#111722}
.jod-pack-item span{font-size:12px;line-height:1.55;color:#6c727d}
@media(max-width:900px){
  .jod-home-shell{padding:22px}
  .jod-package-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .jod-home-shell{padding:14px;border-radius:22px}
  .lang-hero.premium-a1{padding:28px 24px;border-radius:24px}
  .jod-package-grid{grid-template-columns:1fr}
}


/* =========================
   v9 — checkout polish
   ========================= */
.woocommerce-checkout .site-main{background:linear-gradient(180deg,#f7f4ed 0%,#f5f2ea 100%)}
.jod-checkout-intro{margin-bottom:28px}
.jod-checkout-kicker{font-size:10px;letter-spacing:.14em}
.jod-checkout-intro h1{font-size:56px;line-height:.96}
.jod-checkout-intro p{font-size:14px;max-width:700px}
.jod-checkout-steps span{padding:10px 14px;font-size:10px;background:#fffdf8;box-shadow:0 6px 18px rgba(17,23,34,.04)}
.jod-checkout-steps b{width:26px;height:26px}
.woocommerce-checkout form.checkout{gap:32px!important}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review{
  border-radius:30px;
  border:1px solid #e7e0d4;
  box-shadow:0 22px 60px rgba(17,23,34,.07);
}
.woocommerce-checkout #order_review{position:sticky;top:110px}
.woocommerce-checkout .woocommerce-billing-fields>h3,
.woocommerce-checkout #order_review:before{font-size:28px}
.woocommerce-checkout .woocommerce-billing-fields>h3:after{
  content:"Unesi samo osnovne podatke za digitalnu kupovinu.";
  display:block;
  margin-top:7px;
  font-size:12px;
  line-height:1.6;
  font-weight:500;
  color:#6f7681;
  letter-spacing:0;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{gap:14px}
.woocommerce-checkout label{font-size:11px!important}
.woocommerce-checkout input.input-text,
.woocommerce-checkout select{min-height:54px!important;border-radius:14px!important;background:#fff!important}
.woocommerce-checkout input.input-text::placeholder{color:#a0a7b1}
.woocommerce-checkout-review-order-table thead th{padding-bottom:10px!important}
.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tbody th{border-top:1px solid #f0ebdf!important}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td{padding-top:18px!important}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td{
  background:#fbf6e7;
  padding:17px 10px!important;
  border-radius:12px!important;
}
.woocommerce-checkout #payment{
  background:#fbf8ef!important;
  border-radius:22px!important;
  padding:0!important;
  margin-top:14px;
}
.woocommerce-checkout #payment:before{
  content:"Izaberi način plaćanja";
  display:block;
  padding:18px 18px 0;
  font-size:16px;
  font-weight:950;
  color:#111722;
}
.woocommerce-checkout #payment ul.payment_methods{padding:14px!important 14px 8px!important}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method{border-radius:18px}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label{min-height:58px;padding:14px 16px 14px 44px!important;font-size:13px!important}
.woocommerce-checkout #payment .payment_box{padding:8px 16px 16px!important;font-size:11px!important;color:#646c77!important}
.woocommerce-checkout .woocommerce-privacy-policy-text{padding:16px;border-radius:14px;font-size:10px}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p.form-row,
.woocommerce-checkout .jod-digital-consent-row{padding:13px 14px!important;border-radius:14px}
.woocommerce-checkout #place_order,
.woocommerce-checkout #ppcp-dcc-order-button{min-height:58px!important;font-size:12px!important;letter-spacing:.02em;box-shadow:0 14px 30px rgba(17,23,34,.14)}
.woocommerce-checkout #payment .place-order{padding:16px!important 14px 18px!important}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto 16px!important;
  border-radius:16px!important;
  border:1px solid #e4dccf!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(17,23,34,.04);
}
.woocommerce-cart .site-main{background:linear-gradient(180deg,#f7f4ed 0%,#f5f2ea 100%);padding-bottom:80px!important}
.woocommerce-cart .cart-collaterals,
.woocommerce-cart form.woocommerce-cart-form{width:min(1120px,calc(100% - 36px));margin-left:auto!important;margin-right:auto!important}
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals{
  background:#fff;border:1px solid #e7e0d4;border-radius:28px;padding:24px;box-shadow:0 20px 55px rgba(17,23,34,.06)
}
.woocommerce-cart .cart-collaterals{margin-top:22px!important}
.woocommerce-cart .cart_totals h2{font-size:34px;letter-spacing:-.04em;margin-bottom:18px}
.woocommerce-cart .shop_table th{font-size:12px!important;color:#707784!important}
.woocommerce-cart .shop_table td{padding:18px 10px!important}
.woocommerce-cart .product-name a{font-weight:900;color:#111722}
.woocommerce-cart .actions .coupon{display:none!important}
.woocommerce-cart button[name="update_cart"]{border-radius:999px!important;padding:12px 18px!important}
@media(max-width:900px){
  .jod-checkout-intro h1{font-size:44px}
  .woocommerce-checkout #order_review{position:static;top:auto}
}
@media(max-width:620px){
  .jod-checkout-intro h1{font-size:36px}
  .jod-checkout-intro p{font-size:13px}
  .woocommerce-cart form.woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals .cart_totals{padding:18px;border-radius:22px}
  .woocommerce-checkout #payment:before{font-size:15px}
}


/* =========================
   v10 — jezici po stranicama
   ========================= */
.language-card.lang-en,
.language-card.lang-it,
.language-card.lang-es{
  cursor:pointer;
}
.language-card.lang-en:hover,
.language-card.lang-it:hover,
.language-card.lang-es:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}

.jod-language-product-page{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
}
.jod-language-product-page .premium-a1{
  box-shadow:0 24px 70px rgba(17,23,34,.12);
}
.jod-lang-price{
  display:flex;
  align-items:center;
  gap:12px;
  margin:22px 0 0;
}
.jod-lang-price span{
  font-size:10px;
  color:#aeb5c0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:900;
}
.jod-lang-price strong{
  font-size:30px;
  line-height:1;
  color:#ffd84d;
}
.jod-language-product-page .lang-actions{
  align-items:center;
}
.jod-language-product-page .jod-buy-now{
  background:transparent!important;
  border-color:rgba(255,255,255,.22)!important;
  color:#fff!important;
}
.jod-lang-proof{
  margin-top:18px;
}
.jod-language-package-grid{
  margin-top:24px;
}
.jod-language-bottom-cta{
  margin-top:24px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:28px;
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 16px 45px rgba(17,23,34,.05);
}
.jod-language-bottom-cta h2{
  margin:5px 0 7px;
  font-size:34px;
  letter-spacing:-.04em;
}
.jod-language-bottom-cta p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}
.jod-language-bottom-cta .lang-actions{
  margin:0;
  flex-shrink:0;
}
.jod-language-soon{
  max-width:900px;
  margin:0 auto;
}

.woocommerce-cart .quantity .qty{
  min-height:42px;
  min-width:72px;
  border:1px solid #dcd6ca;
  border-radius:10px;
  text-align:center;
  background:#fff;
}
.woocommerce-cart button[name="update_cart"]{
  opacity:1!important;
  cursor:pointer!important;
}

@media(max-width:760px){
  .jod-language-bottom-cta{
    display:block;
  }
  .jod-language-bottom-cta .lang-actions{
    margin-top:18px;
  }
}


/* =========================
   v11 — svi A1 jezici
   ========================= */
.language-card.lang-en .status.live,
.language-card.lang-it .status.live,
.language-card.lang-es .status.live{display:inline-flex}
.jod-lang-en .lang-kicker{color:#86A6FF}
.jod-lang-it .lang-kicker{color:#5EE0A8}
.jod-lang-es .lang-kicker{color:#FF8C8C}
.jod-product-teaser-en{background:linear-gradient(145deg,#7E9EFF,#4C78FF)!important;color:#fff!important}
.jod-product-teaser-en p{color:#ECF1FF!important}
.jod-product-teaser-it{background:linear-gradient(145deg,#72DBAA,#20A66A)!important;color:#071B12!important}
.jod-product-teaser-it p{color:#11392A!important}
.jod-product-teaser-es{background:linear-gradient(145deg,#FF8A8A,#E84B4B)!important;color:#fff!important}
.jod-product-teaser-es p{color:#FFF1F1!important}
.jod-lang-en .jod-lang-price strong{color:#86A6FF}
.jod-lang-it .jod-lang-price strong{color:#5EE0A8}
.jod-lang-es .jod-lang-price strong{color:#FF8C8C}


/* =========================
   v13 — SVA 4 JEZIKA RAVNOPRAVNO
   ========================= */
.hero-v13 .hero-grid{align-items:center}
.hero-v13 h1{font-size:clamp(58px,7.2vw,94px);line-height:.88;letter-spacing:-.065em}
.hero-v13 h1 span{background:linear-gradient(90deg,#4c78ff,#8c63ff,#ea5ba8);-webkit-background-clip:text;background-clip:text;color:transparent}

.hero-language-board{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:12px;
  border-radius:34px;
  background:rgba(255,255,255,.56);
  border:1px solid rgba(220,214,202,.85);
  box-shadow:0 28px 80px rgba(17,23,34,.11);
}
.hero-lang-tile{
  min-height:238px;
  border-radius:24px;
  padding:20px;
  border:1px solid rgba(17,23,34,.08);
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:#111722;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  position:relative;
  overflow:hidden;
}
.hero-lang-tile:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
}
.hero-lang-tile:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(17,23,34,.12)}
.hero-lang-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;font-weight:950;letter-spacing:.06em}
.hero-lang-top b{display:grid;place-items:center;min-width:34px;height:28px;padding:0 9px;border-radius:999px;background:rgba(17,23,34,.08)}
.hero-lang-tile h3{font-size:31px;line-height:.98;letter-spacing:-.05em;margin:28px 0 8px}
.hero-lang-tile p{font-size:11px;line-height:1.55;color:#68707b;margin:0}
.hero-lang-ready{margin-top:auto;padding-top:16px;font-size:10px;font-weight:950;letter-spacing:.05em}
.hero-de{background:#141b27;color:#fff}.hero-de p{color:#b9c1cc}.hero-de .hero-lang-top b{background:rgba(255,255,255,.12)}.hero-de:before{background:linear-gradient(90deg,#111 0 33%,#d90022 33% 66%,#ffce00 66%)}.hero-de .hero-lang-ready{color:#ffd84d}
.hero-en{background:#f8faff}.hero-en:before{background:linear-gradient(90deg,#17355f 0 42%,#fff 42% 55%,#d92b3a 55% 70%,#17355f 70%)}.hero-en .hero-lang-ready{color:#315fc7}
.hero-it{background:#f6fff9}.hero-it:before{background:linear-gradient(90deg,#159447 0 33%,#fff 33% 66%,#d83a3a 66%)}.hero-it .hero-lang-ready{color:#168854}
.hero-es{background:#fff9f5}.hero-es:before{background:linear-gradient(90deg,#c91223 0 25%,#f7c925 25% 75%,#c91223 75%)}.hero-es .hero-lang-ready{color:#c53636}

/* All language cards are active purchase choices. */
.language-card{cursor:pointer!important;color:#111722}
.language-card.active{background:#fff;color:#111722;border-color:var(--line)}
.language-card p,.language-card.active p{color:var(--muted)}
.language-card .lang-meta span{background:#f4f1ea;color:#111722}
.language-card .lang-btn,
.language-card:not(.active) .lang-btn{
  background:#111722;
  color:#fff;
  cursor:pointer;
  border-radius:999px;
  text-align:center;
  font-weight:950;
  transition:.18s ease;
}
.language-card:hover .lang-btn{background:#ffd84d;color:#111722}
.language-card.lang-de:hover{border-color:#d7b643}
.language-card.lang-en:hover{border-color:#7e9eff}
.language-card.lang-it:hover{border-color:#72dbaa}
.language-card.lang-es:hover{border-color:#ff8a8a}
.language-card .status.live{background:#e9f9f1;color:#249369}

@media(max-width:980px){
  .hero-language-board{max-width:720px;width:100%;margin:0 auto}
}
@media(max-width:620px){
  .hero-language-board{grid-template-columns:1fr;gap:10px;padding:10px;border-radius:24px}
  .hero-lang-tile{min-height:200px}
  .hero-v13 h1{font-size:54px}
}


/* =========================
   v14 — čista početna
   ========================= */
#jezici{scroll-margin-top:105px}
.steps-grid-v14{grid-template-columns:repeat(4,1fr)}
.steps-grid-v14 .step{min-height:220px}
.steps-grid-v14 .step-num{margin-bottom:32px}
@media(max-width:980px){
  .steps-grid-v14{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .steps-grid-v14{grid-template-columns:1fr}
  .steps-grid-v14 .step{min-height:auto}
}


/* =========================
   v15 — PREMIUM STRANICA JEZIKA
   ========================= */
.jod-language-product-page{
  padding-top:26px;
  padding-bottom:74px;
}
.jod-lang-premium-hero{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  gap:44px;
  align-items:center;
  padding:52px;
  border-radius:34px;
  background:#111722;
  color:#fff;
  box-shadow:0 30px 90px rgba(17,23,34,.14);
  overflow:hidden;
  position:relative;
}
.jod-lang-premium-hero:after{
  content:"";
  position:absolute;
  right:-100px;
  top:-130px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:var(--lang-accent);
  opacity:.08;
  pointer-events:none;
}
.jod-lang-hero-copy,.jod-lang-visual{position:relative;z-index:1}
.jod-lang-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  font-size:10px;
  font-weight:950;
  letter-spacing:.11em;
  color:var(--lang-accent);
}
.jod-lang-premium-hero h1{
  margin:18px 0 16px;
  font-size:clamp(54px,5.5vw,82px);
  line-height:.88;
  letter-spacing:-.065em;
}
.jod-lang-premium-hero h1 span{color:var(--lang-accent)}
.jod-lang-lead{
  max-width:610px;
  margin:0;
  color:#bbc3cf;
  font-size:15px;
  line-height:1.75;
}
.jod-price-panel{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:26px 0 0;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
}
.jod-price-panel small{
  display:block;
  margin-bottom:7px;
  color:#9ba5b4;
  font-size:9px;
  font-weight:950;
  letter-spacing:.13em;
}
.jod-price-values{
  display:flex;
  align-items:baseline;
  gap:12px;
  flex-wrap:wrap;
}
.jod-old-price,
.jod-price-values del{
  color:#9ca4af!important;
  font-size:17px!important;
  font-weight:800!important;
  text-decoration:line-through 2px!important;
  text-decoration-color:#d5dae1!important;
  opacity:.85;
}
.jod-new-price,
.jod-price-values ins{
  color:var(--lang-accent)!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:950!important;
  text-decoration:none!important;
}
.jod-current-price{
  color:var(--lang-accent);
  font-size:34px;
  font-weight:950;
}
.jod-one-time{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#cbd2dc;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}
.jod-lang-main-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
}
.jod-lang-main-actions .primary-btn{
  min-height:54px;
  padding:0 24px;
  background:var(--lang-accent)!important;
  color:#0c1119!important;
}
.jod-lang-main-actions .jod-buy-now{
  min-height:54px;
  display:inline-flex;
  align-items:center;
}
.jod-mini-trust{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:22px;
}
.jod-mini-trust span{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:#b9c1cc;
  font-size:10px;
  font-weight:750;
}
.jod-lang-visual{
  min-width:0;
}
.jod-lang-visual img{
  width:100%;
  max-width:620px;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  margin-left:auto;
  border-radius:28px;
  box-shadow:0 24px 65px rgba(0,0,0,.28);
}
.jod-lang-summary-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
}
.jod-lang-summary-strip>div{
  padding:17px 18px;
  border-radius:17px;
  background:#fff;
  border:1px solid var(--line);
}
.jod-lang-summary-strip b{
  display:block;
  margin-bottom:4px;
  color:#111722;
  font-size:13px;
}
.jod-lang-summary-strip span{
  color:#7a818b;
  font-size:10px;
  line-height:1.45;
}
.jod-lang-section{
  margin-top:58px;
}
.jod-lang-section-head{
  max-width:730px;
  margin-bottom:24px;
}
.jod-lang-section-head>span{
  color:var(--lang-accent);
  font-size:9px;
  font-weight:950;
  letter-spacing:.14em;
}
.jod-lang-section-head h2{
  margin:7px 0 10px;
  color:#111722;
  font-size:42px;
  line-height:1;
  letter-spacing:-.045em;
}
.jod-lang-section-head p{
  margin:0;
  color:#707782;
  font-size:13px;
  line-height:1.7;
}
.premium-pack-grid{
  gap:14px;
}
.premium-pack-grid .jod-pack-item{
  min-height:154px;
  background:#fff;
  box-shadow:0 10px 32px rgba(17,23,34,.04);
}
.premium-pack-grid .jod-pack-item em{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  margin-bottom:8px;
  border-radius:10px;
  background:var(--lang-soft);
  color:var(--lang-accent);
  font-style:normal;
  font-size:10px;
  font-weight:950;
}
.jod-lang-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:44px;
}
.jod-info-card{
  padding:34px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 45px rgba(17,23,34,.05);
}
.jod-info-card h2{
  margin:8px 0 12px;
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}
.jod-info-card p{
  color:#737a85;
  font-size:12px;
  line-height:1.65;
}
.jod-info-card ul{
  list-style:none;
  padding:0;
  margin:22px 0 0;
  display:grid;
  gap:10px;
}
.jod-info-card li{
  padding:11px 12px;
  border-radius:12px;
  background:#f8f6f0;
  font-size:11px;
  font-weight:750;
}
.jod-info-dark{
  background:#111722;
  color:#fff;
  border-color:#111722;
}
.jod-info-dark p{color:#b9c1cc}
.jod-info-dark .section-label{color:var(--lang-accent)}
.jod-delivery-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:22px;
}
.jod-delivery-steps>div{
  min-height:95px;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}
.jod-delivery-steps b{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border-radius:8px;
  background:var(--lang-accent);
  color:#111722;
  font-size:10px;
}
.jod-delivery-steps span{
  color:#fff;
  font-size:10px;
  font-weight:800;
}
.premium-bottom-cta{
  margin-top:44px;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,#fff 0%,var(--lang-soft) 100%);
}
.jod-bottom-price-action{
  display:flex;
  align-items:center;
  gap:18px;
}
.premium-bottom-cta .jod-old-price,
.premium-bottom-cta .jod-price-values del{
  color:#8b929c!important;
}
.premium-bottom-cta .jod-new-price,
.premium-bottom-cta .jod-price-values ins,
.premium-bottom-cta .jod-current-price{
  color:#111722!important;
}
.premium-bottom-cta .primary-btn{
  background:#111722!important;
  color:#fff!important;
}

@media(max-width:980px){
  .jod-lang-premium-hero{
    grid-template-columns:1fr;
    padding:36px;
  }
  .jod-lang-visual img{
    margin:0 auto;
    max-width:560px;
  }
  .jod-lang-summary-strip{
    grid-template-columns:1fr 1fr;
  }
  .jod-lang-two-col{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .jod-language-product-page{
    width:min(100% - 22px,1180px);
  }
  .jod-lang-premium-hero{
    padding:25px 20px;
    border-radius:24px;
  }
  .jod-lang-premium-hero h1{
    font-size:52px;
  }
  .jod-price-panel{
    align-items:flex-start;
    flex-direction:column;
  }
  .jod-lang-summary-strip{
    grid-template-columns:1fr;
  }
  .jod-lang-section-head h2{
    font-size:34px;
  }
  .jod-lang-two-col{
    margin-top:28px;
  }
  .jod-info-card{
    padding:24px 20px;
  }
  .jod-delivery-steps{
    grid-template-columns:1fr;
  }
  .premium-bottom-cta{
    display:block;
  }
  .jod-bottom-price-action{
    align-items:flex-start;
    flex-direction:column;
    margin-top:20px;
  }
}


/* =========================
   v16 — LANGUAGE HERO POLISH
   ========================= */
.jod-lang-premium-hero{
  grid-template-columns:minmax(0,.98fr) minmax(390px,1.02fr);
  gap:54px;
}

.jod-lang-lead{
  color:#c9d0da!important;
  font-size:15px;
  line-height:1.72;
  max-width:560px;
}

.jod-price-panel{
  display:grid;
  grid-template-columns:1fr;
  align-items:start;
  gap:12px;
  max-width:360px;
}

.jod-one-time{
  justify-self:start;
  white-space:nowrap;
  margin:0;
  position:static!important;
}

.jod-lang-main-actions{
  display:grid;
  grid-template-columns:minmax(165px,1fr) minmax(165px,1fr);
  gap:12px;
  max-width:390px;
}

.jod-lang-main-actions .primary-btn,
.jod-lang-main-actions .secondary-btn,
.jod-lang-main-actions .jod-buy-now{
  width:100%;
  min-height:56px;
  justify-content:center;
  text-align:center;
  padding:0 18px!important;
  white-space:nowrap;
  line-height:1.2;
  border-radius:999px;
}

.jod-lang-main-actions .primary-btn{
  font-size:12px!important;
}

.jod-lang-main-actions .secondary-btn,
.jod-lang-main-actions .jod-buy-now{
  font-size:12px!important;
}

.jod-lang-visual img{
  max-width:560px;
  width:94%;
  margin:0 auto;
}

.jod-mini-trust{
  max-width:520px;
}

@media(max-width:980px){
  .jod-lang-premium-hero{
    gap:34px;
  }
  .jod-lang-main-actions{
    max-width:100%;
  }
}

@media(max-width:620px){
  .jod-lang-main-actions{
    grid-template-columns:1fr;
  }

  .jod-lang-visual img{
    width:100%;
  }
}


/* =========================
   v17 — SRPSKI THANK-YOU / DOWNLOADS
   ========================= */
.woocommerce-order-received .woocommerce-order-downloads__title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title{
  letter-spacing:-.03em;
}
.woocommerce-order-received .woocommerce-table--order-downloads th,
.woocommerce-account .woocommerce-table--order-downloads th{
  white-space:normal;
  line-height:1.25;
}
.woocommerce-order-received .woocommerce-customer-details address{
  font-style:normal;
}


/* =========================
   v18 — UTISCI KORISNIKA
   ========================= */
.jod-reviews-section{
  padding-top:26px;
  padding-bottom:34px;
}
.jod-reviews-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:22px;
}
.jod-reviews-head h2{
  margin:6px 0 0;
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}
.jod-reviews-head>p{
  max-width:470px;
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.65;
}
.jod-reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.jod-review-card{
  padding:20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.74);
  box-shadow:0 10px 30px rgba(17,23,34,.035);
}
.jod-review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.jod-stars{
  display:flex;
  gap:2px;
}
.jod-stars span{
  color:#d9d4c9;
  font-size:15px;
  line-height:1;
}
.jod-stars span.is-on{
  color:#eebc2f;
}
.jod-review-verified{
  font-size:8px;
  font-weight:900;
  color:#66707b;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.jod-review-card>p{
  min-height:68px;
  margin:0 0 18px;
  color:#38404b;
  font-size:12px;
  line-height:1.65;
}
.jod-review-card footer{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding-top:13px;
  border-top:1px solid #eee8dc;
}
.jod-review-card footer strong{
  color:#111722;
  font-size:11px;
}
.jod-review-card footer span{
  color:#8a919b;
  font-size:9px;
}
.jod-reviews-empty{
  display:flex;
  align-items:center;
  gap:20px;
  padding:18px 20px;
  border:1px dashed #dcd5c8;
  border-radius:18px;
  background:rgba(255,255,255,.46);
}
.jod-reviews-empty-stars{
  flex:0 0 auto;
  color:#d8b04c;
  font-size:18px;
  letter-spacing:2px;
  opacity:.72;
}
.jod-reviews-empty strong{
  display:block;
  margin-bottom:4px;
  color:#111722;
  font-size:12px;
}
.jod-reviews-empty p{
  margin:0;
  color:#7a818b;
  font-size:10px;
  line-height:1.55;
}
@media(max-width:820px){
  .jod-reviews-head{
    display:block;
  }
  .jod-reviews-head>p{
    margin-top:10px;
  }
  .jod-reviews-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .jod-reviews-empty{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* =========================
   v20 — FINAL MOBILE POLISH
   ========================= */

/* Better tap/focus behavior */
a,button,input,select,summary{
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible{
  outline:3px solid rgba(76,120,255,.22);
  outline-offset:3px;
}

/* Header stays compact and readable */
.site-header{
  box-shadow:0 1px 0 rgba(17,23,34,.04);
}
.nav-actions{
  flex-shrink:0;
}

/* Slightly cleaner home hero spacing */
.hero-v13 .hero-proof{
  row-gap:8px;
}
.hero-lang-tile{
  will-change:transform;
}

/* Language product pages: improve rhythm and button clarity */
.jod-lang-main-actions .primary-btn,
.jod-lang-main-actions .secondary-btn{
  min-width:0;
}
.jod-lang-premium-hero .jod-lang-visual img{
  transition:transform .22s ease;
}
@media(hover:hover){
  .jod-lang-premium-hero .jod-lang-visual img:hover{
    transform:scale(1.015);
  }
}

/* Checkout: touch-friendly */
.woocommerce-checkout input.input-text,
.woocommerce-checkout select{
  font-size:16px!important; /* prevents iOS zoom */
}
.woocommerce-checkout #place_order,
.woocommerce-checkout #ppcp-dcc-order-button{
  min-height:58px!important;
}

/* Footer touch targets */
.footer-links a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
}

/* Tablet */
@media(max-width:980px){
  .hero-v13 .hero-grid{
    gap:34px;
  }

  .hero-v13 .hero-language-board{
    margin-top:6px;
  }

  .jod-lang-premium-hero{
    padding:34px;
  }

  .jod-language-product-page{
    padding-top:18px;
  }
}

/* Mobile */
@media(max-width:620px){
  body{
    overflow-x:hidden;
  }

  .container{
    width:min(100% - 20px,1180px);
  }

  .site-header{
    background:rgba(245,242,234,.96);
    backdrop-filter:blur(12px);
  }

  .nav{
    min-height:64px;
    gap:8px;
  }

  .brand{
    gap:8px;
    min-width:0;
  }

  .brand-mark{
    width:36px;
    height:36px;
    border-radius:12px;
    padding:7px;
  }

  .brand-text{
    font-size:14px;
  }

  .jod-cart-toggle{
    min-height:40px;
    padding:7px 9px!important;
  }

  .jod-cart-dropdown{
    top:68px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-height:calc(100vh - 88px);
    overflow:auto;
    border-radius:18px;
  }

  /* Home hero */
  .hero{
    padding:34px 0 24px;
  }

  .eyebrow{
    font-size:8px;
    letter-spacing:.09em;
    padding:7px 9px;
  }

  .hero-v13 h1{
    font-size:clamp(46px,14vw,56px);
    line-height:.9;
    margin-top:15px;
  }

  .hero-lead{
    font-size:14px;
    line-height:1.6;
    margin-bottom:20px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  .hero-actions .primary-btn,
  .hero-actions .secondary-btn{
    width:100%;
    min-height:50px;
  }

  .hero-proof{
    display:grid;
    grid-template-columns:1fr;
    gap:7px;
    margin-top:18px;
  }

  .hero-language-board{
    margin-top:4px;
  }

  .hero-lang-tile{
    min-height:170px;
    padding:17px;
    border-radius:20px;
  }

  .hero-lang-tile h3{
    font-size:28px;
    margin:20px 0 7px;
  }

  .hero-lang-tile p{
    font-size:10px;
  }

  /* Generic sections */
  .section{
    padding:46px 0;
  }

  .section-head h2{
    font-size:38px;
    line-height:1;
  }

  .section-head p{
    font-size:12px;
    line-height:1.6;
  }

  .steps-grid-v14{
    gap:10px;
  }

  .steps-grid-v14 .step{
    padding:20px;
    border-radius:18px;
  }

  .steps-grid-v14 .step-num{
    margin-bottom:18px;
  }

  .feature{
    padding:20px;
    border-radius:18px;
  }

  .faq-grid details{
    padding:18px;
    border-radius:16px;
  }

  .faq-grid summary{
    min-height:28px;
    line-height:1.4;
  }

  /* Language product page */
  .jod-language-product-page{
    width:min(100% - 16px,1180px);
    padding-top:12px;
    padding-bottom:46px;
  }

  .jod-lang-premium-hero{
    padding:22px 17px;
    border-radius:22px;
    gap:24px;
  }

  .jod-lang-badge{
    font-size:8px;
    line-height:1.3;
    white-space:normal;
  }

  .jod-lang-premium-hero h1{
    font-size:clamp(46px,15vw,58px);
    margin:14px 0 13px;
  }

  .jod-lang-lead{
    font-size:13px!important;
    line-height:1.62;
  }

  .jod-price-panel{
    max-width:none;
    margin-top:18px;
    padding:15px;
  }

  .jod-price-values{
    gap:9px;
  }

  .jod-old-price,
  .jod-price-values del{
    font-size:15px!important;
  }

  .jod-new-price,
  .jod-price-values ins,
  .jod-current-price{
    font-size:30px!important;
  }

  .jod-lang-main-actions{
    display:grid;
    grid-template-columns:1fr;
    max-width:none;
    gap:9px;
  }

  .jod-lang-main-actions .primary-btn,
  .jod-lang-main-actions .secondary-btn,
  .jod-lang-main-actions .jod-buy-now{
    min-height:52px;
    font-size:11px!important;
  }

  .jod-mini-trust{
    display:grid;
    grid-template-columns:1fr;
    gap:7px;
  }

  .jod-mini-trust span{
    width:100%;
  }

  .jod-lang-visual img{
    width:100%;
    max-width:440px;
    border-radius:20px;
  }

  .jod-lang-summary-strip{
    gap:8px;
    margin-top:10px;
  }

  .jod-lang-summary-strip>div{
    padding:14px;
    border-radius:14px;
  }

  .jod-lang-section{
    margin-top:40px;
  }

  .jod-lang-section-head h2{
    font-size:32px;
  }

  .premium-pack-grid{
    gap:9px;
  }

  .premium-pack-grid .jod-pack-item{
    min-height:auto;
    padding:17px;
  }

  .jod-lang-two-col{
    gap:10px;
  }

  .jod-info-card{
    border-radius:20px;
  }

  .jod-info-card h2{
    font-size:30px;
  }

  .premium-bottom-cta{
    padding:22px 18px;
    border-radius:22px;
  }

  .premium-bottom-cta h2{
    font-size:30px;
  }

  /* Checkout */
  .jod-checkout-intro{
    width:min(100% - 18px,1120px);
    margin-bottom:18px;
  }

  .jod-checkout-intro h1{
    font-size:34px;
  }

  .jod-checkout-steps{
    gap:6px;
  }

  .jod-checkout-steps span{
    padding:7px 9px;
    font-size:8px;
  }

  .woocommerce-checkout form.checkout{
    width:min(100% - 18px,1120px)!important;
    gap:14px!important;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review{
    padding:18px!important;
    border-radius:20px!important;
  }

  .woocommerce-checkout .woocommerce-billing-fields>h3,
  .woocommerce-checkout #order_review:before{
    font-size:24px!important;
  }

  .woocommerce-checkout input.input-text,
  .woocommerce-checkout select{
    min-height:52px!important;
  }

  /* Thank-you/download page */
  .woocommerce-order-received .woocommerce-order{
    width:min(100% - 18px,1120px);
    margin-left:auto;
    margin-right:auto;
  }

  .woocommerce-order-received table.shop_table{
    font-size:11px;
  }

  /* Footer */
  .site-footer{
    padding:34px 0;
  }

  .footer-links{
    display:grid;
    gap:3px;
  }

  .footer-links a{
    min-height:40px;
  }

  .footer-copy{
    line-height:1.6;
  }
}


/* =========================
   v21 — MOBILE LANGUAGE PAGE FIX
   ========================= */

/* Critical: allow grid children to actually shrink on Safari/iPhone. */
.jod-lang-hero-copy,
.jod-lang-visual{
  min-width:0!important;
  width:100%;
}

@media(max-width:980px){
  .jod-lang-premium-hero{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:26px!important;
  }

  .jod-lang-hero-copy,
  .jod-lang-visual{
    grid-column:1/-1!important;
    width:100%!important;
    max-width:100%!important;
  }

  .jod-lang-visual{
    order:2;
  }

  .jod-lang-visual img{
    width:min(100%,560px)!important;
    max-width:560px!important;
    height:auto!important;
    margin:0 auto!important;
    display:block!important;
  }
}

@media(max-width:620px){
  .jod-language-product-page{
    width:calc(100% - 18px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow:visible!important;
  }

  .jod-lang-premium-hero{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:100%!important;
    padding:22px 18px!important;
    gap:22px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  .jod-lang-hero-copy,
  .jod-lang-visual{
    flex:0 0 auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  .jod-lang-badge{
    display:inline-flex!important;
    max-width:100%!important;
    width:auto!important;
    padding:7px 9px!important;
    border-radius:999px!important;
    font-size:8px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }

  .jod-lang-premium-hero h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(44px,13vw,56px)!important;
    line-height:.92!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  .jod-lang-lead{
    width:100%!important;
    max-width:none!important;
    font-size:13px!important;
    line-height:1.6!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  .jod-price-panel{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }

  .jod-one-time{
    width:auto!important;
    max-width:100%!important;
  }

  .jod-lang-main-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:none!important;
  }

  .jod-lang-main-actions .primary-btn,
  .jod-lang-main-actions .secondary-btn,
  .jod-lang-main-actions .jod-buy-now{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:52px!important;
    white-space:nowrap!important;
    padding:0 14px!important;
    box-sizing:border-box!important;
  }

  .jod-mini-trust{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:none!important;
    gap:8px!important;
  }

  .jod-mini-trust span{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:42px!important;
    padding:10px 12px!important;
    border-radius:12px!important;
    box-sizing:border-box!important;
    white-space:normal!important;
  }

  .jod-lang-visual{
    margin-top:2px!important;
  }

  .jod-lang-visual img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    border-radius:18px!important;
    margin:0!important;
  }

  .jod-lang-summary-strip{
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
  }

  .jod-lang-summary-strip>div{
    min-width:0!important;
  }

  .premium-pack-grid{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:390px){
  .jod-lang-summary-strip{
    grid-template-columns:1fr!important;
  }
}


/* =========================
   v21 — AUTO UPDATE KORPE
   ========================= */
.woocommerce-cart button[name="update_cart"]{
  display:none!important;
}

/* Small feedback while quantity update is being submitted. */
body.jod-cart-auto-updating .woocommerce-cart-form{
  opacity:.68;
  pointer-events:none;
  transition:opacity .15s ease;
}


/* =========================
   v22 — MOBILE APP-LIKE REDESIGN
   ========================= */

.jod-mobile-menu-toggle,
.jod-mobile-menu,
.jod-mobile-product-visual,
.jod-mobile-buybar{
  display:none;
}

/* Mobile only */
@media(max-width:620px){

  /* --- compact app-style header --- */
  .site-header{
    position:sticky;
    top:0;
    z-index:1200;
  }

  .nav{
    min-height:62px!important;
  }

  .brand-text small{
    display:none!important;
  }

  .brand-text{
    font-size:13px!important;
    white-space:nowrap;
  }

  .nav-actions{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
  }

  .jod-mobile-menu-toggle{
    width:40px;
    height:40px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    padding:0;
    border:1px solid #e5ded3;
    border-radius:13px;
    background:#fff;
    box-shadow:0 6px 18px rgba(17,23,34,.05);
    cursor:pointer;
  }

  .jod-mobile-menu-toggle span{
    width:16px;
    height:2px;
    border-radius:99px;
    background:#111722;
    transition:transform .18s ease,opacity .18s ease;
  }

  .jod-mobile-menu-toggle.is-open span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
  }
  .jod-mobile-menu-toggle.is-open span:nth-child(2){
    opacity:0;
  }
  .jod-mobile-menu-toggle.is-open span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
  }

  .jod-mobile-menu{
    position:fixed;
    top:62px;
    left:10px;
    right:10px;
    z-index:1190;
    display:grid;
    gap:4px;
    padding:8px;
    border:1px solid #e5ded3;
    border-radius:18px;
    background:rgba(255,255,255,.98);
    box-shadow:0 18px 50px rgba(17,23,34,.13);
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px);
    transition:.18s ease;
  }

  .jod-mobile-menu.is-open{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  .jod-mobile-menu a{
    display:flex;
    align-items:center;
    min-height:46px;
    padding:0 13px;
    border-radius:12px;
    color:#111722;
    font-size:12px;
    font-weight:850;
  }

  .jod-mobile-menu a:active{
    background:#f4f1ea;
  }

  /* --- homepage becomes compact and app-like --- */
  .hero{
    padding-top:26px!important;
  }

  .hero-v13 .hero-grid{
    gap:22px!important;
  }

  .hero-v13 h1{
    font-size:clamp(42px,12.5vw,52px)!important;
    line-height:.91!important;
  }

  .hero-v13 h1 br:last-of-type{
    display:none;
  }

  .hero-lead{
    margin-top:14px!important;
    margin-bottom:16px!important;
  }

  .hero-actions{
    grid-template-columns:1fr 1fr!important;
  }

  .hero-actions .primary-btn,
  .hero-actions .secondary-btn{
    min-height:46px!important;
    font-size:10px!important;
    padding:0 10px!important;
  }

  .hero-proof{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
  }

  .hero-proof span{
    width:auto!important;
    padding:7px 9px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e9e2d7;
    font-size:8px!important;
  }

  .hero-language-board{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    padding:8px!important;
    border-radius:20px!important;
  }

  .hero-lang-tile{
    min-height:142px!important;
    padding:14px!important;
    border-radius:17px!important;
  }

  .hero-lang-top{
    font-size:8px!important;
  }

  .hero-lang-top b{
    width:27px!important;
    height:27px!important;
  }

  .hero-lang-tile h3{
    font-size:24px!important;
    margin:15px 0 5px!important;
  }

  .hero-lang-tile p{
    display:none!important;
  }

  .hero-lang-ready{
    margin-top:auto!important;
    font-size:8px!important;
  }

  /* --- language page: visual first after intro --- */
  .jod-lang-premium-hero{
    padding:21px 17px!important;
    gap:0!important;
  }

  .jod-lang-premium-hero .jod-lang-visual{
    display:none!important; /* desktop visual copy hidden on phone */
  }

  .jod-mobile-product-visual{
    display:block!important;
    width:100%;
    margin:18px 0 16px;
  }

  .jod-mobile-product-visual img{
    width:100%;
    height:auto;
    display:block;
    border-radius:18px;
    box-shadow:0 16px 40px rgba(0,0,0,.25);
  }

  .jod-price-panel{
    margin-top:8px!important;
    padding:14px 15px!important;
  }

  .jod-one-time{
    padding:6px 8px!important;
    font-size:8px!important;
  }

  /* Buy now becomes primary on mobile */
  .jod-lang-main-actions{
    margin-top:12px!important;
  }

  .jod-lang-main-actions .jod-buy-now{
    order:-1;
    background:var(--lang-accent)!important;
    color:#111722!important;
    border-color:var(--lang-accent)!important;
    font-weight:950!important;
  }

  .jod-lang-main-actions .primary-btn{
    background:rgba(255,255,255,.07)!important;
    border:1px solid rgba(255,255,255,.15)!important;
    color:#fff!important;
  }

  /* compact horizontal chips */
  .jod-mini-trust{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:7px!important;
    padding-bottom:4px;
    scrollbar-width:none;
  }

  .jod-mini-trust::-webkit-scrollbar{
    display:none;
  }

  .jod-mini-trust span{
    flex:0 0 auto!important;
    width:auto!important;
    min-height:auto!important;
    padding:8px 10px!important;
    border-radius:999px!important;
    font-size:8px!important;
  }

  /* summary cards become two-column compact stats */
  .jod-lang-summary-strip{
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
  }

  .jod-lang-summary-strip>div{
    min-height:88px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  /* Package cards -> compact accordionesque list */
  .premium-pack-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
  }

  .premium-pack-grid .jod-pack-item{
    min-height:0!important;
    display:grid!important;
    grid-template-columns:36px 1fr!important;
    grid-template-areas:
      "num title"
      "num desc";
    column-gap:11px!important;
    padding:13px 14px!important;
    border-radius:15px!important;
  }

  .premium-pack-grid .jod-pack-item em{
    grid-area:num;
    margin:0!important;
    align-self:center;
  }

  .premium-pack-grid .jod-pack-item strong{
    grid-area:title;
    align-self:end;
    font-size:12px!important;
  }

  .premium-pack-grid .jod-pack-item span{
    grid-area:desc;
    align-self:start;
    font-size:9px!important;
  }

  .jod-lang-section{
    margin-top:34px!important;
  }

  .jod-lang-section-head h2{
    font-size:30px!important;
  }

  /* hide duplicate bottom CTA on mobile; sticky bar replaces it */
  .premium-bottom-cta{
    display:none!important;
  }

  /* sticky ecommerce buy bar */
  .jod-mobile-buybar{
    position:fixed;
    left:8px;
    right:8px;
    bottom:calc(8px + env(safe-area-inset-bottom));
    z-index:1300;
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:64px;
    padding:9px 10px 9px 14px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:19px;
    background:rgba(17,23,34,.96);
    box-shadow:0 20px 55px rgba(0,0,0,.28);
    backdrop-filter:blur(14px);
  }

  .jod-mobile-buybar-price{
    min-width:0;
  }

  .jod-mobile-buybar-price small{
    display:block;
    margin-bottom:3px;
    color:#aeb6c2;
    font-size:8px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.08em;
  }

  .jod-mobile-buybar .jod-price-values{
    gap:7px!important;
    flex-wrap:nowrap!important;
  }

  .jod-mobile-buybar .jod-old-price,
  .jod-mobile-buybar .jod-price-values del{
    font-size:11px!important;
    color:#8f98a5!important;
  }

  .jod-mobile-buybar .jod-new-price,
  .jod-mobile-buybar .jod-price-values ins,
  .jod-mobile-buybar .jod-current-price{
    font-size:21px!important;
    color:#fff!important;
  }

  .jod-mobile-buybar-btn{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 17px;
    border-radius:14px;
    background:var(--lang-accent);
    color:#111722!important;
    font-size:10px;
    font-weight:950;
    white-space:nowrap;
    box-shadow:0 8px 22px rgba(0,0,0,.16);
  }

  /* keep content above sticky buy bar */
  .jod-language-product-page{
    padding-bottom:100px!important;
  }
}

@media(max-width:370px){
  .hero-actions{
    grid-template-columns:1fr!important;
  }

  .hero-language-board{
    grid-template-columns:1fr 1fr!important;
  }

  .jod-mobile-buybar{
    left:6px;
    right:6px;
    padding-left:11px;
  }

  .jod-mobile-buybar-btn{
    padding:0 12px;
  }
}


/* =========================
   v24 — SVA 4 JEZIKA / HOMEPAGE BUNDLE POLISH
   ========================= */

.jod-home-bundle-section{padding-top:26px}
.jod-home-bundle{
  position:relative;overflow:hidden;
  display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  align-items:center;gap:38px;
  padding:42px;border-radius:34px;
  color:#fff;background:#111722;
  box-shadow:0 28px 75px rgba(17,23,34,.15);
}
.jod-home-bundle:before{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;
  right:-120px;top:-170px;background:rgba(77,116,255,.13)
}
.jod-home-bundle:after{
  content:"";position:absolute;left:-120px;bottom:-170px;width:340px;height:340px;
  border-radius:50%;background:rgba(255,211,77,.06)
}
.jod-home-bundle-copy{position:relative;z-index:2}
.jod-bundle-kicker{
  display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  font-size:10px;font-weight:900;letter-spacing:.06em
}
.jod-home-bundle h2{font-size:clamp(40px,5.6vw,72px);line-height:.93;margin:18px 0 14px;letter-spacing:-.04em}
.jod-home-bundle h2 span{color:#4d74ff}
.jod-home-bundle p{max-width:650px;color:#c8ced7;line-height:1.65;font-size:17px}
.jod-home-bundle p strong{color:#fff}
.jod-home-bundle-price{display:flex;align-items:end;gap:14px;flex-wrap:wrap;margin:22px 0 14px}
.jod-home-bundle-price .old{padding-bottom:6px}
.jod-home-bundle-price del{color:#8993a2;font-size:16px}
.jod-home-bundle-price strong{font-size:50px;line-height:.95;letter-spacing:-.05em;color:#fff}
.jod-home-bundle-price b{padding:8px 10px;border-radius:999px;background:#eaf7ee;color:#168a4e;font-size:10px;font-weight:900}
.jod-home-bundle-proof{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 24px}
.jod-home-bundle-proof span{padding:9px 11px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#dbe1e8;font-size:10px;font-weight:850}
.jod-home-bundle-actions{display:flex;gap:12px;flex-wrap:wrap}
.jod-home-bundle .primary-btn,
.jod-home-bundle .secondary-btn{
  min-height:54px;padding:0 22px;font-size:13px;font-weight:950;
  box-shadow:none
}
.jod-home-bundle .primary-btn{background:#4d74ff;color:#fff}
.jod-home-bundle .primary-btn:hover{background:#5b7ffd}
.jod-home-bundle .secondary-btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.22)}
.jod-home-bundle .secondary-btn:hover{background:rgba(255,255,255,.06)}

.jod-home-bundle-mini{
  position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:14px
}
.jod-mini-card{
  min-height:164px;padding:18px 18px 16px;border-radius:24px;background:rgba(255,255,255,.97);color:#111722;
  display:flex;flex-direction:column;justify-content:space-between;gap:12px;
  box-shadow:0 18px 40px rgba(0,0,0,.16)
}
.jod-mini-card.de{border-bottom:6px solid #ffd34d;transform:rotate(-2deg)}
.jod-mini-card.en{border-bottom:6px solid #4d74ff;transform:rotate(2deg)}
.jod-mini-card.it{border-bottom:6px solid #22a66a;transform:rotate(-1.5deg)}
.jod-mini-card.es{border-bottom:6px solid #f05252;transform:rotate(2deg)}
.jod-mini-top{display:flex;justify-content:space-between;align-items:center}
.jod-mini-top .flag{font-size:26px;line-height:1}
.jod-mini-top .code{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:30px;padding:0 10px;border-radius:999px;background:#f3f5f8;font-size:11px;font-weight:950;color:#111722}
.jod-mini-card h3{margin:0;font-size:26px;line-height:1.02;letter-spacing:-.03em}
.jod-mini-card p{margin:0;color:#5e6673;font-size:13px;line-height:1.45;max-width:none}

.jod-bundle-page{width:min(1180px,calc(100% - 36px));margin:34px auto 80px}
.jod-bundle-hero{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:42px;align-items:center;padding:50px;border-radius:34px;
  background:#111722;color:#fff;overflow:hidden
}
.jod-bundle-copy h1{font-size:clamp(52px,7vw,88px);line-height:.88;margin:20px 0 18px;letter-spacing:-.045em}
.jod-bundle-copy h1 span{color:#4d74ff}
.jod-bundle-lead{max-width:700px;font-size:17px;line-height:1.65;color:#c4cbd5}
.jod-bundle-price-card{
  display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center;
  margin:25px 0 17px;padding:17px;border-radius:20px;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1)
}
.jod-bundle-price-card small{display:block;color:#9ca6b3;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.jod-bundle-total{margin-top:3px;color:#8f98a5;text-decoration:line-through;font-size:22px;font-weight:800}
.jod-bundle-saving{padding:8px 10px;border-radius:999px;background:#eaf7ee;color:#168a4e;font-size:9px;font-weight:950;white-space:nowrap}
.jod-bundle-actions{display:flex;gap:10px;flex-wrap:wrap}
.jod-bundle-actions .secondary-btn{color:#fff;border-color:rgba(255,255,255,.18)}
.jod-bundle-trust{display:flex;gap:7px;flex-wrap:wrap;margin-top:17px}
.jod-bundle-trust span{padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#dbe0e6;font-size:9px;font-weight:800}
.jod-bundle-visual{display:grid;grid-template-columns:1fr 1fr;gap:10px;transform:rotate(1.5deg)}
.jod-bundle-pack{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.22)}
.jod-bundle-pack img{width:100%;height:100%;display:block;object-fit:cover}

.jod-bundle-stats{
  display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:12px 0 0
}
.jod-bundle-stats div{padding:20px 12px;border:1px solid #e7e1d7;border-radius:18px;background:#fff;text-align:center}
.jod-bundle-stats strong{display:block;font-size:28px;color:#111722}
.jod-bundle-stats span{display:block;margin-top:4px;color:#6c7480;font-size:9px;font-weight:800;text-transform:uppercase}

.jod-bundle-section{padding:72px 8px 18px}
.jod-bundle-section h2{max-width:820px;font-size:clamp(38px,5vw,62px);line-height:.96;margin:10px 0 12px}
.jod-bundle-section-lead{max-width:760px;color:#68717e;line-height:1.65}
.jod-bundle-language-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}
.jod-bundle-lang{padding:24px;border-radius:20px;border:1px solid #e5ded3;background:#fff}
.jod-bundle-lang b{display:block;font-size:21px;margin-bottom:8px}
.jod-bundle-lang span{color:#68717e;line-height:1.55}
.jod-bundle-lang.de{border-top:5px solid #ffd34d}.jod-bundle-lang.en{border-top:5px solid #4d74ff}
.jod-bundle-lang.it{border-top:5px solid #22a66a}.jod-bundle-lang.es{border-top:5px solid #f05252}
.jod-bundle-use{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.jod-bundle-checks{display:grid;gap:8px}
.jod-bundle-checks p{margin:0;padding:16px;border-radius:15px;background:#fff;border:1px solid #e8e2d8}
.jod-bundle-bottom{
  display:flex;justify-content:space-between;align-items:end;gap:30px;margin-top:58px;
  padding:38px;border-radius:28px;background:#111722;color:#fff
}
.jod-bundle-bottom small{color:#9ba5b3;font-weight:900;letter-spacing:.08em}
.jod-bundle-bottom h2{font-size:clamp(34px,4vw,52px);line-height:.95;margin:8px 0 0}
.jod-bundle-bottom-buy{text-align:right}
.jod-bundle-bottom-buy .jod-price-values{justify-content:flex-end;margin-bottom:12px}
.jod-bundle-mobile-buybar{display:none}

@media(max-width:880px){
  .jod-home-bundle{grid-template-columns:1fr}
  .jod-home-bundle-mini{max-width:520px}
  .jod-bundle-hero{grid-template-columns:1fr;padding:34px}
  .jod-bundle-visual{max-width:650px}
  .jod-bundle-stats{grid-template-columns:repeat(3,1fr)}
  .jod-bundle-use{grid-template-columns:1fr}
}
@media(max-width:620px){
  .jod-home-bundle-section{padding-top:12px}
  .jod-home-bundle{padding:23px 18px;border-radius:23px;gap:24px}
  .jod-home-bundle h2{font-size:41px}
  .jod-home-bundle-price strong{font-size:31px}
  .jod-home-bundle-actions{display:grid;grid-template-columns:1fr}
  .jod-home-bundle-actions a{width:100%;min-height:50px}
  .jod-home-bundle-mini{gap:7px;transform:none}
  .jod-home-bundle-mini span{min-height:92px;padding:13px;border-radius:16px;font-size:25px}

  .jod-bundle-page{width:calc(100% - 16px);margin-top:10px;padding-bottom:92px}
  .jod-bundle-hero{padding:23px 17px;border-radius:23px;gap:24px}
  .jod-bundle-copy h1{font-size:51px;margin-top:17px}
  .jod-bundle-lead{font-size:13px}
  .jod-bundle-price-card{grid-template-columns:1fr 1fr;padding:13px}
  .jod-bundle-saving{grid-column:1/-1;width:max-content}
  .jod-bundle-actions{display:grid;grid-template-columns:1fr}
  .jod-bundle-actions a{width:100%;min-height:50px}
  .jod-bundle-trust{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
  .jod-bundle-trust::-webkit-scrollbar{display:none}
  .jod-bundle-trust span{flex:0 0 auto}
  .jod-bundle-visual{gap:6px;transform:none}
  .jod-bundle-pack{border-radius:12px}

  .jod-bundle-stats{grid-template-columns:1fr 1fr;gap:6px}
  .jod-bundle-stats div{padding:15px 8px}
  .jod-bundle-section{padding:45px 4px 8px}
  .jod-bundle-section h2{font-size:38px}
  .jod-bundle-language-grid{grid-template-columns:1fr}
  .jod-bundle-lang{padding:18px}
  .jod-bundle-bottom{display:none}

  .jod-bundle-mobile-buybar{
    position:fixed;display:flex;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));
    z-index:1300;align-items:center;justify-content:space-between;gap:10px;
    min-height:64px;padding:9px 10px 9px 14px;border-radius:19px;
    background:rgba(17,23,34,.97);color:#fff;box-shadow:0 20px 55px rgba(0,0,0,.28);
    backdrop-filter:blur(14px)
  }
  .jod-bundle-mobile-buybar small{display:block;color:#aeb6c2;font-size:8px;font-weight:850;text-transform:uppercase}
  .jod-bundle-mobile-buybar a{
    display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;
    border-radius:14px;background:#4d74ff;color:#fff;font-size:10px;font-weight:950;white-space:nowrap
  }
}


/* =========================
   v25 — TRUST + BUY FAQ + MOBILE STICKY BUNDLE CTA
   ========================= */

.jod-bundle-trust-section{
  padding:14px 0 18px;
}
.jod-bundle-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.jod-bundle-trust-grid article{
  min-height:132px;
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:20px;
  background:#fff;
  border:1px solid #e7e1d7;
  border-radius:20px;
  box-shadow:0 10px 28px rgba(17,23,34,.035);
}
.jod-trust-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#f3f5f8;
  font-size:20px;
}
.jod-bundle-trust-grid strong{
  display:block;
  margin:1px 0 7px;
  color:#111722;
  font-size:14px;
}
.jod-bundle-trust-grid span{
  display:block;
  color:#69717c;
  font-size:12px;
  line-height:1.55;
}

.jod-buy-faq-section{
  padding-top:58px;
}
.jod-buy-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.jod-buy-faq-grid details{
  background:#fff;
  border:1px solid #e7e1d7;
  border-radius:18px;
  padding:0 18px;
  overflow:hidden;
}
.jod-buy-faq-grid summary{
  min-height:66px;
  display:flex;
  align-items:center;
  cursor:pointer;
  color:#111722;
  font-size:14px;
  font-weight:900;
  list-style:none;
  position:relative;
  padding-right:30px;
}
.jod-buy-faq-grid summary::-webkit-details-marker{display:none}
.jod-buy-faq-grid summary:after{
  content:"+";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  color:#4d74ff;
  font-weight:800;
}
.jod-buy-faq-grid details[open] summary:after{content:"−"}
.jod-buy-faq-grid details p{
  margin:-2px 0 18px;
  padding-top:14px;
  border-top:1px solid #eee9df;
  color:#68717e;
  font-size:13px;
  line-height:1.65;
}

.jod-home-bundle-buybar{
  display:none;
}

@media(max-width:900px){
  .jod-bundle-trust-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .jod-bundle-trust-section{
    padding:8px 0 6px;
  }
  .jod-bundle-trust-grid{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .jod-bundle-trust-grid article{
    min-height:132px;
    display:block;
    padding:15px 13px;
    border-radius:16px;
  }
  .jod-trust-icon{
    width:36px;
    height:36px;
    margin-bottom:10px;
    border-radius:11px;
    font-size:17px;
  }
  .jod-bundle-trust-grid strong{
    font-size:11px;
    line-height:1.25;
  }
  .jod-bundle-trust-grid span{
    font-size:9px;
    line-height:1.45;
  }

  .jod-buy-faq-section{
    padding-top:38px;
  }
  .jod-buy-faq-grid{
    grid-template-columns:1fr;
    gap:7px;
  }
  .jod-buy-faq-grid details{
    border-radius:15px;
    padding:0 14px;
  }
  .jod-buy-faq-grid summary{
    min-height:58px;
    font-size:11px;
  }
  .jod-buy-faq-grid details p{
    font-size:10px;
    line-height:1.6;
  }

  .jod-home-bundle-buybar{
    position:fixed;
    left:8px;
    right:8px;
    bottom:calc(8px + env(safe-area-inset-bottom));
    z-index:1295;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:64px;
    padding:8px 9px 8px 14px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:19px;
    background:rgba(17,23,34,.97);
    box-shadow:0 20px 55px rgba(0,0,0,.27);
    backdrop-filter:blur(14px);
    opacity:0;
    visibility:hidden;
    transform:translateY(18px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .jod-home-bundle-buybar.is-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }
  .jod-home-buybar-price{
    min-width:0;
  }
  .jod-home-buybar-price small{
    display:block;
    margin-bottom:3px;
    color:#aeb6c2;
    font-size:7px;
    font-weight:900;
    letter-spacing:.07em;
  }
  .jod-home-buybar-price div{
    display:flex;
    align-items:baseline;
    gap:7px;
  }
  .jod-home-buybar-price del{
    color:#858f9c;
    font-size:10px;
  }
  .jod-home-buybar-price strong{
    color:#fff;
    font-size:21px;
    line-height:1;
  }
  .jod-home-bundle-buybar>a{
    flex:0 0 auto;
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 14px;
    border-radius:14px;
    background:#4d74ff;
    color:#fff!important;
    font-size:9px;
    font-weight:950;
    white-space:nowrap;
  }

  body.home{
    padding-bottom:82px;
  }
}

@media(max-width:370px){
  .jod-bundle-trust-grid{
    grid-template-columns:1fr;
  }
}


/* =========================
   v26 — PREMIUM PRAZNA KORPA
   ========================= */

.woocommerce-cart .woocommerce{
  width:min(1040px,calc(100% - 32px));
  margin:48px auto 80px;
}

.jod-empty-cart{
  position:relative;
  overflow:hidden;
  max-width:920px;
  margin:34px auto 18px;
  padding:54px;
  border-radius:32px;
  background:#111722;
  color:#fff;
  text-align:center;
  box-shadow:0 28px 80px rgba(17,23,34,.14);
}

.jod-empty-cart:before{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  right:-120px;
  top:-160px;
  border-radius:50%;
  background:rgba(77,116,255,.14);
}

.jod-empty-cart:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  left:-120px;
  bottom:-150px;
  border-radius:50%;
  background:rgba(255,211,77,.07);
}

.jod-empty-cart>*{
  position:relative;
  z-index:2;
}

.jod-empty-cart-icon{
  width:70px;
  height:70px;
  margin:0 auto 15px;
  display:grid;
  place-items:center;
  border-radius:21px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-size:31px;
}

.jod-empty-cart-kicker{
  margin-bottom:10px;
  color:#ffd34d;
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
}

.jod-empty-cart h1{
  margin:0 auto 13px;
  max-width:700px;
  font-size:clamp(38px,5vw,62px);
  line-height:.95;
  letter-spacing:-.045em;
}

.jod-empty-cart>p{
  max-width:650px;
  margin:0 auto 30px;
  color:#c6cdd6;
  font-size:15px;
  line-height:1.65;
}

.jod-empty-cart-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  max-width:760px;
  margin:0 auto;
  text-align:left;
}

.jod-empty-option{
  min-width:0;
  display:grid;
  grid-template-columns:45px 1fr 28px;
  align-items:center;
  gap:12px;
  min-height:92px;
  padding:16px;
  border-radius:19px;
  text-decoration:none!important;
  transition:.18s ease;
}

.jod-empty-option:hover{
  transform:translateY(-2px);
}

.jod-empty-option>span{
  width:45px;
  height:45px;
  display:grid;
  place-items:center;
  border-radius:14px;
  font-size:12px;
  font-weight:950;
}

.jod-empty-option strong{
  display:block;
  margin-bottom:4px;
  font-size:14px;
}

.jod-empty-option small{
  display:block;
  font-size:10px;
  line-height:1.45;
}

.jod-empty-option>b{
  font-size:21px;
}

.jod-empty-option.single{
  background:#fff;
  color:#111722!important;
}

.jod-empty-option.single>span{
  background:#f2f4f7;
  color:#4d74ff;
}

.jod-empty-option.single small{
  color:#6c7480;
}

.jod-empty-option.bundle{
  background:#4d74ff;
  color:#fff!important;
}

.jod-empty-option.bundle>span{
  background:rgba(255,255,255,.15);
  color:#fff;
}

.jod-empty-option.bundle small{
  color:#e7ebff;
}

.jod-empty-cart-trust{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:20px;
}

.jod-empty-cart-trust span{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  color:#cbd2db;
  font-size:9px;
  font-weight:800;
}

/* Sakrij WooCommerce-ovo dodatno return-to-shop dugme,
   jer naš empty-cart blok već ima dva jasna CTA izbora. */
.woocommerce-cart .return-to-shop{
  display:none!important;
}

@media(max-width:620px){
  .woocommerce-cart .woocommerce{
    width:calc(100% - 16px);
    margin:12px auto 45px;
  }

  .jod-empty-cart{
    margin:10px auto;
    padding:30px 17px;
    border-radius:23px;
  }

  .jod-empty-cart-icon{
    width:58px;
    height:58px;
    border-radius:17px;
    font-size:25px;
  }

  .jod-empty-cart h1{
    font-size:40px;
  }

  .jod-empty-cart>p{
    font-size:12px;
    margin-bottom:22px;
  }

  .jod-empty-cart-options{
    grid-template-columns:1fr;
    gap:8px;
  }

  .jod-empty-option{
    min-height:80px;
    grid-template-columns:41px 1fr 24px;
    padding:13px;
    border-radius:16px;
  }

  .jod-empty-option>span{
    width:41px;
    height:41px;
    border-radius:12px;
  }

  .jod-empty-option strong{
    font-size:12px;
  }

  .jod-empty-option small{
    font-size:9px;
  }

  .jod-empty-cart-trust{
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .jod-empty-cart-trust::-webkit-scrollbar{
    display:none;
  }

  .jod-empty-cart-trust span{
    flex:0 0 auto;
  }
}


/* =========================
   v27 — CART PAGE WRAPPER FIX
   ========================= */

/* Cart strana ne treba da izgleda kao obična bela WordPress stranica. */
body.woocommerce-cart .page-shell{
  padding-top:34px;
  padding-bottom:72px;
}

body.woocommerce-cart .page-content{
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  line-height:normal;
}

/* Ako blok ostavi svoje prazne omotače, ne prikazuj ih. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block:empty,
body.woocommerce-cart .wp-block-woocommerce-cart:empty{
  display:none!important;
}

body.woocommerce-cart .jod-empty-cart-v27{
  max-width:960px;
  margin:34px auto 10px;
}

/* Override običnog .page-content link stila. */
body.woocommerce-cart .jod-empty-option{
  text-decoration:none!important;
}

@media(max-width:620px){
  body.woocommerce-cart .page-shell{
    padding-top:10px;
    padding-bottom:38px;
  }

  body.woocommerce-cart .jod-empty-cart-v27{
    margin:8px auto;
  }
}


/* =========================
   v28 — BUNDLE PAGE BUTTON + PRICE FIX
   ========================= */

.jod-bundle-lead{
  color:#cbd2dc!important;
}

.jod-bundle-price-card{
  grid-template-columns:1fr 1fr auto!important;
  gap:16px!important;
  padding:18px 20px!important;
}

.jod-bundle-price-old,
.jod-bundle-price-now{
  min-width:0;
}

.jod-bundle-price-card small{
  display:block;
  margin-bottom:6px;
  color:#9ca6b3!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
}

.jod-bundle-total{
  margin:0!important;
  color:#8f98a5!important;
  font-size:24px!important;
  font-weight:850!important;
  line-height:1!important;
  text-decoration:line-through!important;
}

.jod-bundle-now{
  margin:0;
  color:#fff;
  font-size:38px;
  font-weight:950;
  line-height:.95;
  letter-spacing:-.04em;
}

.jod-bundle-saving{
  align-self:center;
}

/* Ne koristi globalne primary/secondary stilove ovde:
   bundle CTA ima svoje klase da tekst nikad ne nestane. */
.jod-bundle-actions{
  display:flex!important;
  gap:12px!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  margin-top:2px!important;
}

.jod-bundle-add-btn,
.jod-bundle-buy-btn{
  min-height:54px;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 22px!important;
  border-radius:999px!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:.18s ease!important;
}

.jod-bundle-add-btn{
  background:transparent!important;
  color:#7f9cff!important;
  border:1px solid rgba(127,156,255,.45)!important;
}

.jod-bundle-buy-btn{
  background:#4d74ff!important;
  color:#fff!important;
  border:1px solid #4d74ff!important;
  box-shadow:0 10px 26px rgba(77,116,255,.28)!important;
}

.jod-bundle-add-btn:hover,
.jod-bundle-buy-btn:hover{
  transform:translateY(-2px)!important;
}

.jod-bundle-buy-btn:hover{
  background:#5b7ffd!important;
  color:#fff!important;
}

.jod-bundle-add-btn:hover{
  background:rgba(77,116,255,.08)!important;
  color:#9ab0ff!important;
}

/* Hide WooCommerce/ajax pseudo content that can visually cover CTA text. */
.jod-bundle-actions .added_to_cart{
  display:none!important;
}

@media(max-width:620px){
  .jod-bundle-price-card{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }

  .jod-bundle-saving{
    grid-column:1/-1!important;
    justify-self:start!important;
  }

  .jod-bundle-now{
    font-size:30px;
  }

  .jod-bundle-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }

  .jod-bundle-add-btn,
  .jod-bundle-buy-btn{
    width:100%!important;
    min-height:52px!important;
  }
}


/* =========================
   v29 — STRANICA IZBOR JEZIKA
   ========================= */

.jod-language-choice-page{
  padding-bottom:72px;
}

.jod-choice-hero{
  padding:76px 0 38px;
  text-align:center;
}

.jod-choice-kicker{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid #ded8ca;
  border-radius:999px;
  background:#fff;
  color:#5c6470;
  font-size:10px;
  font-weight:950;
  letter-spacing:.09em;
}

.jod-choice-hero h1{
  max-width:900px;
  margin:20px auto 18px;
  font-size:clamp(58px,8vw,96px);
  line-height:.88;
  letter-spacing:-.065em;
}

.jod-choice-hero h1 span{
  color:#4d74ff;
}

.jod-choice-hero>div>p{
  max-width:760px;
  margin:0 auto;
  color:#5c6470;
  font-size:17px;
  line-height:1.65;
}

.jod-choice-trust{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:25px;
}

.jod-choice-trust span{
  padding:8px 11px;
  border:1px solid #e3ddd2;
  border-radius:999px;
  background:#fff;
  color:#626b77;
  font-size:10px;
  font-weight:850;
}

.jod-choice-products{
  padding:18px 0 34px;
}

.jod-choice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.jod-choice-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(250px,.88fr) minmax(0,1.12fr);
  min-height:520px;
  border:1px solid #e4ded3;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 55px rgba(17,23,34,.06);
}

.jod-choice-card-top{
  position:relative;
  min-width:0;
  padding:18px;
  background:var(--choice-soft);
  display:flex;
  flex-direction:column;
}

.jod-choice-label{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  font-weight:950;
  letter-spacing:.06em;
}

.jod-choice-label b{
  display:grid;
  place-items:center;
  min-width:38px;
  height:30px;
  padding:0 9px;
  border-radius:999px;
  background:#fff;
  color:#111722;
  box-shadow:0 4px 12px rgba(17,23,34,.05);
}

.jod-choice-image{
  flex:1;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 0 2px;
}

.jod-choice-image img{
  width:100%;
  max-width:315px;
  height:auto;
  display:block;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(17,23,34,.16);
}

.jod-choice-image-fallback{
  width:190px;
  height:230px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:#fff;
  font-size:64px;
}

.jod-choice-card-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:29px 28px 25px;
}

.jod-choice-card-body>small{
  color:var(--choice-accent);
  font-size:9px;
  font-weight:950;
  letter-spacing:.06em;
}

.jod-choice-card h2{
  margin:10px 0 12px;
  font-size:43px;
  line-height:.91;
  letter-spacing:-.045em;
}

.jod-choice-card h2 span{
  color:var(--choice-accent);
}

.jod-choice-card-body>p{
  margin:0;
  color:#66707c;
  font-size:13px;
  line-height:1.62;
}

.jod-choice-features{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:18px;
}

.jod-choice-features span{
  padding:7px 9px;
  border-radius:999px;
  background:#f5f6f8;
  color:#5f6874;
  font-size:8px;
  font-weight:850;
}

.jod-choice-price-row{
  margin-top:auto;
  padding-top:21px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
}

.jod-choice-price-row small{
  display:block;
  margin-bottom:4px;
  color:#818995;
  font-size:8px;
  font-weight:900;
  letter-spacing:.06em;
}

.jod-choice-price-row>span{
  padding:7px 9px;
  border-radius:999px;
  background:var(--choice-soft);
  color:#4d5662;
  font-size:8px;
  font-weight:900;
}

.jod-choice-card .jod-price-values{
  display:flex;
  align-items:baseline;
  gap:8px;
}

.jod-choice-card .jod-old-price{
  color:#8a929d;
  font-size:13px;
}

.jod-choice-card .jod-new-price,
.jod-choice-card .jod-current-price{
  color:#111722;
  font-size:28px;
  font-weight:950;
  text-decoration:none;
}

.jod-choice-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:15px;
}

.jod-choice-details,
.jod-choice-buy{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:14px;
  font-size:9px;
  font-weight:950;
  text-decoration:none!important;
}

.jod-choice-details{
  background:#f2f4f7;
  color:#111722!important;
}

.jod-choice-buy{
  background:var(--choice-accent);
  color:#111722!important;
}

.jod-choice-en .jod-choice-buy,
.jod-choice-es .jod-choice-buy{
  color:#fff!important;
}

.jod-choice-bundle{
  padding:38px 0 6px;
}

.jod-choice-bundle-inner{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:35px;
  padding:36px 40px;
  border-radius:28px;
  background:#111722;
  color:#fff;
}

.jod-choice-bundle-kicker{
  color:#ffd34d;
  font-size:9px;
  font-weight:950;
  letter-spacing:.08em;
}

.jod-choice-bundle h2{
  margin:9px 0 8px;
  font-size:47px;
  line-height:.95;
}

.jod-choice-bundle p{
  max-width:650px;
  margin:0;
  color:#bdc5d0;
  line-height:1.6;
}

.jod-choice-bundle-price{
  min-width:250px;
  text-align:right;
}

.jod-choice-bundle-price>div{
  display:flex;
  justify-content:flex-end;
  align-items:baseline;
  gap:9px;
}

.jod-choice-bundle-price del{
  color:#858f9c;
}

.jod-choice-bundle-price strong{
  font-size:35px;
  line-height:1;
}

.jod-choice-bundle-price>span{
  display:block;
  margin:7px 0 13px;
  color:#8ee0b3;
  font-size:10px;
  font-weight:900;
}

.jod-choice-bundle-price>a{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border-radius:14px;
  background:#4d74ff;
  color:#fff!important;
  font-size:9px;
  font-weight:950;
  text-decoration:none!important;
}

@media(max-width:1050px){
  .jod-choice-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .jod-choice-hero{
    padding:38px 0 22px;
  }

  .jod-choice-hero h1{
    font-size:52px;
  }

  .jod-choice-hero>div>p{
    font-size:13px;
  }

  .jod-choice-trust{
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .jod-choice-trust::-webkit-scrollbar{
    display:none;
  }

  .jod-choice-trust span{
    flex:0 0 auto;
  }

  .jod-choice-card{
    grid-template-columns:1fr;
    min-height:0;
    border-radius:22px;
  }

  .jod-choice-card-top{
    padding:14px 14px 18px;
  }

  .jod-choice-image{
    padding-top:14px;
  }

  .jod-choice-image img{
    max-width:330px;
  }

  .jod-choice-card-body{
    padding:21px 17px 18px;
  }

  .jod-choice-card h2{
    font-size:38px;
  }

  .jod-choice-price-row{
    margin-top:20px;
  }

  .jod-choice-actions{
    grid-template-columns:1fr;
  }

  .jod-choice-details,
  .jod-choice-buy{
    min-height:50px;
  }

  .jod-choice-bundle-inner{
    grid-template-columns:1fr;
    padding:27px 19px;
    border-radius:22px;
  }

  .jod-choice-bundle h2{
    font-size:39px;
  }

  .jod-choice-bundle-price{
    min-width:0;
    text-align:left;
  }

  .jod-choice-bundle-price>div{
    justify-content:flex-start;
  }

  .jod-choice-bundle-price>a{
    width:100%;
  }
}


/* =========================
   v30 — FIX CTA VIDLJIVOSTI NA DONJEM BLOKU
   ========================= */
.premium-bottom-cta .jod-bottom-price-action{
  flex-wrap:wrap;
  justify-content:flex-end;
}
.premium-bottom-cta .jod-price-values{
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
}
.premium-bottom-cta .lang-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.premium-bottom-cta .jod-buy-now,
.premium-bottom-cta .secondary-btn{
  background:#fff!important;
  color:#111722!important;
  border:1px solid #d7d2c6!important;
  box-shadow:0 10px 24px rgba(17,23,34,.08);
}
.premium-bottom-cta .jod-buy-now:hover,
.premium-bottom-cta .secondary-btn:hover{
  background:#f5f2e8!important;
  color:#111722!important;
}
@media(max-width:980px){
  .premium-bottom-cta .jod-bottom-price-action{
    align-items:flex-start;
    justify-content:flex-start;
  }
}


/* =========================
   v31 — PRE-LAUNCH CHECKOUT POLISH
   ========================= */

.woocommerce-checkout .jod-checkout-trustbar{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto 22px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}

.woocommerce-checkout .jod-checkout-trustbar>span{
  min-width:0;
  display:grid;
  grid-template-columns:38px 1fr;
  grid-template-areas:
    "icon title"
    "icon desc";
  column-gap:11px;
  padding:15px 16px;
  border:1px solid #e4ded3;
  border-radius:17px;
  background:#fff;
  box-shadow:0 7px 24px rgba(17,23,34,.035);
}

.woocommerce-checkout .jod-checkout-trustbar b{
  grid-area:icon;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f2f5ff;
  font-size:17px;
}

.woocommerce-checkout .jod-checkout-trustbar strong{
  grid-area:title;
  align-self:end;
  display:block;
  color:#111722;
  font-size:11px;
  line-height:1.2;
}

.woocommerce-checkout .jod-checkout-trustbar small{
  grid-area:desc;
  align-self:start;
  display:block;
  margin-top:3px;
  color:#737b86;
  font-size:8px;
  line-height:1.45;
}

/* Product line in order review */
.woocommerce-checkout .jod-checkout-product-line{
  display:grid;
  grid-template-columns:54px 1fr;
  align-items:center;
  gap:11px;
}

.woocommerce-checkout .jod-checkout-product-image{
  width:54px;
  height:54px;
  overflow:hidden;
  border-radius:11px;
  background:#f3f4f6;
  border:1px solid #ece7dd;
}

.woocommerce-checkout .jod-checkout-product-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  margin:0!important;
}

.woocommerce-checkout .jod-checkout-product-name{
  min-width:0;
  color:#111722;
  font-size:11px;
  font-weight:900;
  line-height:1.35;
}

.woocommerce-checkout .jod-checkout-product-name small{
  display:block;
  margin-top:4px;
  color:#8a929d;
  font-size:8px;
  font-weight:700;
}

.woocommerce-checkout .product-name .product-quantity{
  display:inline-flex;
  margin-left:5px;
  color:#7c8490;
  font-weight:800;
}

/* Payment section becomes visually clearer */
.woocommerce-checkout #payment{
  border:1px solid #e7e1d7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}

.woocommerce-checkout #payment:before{
  content:"NAČIN PLAĆANJA";
  display:block;
  padding:17px 16px 8px;
  color:#111722;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
}

.woocommerce-checkout .jod-before-pay-note{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:9px;
  align-items:start;
  margin:12px 0 2px;
  padding:12px 13px;
  border-radius:13px;
  background:#eef8f2;
  color:#315f46;
}

.woocommerce-checkout .jod-before-pay-note>span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#d8f0e2;
  color:#168a4e;
  font-weight:950;
}

.woocommerce-checkout .jod-before-pay-note p{
  margin:0!important;
  font-size:9px!important;
  line-height:1.5!important;
}

.woocommerce-checkout .jod-before-pay-note strong{
  color:#234e38;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout #ppcp-dcc-order-button{
  min-height:60px!important;
  background:#111722!important;
  color:#fff!important;
  border:0!important;
  border-radius:16px!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.015em!important;
  box-shadow:0 14px 30px rgba(17,23,34,.16)!important;
  transition:.18s ease!important;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #ppcp-dcc-order-button:hover{
  transform:translateY(-1px)!important;
  background:#1b2432!important;
}

.woocommerce-checkout .jod-after-pay-note{
  margin-top:11px;
  text-align:center;
  color:#7b838e;
  font-size:8px;
  line-height:1.5;
}

/* Order card desktop polish */
@media(min-width:901px){
  .woocommerce-checkout #order_review{
    position:sticky!important;
    top:104px!important;
  }
}

/* mobile */
@media(max-width:900px){
  .woocommerce-checkout .jod-checkout-trustbar{
    grid-template-columns:1fr;
  }

  .woocommerce-checkout #order_review{
    position:static!important;
  }
}

@media(max-width:620px){
  .woocommerce-checkout .jod-checkout-trustbar{
    width:min(100% - 24px,1120px);
    gap:7px;
    margin-bottom:15px;
  }

  .woocommerce-checkout .jod-checkout-trustbar>span{
    min-height:68px;
    grid-template-columns:34px 1fr;
    padding:12px;
    border-radius:14px;
  }

  .woocommerce-checkout .jod-checkout-trustbar b{
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:15px;
  }

  .woocommerce-checkout .jod-checkout-trustbar strong{
    font-size:10px;
  }

  .woocommerce-checkout .jod-checkout-trustbar small{
    font-size:8px;
  }

  .woocommerce-checkout .jod-checkout-product-line{
    grid-template-columns:47px 1fr;
    gap:9px;
  }

  .woocommerce-checkout .jod-checkout-product-image{
    width:47px;
    height:47px;
    border-radius:9px;
  }

  .woocommerce-checkout #place_order,
  .woocommerce-checkout #ppcp-dcc-order-button{
    min-height:56px!important;
    border-radius:14px!important;
    font-size:10px!important;
  }
}


/* =========================
   v33 — PAYPAL EUR + INFORMATIVNI RSD PRIKAZ
   ========================= */

.jod-price-values .jod-rsd-approx,
.jod-rsd-approx{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-top:6px;
  padding:5px 8px;
  border-radius:999px;
  background:#f1f3f6;
  color:#6f7782!important;
  font-size:9px!important;
  font-weight:850!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap;
}

.jod-price-values{
  row-gap:6px!important;
}

.jod-price-values .jod-rsd-approx{
  flex-basis:auto;
}

.jod-rsd-home{
  margin-left:8px;
  vertical-align:middle;
}

.jod-bundle-rsd{
  margin-top:7px;
  color:#cbd2dc;
  font-size:11px;
  font-weight:850;
}

.jod-eur-rsd-checkout-note{
  margin:0 0 14px;
  padding:12px 13px;
  border:1px solid #e4ded3;
  border-radius:13px;
  background:#faf9f6;
  color:#69717d;
  font-size:9px;
  line-height:1.5;
}

.jod-eur-rsd-checkout-note strong{
  display:block;
  margin-bottom:2px;
  color:#111722;
  font-size:10px;
}

@media(max-width:620px){
  .jod-rsd-home{
    display:flex;
    margin:7px 0 0;
  }

  .jod-price-values .jod-rsd-approx{
    font-size:8px!important;
  }
}
