/* ============================================================
   Аниматоры Уфа — вариант 6 «Акварельная открытка»
   Сканди-детский стиль: молочный фон, акварельные пятна,
   полароиды со скотчем, рукописный Neucha + Montserrat
   ============================================================ */

:root{
  --bg:      #FDF8F3;   /* молочный */
  --sky:     #8EC9E8;   /* небесный */
  --rose:    #F6A8B8;   /* розовый  */
  --sun:     #FFD66B;   /* солнечный */
  --ink:     #3A3A46;   /* текст    */
  --ink-soft:#6E6E7C;
  --paper:   #FFFFFF;
  --sky-w:   rgba(142,201,232,.28);
  --rose-w:  rgba(246,168,184,.30);
  --sun-w:   rgba(255,214,107,.34);
  --shadow:  0 10px 26px rgba(58,58,70,.10);
  --shadow-s:0 4px 14px rgba(58,58,70,.08);
  --r:       18px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{overflow-x:clip}
body{
  background:var(--bg);
  color:var(--ink);
  font:400 17px/1.6 "Montserrat",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
.wrap{max-width:1160px;margin:0 auto;padding:0 22px}
.em{font-style:normal}

/* — рукописные акценты — */
.hand{font-family:"Neucha","Comic Sans MS",cursive;font-weight:400}
.hand-em{
  font-family:"Neucha",cursive;font-style:normal;font-weight:400;
  color:#E2798F;font-size:1.12em;
}
.hand-hl{
  font-family:"Neucha",cursive;font-weight:400;color:#E2798F;
  white-space:nowrap;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='8' viewBox='0 0 40 8'%3E%3Cpath d='M0 5 Q 5 1 10 5 T 20 5 T 30 5 T 40 5' fill='none' stroke='%23FFD66B' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x left bottom;
  background-size:40px 8px;
  padding-bottom:10px;
}

/* — кнопки — */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:50px;padding:13px 28px;border-radius:999px;
  font-weight:700;font-size:16.5px;line-height:1.2;color:var(--ink);
  background:var(--sun);box-shadow:0 5px 0 rgba(58,58,70,.13);
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
  text-align:center;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 7px 0 rgba(58,58,70,.13)}
.btn:active{transform:translateY(1px);box-shadow:0 3px 0 rgba(58,58,70,.13)}
.btn--rose{background:var(--rose)}
.btn--rose:hover{background:#F79CB0}
.btn--sun{background:var(--sun)}
.btn--ghost{
  background:transparent;box-shadow:none;
  border:2px dashed rgba(58,58,70,.35);
}
.btn--ghost:hover{border-color:var(--ink);box-shadow:none}
.btn--ghost-dark{border-color:rgba(58,58,70,.4)}

/* — скотч (общий) — */
.tape{
  position:absolute;width:96px;height:26px;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,236,178,.72),rgba(255,224,150,.6));
  box-shadow:0 1px 3px rgba(58,58,70,.12);
  opacity:.9;
  -webkit-mask:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);
          mask:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);
}
.tape--tl{top:-13px;left:-26px;transform:rotate(-38deg)}
.tape--tr{top:-13px;right:-26px;transform:rotate(38deg)}
.tape--br{bottom:-13px;right:-26px;transform:rotate(-38deg)}
.tape--top{top:-14px;left:50%;transform:translateX(-50%) rotate(-3deg)}

/* — наклейки-иконки (эмодзи в кружке) — */
.sticker-ico{
  display:inline-flex;align-items:center;justify-content:center;
  width:62px;height:62px;border-radius:50%;font-size:28px;
  background:var(--paper);
  border:2px dashed rgba(142,201,232,.85);
  box-shadow:var(--shadow-s);
  transform:rotate(-4deg);
}

/* ============ ШАПКА (не фиксирована) ============ */
.hdr{padding:16px 0;background:transparent}
.hdr__in{display:flex;align-items:center;justify-content:space-between;gap:14px}
.logo{display:inline-flex;align-items:center;gap:11px;font-weight:600;font-size:19px}
.logo__badge{
  display:inline-flex;align-items:center;justify-content:center;
  width:46px;height:46px;border-radius:50%;font-size:23px;
  background:var(--paper);border:2px dashed var(--rose);
  transform:rotate(-5deg);box-shadow:var(--shadow-s);
}
.logo__txt{font-family:"Neucha",cursive;font-size:22px}
.logo b{color:#E2798F;font-weight:400}
.hdr__cta{min-height:46px;padding:11px 22px;font-size:15.5px}

/* ============ HERO ============ */
.hero{position:relative;padding:38px 0 70px}
.hero__blob{
  position:absolute;border-radius:50%;filter:blur(6px);
  pointer-events:none;z-index:0;
}
.hero__blob--sky{
  width:520px;height:460px;top:-140px;right:-120px;
  background:radial-gradient(closest-side,var(--sky-w),transparent 72%);
}
.hero__blob--rose{
  width:460px;height:420px;bottom:-160px;left:-150px;
  background:radial-gradient(closest-side,var(--rose-w),transparent 72%);
}
.hero__blob--sun{
  width:340px;height:320px;top:30%;left:38%;
  background:radial-gradient(closest-side,var(--sun-w),transparent 74%);
}
.doodle{
  position:absolute;z-index:0;pointer-events:none;
  font-family:"Neucha",cursive;color:var(--sun);
  text-shadow:1px 1px 0 rgba(58,58,70,.08);
}
.doodle--1{top:70px;left:6%;font-size:30px;transform:rotate(-14deg);color:#F2B84B}
.doodle--2{top:34%;right:5%;font-size:24px;transform:rotate(18deg);color:var(--sky)}
.doodle--3{bottom:60px;left:44%;font-size:20px;transform:rotate(8deg);color:var(--rose)}

.hero__grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;
}
.hero__badge{
  display:inline-block;padding:9px 18px;border-radius:999px;
  background:var(--paper);border:2px dashed var(--sky);
  font-size:14.5px;box-shadow:var(--shadow-s);
  transform:rotate(-1.2deg);margin-bottom:22px;
}
.hero__title{
  font-weight:800;font-size:clamp(34px,4.6vw,56px);line-height:1.12;
  letter-spacing:-.5px;margin-bottom:18px;
}
.hero__sub{font-size:18px;color:var(--ink-soft);max-width:540px;margin-bottom:28px}
.hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px}
.hero__facts{display:flex;flex-wrap:wrap;gap:12px}
.fact{
  background:var(--paper);border-radius:14px;padding:12px 18px;
  box-shadow:var(--shadow-s);display:flex;flex-direction:column;
  transform:rotate(-1deg);
}
.fact:nth-child(2){transform:rotate(1.2deg)}
.fact:nth-child(3){transform:rotate(-.6deg)}
.fact b{font-family:"Neucha",cursive;font-size:22px;color:#E2798F;line-height:1.1}
.fact span{font-size:13px;color:var(--ink-soft)}

/* полароид героя */
.hero__art{position:relative;display:flex;justify-content:center}
.polaroid{
  position:relative;background:var(--paper);
  padding:14px 14px 18px;border-radius:6px;
  box-shadow:var(--shadow);
}
.polaroid img{border-radius:3px;width:100%;object-fit:cover}
.polaroid figcaption{
  text-align:center;font-size:22px;color:var(--ink-soft);
  padding-top:12px;
}
.polaroid--hero{
  width:min(420px,100%);transform:rotate(2deg);
  transition:transform .3s ease;
}
.polaroid--hero:hover{transform:rotate(.6deg)}
.polaroid--hero img{aspect-ratio:4/5}

.note{
  position:absolute;z-index:2;
  background:var(--paper);border-radius:12px;padding:10px 16px;
  font-family:"Neucha",cursive;font-size:17px;
  box-shadow:var(--shadow-s);white-space:nowrap;
}
.note .em{margin-right:4px}
.note--tl{top:16px;left:-18px;transform:rotate(-6deg);border:2px dashed var(--sun)}
.note--br{bottom:34px;right:-14px;transform:rotate(4deg);border:2px dashed var(--rose)}

/* ============ ДОВЕРИЕ ============ */
.trust{padding:10px 0 46px}
.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust__it{
  position:relative;background:var(--paper);border-radius:14px;
  padding:20px 14px 16px;text-align:center;box-shadow:var(--shadow-s);
  display:flex;flex-direction:column;gap:2px;
}
.trust__it::before{
  content:"";position:absolute;top:-9px;left:50%;
  width:66px;height:18px;transform:translateX(-50%) rotate(-2deg);
  background:linear-gradient(180deg,rgba(142,201,232,.5),rgba(142,201,232,.38));
  box-shadow:0 1px 2px rgba(58,58,70,.1);
}
.trust__it:nth-child(odd){transform:rotate(-1deg)}
.trust__it:nth-child(even){transform:rotate(1deg)}
.trust__it:nth-child(even)::before{
  background:linear-gradient(180deg,rgba(246,168,184,.5),rgba(246,168,184,.38));
  transform:translateX(-50%) rotate(2deg);
}
.trust__it b{font-family:"Neucha",cursive;font-size:27px;color:#E2798F;line-height:1.15}
.trust__it span{font-size:14px;color:var(--ink-soft)}

/* ============ СЕКЦИИ (общее) ============ */
.sec{padding:58px 0}
.sec-head{text-align:center;max-width:720px;margin:0 auto 40px}
.sec-eyebrow{
  display:inline-block;font-size:20px;color:var(--ink-soft);
  transform:rotate(-1.4deg);margin-bottom:8px;
}
.sec-title{font-weight:800;font-size:clamp(27px,3.4vw,40px);line-height:1.18;letter-spacing:-.4px}
.sec-lead{margin-top:14px;color:var(--ink-soft);font-size:17px}

/* ============ ПОВОДЫ ============ */
.pv__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pv__grid--4{grid-template-columns:repeat(4,1fr)}
/* «Другие герои»: скрытая часть + кнопка Показать ещё */
.cast-hidden{display:none !important}
.cast-more{text-align:center;margin-top:26px}
/* SEO-текст внизу страницы (не сворачивать — правило сети) */
.seo{padding:34px 0 10px}
.seo__body{max-width:820px;margin:0 auto}
.seo__body h2{font-size:23px;font-weight:700;margin:26px 0 12px;color:var(--ink)}
.seo__body h2:first-child{margin-top:0}
.seo__body p{margin-bottom:13px;font-size:15.5px;line-height:1.65;color:var(--ink-soft)}
.seo__body b{color:var(--ink)}
.pv__it{
  background:var(--paper);border-radius:var(--r);
  padding:24px 22px;box-shadow:var(--shadow-s);
  transition:transform .2s ease,box-shadow .2s ease;
}
.pv__it:nth-child(odd){transform:rotate(-.7deg)}
.pv__it:nth-child(even){transform:rotate(.7deg)}
.pv__it:hover{transform:rotate(0) translateY(-3px);box-shadow:var(--shadow)}
.pv__it .sticker-ico{margin-bottom:14px}
.pv__it:nth-child(even) .sticker-ico{transform:rotate(4deg);border-color:rgba(246,168,184,.85)}
.pv__it:nth-child(3n) .sticker-ico{border-color:rgba(255,214,107,.95)}
.pv__it h3{font-size:18.5px;font-weight:700;margin-bottom:6px}
.pv__it p{font-size:15px;color:var(--ink-soft)}

/* ============ CTA-ПОЛОСЫ ============ */
.ctas{padding:14px 0 44px}
.ctas__card{
  position:relative;border-radius:22px;padding:34px 36px;
  display:flex;align-items:center;justify-content:space-between;
  gap:22px;flex-wrap:wrap;box-shadow:var(--shadow);
  transform:rotate(-.5deg);
}
.ctas__card--rose{background:linear-gradient(115deg,#FBD3DC,#F6A8B8)}
.ctas__card--sky{background:linear-gradient(115deg,#CDE7F6,#8EC9E8);transform:rotate(.5deg)}
.ctas__card b{font-size:27px;line-height:1.25}
.ctas__btns{display:flex;gap:14px;flex-wrap:wrap}

/* ============ КАТАЛОГ — полароиды ============ */
.cast{padding-top:22px}
.cast__group{
  font-size:27px;font-weight:400;margin:44px 0 22px;
  transform:rotate(-.8deg);
}
.cast__group:first-of-type{margin-top:8px}
.cast__group .em{margin-right:6px}
.cast__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 22px}

.card{
  position:relative;background:var(--paper);
  border-radius:6px;padding:10px 10px 14px;
  box-shadow:var(--shadow-s);cursor:pointer;
  display:flex;flex-direction:column;
  transition:transform .22s ease,box-shadow .22s ease;
}
.cast__grid .card:nth-child(odd){transform:rotate(-1.7deg)}
.cast__grid .card:nth-child(even){transform:rotate(1.5deg)}
.cast__grid .card:nth-child(3n){transform:rotate(2deg)}
.cast__grid .card:nth-child(4n){transform:rotate(-1.2deg)}
.card:hover{transform:rotate(0) translateY(-5px);box-shadow:var(--shadow);z-index:2}
.card__ph{border-radius:3px;overflow:hidden;background:#F3EDE6}
.card__ph img{width:100%;aspect-ratio:3/4;object-fit:cover;transition:transform .3s ease}
.card:hover .card__ph img{transform:scale(1.04)}
.card__body{padding:12px 6px 2px;display:flex;flex-direction:column;gap:4px;flex:1}
.card__body h3{font-size:21px;font-weight:400;line-height:1.15;color:var(--ink)}
.card__body>span{font-size:13.5px;color:var(--ink-soft);line-height:1.45}
.card__go{
  margin-top:auto;
  display:block;text-align:center;
  padding:11px 14px;min-height:44px;
  border-radius:999px;background:var(--rose);color:#fff;
  font-weight:700;font-size:14.5px;line-height:1.5;
  box-shadow:0 4px 0 rgba(58,58,70,.12);
  transition:background .15s ease, transform .15s ease;
}
.card__body{gap:6px;padding-bottom:8px}
.card:hover .card__go{background:#F79CB0;transform:translateY(-1px)}

/* круглые наклейки на карточках */
.sticker{
  position:absolute;top:-12px;right:-10px;z-index:3;
  display:flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:50%;
  font-family:"Neucha",cursive;font-size:15px;color:var(--ink);
  transform:rotate(10deg);box-shadow:var(--shadow-s);
  border:2px solid var(--paper);
}
.sticker--rose{background:var(--rose)}
.sticker--sky{background:var(--sky)}

/* ============ ЧТО ВХОДИТ ============ */
.inc{position:relative}
.inc::before{
  content:"";position:absolute;top:6%;left:-140px;width:420px;height:380px;
  border-radius:50%;filter:blur(6px);pointer-events:none;
  background:radial-gradient(closest-side,var(--sun-w),transparent 74%);
}
.inc .wrap{position:relative}
.inc__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.inc__it{
  background:var(--paper);border-radius:var(--r);padding:24px 22px;
  box-shadow:var(--shadow-s);
  transition:transform .2s ease,box-shadow .2s ease;
}
.inc__it:nth-child(odd){transform:rotate(.6deg)}
.inc__it:nth-child(even){transform:rotate(-.6deg)}
.inc__it:hover{transform:rotate(0) translateY(-3px);box-shadow:var(--shadow)}
.inc__it .sticker-ico{margin-bottom:14px;border-color:rgba(255,214,107,.95)}
.inc__it:nth-child(even) .sticker-ico{transform:rotate(4deg);border-color:rgba(142,201,232,.85)}
.inc__it b{display:block;font-size:18px;margin-bottom:6px}
.inc__it p{font-size:15px;color:var(--ink-soft)}

/* ============ ОТЗЫВЫ — карусель ============ */
.rev__wrap{position:relative}
.rev__grid{
  display:flex;gap:16px;overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:14px 4px 22px;
  scrollbar-width:none;
  cursor:grab;
}
.rev__grid::-webkit-scrollbar{display:none}
.rev__grid.drag{cursor:grabbing;user-select:none;scroll-snap-type:none}
.rev__card{
  flex:0 0 340px;scroll-snap-align:start;
  background:var(--paper);border-radius:6px;
  padding:22px 22px 20px;box-shadow:var(--shadow-s);
  display:flex;flex-direction:column;
  position:relative;
}
.rev__card::before{
  content:"";position:absolute;top:-8px;left:26px;
  width:62px;height:17px;transform:rotate(-3deg);
  background:linear-gradient(180deg,rgba(255,236,178,.7),rgba(255,224,150,.55));
  box-shadow:0 1px 2px rgba(58,58,70,.1);
}
.rev__card:nth-child(odd){transform:rotate(-.8deg)}
.rev__card:nth-child(even){transform:rotate(.8deg)}
.rev__stars{color:#F2B84B;font-size:17px;letter-spacing:3px;margin-bottom:10px}
.rev__txt{font-size:15px;line-height:1.6;color:var(--ink);flex:1}
.rev__who{display:flex;align-items:center;gap:12px;margin-top:16px}
.rev__av{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:50%;
  font-family:"Neucha",cursive;font-size:20px;color:var(--ink);
  border:2px solid var(--paper);box-shadow:var(--shadow-s);
  transform:rotate(-4deg);flex:0 0 44px;
}
.rev__who b{display:block;font-size:15px}
.rev__who span{font-size:13px;color:var(--ink-soft)}
.rev__nav{display:flex;justify-content:center;gap:12px;margin-top:6px}
.rev__btn{
  width:50px;height:50px;border-radius:50%;
  background:var(--paper);border:2px dashed var(--sky);
  font-size:26px;line-height:1;color:var(--ink);
  box-shadow:var(--shadow-s);
  transition:transform .16s ease,background .16s ease;
}
.rev__btn:hover{transform:translateY(-2px);background:var(--sun)}

/* ============ ШАГИ ============ */
.steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step{
  background:var(--paper);border-radius:var(--r);padding:26px 22px;
  box-shadow:var(--shadow-s);position:relative;
  transition:transform .2s ease;
}
.step:nth-child(odd){transform:rotate(-.8deg)}
.step:nth-child(even){transform:rotate(.8deg)}
.step:hover{transform:rotate(0) translateY(-3px)}
.step__n{
  display:inline-flex;align-items:center;justify-content:center;
  width:52px;height:52px;border-radius:50%;
  font-size:26px;color:var(--ink);
  background:var(--sun);transform:rotate(-5deg);
  box-shadow:var(--shadow-s);margin-bottom:14px;
}
.step:nth-child(2) .step__n{background:var(--sky)}
.step:nth-child(3) .step__n{background:var(--rose)}
.step:nth-child(4) .step__n{background:var(--sun)}
.step b{display:block;font-size:18.5px;margin-bottom:6px}
.step p{font-size:15px;color:var(--ink-soft)}

/* ============ ГЕО ============ */
.geo{position:relative}
.geo::before{
  content:"";position:absolute;top:0;right:-160px;width:440px;height:400px;
  border-radius:50%;filter:blur(6px);pointer-events:none;
  background:radial-gradient(closest-side,var(--sky-w),transparent 74%);
}
.geo .wrap{position:relative}
.geo__tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:900px;margin:0 auto}
.geo__tags span{
  background:var(--paper);border-radius:999px;padding:9px 18px;
  font-size:14.5px;box-shadow:var(--shadow-s);
  border:1.5px dashed rgba(142,201,232,.6);
}
.geo__tags span:nth-child(odd){transform:rotate(-1deg)}
.geo__tags span:nth-child(even){transform:rotate(1deg);border-color:rgba(246,168,184,.6)}
.geo__tags .acc{
  background:var(--sun);border-color:transparent;font-weight:700;
}
.geo__note{
  text-align:center;margin-top:26px;color:var(--ink-soft);
  font-size:20px;transform:rotate(-.6deg);
}
.geo__cta{text-align:center;margin-top:18px}

/* ============ FAQ ============ */
.faq{padding-top:18px}
.faq__list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq__it{
  background:var(--paper);border-radius:16px;box-shadow:var(--shadow-s);
  overflow:hidden;
}
/* наклон FAQ убран по просьбе владельца 15.07.2026 — вопросы строго горизонтально, читабельность важнее дизайна */
.faq__it summary{
  list-style:none;cursor:pointer;
  padding:19px 54px 19px 24px;position:relative;
  font-weight:700;font-size:17px;min-height:44px;
}
.faq__it summary::-webkit-details-marker{display:none}
.faq__it summary::after{
  content:"+";position:absolute;right:18px;top:50%;
  width:32px;height:32px;margin-top:-16px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:var(--sun);
  font-family:"Neucha",cursive;font-size:22px;font-weight:400;
  transform:rotate(-4deg);transition:transform .2s ease;
}
.faq__it[open] summary::after{content:"–";transform:rotate(0);background:var(--rose)}
.faq__a{padding:0 24px 20px;color:var(--ink-soft);font-size:15.5px}

/* ============ ФИНАЛЬНЫЙ CTA ============ */
.fin{padding:30px 0 76px}
.fin__card{
  position:relative;background:var(--paper);border-radius:24px;
  padding:56px 40px;text-align:center;box-shadow:var(--shadow);
  transform:rotate(-.4deg);
  background-image:
    radial-gradient(closest-side,var(--sun-w),transparent 72%),
    radial-gradient(closest-side,var(--rose-w),transparent 72%);
  background-repeat:no-repeat;
  background-size:340px 300px,320px 300px;
  background-position:-90px -80px,calc(100% + 90px) calc(100% + 90px);
}
.fin__card h2{font-weight:800;font-size:clamp(27px,3.4vw,40px);margin-bottom:14px;letter-spacing:-.4px}
.fin__card p{color:var(--ink-soft);font-size:17px;max-width:520px;margin:0 auto 28px}

/* ============ ФУТЕР ============ */
.ftr{padding:26px 0 30px;border-top:2px dashed rgba(58,58,70,.14)}
.ftr__in{
  display:flex;justify-content:space-between;align-items:center;
  gap:14px;flex-wrap:wrap;font-size:14px;color:var(--ink-soft);
}
.ftr a{text-decoration:underline}
.ftr a:hover{color:var(--ink)}

/* ============ МОДАЛКА ============ */
.modal{
  display:none;position:fixed;inset:0;z-index:1000;
  align-items:center;justify-content:center;padding:20px;
}
.modal.open{display:flex}
.modal__bg{position:absolute;inset:0;background:rgba(58,58,70,.5);backdrop-filter:blur(3px)}
.modal__card{
  position:relative;background:var(--paper);border-radius:20px;
  width:min(430px,100%);padding:38px 30px 32px;text-align:center;
  box-shadow:0 24px 60px rgba(58,58,70,.28);
  transform:rotate(-.6deg);
}
.modal__x{
  position:absolute;top:12px;right:12px;
  width:44px;height:44px;border-radius:50%;font-size:18px;
  background:var(--bg);color:var(--ink-soft);
  display:flex;align-items:center;justify-content:center;
}
.modal__x:hover{background:var(--rose);color:var(--ink)}
.modal__em{font-size:38px;margin-bottom:8px}
.modal__t{font-size:31px;margin-bottom:8px;color:var(--ink)}
.modal__s{font-size:15px;color:var(--ink-soft);margin-bottom:22px}
.modal__card form{display:flex;flex-direction:column;gap:14px}
.modal__card input[type=tel]{
  width:100%;min-height:54px;padding:14px 18px;
  border:2px dashed rgba(142,201,232,.9);border-radius:14px;
  font:600 17px/1.2 "Montserrat",Arial,sans-serif;color:var(--ink);
  background:var(--bg);outline:none;text-align:center;
  transition:border-color .16s ease;
}
.modal__card input[type=tel]:focus{border-color:var(--rose)}
.hp{position:absolute !important;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}

/* ============ DOCK (мобильный) ============ */
.dock{display:none}

/* ============================================================
   ПЛАНШЕТ 769–1024
   ============================================================ */
@media (max-width:1024px){
  .cast__grid{grid-template-columns:repeat(3,1fr)}
  .pv__grid,.inc__grid{grid-template-columns:repeat(2,1fr)}
  .steps__grid{grid-template-columns:repeat(2,1fr)}
  .hero__grid{gap:36px}
}

/* ============================================================
   ТЕЛЕФОН ≤768 — страница скроллится целиком, шапка статична
   ============================================================ */
@media (max-width:768px){
  body{font-size:16px}
  .wrap{padding:0 16px}

  .hdr{padding:12px 0}
  .hdr__cta{display:none}
  .logo__txt{font-size:20px}

  .hero{padding:14px 0 46px}
  .hero__grid{grid-template-columns:1fr;gap:34px}
  .hero__title{font-size:clamp(30px,8.6vw,38px)}
  .hero__sub{font-size:16px}
  .hero__cta .btn{width:100%}
  .hero__facts{gap:10px}
  .fact{padding:10px 14px}
  .hero__blob--sky{width:320px;height:280px;right:-140px;top:-90px}
  .hero__blob--rose{width:300px;height:270px;left:-150px;bottom:-110px}
  .hero__blob--sun{display:none}
  .doodle--3{display:none}
  .polaroid--hero{width:min(340px,92%);transform:rotate(1.2deg)}
  .note{font-size:15px;padding:8px 13px}
  .note--tl{left:-6px}
  .note--br{right:-4px}

  .trust{padding:0 0 34px}
  .trust__grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .trust__it b{font-size:23px}

  .sec{padding:40px 0}
  .sec-head{margin-bottom:28px}
  .sec-eyebrow{font-size:18px}

  .pv__grid{grid-template-columns:1fr;gap:14px}
  .pv__it,.inc__it,.step{transform:rotate(0) !important}
  /* одноколоночные карточки на мобиле — всё по центру (правило МН 15.07.2026) */
  .pv__it,.inc__it,.step{text-align:center}
  .sticker-ico{width:54px;height:54px;font-size:24px}

  .ctas{padding:8px 0 34px}
  .ctas__card{padding:26px 22px;transform:rotate(0);justify-content:center;text-align:center}
  .ctas__card b{font-size:23px}
  .ctas__btns{width:100%;flex-direction:column}
  .ctas__btns .btn{width:100%}

  /* каталог: 2 колонки, наклоны мягче ±1° */
  .cast__grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}
  .cast__group{font-size:23px;margin:32px 0 16px}
  .card{padding:7px 7px 10px}
  .cast__grid .card:nth-child(odd){transform:rotate(-1deg)}
  .cast__grid .card:nth-child(even){transform:rotate(1deg)}
  .cast__grid .card:nth-child(3n){transform:rotate(1deg)}
  .cast__grid .card:nth-child(4n){transform:rotate(-1deg)}
  .card__body{padding:9px 4px 2px}
  .card__body h3{font-size:18px}
  .card__body>span{font-size:12.5px}
  .sticker{width:48px;height:48px;font-size:13px;top:-9px;right:-6px}

  .inc__grid{grid-template-columns:1fr;gap:14px}

  .rev__card{flex:0 0 84%}
  .rev__btn{width:48px;height:48px}

  .steps__grid{grid-template-columns:1fr;gap:14px}

  .geo__tags span{padding:8px 14px;font-size:13.5px}
  .geo__note{font-size:18px}

  .faq__it{transform:rotate(0)}
  .faq__it summary{padding:16px 52px 16px 18px;font-size:16px}
  .faq__a{padding:0 18px 18px}

  .fin{padding:16px 0 40px}
  .fin__card{padding:40px 22px;transform:rotate(0)}
  .fin__card .btn{width:100%}

  /* футер — отступ под dock */
  .ftr{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}
  .ftr__in{justify-content:center;text-align:center}

  /* мобильный dock */
  .dock{
    display:block;position:fixed;left:0;right:0;bottom:0;z-index:900;
    padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));
    background:rgba(253,248,243,.92);backdrop-filter:blur(8px);
    box-shadow:0 -6px 20px rgba(58,58,70,.12);
  }
  .dock .btn{width:100%;min-height:52px}

  .modal__card{padding:32px 20px 26px}

  /* AI-виджет — не перекрывать dock */
  .ai-chat-btn{bottom:calc(88px + env(safe-area-inset-bottom,0px)) !important}
  .ai-trust-badge{display:none !important}
  .ai-chat-bubble{bottom:calc(158px + env(safe-area-inset-bottom,0px)) !important}
}

/* ============================================================
   БОЛЬШОЙ МОНИТОР >1440 — не растягивать
   ============================================================ */
@media (min-width:1441px){
  .wrap{max-width:1200px}
}

/* доступность: меньше движения */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition:none !important;animation:none !important}
  html{scroll-behavior:auto}
}

/* ---------- видео-нарезка с праздников ---------- */
.polaroid--video{max-width:420px;margin:0 auto;transform:rotate(-1.2deg)}
.vwrap{position:relative}
.vwrap video{width:100%;aspect-ratio:9/16;display:block;border-radius:3px;background:#000}
.vplay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:50%;background:var(--rose);border:none;cursor:pointer;box-shadow:0 6px 18px rgba(58,58,70,.35);transition:transform .15s}
.vplay:hover{transform:translate(-50%,-50%) scale(1.06)}
.vplay::after{content:'';position:absolute;top:50%;left:53%;transform:translate(-50%,-50%);border-style:solid;border-width:15px 0 15px 25px;border-color:transparent transparent transparent #fff}
