:root{
  --teal:#b9a390;
  --teal-dark:#a08a76;
  --dark:#6b4c31;
  --grey:#7c6350;
  --light:#fcf8f3;
  --white:#fffdfa;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Open Sans',Arial,sans-serif;color:var(--grey);line-height:1.75;font-size:16px;background:var(--white);}
h1,h2,h3{font-family:'Lora',Georgia,serif;color:var(--dark);font-weight:600;line-height:1.25;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px;}

/* ---------- Header ---------- */
header{position:sticky;top:0;z-index:50;background:#fffdfa;border-bottom:1px solid #f1e9e0;}
.nav{display:flex;align-items:center;justify-content:space-between;height:76px;}
.logo{display:flex;align-items:center;}
.logo img{height:48px;width:auto;display:block;}
nav ul{display:flex;gap:24px;list-style:none;align-items:center;}
nav a{font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--grey);transition:color .2s;white-space:nowrap;}
nav li{position:relative;}
nav li.has-dropdown > a::after{content:' ▾';font-size:10px;color:var(--teal);}
.dropdown{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;box-shadow:0 14px 34px rgba(74,52,38,.14);border-radius:12px;padding:10px 0;min-width:250px;list-style:none;z-index:60;}
nav li.has-dropdown:hover > .dropdown{display:block;}
.dropdown li{width:100%;}
.dropdown a{display:block;padding:10px 20px;font-size:13px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--dark);white-space:nowrap;}
.dropdown a:hover{background:var(--light);color:var(--dark);}
nav a:hover{color:var(--dark);}
nav a:hover:not(.nav-cta):not(.dropdown a){text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:1px;text-decoration-color:#ddc9b2;}
nav a.active:not(.nav-cta){color:var(--dark);text-decoration:underline;text-underline-offset:8px;text-decoration-thickness:1px;text-decoration-color:#ddc9b2;}
nav ul:hover a.active:not(.nav-cta):not(:hover){text-decoration:none;}
.nav-cta{background:#fffdfa;color:var(--dark) !important;padding:11px 22px;border-radius:100px;border:1px solid #e3d3c1;}
.nav-cta:hover{background:#f5ebe1;}
.burger{display:none;background:none;border:none;font-size:26px;color:var(--dark);cursor:pointer;}

/* ---------- Hero (naslovni, sa slikom) ---------- */
.hero{position:relative;background:radial-gradient(120% 140% at 75% 20%, #fffefc 0%, #faf5ee 50%, #f1e9dd 100%);overflow:hidden;}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;min-height:66vh;}
.hero-text{padding:90px 0;align-self:center;}
.hero .kicker,.page-hero .kicker{font-size:13px;letter-spacing:.35em;text-transform:uppercase;font-weight:600;color:var(--grey);margin-bottom:18px;}
.kicker-line{font-size:16px;font-weight:500;color:var(--grey);margin-bottom:14px;}
.hero h1{font-size:clamp(30px,4vw,46px);font-weight:500;margin-bottom:22px;color:var(--dark);}
.hero p{max-width:520px;margin:0 0 36px;font-size:16px;color:var(--grey);font-weight:400;}
.hero-photo{display:flex;justify-content:center;padding:60px 0;}
.portrait{position:relative;width:min(400px,86%);}
.portrait img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center 22%;border-radius:210px 210px 18px 18px;box-shadow:0 30px 60px rgba(74,52,38,.22);position:relative;z-index:1;}
.portrait::before{content:'';position:absolute;top:-16px;right:-16px;bottom:16px;left:16px;border:1px solid rgba(185,163,144,.4);border-radius:210px 210px 18px 18px;}
.portrait img.butterfly{position:absolute;top:-2.7%;left:6.5%;width:15%;height:auto;aspect-ratio:auto;object-fit:contain;box-shadow:none;border-radius:0;z-index:2;}
.btn{display:inline-block;background:#fffdfa;color:var(--dark);font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:16px 36px;border-radius:100px;transition:background .2s,transform .2s,border-color .2s;border:1px solid #e3d3c1;box-shadow:0 2px 10px rgba(74,52,38,.05);cursor:pointer;font-family:inherit;}
.btn:hover{background:#f5ebe1;border-color:#d9c5ae;transform:translateY(-2px);}

/* ---------- Page hero (podstranice, bez slike) ---------- */
.page-hero{background:radial-gradient(120% 140% at 75% 20%, #fffefc 0%, #faf5ee 50%, #f1e9dd 100%);text-align:center;padding:90px 24px;}
.page-hero h1{font-size:clamp(26px,3.4vw,38px);font-weight:500;margin-bottom:16px;}
.page-hero p{max-width:640px;margin:0 auto;font-size:18px;font-weight:300;}
.page-hero p.lead{font-size:18px;font-weight:300;color:var(--grey);max-width:680px;line-height:1.75;}

/* ---------- Intro ---------- */
.intro{padding:100px 0 80px;text-align:center;}
.intro h2{font-size:clamp(21px,2.8vw,29px);max-width:760px;margin:0 auto 28px;font-weight:500;}
.intro h2 em{color:var(--grey);}
.intro p{max-width:720px;margin:0 auto 20px;}
.rule{width:64px;height:1px;background:var(--teal);margin:0 auto 34px;border-radius:2px;}

/* ---------- Programi ---------- */
.programs{padding:20px 0 40px;}
.program{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:70px;background:var(--light);border-radius:18px;overflow:hidden;}
.program:nth-child(even) .program-img{order:2;}
.program-img{min-height:380px;background-size:cover;background-position:center;}
.program-body{padding:60px 56px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.program-body .tag{font-size:12px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--grey);margin-bottom:14px;}
.program-body h3{font-size:clamp(24px,3vw,32px);margin-bottom:18px;font-weight:500;}
.program-body p{margin-bottom:28px;}
.btn-outline{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--dark);border:1px solid #dcc9b5;padding:13px 30px;border-radius:100px;transition:all .2s;background:transparent;}
.btn-outline:hover{background:#f5ebe1;border-color:#d9c5ae;color:var(--dark);}

/* ---------- Konstelacije (kupnja) ---------- */
.shop{padding:90px 0;background:var(--light);}
.shop h2{text-align:center;font-size:clamp(26px,3.5vw,38px);font-weight:500;margin-bottom:12px;}
.shop .sub{text-align:center;max-width:640px;margin:0 auto 54px;}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.shop-grid.grid-2{grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto;}
.shop-card{background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 6px 24px rgba(74,52,38,.06);transition:transform .25s,box-shadow .25s;}
.shop-card:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(74,52,38,.12);}
.shop-img{height:220px;background-size:cover;background-position:center;}
.shop-body{padding:28px 26px 30px;display:flex;flex-direction:column;flex:1;text-align:center;}
.shop-body h3{font-size:19px;font-weight:600;margin-bottom:10px;line-height:1.4;}
.shop-body .desc{font-size:14px;margin-bottom:18px;}
.price{font-family:'Lora',Georgia,serif;font-size:26px;color:var(--dark);font-weight:600;margin:auto 0 20px;}
.price small{font-size:13px;color:var(--grey);font-family:'Open Sans',sans-serif;font-weight:400;display:block;margin-top:2px;}
.shop-body .btn{padding:13px 28px;font-size:12px;align-self:center;}
.shop-more{text-align:center;margin-top:44px;display:flex;flex-direction:column;gap:14px;align-items:center;}

/* ---------- CTA traka ---------- */
.choose{background:#f5ebe1;color:var(--grey);text-align:center;padding:96px 24px;}
.choose h2{color:var(--dark);font-size:clamp(20px,2.8vw,29px);font-weight:500;margin-bottom:18px;}
.choose p{max-width:560px;margin:0 auto 36px;font-size:17px;color:var(--grey);}
.choose .btn{background:#fffdfa;color:var(--dark);}
.choose .btn:hover{background:#f5ebe1;color:var(--dark);}

/* ---------- Citat ---------- */
.quote{padding:110px 24px;text-align:center;background:var(--light);}
.quote blockquote{font-family:'Lora',Georgia,serif;font-size:clamp(20px,2.8vw,28px);color:var(--dark);max-width:820px;margin:0 auto;line-height:1.6;font-weight:400;}

/* ---------- Sadržaj s slikom (konstelacije) ---------- */
.split{padding:90px 0;}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.split-grid img{border-radius:18px;box-shadow:0 14px 34px rgba(74,52,38,.12);width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center 28%;}
.split-text h2{font-size:clamp(24px,3vw,34px);font-weight:500;margin-bottom:18px;}
.split-text p{margin-bottom:16px;}

/* ---------- Benefiti ---------- */
.benefits{padding:80px 0 90px;background:var(--light);}
.benefits h2{text-align:center;font-size:clamp(24px,3vw,34px);font-weight:500;margin-bottom:12px;}
.benefits .sub{text-align:center;max-width:700px;margin:0 auto 50px;}
.benefit-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;}
.benefit{background:#fff;border-radius:18px;padding:36px 32px;box-shadow:0 6px 24px rgba(74,52,38,.06);flex:0 1 352px;transition:transform .25s,box-shadow .25s;}
.benefit:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(74,52,38,.12);}
.benefit h3{font-size:16px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--dark);margin-bottom:12px;}
.benefit h3::before{content:'';display:block;width:34px;height:3px;background:var(--teal);border-radius:2px;margin-bottom:14px;}
.benefit p{font-size:14.5px;}

/* ---------- Blog ---------- */
.post-list{padding:80px 0;}
.post-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;background:var(--light);border-radius:18px;overflow:hidden;transition:transform .25s,box-shadow .25s;}
.post-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(74,52,38,.12);}
.post-card-img{min-height:320px;background-size:cover;background-position:center;}
.post-card{min-height:320px;}
.post-card-body{padding:44px 46px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.post-card-body .tag{font-size:12px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--grey);margin-bottom:12px;}
.post-card-body h2{font-size:clamp(20px,2.6vw,28px);font-weight:500;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.post-card-body p{font-size:15px;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.article{max-width:760px;margin:0 auto;padding:90px 24px;}
.article .tag{font-size:12px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--grey);margin-bottom:14px;}
.article h1{font-size:clamp(28px,4vw,42px);font-weight:500;margin-bottom:28px;}
.article h2{font-size:22px;font-weight:600;margin:40px 0 14px;}
.article p{margin-bottom:18px;}
.article img{border-radius:18px;margin:10px 0 30px;}
.article img.cover{width:100%;max-height:440px;object-fit:cover;}
.article div img{max-height:520px;object-fit:contain;margin:16px auto;}

/* ---------- Forme (kontakt, portal) ---------- */
.form-card{background:#fff;border-radius:18px;padding:48px 44px;box-shadow:0 10px 34px rgba(74,52,38,.10);max-width:520px;margin:0 auto;}
.form-card h2{font-size:24px;font-weight:500;margin-bottom:8px;text-align:center;}
.form-card .sub{font-size:14.5px;text-align:center;margin-bottom:30px;}
.field{margin-bottom:16px;text-align:left;}
.field label{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--dark);margin-bottom:6px;}
.field input,.field textarea{width:100%;padding:14px 18px;border:1px solid #e4d9cc;border-radius:12px;font-family:inherit;font-size:15px;outline:none;background:#fff;}
.field input:focus,.field textarea:focus{border-color:var(--teal);}
.field textarea{min-height:130px;resize:vertical;}
.form-card .btn{width:100%;margin-top:8px;}
.form-note{font-size:12.5px;color:#98897d;margin-top:16px;text-align:center;}
.form-wrap{padding:80px 24px;background:var(--light);}
.form-success{color:var(--teal);font-weight:600;text-align:center;padding:20px 0;}

/* ---------- FAQ ---------- */
.faq{max-width:780px;margin:0 auto;padding:70px 24px 90px;}
.faq details{background:#fff;border:1px solid #efe5d9;border-radius:14px;margin-bottom:12px;box-shadow:0 4px 16px rgba(74,52,38,.04);}
.faq summary{cursor:pointer;list-style:none;padding:20px 54px 20px 24px;font-family:'Lora',Georgia,serif;font-size:18px;font-weight:600;color:var(--dark);position:relative;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:'+';position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--teal);font-family:'Open Sans',sans-serif;font-weight:300;transition:transform .2s;}
.faq details[open] summary::after{content:'−';}
.faq details p{padding:0 24px 20px;color:var(--grey);font-size:14.5px;line-height:1.7;}
.faq.benefits-acc{padding:0;max-width:820px;margin:0 auto;}

/* ---------- Newsletter ---------- */
.newsletter{padding:90px 24px;text-align:center;}
.newsletter h2{font-size:clamp(24px,3vw,32px);font-weight:500;margin-bottom:14px;}
.newsletter p{max-width:560px;margin:0 auto 34px;}
.nl-form{display:flex;gap:12px;max-width:640px;margin:0 auto;}
.newsletter p.nl-note,.nl-note{font-size:12.5px;color:#98897d;margin:34px auto 0;}
.nl-note a{color:#98897d;}
.nl-form input{flex:1;padding:15px 22px;border:1px solid #e4d9cc;border-radius:100px;font-family:inherit;font-size:15px;outline:none;}
.nl-form input:focus{border-color:var(--teal);}
.nl-form button{background:#fffdfa;color:var(--dark);border:1px solid #e3d3c1;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:15px 30px;border-radius:100px;cursor:pointer;transition:background .2s;}
.nl-form button:hover{background:#f5ebe1;}

/* ---------- Footer ---------- */
footer{background:#f9f2ea;color:var(--grey);padding:70px 0 40px;font-size:14px;}
.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;padding-bottom:44px;border-bottom:1px solid #e2d3c2;}
.footer-brand{font-family:'Lora',Georgia,serif;font-size:20px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark);margin-bottom:10px;}
.socials{display:flex;gap:12px;margin-top:18px;}
.socials a{width:40px;height:40px;border-radius:50%;background:#fffdfa;border:1px solid #e3d3c1;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s,border-color .2s;box-shadow:0 2px 8px rgba(74,52,38,.05);}
.socials a:hover{background:#f5ebe1;border-color:#d9c5ae;transform:translateY(-2px);}
.socials svg{width:18px;height:18px;fill:var(--dark);display:block;}
.footer-links{display:flex;gap:28px;flex-wrap:wrap;align-items:center;}
.footer-links a{color:var(--grey);transition:color .2s;}
.footer-links a:hover{color:var(--teal);}
.eu{display:flex;align-items:center;gap:28px;flex-wrap:wrap;padding:36px 0 0;}
.eu img{width:250px;background:#fff;padding:10px 16px;border-radius:8px;}
.eu p{font-size:12.5px;line-height:1.7;max-width:720px;color:var(--grey);}
.copy{margin-top:34px;font-size:12.5px;color:#a5968a;}

/* ---------- Responsive ---------- */
@media (max-width:1080px){
  nav ul{display:none;}
  .burger{display:block;}
  nav.open ul{display:flex;flex-direction:column;position:absolute;top:76px;left:0;right:0;background:#fff;padding:24px;border-bottom:1px solid #f1e9e0;gap:18px;}
  nav.open li{text-align:center;}
  nav.open .dropdown{display:flex;flex-direction:column;align-items:center;position:static;transform:none;box-shadow:none;padding:10px 0 0;min-width:0;gap:10px;background:none;border-bottom:none;}
  nav.open .dropdown a{padding:0;font-size:12.5px;color:var(--grey);text-align:center;}
}
@media (max-width:900px){
  .hero-grid{gap:20px;min-height:0;}
  .hero-text{padding:60px 0;}
  .hero h1{font-size:clamp(26px,4.5vw,40px);}
  .hero p{font-size:15px;margin-bottom:26px;}
  .hero .btn{padding:13px 24px;font-size:12px;}
  .portrait{width:min(320px,86%);}
  .program{grid-template-columns:1fr;}
  .program:nth-child(even) .program-img{order:0;}
  .program-img{min-height:260px;}
  .program-body{padding:40px 30px;}
  .shop-grid,.shop-grid.grid-2{grid-template-columns:1fr;}
  .split-grid{grid-template-columns:1fr;gap:36px;}
  .post-card{grid-template-columns:1fr;}
  .post-card-img{min-height:220px;}
  .post-card-body{padding:34px 28px;}
  .nl-form{flex-direction:column;}
  .nl-form button{width:100%;}
}
@media (max-width:560px){
  .hero-grid{grid-template-columns:1fr;gap:0;}
  .hero-text{padding:60px 0 36px;text-align:center;}
  .hero h1{font-size:clamp(30px,8vw,38px);}
  .hero p{margin:0 auto 30px;}
  .portrait{width:min(280px,80%);}
  .form-card{padding:36px 24px;}
  .page-hero{padding:64px 20px;}
  .intro{padding:70px 0 50px;}
  .shop{padding:64px 0;}
  .shop-more .btn,.shop-more .btn-outline{font-size:11px;padding:12px 22px;}
  .choose{padding:70px 20px;}
  .quote{padding:70px 20px;}
  .newsletter{padding:64px 20px;}
  .article{padding:60px 20px;}
  .split{padding:60px 0;}
  .benefits{padding:60px 0;}
  .post-card-body{padding:28px 22px;}
}

/* ---- home v2 ---- */
.butterfly-panel{background:#f5ebe1;border-radius:18px;min-height:340px;display:flex;align-items:center;justify-content:center;}
.butterfly-panel img{width:150px;opacity:.92;box-shadow:none;border-radius:0;}
.ways{padding:90px 0;background:var(--light);text-align:center;}
.ways h2{color:var(--dark);font-size:clamp(20px,2.8vw,29px);font-weight:500;margin-bottom:52px;}
.ways-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1020px;margin:0 auto;padding:0 24px;}
.way{display:flex;flex-direction:column;align-items:center;}
.way .circle{outline:1px solid rgba(185,163,144,.5);outline-offset:8px;width:168px;height:168px;max-width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;margin:0 auto 20px;box-shadow:0 8px 26px rgba(74,52,38,.10);border:1px solid rgba(185,163,144,.35);transition:transform .25s;}
.way:hover .circle{transform:translateY(-5px);}
.way .circle img{width:100%;height:100%;object-fit:cover;display:block;}
.way h3{font-size:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--dark);}
.testimonials{padding:90px 0;background:#fff;text-align:center;}
.testimonials h2{color:var(--dark);font-size:clamp(20px,2.8vw,29px);font-weight:500;margin-bottom:52px;}
.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.t-card{background:var(--light);border-radius:18px;padding:36px 30px;text-align:left;}
.t-card p{font-family:'Lora',Georgia,serif;color:var(--dark);font-size:16px;line-height:1.75;margin-bottom:18px;}
.t-name{font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--grey);text-transform:uppercase;}
.home-blog{padding:90px 0;background:#fff;}
.home-blog h2{text-align:center;color:var(--dark);font-size:clamp(20px,2.8vw,29px);font-weight:500;margin-bottom:52px;}
.home-blog .wrap{display:grid;gap:28px;}
.ws-meta{font-size:13px;font-weight:600;letter-spacing:.05em;color:var(--grey);margin-bottom:16px;}
@media (max-width:900px){
  .ways-grid{grid-template-columns:repeat(2,1fr);}
  .t-grid{grid-template-columns:1fr;}
}

/* ---- o meni v2 ---- */
.om{padding:26px 24px;}
.om .inner{max-width:760px;margin:0 auto;}
.om h2{text-align:center;color:var(--dark);font-size:clamp(20px,2.8vw,29px);font-weight:500;margin-bottom:26px;}
.om p{margin-bottom:18px;}
.om-light{background:var(--light);}
.om-band{background:#f5ebe1;}
.om-moments{text-align:center;font-family:'Lora',Georgia,serif;color:var(--dark);font-size:18px;line-height:2.1;margin-bottom:28px;}
.om-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1020px;margin:38px auto;}
.om-cards .t-card{background:#fff;}
.om .leptir{width:72px;display:block;margin:0 auto 22px;opacity:.9;}
@media (max-width:900px){.om-cards{grid-template-columns:1fr;}}

/* nit koja povezuje sekcije na O meni */
.om h2::before{content:'';display:block;width:1px;height:24px;margin:0 auto 14px;background:linear-gradient(180deg,rgba(201,171,142,0),#c9ab8e);}
.om .leptir + h2::before{display:none;}
.om .om-photo{width:240px;aspect-ratio:3/4;object-fit:cover;border-radius:150px 150px 14px 14px;display:block;margin:0 auto 30px;box-shadow:0 10px 28px rgba(74,52,38,.12);border:1px solid rgba(185,163,144,.35);}
.om .om-photo + h2::before{display:none;}
.split-grid.split-small{grid-template-columns:320px 1fr;gap:56px;}
@media (max-width:900px){
  .split-grid.split-small{grid-template-columns:1fr;}
  .split-grid.split-small img{max-width:320px;margin:0 auto;}
}
.ways .kicker{font-size:12px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--grey);margin-bottom:14px;}
.ways .sub{max-width:640px;margin:-38px auto 52px;color:var(--grey);}
.way p{font-size:14px;color:var(--grey);line-height:1.7;margin:12px auto 16px;max-width:240px;}
.way .more{margin-top:auto;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--dark);text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:#c9ab8e;}
.way:hover .more{text-decoration-color:var(--dark);}
.way .circle.illu{border:none;box-shadow:none;background:var(--light);overflow:hidden;outline:none;}
.way .circle.illu img{object-fit:contain;}


/* ---- mobilna dorada ---- */
@media (max-width:560px){
  .kicker-line{font-size:14px;}
  .hero-text{padding:48px 0 30px;}
  .hero-photo{padding:24px 0 48px;}
  .ways{padding:56px 0;}
  .ways .sub{margin:-30px auto 40px;padding:0 20px;}
  .ways h2{margin-bottom:40px;padding:0 20px;}
  .ways-grid{grid-template-columns:repeat(2,1fr);gap:30px 14px;padding:0 14px;}
  .way .circle{width:122px;height:122px;}
  .way h3{font-size:11.5px;}
  .way p{font-size:13px;max-width:165px;margin:9px auto 11px;}
  .way .more{font-size:11px;}
  .testimonials{padding:56px 0;}
  .testimonials h2{margin-bottom:36px;}
  .t-card{padding:26px 22px;}
  .t-card p{font-size:15px;}
  .home-blog{padding:56px 0;}
  .home-blog h2{margin-bottom:36px;}
  .om{padding:22px 20px;}
  .om h2::before{height:20px;margin-bottom:12px;}
  .om-moments{font-size:16px;line-height:1.9;}
  .om .om-photo{width:200px;}
  .split-grid.split-small img{max-width:260px;}
  .eu{gap:18px;}
  .eu img{width:200px;}
  .footer-links{gap:14px 22px;}
  .shop-body h3{font-size:17px;}
  .program-body{padding:34px 24px;}
}

/* ---- o meni v3 ---- */
.os{padding:48px 24px;}
.os .inner{max-width:760px;margin:0 auto;}
.os .tag2{font-size:12px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--teal);margin-bottom:12px;}
.os h2{color:var(--dark);font-size:clamp(21px,2.6vw,28px);font-weight:500;margin-bottom:22px;}
.os h3{color:var(--dark);font-size:18px;font-weight:600;margin:36px 0 14px;}
.os p{margin-bottom:18px;}
.os p.pl{font-family:'Lora',Georgia,serif;font-size:19px;color:var(--dark);font-weight:500;margin:26px 0 12px;line-height:1.6;}
.os p.trip{font-family:'Lora',Georgia,serif;color:var(--dark);font-size:17px;margin-bottom:8px;}
.bigquote{padding:44px 24px;text-align:center;background:var(--light);}
.bigquote blockquote{font-family:'Lora',Georgia,serif;font-size:clamp(20px,2.6vw,27px);color:var(--dark);max-width:820px;margin:0 auto;line-height:1.6;font-weight:400;}
.onav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 30px;padding:20px 24px;border-top:1px solid #f1e7da;border-bottom:1px solid #f1e7da;background:#fffdfa;}
.onav a{font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--grey);}
.onav a:hover{color:var(--dark);text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:#c9ab8e;}
.os-photo{width:280px;aspect-ratio:1;border-radius:50%;object-fit:cover;object-position:center 25%;display:block;margin:0 auto 34px;outline:1px solid rgba(185,163,144,.5);outline-offset:8px;box-shadow:0 10px 28px rgba(74,52,38,.12);}
@media (max-width:560px){.os{padding:34px 20px;}.bigquote{padding:44px 20px;}.os-photo{width:210px;}.onav{gap:10px 20px;}}

/* ---- samadhi v2 ---- */
.os ul.ls{margin:0 0 20px;padding:0;list-style:none;}
.os ul.ls li{position:relative;padding-left:24px;margin-bottom:9px;color:var(--grey);}
.os ul.ls li::before{content:'';position:absolute;left:0;top:.68em;width:10px;height:1px;background:var(--teal);}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;max-width:1140px;margin:0 auto;padding:0 24px;text-align:left;}
.three .col h3{display:flex;align-items:flex-start;gap:12px;color:var(--dark);font-size:20px;font-weight:600;line-height:1.35;margin-bottom:18px;font-family:'Lora',Georgia,serif;}
.three .col h3 svg{flex:0 0 30px;width:30px;height:30px;stroke:#b98a5e;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-top:2px;}
.three .col p{font-size:14.5px;margin-bottom:14px;}
.three .col ul.ls li{font-size:14.5px;}
.pi-card{background:#fff;border:1px solid #eadbc9;border-radius:18px;padding:34px 36px;max-width:640px;margin:0 auto;}
.pi-row{display:grid;grid-template-columns:180px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid #f5ecdf;font-size:15px;}
.pi-row:last-of-type{border-bottom:none;}
.pi-row .k{color:var(--grey);}
.pi-row .v{color:var(--dark);font-weight:600;}
.steps{max-width:760px;margin:0 auto;}
.steps h3{color:var(--dark);font-size:19px;font-weight:600;margin:34px 0 12px;}
@media (max-width:900px){.three{grid-template-columns:1fr;gap:36px;}}
@media (max-width:560px){.pi-card{padding:26px 22px;}.pi-row{grid-template-columns:1fr;gap:2px;padding:10px 0;}}
.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 18px;margin:30px 0 14px;text-align:center;}
.icon-grid .ig img{width:38px;height:38px;object-fit:contain;display:block;margin:0 auto 18px;}
.icon-grid .ig div{font-size:13.5px;color:var(--grey);line-height:1.55;}
@media (max-width:560px){.icon-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px;}}

/* ---- samadhi v2 ---- */
.soft-panel{background:#f5ebe1;border-radius:18px;padding:42px 46px;max-width:860px;margin:0 auto;}
.soft-panel .pl{margin-top:0;}
ul.ls.cols2{display:grid;grid-template-columns:1fr 1fr;gap:12px 34px;margin-bottom:0;}
.beliefs{text-align:center;font-family:'Lora',Georgia,serif;color:var(--dark);font-size:17.5px;line-height:2.1;margin:20px 0 30px;}
.num-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px;margin:26px 0 30px;}
.num-grid .n{display:flex;gap:16px;align-items:flex-start;}
.num-grid .n b{font-family:'Lora',Georgia,serif;font-size:24px;font-weight:500;color:var(--teal);line-height:1.2;}
.num-grid .n p{margin:2px 0 0;font-size:15px;}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1020px;margin:34px auto 0;text-align:left;}
.step-card{background:#fffdfa;border:1px solid #eee0d0;border-radius:18px;padding:32px 28px;}
.step-card .num{font-family:'Lora',Georgia,serif;font-size:32px;color:var(--teal);margin-bottom:12px;}
.step-card h4{color:var(--dark);font-size:17px;font-weight:600;margin-bottom:12px;}
.step-card p{font-size:14.5px;margin-bottom:10px;}
.photo-band{padding:26px 24px 70px;}
.photo-band img{display:block;max-width:1020px;width:100%;margin:0 auto;aspect-ratio:21/9;object-fit:cover;border-radius:18px;box-shadow:0 14px 34px rgba(74,52,38,.12);}
@media (max-width:700px){
  ul.ls.cols2{grid-template-columns:1fr;}
  .num-grid{grid-template-columns:1fr;}
  .steps-grid{grid-template-columns:1fr;}
  .soft-panel{padding:32px 26px;}
  .photo-band img{aspect-ratio:16/10;}
}
.map-embed{background:#f5ebe1;max-width:860px;margin:30px auto 0;border-radius:18px;overflow:hidden;border:1px solid #eee0d0;box-shadow:0 6px 24px rgba(74,52,38,.06);}
.duo{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:900px;margin:34px auto 0;}
.duo .dcard{background:#fffdfa;border:1px solid #eee0d0;border-radius:18px;padding:38px 32px;text-align:center;display:flex;flex-direction:column;}
.duo .dcard h3{color:var(--dark);font-size:20px;font-weight:600;margin-bottom:12px;}
.duo .dcard .desc{font-size:14.5px;margin-bottom:20px;}
.duo .dcard .drow{font-size:14.5px;color:var(--grey);padding:9px 0;border-top:1px solid #f1e7da;}
.duo .dcard .drow b{color:var(--dark);font-weight:600;}
.duo .dcard .dprice{font-family:'Lora',Georgia,serif;font-size:30px;color:var(--dark);margin:18px 0 20px;}
.duo .dcard .btn{align-self:center;margin-top:auto;}
@media (max-width:700px){.duo{grid-template-columns:1fr;}}
@media (min-width:701px){.duo .dcard .desc{min-height:76px;display:flex;align-items:center;justify-content:center;}}

/* ---- hero s morem ---- */
.hero.hero-more{background:url('img/hero-more.jpg?2') right 40%/cover no-repeat;}
.hero.hero-more::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg, rgba(252,248,243,.94) 0%, rgba(252,248,243,.82) 30%, rgba(252,248,243,.35) 52%, rgba(252,248,243,0) 68%);}
.hero.hero-more .wrap{position:relative;z-index:1;}
.hero.hero-more .hero-text{max-width:560px;padding:120px 0 130px;position:relative;}
.hero.hero-more .leptir-hero{position:absolute;top:78px;right:-96px;width:58px;opacity:.9;}
@media (max-width:1080px){.hero.hero-more .leptir-hero{right:0;top:44px;}}
@media (max-width:560px){
  .hero.hero-more{background-position:72% 40%;}
  .hero.hero-more::before{background:linear-gradient(90deg, rgba(252,248,243,.94) 0%, rgba(252,248,243,.72) 55%, rgba(252,248,243,.30) 100%);}
  .hero.hero-more .hero-text{padding:80px 0 90px;text-align:left;}
  .hero.hero-more .leptir-hero{width:44px;}
}

.hero-more-mobile{display:none;}
@media (max-width:700px){
  .hero.hero-more{background:radial-gradient(120% 140% at 75% 20%, #fffefc 0%, #faf5ee 50%, #f1e9dd 100%);}
  .hero.hero-more::before{display:none;}
  .hero.hero-more .hero-text{padding:56px 0 6px;max-width:none;}
  .hero-more-mobile{display:block;max-width:none;width:calc(100% + 48px);margin:10px -24px 0;aspect-ratio:5/4;object-fit:cover;object-position:70% 55%;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 20%);mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 20%);}
}

/* ---- samadhi full width v3 ---- */
.proc-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;max-width:1280px;margin:30px auto 34px;padding:0 24px;}
.proc-card{background:#fffdfa;border:1px solid #eee0d0;border-radius:16px;padding:26px 16px;text-align:center;}
.proc-card .pnum{width:34px;height:34px;border-radius:50%;background:#b9a390;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:15px;}
.proc-card p{font-size:13.5px;line-height:1.65;margin:0;color:var(--grey);}
@media (max-width:1100px){.proc-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:640px){.proc-grid{grid-template-columns:1fr 1fr;gap:12px;}}
.band{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:#f5ebe1;}
.band img{width:100%;height:100%;object-fit:cover;min-height:440px;display:block;}
.band .band-text{padding:80px 8% 80px 6%;align-self:center;}
.band .band-text h2{color:var(--dark);font-size:clamp(22px,2.6vw,30px);font-weight:500;margin-bottom:20px;}
@media (max-width:900px){.band{grid-template-columns:1fr;}.band img{min-height:0;aspect-ratio:4/3;}.band .band-text{padding:46px 24px 54px;}}
.quote-band{position:relative;background:url('img/svjetlo.jpg') center 40%/cover no-repeat;text-align:center;padding:120px 24px;}
.quote-band::before{content:'';position:absolute;inset:0;background:rgba(252,248,243,.74);}
.quote-band>*{position:relative;}
.quote-band h2{color:var(--dark);font-size:clamp(21px,2.8vw,30px);font-weight:500;margin-bottom:18px;}
.quote-band p{max-width:640px;margin:0 auto 34px;color:var(--grey);}
.duo .dcard.left{text-align:left;}
.duo .dcard.left h3{display:flex;align-items:center;gap:12px;font-size:18px;}
.duo .dcard.left h3 svg{width:26px;height:26px;stroke:#a97e58;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none;}
.duo .dcard.left p{font-size:14.5px;margin-bottom:12px;}

/* full width tekst na samadhi */
.fw .os .inner{max-width:1140px;}
.fw .intro .wrap p{max-width:1040px;}
.fw .intro .wrap .pl{max-width:1040px;}
.fw .bigquote blockquote{max-width:1040px;}
.fw .quote-band p{max-width:860px;}
.quote-band{background-image:url('img/zavrsna.jpg?5');background-position:left top;}

/* ---- samadhi v4: jace dizajnerske sekcije ---- */
.icon-grid .ig{background:#fffdfa;border:1px solid #eee0d0;border-radius:16px;padding:28px 14px 24px;transition:transform .25s, box-shadow .25s;}
.icon-grid .ig:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(74,52,38,.08);}
.beliefs-band{background:#f5ebe1;padding:6px 24px 54px;text-align:center;}
.beliefs-band .bq-mark{font-family:'Lora',Georgia,serif;font-size:96px;line-height:.4;color:#c9ab8e;margin-bottom:22px;}
.quote-band.mir{background-image:url('img/mir.jpg');background-position:center 60%;padding:110px 24px;}

/* ---- check2: naslov lijevo, kvacice desno ---- */
.check2{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;max-width:1140px;margin:0 auto;align-items:center;padding:0 24px;}
.check2 h2{color:var(--dark);font-size:clamp(24px,2.8vw,34px);font-weight:500;margin-bottom:18px;}
.check2 .sub-it{font-family:'Lora',Georgia,serif;font-size:18px;color:var(--dark);}
.checklist{list-style:none;border:1px solid #eee0d0;background:#fffdfa;border-radius:18px;padding:34px 38px;display:grid;gap:13px;margin:0;}
.checklist .cl-lead{font-weight:600;color:var(--dark);margin-bottom:4px;}
.checklist li{position:relative;padding-left:32px;font-size:15px;line-height:1.6;}
.checklist li svg{position:absolute;left:0;top:3px;width:18px;height:18px;stroke:#a97e58;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
@media (max-width:900px){.check2{grid-template-columns:1fr;gap:28px;}}
.hero.hero-more.hero-sam{background-image:url('img/hero-samadhi.jpg?12');background-position:right top;}
.fw .article{max-width:1140px;}
.hero.hero-more.hero-sp{background-image:url('img/hero-sp.jpg?7');background-position:right top;}
@media (max-width:700px){
  .hero.hero-more.hero-sam,.hero.hero-more.hero-sp{background:radial-gradient(120% 140% at 75% 20%, #fffefc 0%, #faf5ee 50%, #f1e9dd 100%);}
}

@media (max-width:700px){
  .hero-more-mobile{background-size:cover;background-position:center;}
  .hm-home{background-image:url('img/hero-more-mob.jpg');}
  .hm-sam{background-image:url('img/hero-samadhi-mob.jpg?10');background-position:center 30%;}
  .hm-sp{background-image:url('img/hero-sp-mob.jpg?6');background-position:center 25%;}
}

/* ---- prikazi vise preklopnik ---- */
details.fold{margin:4px 0 16px;}
details.fold summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--dark);border:1px solid #e3d3c1;background:#fffdfa;border-radius:999px;padding:9px 18px;transition:background .2s;}
details.fold summary:hover{background:#f5ebe1;}
details.fold summary::-webkit-details-marker{display:none;}
details.fold summary .lbl::after{content:'Prikaži više  ▾';}
details.fold[open] summary .lbl::after{content:'Prikaži manje  ▴';}
details.fold .fold-body{margin-top:16px;}
.hero-feats{display:flex;gap:30px;margin-top:32px;flex-wrap:wrap;}
.hf{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--grey);line-height:1.5;}
.hf svg{width:24px;height:24px;stroke:#a97e58;fill:none;stroke-width:1.5;flex:none;stroke-linecap:round;stroke-linejoin:round;}

/* ---- prepoznajes li se — traka s kvacicama u 2 stupca ---- */
.check2-band{background:#f5ebe1;padding:64px 24px 10px;}
.check2b{display:grid;grid-template-columns:.72fr 1.55fr;gap:60px;max-width:1260px;margin:0 auto;align-items:center;}
.c2-left{position:relative;}
.c2-left .flw{position:absolute;left:0;top:50%;transform:translateY(-50%);width:64px;height:170px;stroke:#c9a888;fill:none;stroke-width:1.3;stroke-linecap:round;opacity:.85;}
.c2-left h2{color:var(--dark);font-size:clamp(24px,2.6vw,32px);font-weight:500;margin-bottom:16px;}
.c2-left .sub-it{font-family:'Lora',Georgia,serif;font-size:17px;color:var(--dark);margin-bottom:14px;}
.c2-left .c2-lead{font-size:13.5px;color:var(--grey);}
.ck2{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:18px 46px;margin:0;padding:0;}
.ck2 li{position:relative;padding-left:34px;font-size:15px;line-height:1.65;color:var(--grey);}
.ck2 li svg{position:absolute;left:0;top:5px;width:15px;height:15px;stroke:#b0805a;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
@media (max-width:900px){
  .check2b{grid-template-columns:1fr;gap:34px;}
  .c2-left{padding-left:0;}
  .c2-left .flw{display:none;}
  .ck2{grid-template-columns:1fr;}
}

/* ---- meka traka s tkaninom i srcem ---- */
.soft-band{position:relative;background:url('img/tkanina.jpg') center/cover no-repeat;padding:88px 24px;text-align:center;}
.soft-band::before{content:'';position:absolute;inset:0;background:rgba(252,246,238,.62);}
.soft-band p{position:relative;font-family:'Lora',Georgia,serif;font-size:clamp(18px,2.2vw,24px);color:var(--dark);max-width:920px;margin:0 auto 26px;line-height:1.75;}
.soft-band .heart{position:relative;width:30px;height:30px;stroke:#b0805a;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;display:block;margin:0 auto;}

/* ---- FAQ lijevo + prakticne info desno ---- */
.fp-grid{display:grid;grid-template-columns:.85fr 1.6fr;gap:48px;max-width:1300px;margin:0 auto;align-items:start;padding:0 24px;}
.fp-grid h2{font-size:clamp(20px,2.2vw,26px);color:var(--dark);font-weight:500;margin-bottom:24px;}
.fp-grid .faq{padding:0;}
.fp-grid .duo{margin-top:0;max-width:none;}
@media (max-width:1000px){.fp-grid{grid-template-columns:1fr;gap:40px;}}

/* ---- soft-band v2: fotka lijevo s blagim prijelazom, tekst desno ---- */
.soft-band.sb2{background:
  linear-gradient(90deg, rgba(247,240,231,.15) 0%, rgba(247,240,231,.55) 34%, #f7f0e7 56%, #f7f0e7 100%),
  url('img/tkanina.jpg') left center/auto 100% no-repeat;
  background-color:#f7f0e7;padding:84px 24px;text-align:left;}
.soft-band.sb2::before{display:none;}
.soft-band.sb2 .sb-text{position:relative;max-width:620px;margin-left:50%;}
.soft-band.sb2 p{margin:0 0 24px;font-size:clamp(17px,1.9vw,21px);}
.soft-band.sb2 .heart{margin:0 auto;}
@media (max-width:900px){
  .soft-band.sb2{background:
    linear-gradient(180deg, rgba(247,240,231,.65) 0%, #f7f0e7 60%),
    url('img/tkanina.jpg') center top/cover no-repeat;background-color:#f7f0e7;}
  .soft-band.sb2 .sb-text{margin:0 auto;text-align:center;}
}
.icon-grid.cols6{grid-template-columns:repeat(6,1fr);gap:18px;}
@media (max-width:1000px){.icon-grid.cols6{grid-template-columns:repeat(3,1fr);}}
@media (max-width:560px){.icon-grid.cols6{grid-template-columns:repeat(2,1fr);}}
.c2-lead2{font-size:15px;color:var(--dark);margin-bottom:22px;}
.ck2.iky li{padding-left:38px;}
.ck2.iky li img{position:absolute;left:0;top:0;width:25px;height:25px;}
.c2-top{max-width:880px;margin:0 auto;text-align:center;}
.c2-top h2{color:var(--dark);font-size:clamp(24px,2.6vw,32px);font-weight:500;margin-bottom:16px;}
.c2-top .sub-it{font-family:'Lora',Georgia,serif;font-size:17px;color:var(--dark);margin-bottom:14px;}
.c2-top .c2-lead2{margin-bottom:8px;}
.tema-grid{margin-top:34px;}
.tema-grid .proc-card img{width:34px;height:34px;display:block;margin:0 auto 12px;}
.duo .dcard ul.ls li{font-size:14.5px;}
.fp-grid .dcard.left{padding:24px 28px 28px;}
.fp-grid .dcard.left h3{margin-top:0;margin-bottom:14px;}

em{font-style:normal;}
.icon-grid.plain .ig{background:none;border:none;box-shadow:none;padding:12px 6px;}
.icon-grid.plain .ig:hover{transform:none;box-shadow:none;}
.quote-band.qb-sp{background-image:url('img/zavrsna-sp.jpg?2');background-position:left center;}
.quote-band.qb-sp h2{margin-bottom:34px;}

/* ---- iskustva: zvjezdice + avatar ---- */
.t-card{background:#fffdfa;display:flex;flex-direction:column;box-shadow:0 6px 22px rgba(74,52,38,.05);}
.t-stars{color:#c39a6b;font-size:15px;letter-spacing:4px;margin-bottom:16px;}
.t-card p{margin-bottom:22px;}
.t-person{display:flex;align-items:center;gap:12px;margin-top:auto;}
.t-avatar{width:44px;height:44px;border-radius:50%;background:#f5ebe1;border:1px solid #eadbc9;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--dark);font-size:13px;letter-spacing:.5px;flex:none;}

/* ---- check panel ---- */
.check-panel{background:#fffdfa;border-radius:18px;padding:38px 44px;box-shadow:0 6px 22px rgba(74,52,38,.05);margin:24px 0;}
.cklist{list-style:none;display:grid;gap:16px;margin:0;padding:0;}
.cklist li{position:relative;padding-left:38px;font-size:15.5px;line-height:1.65;}
.cklist li svg{position:absolute;left:0;top:1px;width:22px;height:22px;stroke:#a97e58;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
img.t-avatar{object-fit:cover;display:block;}

/* ---- ovdje si sigurna traka ---- */
.soft-band.ovdje{background:
  linear-gradient(90deg, rgba(247,240,231,.05) 0%, rgba(247,240,231,.55) 34%, #f7f0e7 54%, #f7f0e7 100%),
  url('img/ovdje.jpg') left center/auto 100% no-repeat;
  background-color:#f7f0e7;padding:76px 24px;text-align:left;}
.soft-band.ovdje .sb-text{position:relative;max-width:600px;margin-left:50%;}
.soft-band.ovdje h2{font-size:clamp(22px,2.6vw,30px);color:var(--dark);font-weight:500;margin-bottom:16px;}
.soft-band.ovdje p{margin:0 0 14px;font-size:15.5px;}
.soft-band.ovdje .heart{width:28px;height:28px;stroke:#b0805a;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;display:block;margin:10px auto 0;}
@media (max-width:900px){
  .soft-band.ovdje{background:
    linear-gradient(180deg, rgba(247,240,231,.6) 0%, #f7f0e7 55%),
    url('img/ovdje.jpg') center top/cover no-repeat;background-color:#f7f0e7;}
  .soft-band.ovdje .sb-text{margin:0 auto;text-align:center;}
}
.soft-band.ovdje.razg{background:
  linear-gradient(90deg, rgba(247,240,231,.05) 0%, rgba(247,240,231,.5) 26%, #f7f0e7 44%, #f7f0e7 100%),
  url('img/lisce.jpg') left center/auto 100% no-repeat;
  background-color:#f7f0e7;padding:82px 24px;}
.soft-band.ovdje.razg .sb-text{margin-left:36%;max-width:660px;}
@media (max-width:900px){
  .soft-band.ovdje.razg{background:
    linear-gradient(180deg, rgba(247,240,231,0) 0%, rgba(247,240,231,.15) 38%, #f7f0e7 58%),
    url('img/lisce.jpg') center top/100% auto no-repeat;
    background-color:#f7f0e7;padding:215px 24px 54px;}
  .soft-band.ovdje.razg .sb-text{margin:0 auto;text-align:center;}
}
@media (max-width:560px){
  .hero-feats{flex-wrap:nowrap;gap:12px;justify-content:space-between;margin-top:26px;}
  .hf{gap:8px;font-size:10.5px;flex:1;}
  .hf svg{width:20px;height:20px;}
}
@media (max-width:700px){
  .quote-band{background-position:left center;padding:80px 24px;}
  .quote-band::before{background:rgba(252,248,243,.85);}
}

/* ---- benefiti dvostupacno ---- */
.ben2{display:grid;grid-template-columns:1fr 1fr;gap:54px 76px;max-width:1240px;margin:0 auto;text-align:left;}
.ben2-item h3{font-family:'Lora',Georgia,serif;font-size:clamp(22px,2.4vw,29px);font-weight:500;color:var(--dark);margin-bottom:14px;}
.ben2-item p{font-size:15.5px;line-height:1.75;}
@media (max-width:900px){.ben2{grid-template-columns:1fr;gap:40px;}}

/* ---- benefiti oko kruga ---- */
.ben2wrap{position:relative;max-width:1240px;margin:0 auto;}
.ben2-orb{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);width:min(600px,55vw);height:auto;opacity:.29;pointer-events:none;}
.ben2wrap .ben2{position:relative;grid-template-columns:1fr 1fr;column-gap:min(300px,26vw);row-gap:64px;}
.ben2-item.full{grid-column:1/-1;max-width:680px;margin:0 auto;text-align:center;}
@media (max-width:900px){
  .ben2-orb{display:none;}
  .ben2wrap .ben2{grid-template-columns:1fr;column-gap:40px;row-gap:40px;}
  .ben2-item.full{text-align:left;}
}
.check-panel{max-width:880px;margin:28px auto;padding:42px 52px;}
.cklist{grid-template-columns:1fr 1fr;gap:20px 44px;}
.cklist li:last-child{grid-column:1/-1;justify-self:center;max-width:520px;}
@media (max-width:700px){.cklist{grid-template-columns:1fr;gap:16px;}.cklist li:last-child{grid-column:auto;justify-self:start;}.check-panel{padding:30px 26px;}}
.quote-band.qb-om{background-image:url('img/zavrsna-om.jpg?2');background-position:left top;}
.quote-band blockquote{font-family:'Lora',Georgia,serif;font-size:clamp(20px,2.6vw,28px);color:var(--dark);max-width:820px;margin:0 auto;line-height:1.6;position:relative;}

.quote-band.qb-kv{background-image:url('img/kvaliteta.jpg?2');background-position:left top;padding:96px 24px;}

/* ---- oblacici misli ---- */
.bubbles{max-width:720px;margin:32px auto 30px;display:flex;flex-direction:column;gap:14px;}
.bubble{align-self:flex-start;background:#fffdfa;border:1px solid #f0e4d5;border-radius:20px 20px 20px 5px;padding:14px 24px;font-size:15px;color:var(--grey);box-shadow:0 4px 14px rgba(74,52,38,.05);max-width:82%;}
.bubble.r{align-self:flex-end;border-radius:20px 20px 5px 20px;background:#f8ede1;border-color:#eeddc8;}
@media (max-width:560px){.bubble{max-width:94%;padding:12px 18px;font-size:14.5px;}}

/* ---- benefiti po referenci: veci mekani naslovi, krug iza teksta ---- */
.ben2-item h3{font-size:clamp(25px,2.6vw,33px);font-weight:500;color:#9b7a58;margin-bottom:4px;}
.ben-sub{font-family:'Lora',Georgia,serif;font-size:clamp(15px,1.6vw,19px);color:#bb9873;margin-bottom:14px;}
.ben2wrap .ben2{grid-template-columns:1fr 1fr;column-gap:120px;row-gap:60px;}
.ben2-orb{width:min(900px,82vw);top:47%;opacity:.5;}
@media (max-width:900px){
  .ben2wrap .ben2{grid-template-columns:1fr;column-gap:40px;row-gap:44px;}
}
