/* VartoModa v4.6.25 — Ukrainian buying guides, 3-column desktop/tablet and 2-column mobile */
.buying-guides-home-section{
  background:#f7f4ed;
  border-top:1px solid var(--ed-line);
  border-bottom:1px solid var(--ed-line);
}
.buying-guides-heading{align-items:end}
.buying-guides-view-all{white-space:nowrap}
.buying-guides-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.buying-guide-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--ed-line);
  border-radius:22px;
  background:var(--ed-paper);
  box-shadow:0 10px 28px rgba(33,44,36,.055);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.buying-guide-card:hover{
  transform:translateY(-4px);
  border-color:#d7d0c2;
  box-shadow:var(--ed-shadow-hover);
}
.buying-guide-card__media{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:linear-gradient(145deg,#ece8dd,#d9e1dc);
}
.buying-guide-card__media img{
  width:100%;height:100%;display:block;object-fit:cover;
  transition:transform .45s ease;
}
.buying-guide-card:hover .buying-guide-card__media img{transform:scale(1.035)}
.buying-guide-card__placeholder{
  width:100%;height:100%;display:grid;place-items:center;
  color:rgba(24,69,54,.35);font-family:var(--ed-serif);font-size:5rem;font-weight:700;
}
.buying-guide-card__body{display:flex;flex-direction:column;min-height:250px;padding:23px 24px 20px}
.buying-guide-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--ed-muted);font-size:.73rem}
.buying-guide-card__meta span{color:var(--ed-green);font-weight:800;letter-spacing:.08em}
.buying-guide-card__meta i{font-style:normal}
.buying-guide-card__meta small{font-size:inherit}
.buying-guide-card h3{margin:0 0 11px;font-family:var(--ed-serif);font-size:clamp(1.17rem,1.55vw,1.42rem);line-height:1.2;letter-spacing:-.025em}
.buying-guide-card h3 a:hover{color:var(--ed-green)}
.buying-guide-card__body>p{margin:0;color:var(--ed-ink-soft);font-size:.91rem;line-height:1.65}
.buying-guide-card footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:18px;border-top:1px solid var(--ed-line);color:var(--ed-muted);font-size:.75rem}
.buying-guide-card footer a{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--ed-line);border-radius:50%;color:var(--ed-green);font-weight:800}
.buying-guide-card footer a:hover{background:var(--ed-green);color:#fff;border-color:var(--ed-green)}
.guides-empty-state{grid-column:1/-1;display:grid;gap:6px;padding:32px;border:1px dashed #cdc6b8;border-radius:22px;background:rgba(255,255,255,.58);color:var(--ed-muted)}
.guides-empty-state strong{color:var(--ed-ink);font-family:var(--ed-serif);font-size:1.25rem}

.guides-index-hero{padding:70px 0 58px;border-bottom:1px solid var(--ed-line);background:linear-gradient(180deg,#fbfaf6,#f5f1e9)}
.guides-index-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px;align-items:end}
.guides-index-hero h1{max-width:820px;margin:0;font-family:var(--ed-serif);font-size:clamp(2.7rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em}
.guides-index-hero__inner>div:first-child>p:last-child{max-width:680px;margin:22px 0 0;color:var(--ed-ink-soft);font-size:1.05rem;line-height:1.7}
.guides-index-hero__note{display:grid;gap:9px;padding:24px;border-left:3px solid var(--ed-gold);background:#fff;box-shadow:var(--ed-shadow)}
.guides-index-hero__note strong{font-family:var(--ed-serif);font-size:1.18rem}
.guides-index-hero__note span{color:var(--ed-muted);line-height:1.6}
.guides-index-section{padding:60px 0 92px}
.buying-guides-grid--index{row-gap:30px}

.guide-article{padding:44px 0 0}
.guide-article__header{max-width:1080px}
.guide-breadcrumbs{display:flex;align-items:center;gap:10px;overflow:hidden;margin-bottom:36px;color:var(--ed-muted);font-size:.82rem;white-space:nowrap}
.guide-breadcrumbs a{color:var(--ed-green);font-weight:700}
.guide-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}
.guide-article__title-wrap{max-width:800px;margin:0 auto}
.guide-article__title-wrap h1{margin:0;font-family:var(--ed-serif);font-size:clamp(2.55rem,5.4vw,5rem);line-height:1.02;letter-spacing:-.055em}
.guide-article__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:20px;color:var(--ed-muted);font-size:.84rem}
.guide-article__meta i{font-style:normal;color:#b5aea1}
.guide-article__hero{max-width:900px;overflow:hidden;margin:34px auto 0;border-radius:24px;background:#ece9e0;box-shadow:0 15px 42px rgba(33,44,36,.08)}
.guide-article__hero img{width:100%;max-height:610px;display:block;object-fit:cover}
.guide-article__layout{display:grid;grid-template-columns:minmax(0,720px) 260px;gap:70px;justify-content:center;align-items:start;padding-top:52px;padding-bottom:88px}
.guide-article__content{min-width:0}
.guide-article__lead{margin:0 0 32px;padding-bottom:30px;border-bottom:1px solid var(--ed-line);font-family:var(--ed-serif);font-size:clamp(1.25rem,2vw,1.62rem);line-height:1.55;color:#343930}
.guide-prose{font-size:1.03rem;line-height:1.88;color:#33372f}
.guide-prose p{margin:0 0 24px}
.guide-prose h2{margin:54px 0 18px;font-family:var(--ed-serif);font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.18;letter-spacing:-.035em;color:var(--ed-ink)}
.guide-prose h3{margin:38px 0 14px;font-family:var(--ed-serif);font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.25;color:var(--ed-ink)}
.guide-prose ul,.guide-prose ol{display:grid;gap:12px;margin:0 0 28px;padding-left:24px}
.guide-prose li{padding-left:5px}
.guide-prose strong{color:var(--ed-ink)}
.guide-prose blockquote{margin:38px 0;padding:24px 28px;border-left:4px solid var(--ed-gold);background:#f5f1e8;font-family:var(--ed-serif);font-size:1.22rem;line-height:1.65;color:#30342d}
.guide-prose blockquote p{margin:0}
.guide-prose hr{height:1px;margin:42px 0;border:0;background:var(--ed-line)}
.guide-article__aside{position:sticky;top:100px;display:grid;gap:16px}
.guide-value-box{display:grid;gap:12px;padding:24px;border:1px solid var(--ed-line);border-radius:20px;background:#f7f4ed}
.guide-value-box>span{color:var(--ed-green);font-size:.68rem;font-weight:800;letter-spacing:.1em}
.guide-value-box strong{font-family:var(--ed-serif);font-size:1.25rem;line-height:1.25}
.guide-value-box p{margin:0;color:var(--ed-muted);font-size:.87rem;line-height:1.65}
.guide-back-link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--ed-line);border-radius:999px;background:#fff;color:var(--ed-green);font-size:.84rem;font-weight:800}
.guide-back-link:hover{border-color:var(--ed-green)}
.guide-related-section{padding:74px 0 92px;border-top:1px solid var(--ed-line);background:#f7f4ed}

@media(min-width:600px) and (max-width:1199px){
  /* Tablet keeps the same three-column guide structure as desktop. */
  .buying-guides-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }
  .buying-guide-card{border-radius:18px}
  .buying-guide-card__body{min-height:228px;padding:17px 16px 15px}
  .buying-guide-card__meta{gap:6px;margin-bottom:10px;font-size:.65rem}
  .buying-guide-card h3{font-size:clamp(.98rem,1.65vw,1.18rem);line-height:1.22}
  .buying-guide-card__body>p{font-size:.79rem;line-height:1.5}
  .buying-guide-card footer{gap:10px;padding-top:13px;font-size:.67rem}
  .buying-guide-card footer a{width:29px;height:29px}
}

@media(max-width:980px){
  .guides-index-hero__inner{grid-template-columns:1fr;gap:34px}
  .guides-index-hero__note{max-width:520px}
  .guide-article__layout{grid-template-columns:minmax(0,720px);gap:40px}
  .guide-article__aside{position:static;grid-template-columns:minmax(0,1fr) auto;align-items:center}
}

@media(max-width:599px){
  .buying-guides-home-section{padding-top:52px;padding-bottom:58px}

  /* Mobile always shows two guide cards per row. */
  .buying-guides-grid,
  .buying-guides-grid--index{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:11px;
    row-gap:14px;
  }
  .buying-guide-card,
  .buying-guides-grid--index .buying-guide-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    border-radius:15px;
  }
  .buying-guide-card__media,
  .buying-guides-grid--index .buying-guide-card__media{
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:4/3;
  }
  .buying-guide-card__body{
    min-height:196px;
    padding:12px 11px 11px;
  }
  .buying-guide-card__meta{
    gap:4px;
    margin-bottom:8px;
    font-size:.57rem;
    white-space:nowrap;
  }
  .buying-guide-card__meta span{letter-spacing:.04em}
  .buying-guide-card h3{
    margin-bottom:7px;
    font-size:clamp(.86rem,3.65vw,1rem);
    line-height:1.2;
    letter-spacing:-.018em;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .buying-guide-card__body>p,
  .buying-guides-grid--index .buying-guide-card__body>p{display:none}
  .buying-guide-card footer{
    gap:6px;
    margin-top:auto;
    padding-top:9px;
    font-size:.59rem;
  }
  .buying-guide-card footer time{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .buying-guide-card footer a{display:none}

  .guides-index-hero{padding:48px 0 40px}
  .guides-index-hero h1{font-size:2.65rem}
  .guides-index-section{padding:36px 0 64px}
  .guide-article{padding-top:26px}
  .guide-breadcrumbs{margin-bottom:25px;font-size:.72rem}
  .guide-article__title-wrap h1{font-size:2.45rem}
  .guide-article__hero{margin-top:26px;border-radius:16px}
  .guide-article__layout{padding-top:34px;padding-bottom:62px}
  .guide-article__lead{font-size:1.18rem}
  .guide-prose{font-size:.98rem;line-height:1.78}
  .guide-prose h2{margin-top:40px}
  .guide-prose blockquote{margin:30px 0;padding:20px;font-size:1.08rem}
  .guide-article__aside{grid-template-columns:1fr}
  .guide-related-section{padding:54px 0 66px}
}

@media(max-width:430px){
  .buying-guides-grid,
  .buying-guides-grid--index{gap:9px;row-gap:12px}
  .buying-guide-card__body{min-height:184px;padding:10px 9px 9px}
  .buying-guide-card h3{font-size:clamp(.8rem,3.8vw,.92rem);-webkit-line-clamp:4}
  .buying-guide-card__meta{font-size:.53rem}
  .buying-guide-card footer{border-top:0;padding-top:7px;font-size:.54rem}
}
