
:root {
  --q-green: #37b77b;
  --q-green-dark: #16885c;
  --q-cyan: #4fc3d5;
  --q-blue: #159ad6;
  --q-dark: #10261f;
  --q-ink: #1f2c2a;
  --q-muted: #66736f;
  --q-line: #dfe9e5;
  --q-soft: #f3f8f6;
  --q-white: #ffffff;
  --q-shadow: 0 18px 45px rgba(25, 68, 55, .12);
  --q-radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.qpage {
  margin: 0;
  min-width: 320px;
  color: var(--q-ink);
  background: #f7fbfa;
  font-family: 'TildaSans', Arial, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.qpage-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.qpage-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(24, 84, 65, .1);
  backdrop-filter: blur(18px);
}
.qpage-header__row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.qpage-logo { display: grid; gap: 2px; font-weight: 800; letter-spacing: .01em; color: #0d3126; }
.qpage-logo small { font-size: 12px; font-weight: 600; color: var(--q-muted); }
.qpage-nav { display: flex; align-items: center; gap: 18px; font-size: 15px; font-weight: 700; color: #26443d; }
.qpage-nav a:hover { color: var(--q-green-dark); }
.qpage-header__actions { display: flex; align-items: center; gap: 12px; }
.qpage-phone { font-weight: 800; color: #122e27; white-space: nowrap; }
.qbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--q-green), var(--q-cyan));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(55, 183, 123, .24);
}
.qbtn--ghost { background: #fff; color: var(--q-green-dark); border: 1px solid rgba(55,183,123,.35); box-shadow: none; }
.qbtn--dark { background: #143328; color: #fff; box-shadow: 0 14px 30px rgba(16,38,31,.18); }
.qpage-burger { display: none; width: 42px; height: 42px; border: 0; border-radius: 14px; background: #eaf5f1; color: #11382d; }
.qpage-burger span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 2px; }
.qpage-mobile-menu { display: none; border-top: 1px solid var(--q-line); padding: 12px 0 18px; }
.qpage-mobile-menu a { display: block; padding: 12px 0; font-weight: 750; }
.qhero { padding: 62px 0 40px; background: radial-gradient(circle at 20% 0%, rgba(75,195,213,.16), transparent 28%), linear-gradient(180deg, #f8fcfb 0%, #edf7f4 100%); }
.qhero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 34px; align-items: center; }
.qeyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 7px 13px; border-radius: 999px; background: rgba(55,183,123,.12); color: var(--q-green-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; color: #10261f; font-size: clamp(34px, 5vw, 66px); line-height: .96; letter-spacing: -.02em; }
.qhero p { margin-bottom: 26px; max-width: 720px; color: #50645e; font-size: clamp(17px, 2vw, 22px); }
.qhero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.qhero__visual { border-radius: 32px; overflow: hidden; background: #dfece8; box-shadow: var(--q-shadow); }
.qhero__visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.qsection { padding: 62px 0; }
.qsection--soft { background: #eef7f4; }
.qsection__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 28px; }
.qsection__head h2 { margin: 0; max-width: 760px; color: #10261f; font-size: clamp(28px, 3.3vw, 46px); line-height: 1.05; letter-spacing: -.01em; }
.qsection__head p { margin: 8px 0 0; max-width: 720px; color: var(--q-muted); font-size: 17px; }
.qgrid { display: grid; gap: 18px; }
.qgrid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.qgrid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.qcard {
  background: var(--q-white);
  border: 1px solid rgba(26,94,73,.09);
  border-radius: var(--q-radius);
  box-shadow: 0 12px 30px rgba(25,68,55,.08);
  overflow: hidden;
}
.qcard__body { padding: 22px; }
.qcard h3 { margin-bottom: 10px; color: #143328; font-size: 22px; line-height: 1.15; }
.qcard p, .qcard li { color: #5d6f69; }
.qcard ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.qcard li { position: relative; padding-left: 22px; }
.qcard li:before { content: ''; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--q-green); }
.qprice { color: var(--q-green-dark); font-weight: 900; }
.qproduct-card { display: flex; flex-direction: column; min-height: 100%; }
.qproduct-card__image { background: #ecf5f1; padding: 16px; }
.qproduct-card__image img { width: 100%; height: 158px; object-fit: contain; }
.qproduct-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.qpill { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border-radius: 999px; background: #edf8f4; color: var(--q-green-dark); font-size: 13px; font-weight: 800; }
.qproduct-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.qdelivery-visual, .qpayment-visual { display: grid; place-items: center; min-height: 320px; padding: 20px; border-radius: 32px; background: linear-gradient(145deg, #ddf3ed, #fff); box-shadow: var(--q-shadow); overflow: hidden; }
.qdelivery-visual img, .qpayment-visual img { max-height: 340px; object-fit: contain; }
.qform-panel { background: #12352b; color: #fff; border-radius: 32px; padding: 28px; box-shadow: 0 20px 44px rgba(18,53,43,.22); }
.qform-panel h2, .qform-panel h3 { color: #fff; }
.qform-panel p { color: rgba(255,255,255,.76); }
.cta-form { display: grid; gap: 12px; }
.cta-form input, .cta-form textarea, .cta-form select {
  width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.95); color: #10261f; outline: 0;
}
.cta-form textarea { min-height: 108px; padding-top: 14px; resize: vertical; }
.cta-form__note { min-height: 18px; font-size: 13px; color: rgba(255,255,255,.8); }
.qfooter { padding: 52px 0 90px; background: #10261f; color: #fff; }
.qfooter__grid { display: grid; grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr)); gap: 26px; }
.qfooter a { color: rgba(255,255,255,.78); }
.qfooter a:hover { color: #fff; }
.qfooter h3 { color: #fff; font-size: 17px; margin-bottom: 12px; }
.qfooter p { color: rgba(255,255,255,.68); }
.qfooter__links { display: grid; gap: 9px; }
.qmobile-nav { display: none; }
.qmodal[hidden] { display: none; }
.qmodal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; background: rgba(10,34,27,.52); }
.qmodal__box { position: relative; width: min(520px, 100%); background: #fff; border-radius: 28px; padding: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.qmodal__close { position: absolute; right: 16px; top: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf6f3; cursor: pointer; }
.qmodal .cta-form input, .qmodal .cta-form textarea { border-color: #dce8e3; background: #fff; }
.qmodal .cta-form__note { color: #596b65; }
.qunelle-modal-open { overflow: hidden; }
@media (max-width: 980px) {
  .qpage-shell { width: min(100% - 28px, 760px); }
  .qpage-nav, .qpage-header__actions .qbtn, .qpage-phone { display: none; }
  .qpage-burger { display: block; }
  .qpage-header.is-open .qpage-mobile-menu { display: block; }
  .qpage-header__row { min-height: 62px; }
  .qhero { padding: 34px 0 26px; }
  .qhero__grid { grid-template-columns: 1fr; }
  .qhero__visual img { aspect-ratio: 16/10; }
  .qsection { padding: 42px 0; }
  .qsection__head { display: block; }
  .qgrid--3, .qgrid--4 { grid-template-columns: 1fr; }
  .qproduct-card__image img { height: 130px; }
  .qdelivery-visual, .qpayment-visual { min-height: 220px; padding: 14px; }
  .qdelivery-visual img, .qpayment-visual img { max-height: 220px; }
  .qfooter { padding-bottom: 118px; }
  .qfooter__grid { grid-template-columns: 1fr; }
  .qmobile-nav { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 120; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 8px; border-radius: 18px; background: #169fe0; box-shadow: 0 12px 32px rgba(0,97,150,.28); }
  .qmobile-nav a { display: grid; justify-items: center; align-content: center; min-height: 48px; color: #fff; font-size: 11px; font-weight: 800; }
  .qmobile-nav svg { width: 19px; height: 19px; margin-bottom: 3px; fill: currentColor; }
}
@media (max-width: 520px) {
  .qhero h1 { font-size: 34px; }
  .qcard__body { padding: 18px; }
  .qbtn { width: 100%; min-height: 46px; }
  .qproduct-card__actions .qbtn { width: auto; flex: 1 1 140px; padding: 0 14px; }
}


/* Header aligned with the current main-page menu */
.qpage-header {
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  backdrop-filter: none;
}
.qpage-header__row {
  min-height: 68px;
  gap: 18px;
}
.qpage-logo {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.qpage-logo small { display: none; }
.qpage-nav {
  flex: 1;
  justify-content: flex-end;
  gap: 28px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.qpage-nav a,
.qpage-phone {
  color: #000;
  opacity: .92;
}
.qpage-nav a[aria-current="page"],
.qpage-nav a:hover,
.qpage-phone:hover {
  color: #37b77b;
  opacity: 1;
}
.qpage-header__actions { margin-left: 12px; }
.qpage-phone { font-size: 16px; font-weight: 500; }
.qpage-burger {
  border-radius: 0;
  background: transparent;
  color: #111;
}
.qpage-mobile-menu {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
}
@media (max-width: 980px) {
  .qpage-header__row { min-height: 56px; }
  .qpage-logo { font-size: 16px; }
  .qpage-nav, .qpage-header__actions { display: none; }
  .qpage-mobile-menu a { color: #111; font-weight: 600; }
}
