/* Standalone landing styles (do not depend on main site assets) */
/* PANTONE 871 C — золото акцентов; фон — жемчужно-белый */
:root{
  /* Контекстные фото (сцены): отступы и единый вид */
  --context-photo-bg:#f5f5f5;
  --context-photo-shadow:0 20px 40px rgba(0,0,0,0.05);
  --context-photo-radius:18px;
  --context-photo-pad-y:clamp(12px,2vw,20px);
  --context-photo-pad-x:clamp(12px,2.5vw,24px);
  --context-photo-max-w:1200px;
  --context-photo-aspect:16/9;
  --context-photo-aspect-mobile:3/4;

  --page:#F7F3EC;
  --page2:#EEE9E0;
  --bg:var(--page2);
  --bg2:#E5E0D6;
  --surface:#ffffff;
  --surface-soft:#FAF7F0;
  --text:#1a1d22;
  --muted:#5c6169;
  --graphite:#3a3d42;
  --graphite2:#2e3136;
  --line:rgba(26,29,34,.12);
  --shadow:0 24px 72px rgba(20,18,14,.09);
  --shadow-card:0 14px 42px rgba(20,18,14,.11);
  --shadow-card-hover:0 22px 54px rgba(20,18,14,.14);
  --gold-871:#9A7B4F;
  --gold-mid:#B8956A;
  --gold-deep:#6B5034;
  --green-600:#2e7d5a;
  --green-700:#25684b;
  --green-100:#e9f4ef;
  --gold:#c4a574;
  --radius:18px;
  --radius2:26px;
  --font-display:'Playfair Display',Georgia,serif;
  --font-ui:'Montserrat',Inter,system-ui,sans-serif;
  --header-h:72px;
}

*{box-sizing:border-box}
html{
  scroll-padding-top:calc(var(--header-h) + 12px);
}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font-ui);
  font-weight:400;
  color:var(--text);
  background:
    radial-gradient(900px 420px at 8% -4%, rgba(154,123,79,.085), transparent 58%),
    radial-gradient(800px 380px at 92% 8%, rgba(58,61,66,.055), transparent 55%),
    linear-gradient(180deg,var(--page) 0%, var(--page2) 48%, #E8E3D9 100%);
}

a{color:inherit}
.container{max-width:1100px;margin:0 auto;padding:0 20px}

.skip{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip:focus{
  left:20px;
  top:calc(var(--header-h) + 12px);
  width:auto;
  height:auto;
  padding:10px 14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  z-index:110;
}

.header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  backdrop-filter:saturate(180%) blur(14px);
  background:rgba(247,243,236,.94);
  border-bottom:1px solid var(--line);
  box-shadow:0 4px 24px rgba(20,18,14,.06);
}
main{
  padding-top:var(--header-h);
}
.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:12px}
.header__toolbar{
  display:flex;
  flex:1;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
  min-width:0;
}
.btn--header-cta{
  flex-shrink:0;
  white-space:nowrap;
}

.lang{display:inline-flex;gap:8px;align-items:center;margin-right:2px}
.lang__a{
  font-weight:700;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-decoration:none;
  padding:10px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(17,24,39,.03);
  transition:background .15s ease, border-color .15s ease, transform .15s ease;
}
.lang__a:hover{background:rgba(17,24,39,.05);border-color:rgba(17,24,39,.18);transform:translateY(-1px)}
.lang__a.is-active{background:#fff;border-color:rgba(154,123,79,.45);box-shadow:0 10px 28px rgba(154,123,79,.12)}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
  flex-shrink:0;
  min-width:0;
  max-width:100%;
}
a.brand{text-decoration:none;color:inherit;}
.brand__logo{
  width:40px;
  height:40px;
  min-width:40px;
  min-height:40px;
  flex-shrink:0;
  display:block;
  object-fit:contain;
  object-position:left center;
}
.brand--small .brand__logo{
  width:32px;
  height:32px;
  min-width:32px;
  min-height:32px;
}
.brand__name{font-weight:700;letter-spacing:-0.02em;line-height:1}
.brand__sub{font-size:12px;color:var(--muted);margin-top:2px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:999px;
  border:1px solid rgba(17,24,39,.14);
  text-decoration:none;
  font-weight:600;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  user-select:none;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(17,24,39,.11);border-color:rgba(17,24,39,.22)}
.btn:active{transform:translateY(0)}
.btn--ghost{background:rgba(255,255,255,.78)}
.btn--primary{
  border-color:transparent;
  color:#fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0)),
    linear-gradient(145deg, #c9a672 0%, var(--gold-871) 42%, var(--gold-deep) 100%);
  box-shadow:0 18px 46px rgba(107,80,52,.38), inset 0 1px 0 rgba(255,255,255,.22);
}
.btn--primary:hover{
  box-shadow:0 22px 54px rgba(107,80,52,.46), inset 0 1px 0 rgba(255,255,255,.28);
  filter:brightness(1.03);
}
.btn--secondary{
  background:var(--graphite);
  color:#f3f4f6;
  border-color:transparent;
  box-shadow:0 12px 32px rgba(26,29,34,.18);
}
.btn--secondary:hover{
  background:var(--graphite2);
  box-shadow:0 16px 40px rgba(26,29,34,.22);
}
.btn--graphite{
  background:var(--graphite);
  color:#f3f4f6;
  border-color:transparent;
  box-shadow:0 10px 28px rgba(26,29,34,.16);
  font-weight:600;
  font-size:14px;
  padding:11px 18px;
}
.btn--graphite:hover{
  background:var(--graphite2);
  box-shadow:0 14px 36px rgba(26,29,34,.2);
}
.btn--full{width:100%}
.btn--mini{padding:10px 14px;font-size:13px}
.btn--block-touch{width:100%;justify-content:center}

.cta--mini{margin-top:10px}

.hero{
  padding:56px 0 24px;
}
.hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(20px,3vw,34px);
  align-items:start;
}
.hero__copy{
  min-width:0;
  max-width:62ch;
}
.hero__tagline{
  margin:0 0 16px;
  font-size:clamp(15px,1.5vw,18px);
  font-weight:500;
  line-height:1.45;
  color:rgba(26,29,34,.78);
}
.hero__body{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.55;
  color:rgba(26,29,34,.82);
}
.hero__block{
  margin-top:14px;
}
.hero__block:first-child{
  margin-top:0;
}
.hero__kicker{
  margin:0 0 8px;
  font-family:var(--font-ui);
  font-size:11px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold-deep);
}
.hero__p{
  margin:0 0 8px;
}
.hero__p:last-child{
  margin-bottom:0;
}
.hero__claim{
  margin-top:4px;
  margin-bottom:0;
  white-space:pre-line;
}
.hero__list{
  margin:0;
  padding-left:1.15em;
}
.hero__list li{
  margin-bottom:6px;
}
.hero__list li:last-child{
  margin-bottom:0;
}
.hero__closing{
  margin:16px 0 0;
  font-family:var(--font-display);
  font-size:clamp(15px,1.45vw,17px);
  font-weight:500;
  line-height:1.45;
  color:rgba(26,29,34,.88);
}
.hero__footnote{
  margin-top:8px;
  font-family:var(--font-ui);
  font-size:12px;
  font-weight:400;
  line-height:1.5;
  color:#666;
  white-space:pre-line;
}
.eyebrow{
  display:inline-block;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(17,24,39,.72);
  background:rgba(14,165,233,.10);
  border:1px solid rgba(14,165,233,.18);
  padding:8px 12px;border-radius:999px;
}
.h1{
  margin:0 0 14px;
  font-family:var(--font-display);
  font-weight:400;
  font-size:clamp(28px,4.2vw,44px);
  line-height:1.12;
  letter-spacing:-0.02em;
  color:#14161a;
}
.h2{
  margin:0 0 14px;
  font-family:var(--font-ui);
  font-weight:300;
  font-size:clamp(22px,2.6vw,30px);
  letter-spacing:-0.02em;
  color:#1a1d22;
}
.h3{
  margin:0 0 10px;
  font-family:var(--font-ui);
  font-weight:500;
  font-size:17px;
  letter-spacing:-0.01em;
}
.h3--contacts{
  margin-top:22px;
  margin-bottom:8px;
  font-size:13px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(26,29,34,.55);
}
.lead{margin:0;color:rgba(26,29,34,.72);font-size:clamp(15px,1.6vw,17px);line-height:1.65;max-width:52ch}
.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.cta--hero{margin-top:22px;gap:14px}
.cta--hero .btn--primary{
  padding:15px 26px;
  font-size:12px;
  letter-spacing:.02em;
}
.hero__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.pill{
  font-size:12px;
  color:rgba(17,24,39,.72);
  background:rgba(255,255,255,.7);
  border:1px solid var(--line);
  padding:8px 12px;border-radius:999px;
}

.hero__visual{
  align-self:stretch;
  width:100%;
  min-width:0;
}
.hero__visual.context-photo{
  padding:var(--context-photo-pad-y) var(--context-photo-pad-x);
  border-radius:var(--context-photo-radius);
  border:1px solid rgba(26,29,34,.08);
  background:
    radial-gradient(90% 90% at 20% 15%, rgba(201,166,114,.1) 0%, transparent 55%),
    linear-gradient(165deg, rgba(255,255,255,.96), rgba(249,247,244,.88));
  box-shadow:var(--context-photo-shadow);
  text-align:center;
}
.context-photo__frame{
  position:relative;
  width:100%;
  max-width:var(--context-photo-max-w);
  margin:0 auto;
  aspect-ratio:var(--context-photo-aspect);
  border-radius:calc(var(--context-photo-radius) - 4px);
  background:var(--context-photo-bg);
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(26,29,34,.06);
}
.context-photo__frame--hero{
  max-width:min(100%,560px);
}
.context-photo__img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero__img.context-photo__img{
  max-height:none;
  max-width:none;
  margin:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
/* Hero: показываем бутылку целиком (без обрезки cover в рамке) */
@media (min-width:641px){
  .context-photo__frame--hero{
    aspect-ratio:auto;
    min-height:min(320px,42vw);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:clamp(8px,1.5vw,14px);
  }
  .hero__visual .context-photo__frame--hero .hero__img.context-photo__img{
    width:auto;
    max-width:100%;
    height:auto;
    max-height:min(520px,68vh);
    object-fit:contain;
    object-position:center;
  }
}
@media (max-width:640px){
  .context-photo__frame--hero{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hero__visual .context-photo__frame--hero .hero__img.context-photo__img{
    object-fit:contain;
    object-position:center bottom;
    height:auto;
    max-height:min(72vh,520px);
  }
}
.scene-restaurant,
.scene-home,
.scene-wellness{
  width:100%;
  max-width:var(--context-photo-max-w);
  margin-left:auto;
  margin-right:auto;
}
.scene-restaurant{
  margin-top:var(--context-photo-pad-y);
  margin-bottom:4px;
}
.scene-home{
  margin-top:14px;
}
.scene-wellness{
  margin-top:clamp(18px,3vw,28px);
}
.scene-restaurant .context-photo__frame,
.scene-home .context-photo__frame,
.scene-wellness .context-photo__frame{
  box-shadow:var(--context-photo-shadow);
  border:1px solid rgba(26,29,34,.06);
}
.card--benefit--scene{
  display:flex;
  flex-direction:column;
}
.card--benefit--scene .scene-home{
  margin-top:auto;
  padding-top:8px;
}
@media (max-width:640px){
  .scene-restaurant .context-photo__frame,
  .scene-home .context-photo__frame,
  .scene-wellness .context-photo__frame{
    aspect-ratio:var(--context-photo-aspect-mobile);
  }
  .scene-restaurant .context-photo__img,
  .scene-home .context-photo__img,
  .scene-wellness .context-photo__img{
    object-fit:cover;
  }
}
.hero__note{margin:14px 0 0;color:var(--muted);font-size:12px}

.bottle{position:relative;display:inline-block;width:190px;height:360px;margin:8px auto 0}
.bottle__cap{
  position:absolute;left:50%;transform:translateX(-50%);
  width:86px;height:28px;border-radius:12px;
  background:linear-gradient(180deg, rgba(17,24,39,.90), rgba(17,24,39,.65));
  top:12px;
}
.bottle__body{
  position:absolute;left:50%;transform:translateX(-50%);
  width:170px;height:300px;top:36px;border-radius:44px;
  background:linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.12));
  border:1px solid rgba(255,255,255,.55);
  box-shadow:inset 0 0 0 1px rgba(17,24,39,.06);
}
.bottle__label{
  position:absolute;left:50%;transform:translateX(-50%);
  width:128px;height:88px;top:110px;border-radius:18px;
  background:rgba(255,255,255,.80);
  border:1px solid rgba(17,24,39,.10);
  padding:12px 10px;
}
.bottle__label-title{font-weight:700;font-size:14px;letter-spacing:-0.02em}
.bottle__label-sub{margin-top:6px;font-size:11px;color:var(--muted)}
.bottle__shadow{
  position:absolute;left:50%;transform:translateX(-50%);
  width:190px;height:24px;bottom:10px;border-radius:999px;
  background:radial-gradient(closest-side, rgba(17,24,39,.20), rgba(17,24,39,0));
  filter:blur(2px);
}

.section{padding:56px 0}
.section--alt{
  background:linear-gradient(180deg, #EBE6DD 0%, #E4DED3 100%);
  border-top:1px solid rgba(26,29,34,.1);
  border-bottom:1px solid rgba(26,29,34,.1);
}
.muted{color:var(--muted)}
.link{color:rgba(17,24,39,.78);text-underline-offset:3px}
.link:hover{color:rgba(17,24,39,.95)}

.cards{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}
.card{
  background:var(--surface);
  border:1px solid rgba(17,24,39,.16);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow-card);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);border-color:rgba(154,123,79,.28)}
.card p{margin:0;color:rgba(17,24,39,.72);line-height:1.55}
.card p + p{margin-top:10px}

.cards--benefits{
  align-items:stretch;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.benefits__footnote{
  font-size:0.85rem;
  color:#666;
  margin-top:8px;
  font-style:italic;
}
.cards--benefits .card--benefit{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  min-width:0;
  max-width:100%;
  width:100%;
  box-sizing:border-box;
  min-height:240px;
  max-height:304px;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
  padding:8px 8px 9px;
  border-radius:9px;
  overflow-wrap:anywhere;
  word-wrap:break-word;
  word-break:normal;
}
/* Карточка со сценой: без обрезки по высоте — фото и плейсхолдер видны целиком */
.cards--benefits .card--benefit--scene{
  max-height:none;
  min-height:0;
  overflow-y:visible;
  overflow-x:hidden;
}
.cards--benefits .card--benefit > :not(.card__icon){
  min-width:0;
}
.cards--benefits .card--benefit .h3{
  font-size:13px;
  line-height:1.28;
  margin-bottom:5px;
  max-width:100%;
}
.cards--benefits .card--benefit p{
  font-size:12px;
  line-height:1.45;
  max-width:100%;
}
.cards--benefits .card--benefit p + p{
  margin-top:4px;
}
.cards--benefits .card--benefit .card__metric{
  font-size:11px;
  padding:3px 7px;
  margin-bottom:4px;
  max-width:100%;
  white-space:normal;
  text-align:center;
  align-self:center;
}
.cards--benefits .card--benefit .muted{
  font-size:11px;
  line-height:1.4;
  max-width:100%;
}
.cards--benefits .card--benefit .link{
  overflow-wrap:anywhere;
}
.cards--benefits .card--benefit .card__icon{
  width:30px;
  height:30px;
  margin-bottom:5px;
  border-radius:11px;
  flex-shrink:0;
}
.cards--benefits .card--benefit .card__icon-svg{
  width:17px;
  height:17px;
}
.card--benefit{
  display:flex;
  flex-direction:column;
  min-height:0;
}
.card__icon{
  width:52px;height:52px;
  margin-bottom:12px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  color:var(--gold-871);
  background:linear-gradient(165deg, rgba(255,255,255,.95), rgba(249,247,244,.9));
  border:1px solid rgba(154,123,79,.2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 8px 22px rgba(20,18,14,.06);
}
.card__icon-svg{
  width:30px;height:30px;
}
.card__metric{
  margin:0 0 10px;
  display:inline-block;
  font-weight:600;
  font-size:14px;
  letter-spacing:.04em;
  color:var(--gold-deep);
  padding:6px 12px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(201,166,114,.14), rgba(154,123,79,.08));
  border:1px solid rgba(154,123,79,.25);
}
.section--benefits{padding-top:64px}
.section--hydration{
  padding:52px 0;
}
.hydration-block{
  border:1px solid rgba(154,123,79,.2);
  border-radius:var(--radius2);
  background:linear-gradient(145deg, rgba(255,255,255,.96), rgba(249,245,237,.9));
  box-shadow:0 16px 44px rgba(20,18,14,.08);
  padding:clamp(18px,2.4vw,28px);
}
.hydration-block__lead{
  margin:0 0 14px;
  max-width:74ch;
  line-height:1.6;
}
.hydration-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.hydration-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border:1px solid rgba(154,123,79,.18);
  border-radius:12px;
  background:rgba(255,255,255,.75);
}
.hydration-item__icon{
  width:22px;
  height:22px;
  flex-shrink:0;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(145deg, var(--gold-mid), var(--gold-deep));
}
.hydration-item p{
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:rgba(26,29,34,.84);
}
.hydration-block__note{
  margin:14px 0 0;
  font-size:12px;
  line-height:1.5;
  color:#666;
}
.section--cta-inline{
  padding:clamp(28px,4vw,44px) 0;
  text-align:center;
}

.section--composition{
  padding:56px 0;
  background:#f8f9fa;
  border-top:1px solid rgba(26,29,34,.06);
  border-bottom:1px solid rgba(26,29,34,.06);
}
.composition{
  border:1px solid #e0e0e0;
  border-radius:var(--radius2);
  background:#fff;
  padding:clamp(18px,2.4vw,28px);
  box-shadow:0 14px 42px rgba(20,18,14,.06);
}
.composition__sub{
  margin:0 0 18px;
  font-size:14px;
  line-height:1.55;
  color:rgba(26,29,34,.72);
  max-width:82ch;
}
.composition__table{
  display:block;
}
.composition__block{
  padding:0 0 20px;
  margin:0 0 20px;
  border-bottom:1px solid #e0e0e0;
}
.composition__block:last-of-type{
  margin-bottom:0;
}
.composition__block-h{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(26,29,34,.8);
  margin:0 0 12px;
}
.composition__icon{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:rgba(201,166,114,.14);
  border:1px solid rgba(154,123,79,.22);
}
.composition__row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  padding:8px 0;
  font-size:15px;
  line-height:1.35;
  font-family:var(--font-ui);
}
.composition__k{
  color:rgba(26,29,34,.84);
}
.composition__v{
  text-align:right;
  font-variant-numeric:tabular-nums;
  color:rgba(26,29,34,.88);
  white-space:nowrap;
}
.composition__total{
  margin-top:-6px;
  padding-top:10px;
  font-size:15px;
}
.composition__note{
  margin:14px 0 0;
  font-size:12px;
  line-height:1.5;
  color:#666;
}

@media (max-width:560px){
  .composition__row{
    font-size:14px;
    gap:10px;
  }
}
.section--cta-inline.section--alt{
  background:rgba(255,255,255,.45);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section--cta-inline__inner{
  display:flex;
  justify-content:center;
  padding:0 4px;
}
.trust__lead{margin:0 0 22px;max-width:60ch}
.trust-metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:22px;
}
.trust-metric{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:20px 14px 18px;
  text-align:center;
  box-shadow:0 8px 28px rgba(20,18,14,.06);
  transition:transform .15s ease, box-shadow .15s ease;
}
.trust-metric:hover{
  transform:translateY(-1px);
  box-shadow:var(--shadow-card-hover);
}
.trust-metric__v{
  font-family:var(--font-display);
  font-size:clamp(32px,4.5vw,42px);
  font-weight:500;
  line-height:1.05;
  color:#14161a;
  letter-spacing:-0.02em;
}
.trust-metric__l{
  margin-top:10px;
  font-size:13px;
  font-weight:500;
  color:var(--muted);
  line-height:1.35;
}
.trust-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:14px 16px;
  align-items:stretch;
}
.trust-side{
  min-width:0;
}
.trust-cert{
  border-radius:var(--radius2);
  border:2px dashed rgba(154,123,79,.35);
  background:rgba(255,255,255,.65);
  min-height:132px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 18px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);
}
.trust-cert--image{
  border:1px solid var(--line);
  background:var(--surface);
  padding:10px;
  box-shadow:var(--shadow-card);
}
.trust-cert__img{
  display:block;
  width:100%;
  height:auto;
  max-height:200px;
  object-fit:contain;
  object-position:center;
  border-radius:12px;
}
.trust-cert__placeholder{
  text-align:center;
  font-size:13px;
  line-height:1.45;
  color:rgba(26,29,34,.55);
  max-width:26ch;
}
.trust-chips{
  display:flex;
  flex-direction:column;
  gap:8px;
  justify-content:center;
}
.trust-chips--narrow{
  width:min(100%,220px);
  max-width:220px;
  flex-shrink:0;
  align-self:center;
}
.trust-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid var(--line);
  background:var(--surface);
  font-weight:600;
  font-size:13px;
  letter-spacing:-0.01em;
  line-height:1.3;
  text-align:center;
  box-shadow:var(--shadow-card);
}
.trust-chip--compact{
  padding:10px 12px;
  font-size:12.5px;
}
.trust-logo{
  border-radius:var(--radius2);
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,247,244,.92));
  min-height:132px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 18px;
  box-shadow:var(--shadow-card);
}
.trust-logo__img{
  display:block;
  max-width:100%;
  width:auto;
  height:auto;
  max-height:112px;
  object-fit:contain;
}

.section--social-proof{
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(201,166,114,.08), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.5) 0%, var(--page2) 45%, var(--page) 100%);
  border-top:1px solid rgba(26,29,34,.06);
  border-bottom:1px solid rgba(26,29,34,.06);
}
.social-proof__sub{
  margin:0 0 22px;
  max-width:56ch;
  line-height:1.55;
}
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.testimonial-card{
  background:var(--surface);
  border:1px solid rgba(154,123,79,.2);
  border-radius:var(--radius);
  padding:20px 18px;
  box-shadow:var(--shadow-card);
  display:flex;
  flex-direction:column;
  min-height:100%;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.testimonial-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-card-hover);
  border-color:rgba(154,123,79,.32);
}
.testimonial-card__icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  color:var(--gold-871);
  background:linear-gradient(165deg, rgba(255,255,255,.98), rgba(249,247,244,.88));
  border:1px solid rgba(154,123,79,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.testimonial-card__icon svg{
  width:26px;
  height:26px;
}
.testimonial-card__cat{
  margin:0 0 8px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(58,61,66,.75);
}
.testimonial-card__name{
  margin:0;
  font-family:var(--font-display);
  font-size:clamp(17px,1.5vw,20px);
  font-weight:500;
  color:var(--gold-deep);
  letter-spacing:-0.02em;
  line-height:1.2;
}
.testimonial-card__role{
  margin:4px 0 12px;
  font-size:13px;
  font-weight:500;
  color:rgba(26,29,34,.55);
}
.testimonial-card__quote{
  margin:0;
  padding:0;
  border:none;
  flex:1;
}
.testimonial-card__quote p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:rgba(26,29,34,.78);
}
.social-proof__cta{
  display:flex;
  justify-content:center;
  margin-top:28px;
}

.use-cases{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:6px;
}
.use-card{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  padding:9px 10px;
  min-height:38px;
  min-width:0;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
  border:1px solid rgba(17,24,39,.14);
  border-radius:10px;
  box-shadow:0 14px 34px rgba(15,23,42,.09), inset 0 1px 0 rgba(255,255,255,.8);
  font-weight:650;
  font-size:12px;
  letter-spacing:-0.01em;
  color:rgba(15,23,42,.9);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.use-card:hover{
  transform:translateY(-1px);
  border-color:rgba(15,23,42,.22);
  box-shadow:0 18px 42px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.85);
}
.use-card > span:not(.use-card__icon){
  min-width:0;
  flex:1;
  overflow-wrap:anywhere;
}
.use-card__icon{
  width:24px;
  height:24px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(239,243,248,.92));
  border:1px solid rgba(15,23,42,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95), 0 6px 14px rgba(15,23,42,.08);
  color:rgba(15,23,42,.95);
  flex-shrink:0;
}
.use-card__icon svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.brand-block{
  border:1px solid rgba(17,24,39,.14);
  border-radius:var(--radius2);
  background:linear-gradient(120deg, rgba(255,255,255,.95), rgba(237,242,247,.75));
  box-shadow:0 20px 56px rgba(15,23,42,.12);
  padding:20px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:16px;
  align-items:center;
}
.brand-block__copy .muted{
  margin:0;
  max-width:62ch;
}
.brand-block__copy .muted + .muted{
  margin-top:12px;
}
.brand-block__tagline{
  font-weight:500;
  color:rgba(26,29,34,.78);
}
.brand-block__visual{
  width:100%;
  max-width:min(100%,300px);
  aspect-ratio:1;
  margin-inline:auto;
  justify-self:end;
  border-radius:18px;
  border:1px solid rgba(154,123,79,.22);
  overflow:hidden;
  background:var(--surface-soft);
  box-shadow:0 12px 36px rgba(20,18,14,.08), inset 0 0 0 1px rgba(255,255,255,.5);
}
.brand-block__img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

.legend-block{
  background:#f9f7f3;
  padding:2rem;
  border-radius:12px;
  margin:3rem 0;
  font-family:Georgia, 'Times New Roman', serif;
  color:#2c3e2f;
  border-left:4px solid #3a6b3a;
}
.legend-block h2{
  font-size:1.8rem;
  margin-bottom:1.5rem;
  color:#2c5e2c;
  font-family:inherit;
}
.legend-block strong{
  color:#3a6b3a;
}
.legend-block p{
  margin:0 0 .9rem;
  line-height:1.65;
}
.legend-source{
  margin-top:1.5rem;
  font-size:.8rem;
  color:#6b7a6b;
  border-top:1px solid #e0dcd3;
  padding-top:1rem;
}

@media (max-width:768px){
  .legend-block{
    padding:1rem;
  }
  .legend-block h2{
    font-size:1.4rem;
  }
  .legend-block p{
    font-size:.9rem;
  }
}

.gallery{
  margin-top:16px;
}
/* Галерея 2×2: квадрат карточки фиксирован; фото целиком вписывается (contain), масштаб единый */
.gallery--uniform{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.gallery__card{
  min-width:0;
}
.gallery__frame{
  aspect-ratio:1/1;
  width:100%;
  border-radius:var(--radius2);
  border:1px solid rgba(154,123,79,.22);
  background:var(--surface-soft);
  box-shadow:var(--shadow-card);
  padding:clamp(8px,2vw,14px);
  box-sizing:border-box;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gallery__img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  min-width:0;
  min-height:0;
  object-fit:contain;
  object-position:center;
  border-radius:12px;
  background:transparent;
  box-shadow:none;
}
/*
  4-я карточка (альбомный исходник): узкий столбец как у портретов; object-fit:cover обрезает бока,
  высота = слот (stretch). У <img> без скругления.
*/
.gallery--uniform .gallery__card--cover .gallery__frame{
  align-items:stretch;
  justify-content:center;
}
.gallery--uniform .gallery__card--cover .gallery__img{
  width:67%;
  max-width:67%;
  height:100%;
  min-height:0;
  flex-shrink:0;
  align-self:stretch;
  object-fit:cover;
  object-position:center center;
  border-radius:0;
}
.gallery__frame--empty{
  padding:0;
  background:
    radial-gradient(70% 70% at 30% 25%, rgba(14,165,233,.14), transparent 60%),
    radial-gradient(60% 60% at 75% 70%, rgba(99,102,241,.1), transparent 55%),
    linear-gradient(165deg, rgba(255,255,255,.92), rgba(248,250,252,.85));
}
.b2b{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:start;
}
.b2b__note{margin-top:10px}
.b2b__terms{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.b2b__terms .h3{
  margin:0 0 10px;
  font-size:1.05rem;
  font-weight:600;
  letter-spacing:-0.02em;
}
.b2b__terms-list{
  margin:0;
  padding-left:1.2em;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.b2b__terms-list li{margin:0 0 6px}
.b2b__terms-list li:last-child{margin-bottom:0}
.b2b__vat-line{
  margin-top:14px;
  border-top:1px solid rgba(26,29,34,.1);
  padding-top:12px;
  font-size:13px;
  line-height:1.5;
  max-width:62ch;
}

.docs{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.doc{
  background:var(--surface-soft);
  border:1px solid rgba(17,24,39,.14);
  border-radius:var(--radius);
  padding:14px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:var(--shadow-card);
}
.doc__icon{
  width:44px;height:44px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:12px;letter-spacing:.06em;
  color:rgba(17,24,39,.84);
  background:
    linear-gradient(180deg, rgba(255,255,255,.4), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(201,166,114,.2), rgba(154,123,79,.12));
  border:1px solid rgba(17,24,39,.09);
}
.doc__label{font-weight:700;font-size:13px;letter-spacing:-0.01em}
.b2b__facts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.fact{
  background:var(--surface);
  border:1px solid rgba(17,24,39,.14);
  border-radius:var(--radius);
  padding:16px;
  text-align:center;
  box-shadow:var(--shadow-card);
}
.fact__k{font-weight:800;letter-spacing:-0.03em;font-size:20px}
.fact__v{margin-top:6px;color:var(--muted);font-size:12px}

.section--partnership{
  padding:56px 0;
  border-top:1px solid rgba(26,29,34,.08);
  background:linear-gradient(180deg, var(--page) 0%, rgba(249,247,244,.5) 100%);
}
.partnership__grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:clamp(22px,3.5vw,36px);
  align-items:start;
}
.partnership__copy{
  min-width:0;
}
.partnership__label{
  margin:0 0 8px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold-deep);
}
.partnership__lead{
  max-width:54ch;
}
.partnership__b2b-cta{margin-top:16px}
.partnership__benefits-title{
  margin:20px 0 10px;
  font-weight:600;
  font-size:15px;
  color:rgba(26,29,34,.88);
}
.partnership__list{
  margin:0;
  padding-left:1.15em;
  color:rgba(26,29,34,.78);
  font-size:14px;
  line-height:1.55;
}
.partnership__list li{
  margin-bottom:8px;
}
.partnership__list li::marker{
  color:var(--gold-871);
}
.partnership__cta{
  margin-top:22px;
}
.quote-form{
  margin-top:20px;
  padding:16px;
  border:1px solid rgba(46,125,90,.2);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,250,247,.96));
  box-shadow:0 10px 28px rgba(20,18,14,.05);
}
.quote-form__h{
  margin:0 0 8px;
  font-size:18px;
}
.quote-form__lead{
  margin:0 0 14px;
  font-size:13px;
}
.quote-form__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 12px;
}
.quote-form__field{
  display:grid;
  gap:6px;
}
.quote-form__field label,
.quote-form__delivery legend{
  font-size:12px;
  font-weight:600;
  color:rgba(26,29,34,.82);
}
.quote-form__field input,
.quote-form__field select,
.quote-form__field textarea{
  width:100%;
  border:1px solid rgba(26,29,34,.2);
  border-radius:4px;
  padding:10px 11px;
  font:inherit;
  font-size:14px;
  background:#fff;
}
.quote-form__field input:focus,
.quote-form__field select:focus,
.quote-form__field textarea:focus{
  outline:none;
  border-color:rgba(46,125,90,.65);
  box-shadow:0 0 0 3px rgba(46,125,90,.14);
}
.quote-form .form-group{
  display:grid;
  gap:6px;
}
.quote-form .form-group label{
  font-size:12px;
  font-weight:600;
  color:rgba(26,29,34,.82);
}
.quote-form .form-group input,
.quote-form .form-group select,
.quote-form .form-group textarea{
  width:100%;
  border:1px solid rgba(26,29,34,.2);
  border-radius:4px;
  padding:10px 11px;
  font:inherit;
  font-size:14px;
  background:#fff;
}
.quote-form .form-group input:focus,
.quote-form .form-group select:focus,
.quote-form .form-group textarea:focus{
  outline:none;
  border-color:rgba(46,125,90,.65);
  box-shadow:0 0 0 3px rgba(46,125,90,.14);
}
.quote-form .quote-form__grid .form-group--full{
  grid-column:1 / -1;
}
.quote-form .form-group.checkbox{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:14px 0 0;
}
.quote-form .form-group.checkbox input{
  width:auto;
  margin-top:3px;
  accent-color:rgba(46,125,90,.9);
}
.quote-form .form-group.checkbox label{
  font-weight:400;
  font-size:13px;
  line-height:1.45;
}
.quote-form .form-group.checkbox a{
  color:rgba(46,125,90,.95);
}
.quote-form__delivery{
  margin:12px 0;
  padding:10px 12px;
  border:1px solid rgba(26,29,34,.12);
  border-radius:6px;
  background:var(--green-100);
}
.quote-form__delivery legend{
  padding:0 4px;
}
.quote-form__radio{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  font-size:13px;
  color:rgba(26,29,34,.82);
}
.quote-form__actions{
  margin-top:12px;
}
.quote-form__hint{
  margin:8px 0 0;
  font-size:12px;
  color:var(--muted);
}
.quote-cta__buttons,
.contact-cta__buttons{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:12px;
}
.contact-cta__lead{
  margin:0 0 4px;
}
.contact-cta__fineprint{
  margin-top:14px;
}
.quote-form__recaptcha{
  margin:10px 0 0;
  font-size:11px;
  line-height:1.45;
}
.quote-form__pdf{
  margin:14px 0 0;
  font-size:13px;
}
.quote-form__pdf .link{
  font-weight:500;
}
.quote-form__status{
  display:none;
  margin-top:10px;
  border-radius:6px;
  padding:10px 12px;
  font-size:13px;
  line-height:1.5;
}
.quote-form__status.is-visible{display:block}
.contact-form__status{
  display:none;
  margin-top:12px;
  border-radius:6px;
  padding:10px 12px;
  font-size:13px;
  line-height:1.5;
}
.contact-form__status.is-visible{display:block}
.success-message{
  background-color:#d4edda;
  color:#155724;
  border:1px solid #c3e6cb;
  padding:15px;
  margin-bottom:20px;
  border-radius:4px;
}
.error-message{
  background-color:#f8d7da;
  color:#721c24;
  border:1px solid #f5c6cb;
  padding:15px;
  margin-bottom:20px;
  border-radius:4px;
}
.partnership__visual{
  position:sticky;
  top:calc(var(--header-h) + 16px);
  min-width:0;
}
.partnership-map{
  border-radius:var(--radius2);
  border:1px solid rgba(154,123,79,.18);
  background:linear-gradient(180deg,#F6F1E8 0%,#EFE8DC 100%);
  box-shadow:0 22px 56px rgba(20,18,14,.09), inset 0 1px 0 rgba(255,255,255,.75);
  padding:clamp(16px,2.5vw,22px);
}
.partnership-map__frame{
  aspect-ratio:16/9;
  width:100%;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(168,141,90,.2);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.4);
  background:#F3EDE4;
}
.partnership-map__svg{
  display:block;
  width:100%;
  height:100%;
  vertical-align:middle;
}
.partnership-map__legend{
  list-style:none;
  margin:14px 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:12px;
  color:rgba(26,29,34,.65);
}
.partnership-map__legend li{
  display:flex;
  align-items:center;
  gap:10px;
}
.partnership-map__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  flex-shrink:0;
}
.partnership-map__dot--cz{
  background:linear-gradient(145deg, var(--gold-mid), var(--gold-deep));
  box-shadow:0 0 0 2px rgba(255,255,255,.6);
}
.partnership-map__dot--eu{
  background:rgba(201,166,114,.35);
  border:1px solid rgba(154,123,79,.35);
}
.partnership-map__dot--ex{
  background:transparent;
  border:2px dashed rgba(58,61,66,.35);
}
/* Три пункта (иконка + заголовок + текст) в одной карточке, как у блока с картой */
.partnership-map--expansion{
  margin:3rem 0;
}
.partnership-map--expansion .expansion-block{
  display:flex;
  flex-direction:column;
  gap:0;
  margin:0;
  text-align:center;
  min-height:0;
}
.partnership-map--expansion .expansion-item{
  flex:0 0 auto;
  background:transparent;
  padding:1.25rem .75rem;
  border-radius:0;
  box-shadow:none;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  border-bottom:1px solid rgba(168,141,90,.22);
}
.partnership-map--expansion .expansion-item:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.partnership-map--expansion .expansion-item:first-child{
  padding-top:0;
}
.partnership-map--expansion .expansion-icon{
  font-size:2.5rem;
  margin-bottom:.75rem;
  line-height:1;
}
.partnership-map--expansion .expansion-item h3{
  font-size:1.2rem;
  margin:0 0 .5rem;
  color:#2c5e2c;
}
.partnership-map--expansion .expansion-item p{
  font-size:.9rem;
  line-height:1.5;
  margin:0;
  color:rgba(74,91,74,.95);
}

.form{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:18px;
  align-items:start;
}
.contacts{display:grid;gap:10px;margin-top:14px}
.contact{
  display:flex;justify-content:space-between;gap:12px;
  padding:14px 16px;
  border-radius:var(--radius);
  border:1px solid rgba(17,24,39,.14);
  background:var(--surface);
  text-decoration:none;
  box-shadow:var(--shadow-card);
}
.contact:hover{
  border-color:rgba(154,123,79,.35);
  box-shadow:0 14px 38px rgba(154,123,79,.12);
}
.contact__k{font-weight:700}
.contact__v{color:var(--muted);font-size:12px;overflow-wrap:anywhere;text-align:right}

.formbox{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius2);
  padding:18px;
  box-shadow:0 18px 56px rgba(17,24,39,.12);
}

.h1{text-wrap:balance}
.eyebrow{
  border-color:rgba(14,165,233,.22);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55);
}
.pill{
  background:rgba(255,255,255,.88);
  border-color:rgba(17,24,39,.14);
}
.lead{
  max-width:62ch;
}
.fact__k{
  color:#0f172a;
}

.footer{
  background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.74));
}
.field{display:grid;gap:8px;margin-bottom:12px}
label{font-weight:600;font-size:13px}
input,select,textarea{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(17,24,39,.16);
  padding:12px 12px;
  font:inherit;
  background:#fff;
}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{
  outline:none;
  border-color:rgba(154,123,79,.45);
  box-shadow:0 0 0 4px rgba(154,123,79,.12);
}
.fineprint{margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.5}

.alert{
  margin-top:16px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid;
  background:#fff;
  font-size:13px;
  line-height:1.5;
}
.alert--ok{border-color:rgba(16,185,129,.35);background:rgba(16,185,129,.08)}
.alert--err{border-color:rgba(239,68,68,.35);background:rgba(239,68,68,.08)}

.hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

.footer{
  padding:28px 0;
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.78);
}
.footer__inner{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}
.footer__right{display:flex;gap:14px;flex-wrap:wrap}
.footer-legal-info{
  margin:20px 0 0;
  font-size:12px;
  line-height:1.5;
  color:#888;
  max-width:72rem;
}
.vat-disclaimer{
  margin:18px 0 0;
  padding-top:14px;
  border-top:1px solid rgba(26,29,34,.1);
  max-width:72rem;
  font-size:0.75rem;
  line-height:1.5;
  color:rgba(92,97,105,.92);
}
.tax-info{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-top:18px;
  margin-bottom:4px;
  padding:16px 18px;
  border-radius:var(--radius);
  border:1px solid rgba(154,123,79,.22);
  background:linear-gradient(165deg, rgba(255,255,255,.98), rgba(250,247,240,.96));
  box-shadow:0 8px 28px rgba(20,18,14,.05);
}
.tax-info__icon{
  flex-shrink:0;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:var(--gold-deep);
  background:rgba(201,166,114,.14);
  border:1px solid rgba(154,123,79,.2);
}
.tax-info__svg{
  width:26px;
  height:26px;
}
.tax-info__body{min-width:0;flex:1}
.tax-info__title{
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
  letter-spacing:-0.02em;
  color:var(--graphite2);
}
.tax-info__text{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:var(--muted);
}
@media (max-width:520px){
  .tax-info{flex-direction:column;align-items:center;text-align:center}
  .tax-info__icon{align-self:center}
}

@media (max-width: 980px){
  .header__inner{flex-wrap:wrap;align-items:flex-start}
  .header__toolbar{width:100%;justify-content:flex-start;row-gap:8px}
  .hero__grid{grid-template-columns:1fr;gap:28px}
  .cards{grid-template-columns:repeat(2,1fr)}
  .cards--benefits .card--benefit{
    min-width:0;
    max-width:100%;
    min-height:0;
    max-height:none;
    overflow-x:hidden;
    overflow-y:visible;
  }
  .use-cases{grid-template-columns:repeat(3,1fr)}
  .brand-block{grid-template-columns:1fr}
  .brand-block__visual{
    justify-self:center;
    max-width:min(100%,min(300px,86vw));
  }
  .b2b{grid-template-columns:1fr}
  .b2b__facts{grid-template-columns:repeat(3,1fr)}
  .form{grid-template-columns:1fr}
  .docs{grid-template-columns:repeat(2,1fr)}
  .gallery--uniform{
    gap:20px;
  }
  .trust-metrics{grid-template-columns:repeat(2,1fr)}
  .trust-row{grid-template-columns:1fr}
  .trust-chips--narrow{
    width:100%;
    max-width:280px;
  }
  .testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .partnership__grid{grid-template-columns:1fr}
  .partnership__visual{position:static;top:auto}
  .hydration-grid{grid-template-columns:1fr}
}
/* Планшет/телефон: строка 1 — бренд | языки; строка 2 — одна CTA «Партнёры» */
@media (max-width: 900px){
  :root{--header-h:88px}
  html{scroll-padding-top:calc(var(--header-h) + 8px)}
  .header__inner{
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-areas:
      "brand lang"
      "headcta headcta";
    gap:6px 8px;
    align-items:center;
    min-height:0;
    padding-top:8px;
    padding-bottom:10px;
  }
  .header__toolbar{
    display:contents;
  }
  .brand{
    grid-area:brand;
    min-width:0;
  }
  .lang{
    grid-area:lang;
    justify-self:end;
    align-self:center;
    flex-shrink:0;
    margin-right:0;
  }
  .btn--header-cta{
    grid-area:headcta;
    justify-self:center;
    width:100%;
    max-width:280px;
    padding:8px 14px;
    min-height:40px;
    font-size:12px;
  }
  .brand__logo{
    width:36px;
    height:36px;
    min-width:36px;
    min-height:36px;
  }
  .brand__name{font-size:15px}
  .brand__sub{font-size:11px;margin-top:1px}
  .lang__a{
    padding:7px 8px;
    font-size:11px;
  }
}
@media (max-width: 400px){
  .use-cases{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .header__toolbar{gap:8px}
  .lang__a{padding:9px 9px}
  .btn{padding:12px 16px;min-height:48px}
  .quote-form{
    padding:14px;
  }
  .quote-form__grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .quote-form__delivery{
    padding:10px;
  }
  .gallery--uniform{
    gap:12px;
  }
  .cards{grid-template-columns:1fr}
  .use-cases{grid-template-columns:1fr 1fr}
  .b2b__facts{grid-template-columns:1fr}
  .docs{grid-template-columns:1fr}
  .section{padding:48px 0}
  .section--benefits{padding-top:52px}
  .legend-block{
    padding:1rem;
    font-size:.9rem;
  }
  .testimonials-grid{grid-template-columns:1fr;gap:14px}
  .social-proof__cta .btn{width:100%;max-width:320px}
  .cta--hero{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .cta--hero .btn--primary,
  .cta--hero .btn--graphite{
    width:100%;
    justify-content:center;
  }
  .trust-metrics{grid-template-columns:1fr;gap:12px}
  .trust-chips--narrow{max-width:100%}
  .trust-logo{min-height:120px}
  .container{padding:0 22px}
  .cookie-banner__inner{flex-direction:column;align-items:stretch}
  .cookie-banner__actions{flex-direction:column;width:100%}
  .cookie-banner__actions .btn{width:100%}
}

/* —— Legal pages, cookie banner, consent —— */
.legal-page-body{background:var(--paper);}
.legal-page-main{padding-top:28px;padding-bottom:56px;}
.legal-page-container{max-width:min(880px,100%);}
.legal-breadcrumb{margin:0 0 18px;font-size:14px;color:var(--muted);}
.legal-breadcrumb__sep{opacity:.55;padding:0 4px;}
.legal-doc{font-size:15px;line-height:1.65;color:rgba(26,29,34,.9);}
.legal-doc__title{margin:0 0 8px;font-size:1.5rem;font-family:var(--font-heading);font-weight:600;line-height:1.25;}
.legal-doc h2{margin:28px 0 12px;font-size:1.15rem;font-family:var(--font-heading);}
.legal-doc h3{margin:20px 0 8px;font-size:1rem;}
.legal-doc p,.legal-doc li{margin:0 0 10px;}
.legal-doc ul{padding-left:1.25rem;}
.legal-doc__updated{margin-bottom:16px;font-size:14px;}
.legal-table{width:100%;border-collapse:collapse;font-size:13px;margin:12px 0;}
.legal-table th,.legal-table td{border:1px solid rgba(26,29,34,.12);padding:10px 12px;vertical-align:top;}
.legal-table code{font-size:12px;background:rgba(26,29,34,.06);padding:2px 6px;border-radius:4px;}
.legal-page-crosslinks{margin-top:28px;padding-top:20px;border-top:1px solid rgba(26,29,34,.1);font-size:14px;}
.header--legal .brand--link{text-decoration:none;color:inherit;}
.footer--legal{padding-top:24px;padding-bottom:28px;}
.footer__inner--legal{flex-direction:column;align-items:flex-start;gap:12px;}
.footer__legal-links{display:flex;flex-wrap:wrap;gap:12px 18px;}
.footer__sep{opacity:.45;margin:0 4px;}
.footer__right .footer__sep{display:inline;}

.cookie-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;
  padding:16px;
  padding-bottom:max(16px, env(safe-area-inset-bottom));
  background:rgba(243,237,228,.97);
  border-top:1px solid rgba(168,141,90,.35);
  box-shadow:0 -12px 40px rgba(17,24,39,.12);
  backdrop-filter:saturate(1.1) blur(8px);
  display:none;
}
.cookie-banner--visible{display:block;}
body:has(.cookie-banner.cookie-banner--visible){
  padding-bottom:min(180px, 28vh);
}
@media (max-width:719px){
  body:has(.cookie-banner.cookie-banner--visible){
    padding-bottom:min(220px, 38vh);
  }
}
.cookie-banner__inner{
  max-width:960px;margin:0 auto;
  display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px 20px;
  justify-content:space-between;
}
.cookie-banner__text{margin:0;flex:1;min-width:min(100%,280px);font-size:14px;line-height:1.55;color:rgba(26,29,34,.88);}
.cookie-banner__link{color:var(--gold-deep);text-decoration:underline;text-underline-offset:2px;}
.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:10px;}
.cookie-banner__accept{white-space:nowrap;}
@media (min-width:720px){
  .cookie-banner__inner{align-items:center;}
}

.legal-gate{margin-top:4px;}
.legal-consent{
  display:flex;gap:10px;align-items:flex-start;margin:0 0 12px;
  font-size:13px;line-height:1.5;color:rgba(26,29,34,.82);
  cursor:pointer;
}
.legal-consent input[type=checkbox]{
  margin-top:3px;flex-shrink:0;width:18px;height:18px;accent-color:var(--gold-deep);
}
.legal-consent__text{display:block;}
.legal-consent__link{color:var(--gold-deep);text-decoration:underline;text-underline-offset:2px;}


/* Compact collage inside existing where-card frame */
.use-collage-compact{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, rgba(246,248,251,.96), rgba(236,240,245,.92));
}
.use-collage-compact__img{
  position:absolute;
  object-fit:cover;
  border-radius:8px;
  border:1px solid rgba(17,24,39,.15);
  box-shadow:0 6px 18px rgba(15,23,42,.16);
}
.use-collage-compact__img--1{left:2%;  top:6%;  width:24%; height:34%; transform:rotate(-5deg);}
.use-collage-compact__img--2{left:27%; top:4%;  width:23%; height:30%; transform:rotate(4deg);}
.use-collage-compact__img--3{left:51%; top:5%;  width:22%; height:40%; transform:rotate(-3deg);}
.use-collage-compact__img--4{left:74%; top:7%;  width:24%; height:31%; transform:rotate(5deg);}
.use-collage-compact__img--5{left:4%;  top:44%; width:26%; height:47%; transform:rotate(2deg);}
.use-collage-compact__img--6{left:30%; top:38%; width:26%; height:56%; transform:rotate(-4deg);}
.use-collage-compact__img--7{left:56%; top:46%; width:21%; height:44%; transform:rotate(6deg);}
.use-collage-compact__img--8{left:77%; top:42%; width:20%; height:50%; transform:rotate(-2deg);}
@media (max-width: 640px){
  .use-collage-compact__img{border-radius:6px;}
}
