:root {
  --green: #087b6b;
  --green-dark: #075b50;
  --green-soft: #e9f5f1;
  --mint: #d7efe7;
  --ink: #132d2a;
  --text: #415b57;
  --border: #dce8e4;
  --off-white: #fbfcf9;
  --sand: #f5f1e8;
  --accent: #e89338;
  --shadow: 0 14px 44px rgba(12, 63, 55, .09);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--off-white);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  line-height: 1.85;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.section { padding: 94px 0; scroll-margin-top: 88px; }
.skip-link { position: fixed; inset-inline-start: 20px; top: -60px; background: var(--green); color: white; padding: 8px 16px; border-radius: 10px; z-index: 999; }
.skip-link:focus { top: 10px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .92rem; font-weight: 700; margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 4px; }
.eyebrow.light { color: #bde9dc; }
.btn { min-height: 54px; padding: 12px 27px; border-radius: 15px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; transition: .2s ease; }
.btn-primary { color: white; background: var(--green); box-shadow: 0 10px 25px rgba(8,123,107,.20); }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn-secondary { border: 1px solid var(--border); background: white; color: var(--green-dark); }
.btn-secondary:hover { border-color: var(--green); }
.btn.full { width: 100%; border: 0; }

/* Header */
.site-header { background: rgba(251,252,249,.92); backdrop-filter: blur(15px); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220,232,228,.7); }
.nav { height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 10px; margin-inline-end: auto; white-space: nowrap; }
.brand-mark { display: inline-grid; place-items: center; width: 43px; height: 43px; background: var(--green); color: #fff; border-radius: 13px; font-size: 27px; line-height: 1; font-weight: 800; font-family: Arial, sans-serif; }
.brand strong { display: block; font-size: 1.27rem; line-height: 1.1; color: var(--green-dark); }
.brand small { font-size: .7rem; color: var(--text); line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 27px; font-weight: 500; color: var(--text); }
.main-nav a:hover { color: var(--green); }
.header-phone { direction: ltr; background: var(--green-soft); color: var(--green-dark); font-weight: 700; padding: 8px 17px; border-radius: 99px; }
.menu-toggle { display: none; background: white; border: 1px solid var(--border); border-radius: 10px; padding: 7px 14px; }
.language-switch { display: inline-flex; align-items: center; padding: 4px; gap: 3px; border: 1px solid var(--border); background: #fff; border-radius: 999px; white-space: nowrap; }
.language-switch a { min-width: 48px; text-align: center; padding: 5px 10px; border-radius: 999px; color: var(--text); font-size: .8rem; font-weight: 700; line-height: 1.45; }
.language-switch a.active { background: var(--green); color: #fff; }
.language-switch a:not(.active):hover { background: var(--green-soft); color: var(--green-dark); }

/* Hero */
.hero { padding: 52px 0 74px; overflow: hidden; background: radial-gradient(circle at 75% 18%, #d9f2ea 0, transparent 33%), linear-gradient(180deg,#fbfcf9 0%,#f5f9f6 100%); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 25px; }
.hero h1 { margin: 0 0 20px; font-size: clamp(2.5rem,4.6vw,3.65rem); line-height: 1.28; letter-spacing: -.05em; }
.hero h1 span { color: var(--green); }
.hero p { color: var(--text); font-size: 1.08rem; max-width: 590px; margin: 0 0 32px; }
.shipping-badge { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); background: var(--green-soft); border: 1px solid #d0e9e1; padding: 7px 14px; border-radius: 999px; font-size: .84rem; font-weight: 700; margin-bottom: 24px; }
.hero-actions { display: flex; gap: 13px; margin-bottom: 42px; }
.hero-info { display: flex; gap: 0; max-width: 630px; background: #fff; padding: 16px 9px; border-radius: 18px; border: 1px solid var(--border); box-shadow: var(--shadow); }
.hero-info div { flex: 1; padding: 3px 17px; border-inline-end: 1px solid var(--border); }
.hero-info div:last-child { border-inline-end: 0; }
.hero-info strong { display: block; color: var(--green-dark); font-size: 1rem; }
.hero-info span { color: var(--text); font-size: .82rem; }
.hero-visual { position: relative; height: 590px; }
.shape { position: absolute; inset: 56px 5% 42px 7%; border-radius: 46% 54% 50% 50%; background: #e6f3ef; }
.shape::after { content: ""; position: absolute; bottom: 18px; right: 18%; width: 62%; height: 28px; background: rgba(7,91,80,.10); filter: blur(17px); border-radius: 50%; }
.product-hero { position: absolute; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(18,45,42,.13)); }
.product-a { width: 380px; top: 36px; right: 62px; z-index: 3; }
.product-b { width: 252px; bottom: 30px; right: 2px; z-index: 4; }
.product-c { width: 245px; bottom: 17px; left: 8px; z-index: 2; }

/* Features */
.features { margin-top: -28px; position: relative; z-index: 4; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.feature-grid article { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 25px 22px 21px; box-shadow: 0 8px 22px rgba(18,45,42,.04); }
.feature-grid article span { color: var(--green); background: var(--green-soft); display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; font-weight: 800; margin-bottom: 13px; }
.feature-grid h2 { font-size: 1.05rem; margin: 0 0 5px; }
.feature-grid p { color: var(--text); font-size: .89rem; margin: 0; line-height: 1.8; }

/* Products */
.products { background: white; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 34px; }
.section-heading h2, .consult h2, .order h2, .about h2 { margin: 0; font-size: clamp(1.7rem,3vw,2.25rem); line-height: 1.45; letter-spacing: -.04em; }
.catalog-link { white-space: nowrap; color: var(--green); font-weight: 700; border-bottom: 1px dashed var(--green); padding-bottom: 3px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter { border: 1px solid var(--border); background: #fff; color: var(--text); padding: 9px 19px; border-radius: 99px; transition: .2s; }
.filter.active, .filter:hover { color: #fff; background: var(--green); border-color: var(--green); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { border: 1px solid var(--border); border-radius: 22px; background: #fff; overflow: hidden; transition: .2s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; }
.product-image { background: #f7faf8; aspect-ratio: 1 / .88; display: grid; place-items: center; padding: 8px; }
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.product-body { padding: 17px 17px 16px; display: flex; flex-direction: column; flex: 1; }
.product-tag { width: max-content; font-size: .73rem; color: var(--green-dark); background: var(--green-soft); border-radius: 99px; padding: 2px 10px; margin-bottom: 9px; }
.product-body h3 { font-size: 1.04rem; margin: 0 0 6px; }
.product-body p { color: var(--text); font-size: .86rem; line-height: 1.8; margin: 0 0 17px; flex: 1; }
.card-actions { display: flex; gap: 7px; }
.card-actions button { flex: 1; border-radius: 10px; min-height: 42px; font-size: .82rem; font-weight: 700; border: 1px solid var(--border); background: white; color: var(--green-dark); }
.card-actions .request { background: var(--green); color: white; border-color: var(--green); }

/* Consultation */
.consult { background: var(--green-dark); color: #fff; }
.consult-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.consult p { color: #d0e8e2; margin: 20px 0; font-size: 1.02rem; }
.consult ul { margin: 25px 0 0; padding-inline-start: 20px; padding-inline-end: 0; color: #e5f3ef; line-height: 2.2; }
.panel-form, .order-form { background: #fff; color: var(--ink); padding: 28px; border-radius: 25px; display: grid; gap: 16px; box-shadow: 0 19px 48px rgba(1,34,29,.18); }
label { display: grid; gap: 6px; color: var(--ink); font-size: .9rem; font-weight: 600; }
input:not([type="checkbox"]), textarea, select { width: 100%; border: 1px solid #d6e3df; border-radius: 11px; padding: 10px 13px; min-height: 48px; background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,123,107,.12); }
.two-fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.privacy { color: #758b87; font-size: .77rem; line-height: 1.7; text-align: center; margin: 0; }
.honey { display: none !important; }

/* Order */
.order { background: #f4f8f5; }
.order-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 58px; align-items: flex-start; }
.order-copy { position: sticky; top: 122px; }
.order-copy p { color: var(--text); font-size: 1.01rem; margin: 19px 0 31px; }
.contact-card { background: white; border: 1px solid var(--border); border-radius: 22px; padding: 24px; display: flex; flex-direction: column; gap: 5px; max-width: 355px; }
.contact-card span { color: var(--text); font-size: .88rem; }
.contact-card a { color: var(--green); font-size: 1.8rem; font-weight: 800; text-align: start; }
.contact-card small { color: var(--text); }
.checkbox-field { grid-template-columns: 22px 1fr; align-items: center; align-content: center; gap: 8px; margin-top: 23px; font-size: .84rem; font-weight: 500; }
.checkbox-field input { width: 18px; height: 18px; accent-color: var(--green); }

/* About */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 52px; }
.about-grid img { border: 1px solid var(--border); border-radius: 25px; background: white; }
.about-grid p { color: var(--text); margin: 18px 0; }
.about-grid .note { background: var(--sand); padding: 14px 17px; border-radius: 14px; font-size: .9rem; margin-bottom: 27px; }

/* Contact/Footer */
.contact { padding-top: 0; }
.contact-inner { border-radius: 29px; background: var(--green); color: white; padding: 42px 52px; display: flex; align-items: center; gap: 40px; }
.contact-inner h2 { font-size: 1.55rem; margin: 0 0 3px; }
.contact-inner p { margin: 0; color: #cde9e3; }
.large-phone { direction: ltr; margin-inline-start: auto; font-size: clamp(1.35rem,3vw,2rem); font-weight: 800; white-space: nowrap; }
.contact-inner .btn-primary { background: white; color: var(--green-dark); }
.footer { border-top: 1px solid var(--border); padding: 42px 0 84px; color: var(--text); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .7fr; align-items: center; gap: 25px; }
.footer strong { color: var(--ink); font-size: 1.1rem; }
.footer p { margin: 4px 0 0; }
.footer nav { display: flex; flex-wrap: wrap; gap: 19px; }
.footer nav a:hover { color: var(--green); }
.footer-phone { display: grid; justify-content: end; }
.footer-phone a { color: var(--green); font-weight: 800; font-size: 1.14rem; }
.copyright { text-align: center; font-size: .8rem; margin-top: 39px; color: #718682; }
.mobile-actions { display: none; }

/* Dialog */
.product-dialog { width: min(820px, calc(100% - 30px)); border: 0; border-radius: 25px; padding: 0; overflow: hidden; box-shadow: 0 28px 75px rgba(0,0,0,.23); }
.product-dialog::backdrop { background: rgba(4,26,22,.62); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 14px; inset-inline-end: 14px; z-index: 3; border: 0; background: white; box-shadow: 0 2px 13px rgba(0,0,0,.1); width: 40px; height: 40px; border-radius: 50%; font-size: 25px; color: var(--green-dark); }
.dialog-content { display: grid; grid-template-columns: 46% 54%; min-height: 420px; }
.dialog-image { display: grid; place-items: center; padding: 20px; background: #f5faf7; }
.dialog-image img { width: 100%; max-height: 390px; object-fit: contain; }
.dialog-text { padding: 43px 31px 32px; }
.dialog-text h2 { margin: 0 0 10px; font-size: 1.55rem; }
.dialog-text p { color: var(--text); margin: 0 0 17px; }
.dialog-text ul { padding-inline-start: 19px; padding-inline-end: 0; margin: 0 0 25px; color: var(--text); }


/* Direction-aware refinements for English and Arabic pages */
html[dir="ltr"] body { font-family: "Vazirmatn", Arial, sans-serif; }
html[dir="ltr"] .hero h1, html[dir="ltr"] .section-heading h2, html[dir="ltr"] .consult h2, html[dir="ltr"] .order h2, html[dir="ltr"] .about h2 { letter-spacing: -.03em; }
html[dir="ltr"] .shape::after { right: auto; inset-inline-start: 18%; }
html[dir="ltr"] .product-a { right: auto; inset-inline-end: 62px; }
html[dir="ltr"] .product-b { right: auto; inset-inline-end: 2px; }
html[dir="ltr"] .product-c { left: auto; inset-inline-start: 8px; }

@media (max-width: 1020px) {
  .main-nav, .header-phone { display: none; }
  .nav { gap: 12px; }
  .language-switch a { min-width: 42px; padding-inline: 8px; }
  .menu-toggle { display: block; }
  .main-nav.open { position: absolute; top: 81px; inset-inline: 21px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--border); padding: 10px; border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open a { padding: 9px 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { padding-top: 28px; }
  .hero-visual { height: 500px; max-width: 560px; margin: 0 auto; width: 100%; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .consult-grid, .order-grid, .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .order-copy { position: static; }
  .contact-inner { flex-wrap: wrap; }
  .large-phone { margin-inline-start: 0; }
}
@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 65px 0; }
  .nav { height: 70px; }
  .main-nav.open { top: 70px; }
  .brand strong { font-size: 1.1rem; }
  .brand small { display: none; }
  .language-switch a { min-width: auto; padding-inline: 8px; font-size: .75rem; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { padding: 24px 0 35px; }
  .hero-grid { min-height: auto; }
  .hero h1 { font-size: 2.04rem; }
  .hero p { font-size: .95rem; }
  .shipping-badge { display: flex; width: fit-content; font-size: .77rem; line-height: 1.6; border-radius: 16px; }
  .hero-actions { flex-direction: column; margin-bottom: 25px; }
  .hero-info { display: grid; grid-template-columns: 1fr; }
  .hero-info div { border-inline-end: 0; border-bottom: 1px solid var(--border); }
  .hero-info div:last-child { border-bottom: 0; }
  .hero-visual { height: 370px; }
  .product-a { width: 255px; right: 36px; }
  .product-b { width: 162px; }
  .product-c { width: 162px; }
  .features { margin-top: 0; padding-top: 24px; }
  .feature-grid, .product-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .feature-grid article { padding: 18px 15px; }
  .section-heading { flex-direction: column; align-items: flex-start; }
  .product-body { padding: 13px; }
  .card-actions { flex-direction: column; }
  .panel-form, .order-form { padding: 18px 15px; border-radius: 18px; }
  .two-fields { grid-template-columns: 1fr; }
  .checkbox-field { margin-top: 0; }
  .about-grid { gap: 28px; }
  .contact-inner { padding: 28px 19px; gap: 17px; flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-phone { justify-content: flex-start; }
  .mobile-actions { position: fixed; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1.15fr 1fr; background: white; border-top: 1px solid var(--border); z-index: 60; padding: 7px 8px; gap: 7px; }
  .mobile-actions a { height: 48px; display: grid; place-items: center; border-radius: 10px; font-size: .82rem; font-weight: 700; color: var(--green-dark); background: var(--green-soft); }
  .mobile-actions .main-action { color: white; background: var(--green); }
  .dialog-content { grid-template-columns: 1fr; }
  .dialog-image { height: 245px; }
  .dialog-text { padding: 25px 19px; }
}
@media (max-width: 460px) {
  .product-grid { grid-template-columns: 1fr; }
}


/* Knowledge Centre and educational article pages */
.blog-hero {
  padding: 82px 0 66px;
  background: radial-gradient(circle at 18% 10%, #ddf3ec 0, transparent 38%), linear-gradient(180deg,#fbfcf9,#f3f8f5);
  border-bottom: 1px solid var(--border);
}
.blog-hero h1 { margin: 0 0 18px; font-size: clamp(2.15rem,4vw,3.25rem); line-height: 1.35; letter-spacing: -.04em; }
.blog-hero p { color: var(--text); max-width: 840px; font-size: 1.07rem; margin: 0 0 28px; }
.blog-stats { display: inline-flex; align-items: center; gap: 12px; background: white; border: 1px solid var(--border); padding: 12px 20px; border-radius: 999px; color: var(--text); }
.blog-stats strong { color: var(--green); font-size: 1.55rem; }
.blog-library { padding-top: 58px; }
.blog-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 33px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: 23px; overflow: hidden; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card-image { height: 205px; display: grid; place-items: center; background: #f3f8f5; }
.blog-card-image img { height: 192px; width: 100%; object-fit: contain; padding: 12px; }
.blog-card-body { padding: 22px 21px 19px; display: flex; flex-direction: column; height: 100%; }
.article-category { display: inline-flex; align-items: center; width: fit-content; background: var(--green-soft); color: var(--green-dark); border-radius: 99px; padding: 4px 12px; font-size: .78rem; font-weight: 700; margin-bottom: 13px; }
.blog-card h2 { font-size: 1.13rem; line-height: 1.55; margin: 0 0 12px; }
.blog-card h2 a:hover { color: var(--green); }
.blog-card p { color: var(--text); font-size: .9rem; margin: 0 0 21px; line-height: 1.8; }
.card-bottom { margin-top: auto; border-top: 1px solid var(--border); padding-top: 13px; display: flex; justify-content: space-between; color: #70827f; font-size: .82rem; }
.card-bottom a { color: var(--green); font-weight: 700; }
.blog-contact-strip { background: var(--green); color: white; padding: 54px 0 62px; }
.blog-contact-strip .container { max-width: 850px; text-align: center; }
.blog-contact-strip h2 { font-size: 1.85rem; margin: 0 0 9px; }
.blog-contact-strip p { color: #cae9e1; margin: 0 auto 28px; max-width: 690px; }
.blog-contact-strip .btn-primary { background: white; color: var(--green-dark); }

/* Article layout */
.article-header { padding-top: 44px; }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: #70827f; font-size: .83rem; margin-bottom: 36px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--green); }
.article-head-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 52px; align-items: center; padding-bottom: 56px; border-bottom: 1px solid var(--border); }
.article-head-grid h1 { margin: 0 0 19px; font-size: clamp(2rem,3.4vw,2.75rem); line-height: 1.42; letter-spacing: -.045em; }
.article-lead { margin: 0 0 24px; color: var(--text); font-size: 1.04rem; max-width: 740px; }
.article-meta { display: flex; gap: 10px; color: #70827f; font-size: .87rem; flex-wrap: wrap; }
.article-cover { height: 350px; background: #f1f7f4; display: grid; place-items: center; border-radius: 28px; border: 1px solid var(--border); }
.article-cover img { max-height: 330px; width: 100%; object-fit: contain; padding: 12px; }
.article-layout { display: grid; grid-template-columns: minmax(0,755px) minmax(260px,340px); gap: 54px; align-items: start; padding-top: 52px; padding-bottom: 86px; }
.article-body { color: var(--ink); }
.article-body p { color: var(--text); margin: 0 0 18px; }
.article-body .opening { font-size: 1.08rem; color: var(--ink); line-height: 2.05; margin: 0 0 36px; }
.article-body section { margin-bottom: 42px; }
.article-body h2 { font-size: 1.43rem; line-height: 1.55; margin: 0 0 15px; }
.article-body ul, .article-body ol { color: var(--text); margin: 0; padding-inline-start: 23px; }
.article-body li { margin-bottom: 9px; padding-inline-start: 4px; }
.check-list { list-style: none; padding-inline-start: 0 !important; }
.check-list li { position: relative; padding-inline-start: 29px; }
.check-list li::before { content: "✓"; position: absolute; inset-inline-start: 0; top: 0; color: var(--green); font-weight: 900; }
.decision-box { background: var(--green-soft); border-radius: 22px; padding: 28px 29px 22px; border: 1px solid #d6ebe4; }
.decision-box h2 { color: var(--green-dark); }
.warning-list li::marker { color: var(--accent); }
.faq details { border-bottom: 1px solid var(--border); padding: 13px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--ink); }
.faq details p { margin: 10px 0 0; }
.related-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 20px 0 14px; }
.related-product { display: grid; grid-template-columns: 70px 1fr; gap: 8px; align-items: center; padding: 10px 9px; border: 1px solid var(--border); background: #fff; border-radius: 15px; font-weight: 700; color: var(--green-dark); font-size: .86rem; }
.related-product:hover { border-color: var(--green); }
.related-product img { height: 62px; width: 65px; object-fit: contain; }
.small-note { font-size: .84rem; background: #fbf6ed; border-radius: 13px; padding: 12px 15px; border: 1px solid #efe5d3; }
.article-references { background: #f6f8f5; padding: 27px 27px 19px; border-radius: 20px; }
.article-references a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-references p { font-size: .87rem; margin-top: 18px; }
.article-pagination { display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid var(--border); padding-top: 25px; margin-top: 54px; }
.article-pagination a { color: var(--green); font-weight: 700; }
.article-aside { position: sticky; top: 113px; }
.cta-panel { background: white; padding: 29px 25px; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.cta-panel h2 { margin: 0 0 13px; font-size: 1.3rem; line-height: 1.55; }
.cta-panel p { color: var(--text); font-size: .9rem; margin: 0 0 22px; }
.cta-panel .btn { font-size: .9rem; margin-bottom: 17px; }
.aside-phone { display: block; color: var(--green-dark); font-size: 1.25rem; font-weight: 800; text-align: center; padding: 11px 0 5px; direction: ltr; }
.cta-panel small { display: block; color: var(--text); text-align: center; }
.all-articles-link { display: block; margin-top: 14px; text-align: center; color: var(--green); font-weight: 700; }

/* Home knowledge teaser */
.knowledge-teaser { background: #f2f8f5; }
.knowledge-teaser .section-heading { margin-bottom: 34px; }
.teaser-articles { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.teaser-article { background: white; border: 1px solid var(--border); border-radius: 19px; padding: 23px; }
.teaser-article span { color: var(--green); font-size: .8rem; font-weight: 700; }
.teaser-article h3 { font-size: 1.11rem; line-height: 1.65; margin: 10px 0 9px; }
.teaser-article p { color: var(--text); font-size: .89rem; margin: 0 0 13px; }
.teaser-article a { color: var(--green); font-weight: 700; font-size: .88rem; }

@media (max-width: 1020px) {
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .article-head-grid { grid-template-columns: 1fr 270px; gap: 27px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .cta-panel { max-width: 590px; }
  .teaser-articles { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .blog-hero { padding: 48px 0 44px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card-image { height: 184px; }
  .article-header { padding-top: 22px; }
  .breadcrumb { margin-bottom: 22px; }
  .article-head-grid { grid-template-columns: 1fr; padding-bottom: 33px; }
  .article-cover { height: 265px; order: -1; }
  .article-cover img { max-height: 250px; }
  .article-layout { padding-top: 32px; padding-bottom: 53px; gap: 28px; }
  .article-body section { margin-bottom: 34px; }
  .article-body h2 { font-size: 1.24rem; }
  .decision-box, .article-references { padding: 21px 18px 15px; }
  .related-products { grid-template-columns: 1fr; }
  .article-pagination { flex-direction: column; }
}
