/* Forced redeploy 2026-06-25-2: FTP state drift */
:root{
  --green:#97C680;
  --green-deep:#7BB364;
  --salad:#CDDAAB;
  --black:#1C1B29;
  --brown:#E9D6C4;
  --bg:#f8f4f2;
  --sky:#f3f6fb;
  --gray:#DADCDF;
  --midgray:#DADCE1;
  --darkgray:#969BB9;
  --line:#e5dfd9;
  --box-shadow:0 10px 40px 0 rgba(66, 66, 66, 0.15);
  --soft-shadow:0 10px 20px 0 rgba(46, 0, 68, 0.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{
  margin:0;
  background:var(--bg);
  color:var(--black);
  font-family:'Inter',sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}
input,select,textarea{font-family:inherit}

.container{max-width:1750px;width:100%;margin:0 auto;padding:0 32px}
.container.narrow{max-width:1280px}
.container.mid{max-width:1480px}
/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  height:54px;padding:12px 26px;
  background:var(--black);color:#fff;
  border-radius:10em;
  text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.08em;
  transition:transform .28s ease, background .28s ease, box-shadow .28s ease;
  white-space:nowrap;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 10px 20px rgba(28,27,41,.18);
}
.btn:not(.secondary):not(.white):not(.green)::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(120deg, rgba(255,255,255,.05) 12%, rgba(255,255,255,.18) 48%, rgba(255,255,255,.04) 84%);
  transform:translateX(-115%);
  transition:transform .55s ease;
}
.btn:not(.secondary):not(.white):not(.green):hover{
  background:#2a2940;
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(28,27,41,.28);
}
.btn:not(.secondary):not(.white):not(.green):hover::before{transform:translateX(0)}
.btn .arr{
  width:24px;height:24px;border-radius:50%;background:var(--green);
  display:grid;place-items:center;color:var(--black);
  transition:transform .25s ease, background .25s ease;
}
.btn:hover .arr{transform:translateX(2px);background:#d9e6bc}
.btn .arr svg{width:12px;height:12px}
.btn.secondary{
  background:transparent;border:1px solid var(--black);color:var(--black);height:48px;padding:12px 20px;gap:18px;
}
.btn.secondary:hover{background:var(--black);color:#fff}
.btn.white{background:#fff;border:2px solid var(--black);color:var(--black)}
.btn.white:hover{background:var(--black);color:#fff}
.btn.green{background:var(--green);color:var(--black)}
.btn.green:hover{background:var(--green-deep);color:var(--black)}
.btn.full{width:100%}
.simple-btn{
  color:var(--green-deep);text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.08em;
  display:inline-flex;align-items:center;gap:10px;
}
.simple-btn:hover{color:var(--black)}
.wa{
  display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:14px;color:var(--black);
}
.wa-ico{width:32px;height:32px;border-radius:50%;background:var(--green);display:grid;place-items:center}
.wa-ico svg{width:18px;height:18px;color:var(--black)}

/* ---------- SECTION TITLES ---------- */
section{padding:52px 0;position:relative}
section.tight{padding:40px 0}
.section-eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.16em;color:#5a5965;
  margin-bottom:18px;
}
.section-eyebrow::before{content:"";width:24px;height:1px;background:var(--green-deep)}
.section-title{
  font-size:48px;font-weight:600;line-height:1.15;letter-spacing:-.01em;
  color:var(--black);margin:0;
  max-width:980px;
  text-wrap:balance;
}
.section-subtitle{
  margin-top:18px;font-size:20px;font-weight:500;line-height:1.45;color:#3d3c4a;max-width:780px;
}
.section-head{margin-bottom:30px}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.section-head.center .section-eyebrow::before{display:none}
.section-head.center .section-eyebrow{justify-content:center}
.section-head.center .section-title{margin-left:auto;margin-right:auto}
.section-head.center .section-subtitle{margin-left:auto;margin-right:auto}
/* ---------- HEADER ---------- */
.header{
  position:fixed;top:0;left:0;width:100%;z-index:100;
  background-color:var(--bg);
  transition:.3s;
  height:110px;
}
.header.active{
  height:80px;
  background-color:rgba(255,255,255,.55);
  box-shadow:var(--box-shadow);
  backdrop-filter:blur(25px);
  -webkit-backdrop-filter:blur(25px);
}
.header-inner{
  height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.logo{
  display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px;letter-spacing:.02em;
}
.logo-img{
  width:106px;height:106px;object-fit:contain;border-radius:14px;
  filter:drop-shadow(0 5px 10px rgba(28,27,41,.16));
}
.logo-mark{
  width:36px;height:36px;border-radius:50%;background:var(--black);color:#fff;
  display:grid;place-items:center;font-weight:700;font-size:14px;
  box-shadow:inset 0 -10px 0 0 var(--green);
}
.logo-sub{font-weight:400;font-size:12px;color:#5a5965;letter-spacing:.18em;text-transform:uppercase;margin-top:2px}
.logo-stack{display:flex;flex-direction:column;line-height:1.1}
.logo-title{font-size:11px;font-weight:400;letter-spacing:.08em;color:#5a5965}
.header-nav{display:flex;align-items:center;gap:6px}
.header-nav a{
  text-transform:uppercase;
  padding:6px 10px;
  font-size:13px;font-weight:500;letter-spacing:.04em;
  transition:.2s;
}
.header-nav a:hover{box-shadow:inset 0 -10px 0 0 var(--green)}
.header-right{display:flex;align-items:center;gap:14px}
.header-phone{font-weight:700;font-size:14px;letter-spacing:.02em;transition:color .2s ease}
.header-phone:hover{color:var(--green-deep)}
.lang-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:999px;background:var(--bg)}
.lang-switch__btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:34px;height:28px;padding:0 10px;border-radius:999px;
  font-size:12px;font-weight:700;letter-spacing:.08em;
  color:#5a5965;text-transform:uppercase;transition:.15s;
}
.lang-switch__btn:hover{color:var(--black)}
.lang-switch__btn.is-active{background:var(--black);color:#fff}
.header-lang{font-size:12px;font-weight:600;letter-spacing:.12em;color:#5a5965;text-transform:uppercase}
.header-lang b{color:var(--black)}
.burger{
  display:none;width:40px;height:30px;flex-direction:column;justify-content:space-between;padding:5px 0;
  position:relative;
}
.burger span{
  height:3px;background:var(--black);border-radius:3px;width:100%;
  transform-origin:center;
  transition:transform .32s cubic-bezier(.22,.61,.36,1), opacity .2s ease;
}
.burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* mobile nav overlay */
.mnav{
  display:none;position:fixed;inset:0;background:rgba(248,244,242,.96);backdrop-filter:blur(14px);
  z-index:99;padding:90px 24px 24px;
}
.mnav.open{display:flex;flex-direction:column;gap:8px}
.mnav a{padding:14px 8px;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line)}
/* ---------- HERO ---------- */
.hero{padding-top:142px;padding-bottom:72px;position:relative;overflow:hidden}
.hero-blobs{position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55}
.hero-blob--a{width:520px;height:520px;left:-180px;top:-120px;background:radial-gradient(circle at 30% 30%, var(--green) 0%, transparent 70%)}
.hero-blob--b{width:620px;height:620px;right:-220px;top:120px;background:radial-gradient(circle at 70% 50%, var(--salad) 0%, transparent 70%)}
.hero .container{position:relative;z-index:1}
.hero-grid{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:60px;align-items:start;
}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:12px;padding:10px 22px 10px 10px;
  background:#fff;border-radius:10em;border:1px solid var(--line);
  text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.18em;color:#1f1e2c;
  margin-bottom:32px;
  box-shadow:var(--soft-shadow);
}
.hero-eyebrow .dot{width:28px;height:28px;flex:0 0 28px;aspect-ratio:1/1;border-radius:50%;background:var(--green);display:grid;place-items:center}
.hero-eyebrow .dot::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--black)}
.hero-title{
  font-size:68px;font-weight:600;line-height:1.04;letter-spacing:-.018em;
  margin:0;color:var(--black);text-wrap:balance;
}
.hero-title em{font-style:normal;background:linear-gradient(transparent 62%, var(--green) 62%);padding:0 6px}
.hero-sub{margin-top:24px;font-size:22px;font-weight:500;line-height:1.45;color:#2d2c39;max-width:640px}
.hero-bullets{margin-top:36px;display:flex;flex-direction:column;gap:14px;max-width:640px;list-style:none;padding:0}
.hero-bullets li{
  display:flex;gap:14px;align-items:flex-start;font-size:15.5px;line-height:1.5;color:#1f1e2c;
}
.hero-bullets li b{font-weight:700}
.check{
  flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--green);display:grid;place-items:center;margin-top:2px;
}
.check svg{width:14px;height:14px;color:var(--black)}
.hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:42px}
.hero-cta-row .btn{height:60px;padding:14px 30px;font-size:13px}
.hero-meta{margin-top:36px;display:flex;flex-wrap:wrap;gap:28px;color:#5a5965;font-size:13px}
.hero-meta b{color:var(--black);font-weight:700}

/* hero photo placeholder + form card */
.hero-side{position:relative;display:flex;flex-direction:column;gap:24px}
.hero-photo-slider{
  position:relative;border-radius:25px;overflow:hidden;height:380px;
  background:#1c1b29;border:1px solid var(--line);box-shadow:var(--box-shadow);
}
.hero-photo{
  position:absolute;inset:0;
  border-radius:25px;overflow:hidden;
  height:100%;
  opacity:0;
  transform:scale(1.015);
  transition:opacity .65s ease, transform .65s ease;
  pointer-events:none;
  isolation:isolate;
}
.hero-photo.is-active{
  opacity:1;
  transform:scale(1);
  pointer-events:auto;
}
.hero-photo__mesh{
  position:absolute;inset:0;z-index:1;
  background:var(--slide-bg);
  opacity:.45;
}
.hero-photo__img{
  position:absolute;inset:0;z-index:0;
  width:100%;height:100%;object-fit:cover;
}
.hero-photo::after{
  content:"";position:absolute;inset:0;z-index:1;
  background:
    linear-gradient(180deg, transparent 50%, rgba(28,27,41,.35) 100%);
}
.hero-photo-tag{
  position:absolute;left:16px;bottom:16px;z-index:2;
  background:rgba(255,255,255,.95);backdrop-filter:blur(10px);
  border-radius:10em;padding:8px 14px 8px 8px;display:inline-flex;align-items:center;gap:10px;
  font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--black);
  box-shadow:0 6px 20px rgba(28,27,41,.18);
  max-width:calc(100% - 32px);
  white-space:normal;
  line-height:1.25;
}
.hero-photo-tag .pin{
  width:28px;height:28px;border-radius:50%;background:var(--black);color:var(--green);
  display:grid;place-items:center;
}
.hero-photo-tag .pin svg{width:14px;height:14px}
.hero-photo-note{
  position:absolute;right:16px;top:16px;z-index:2;
  background:rgba(28,27,41,.88);backdrop-filter:blur(10px);color:#fff;
  border-radius:10em;padding:8px 16px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;
  max-width:calc(100% - 32px);
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.hero-photo__floats{position:absolute;inset:0;z-index:2;pointer-events:none}
.hf-pill{
  position:absolute;display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1px solid var(--line);border-radius:10em;
  padding:10px 14px;font-size:12px;font-weight:600;color:var(--black);
  box-shadow:0 12px 28px rgba(28,27,41,.18);
  white-space:normal;
  line-height:1.25;
  max-width:min(68%, 280px);
}
.hf-pill__dot{width:8px;height:8px;border-radius:50%;background:var(--green-deep);box-shadow:0 0 0 4px rgba(123,179,100,.25)}
.hf-pill svg{width:16px;height:16px;color:var(--green-deep)}
.hf-pill--top{top:16px;left:16px}
.hf-pill--bot{bottom:72px;right:16px;background:var(--black);color:#fff;border-color:var(--black)}
.hf-pill--bot svg{color:var(--green)}
.hero-photo-dots{
  position:absolute;left:50%;bottom:12px;transform:translateX(-50%);
  display:flex;align-items:center;gap:8px;z-index:5;
}
.hero-photo-dots button{
  width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.44);
  border:1px solid rgba(255,255,255,.65);padding:0;
  transition:all .25s ease;
}
.hero-photo-dots button.is-active{
  width:20px;border-radius:10em;background:var(--green);border-color:var(--green);
}

.hero-form{
  background:#fff;border-radius:25px;padding:28px;box-shadow:var(--box-shadow);border:1px solid var(--line);
  position:relative;
}
.hero-form h3{margin:0 0 4px;font-size:19px;font-weight:700}
.hero-form p{margin:0 0 18px;font-size:13px;color:#5a5965}
.hero-form .form-row{display:flex;flex-direction:column;gap:10px}
.hero-form input{
  background:var(--bg);border:1px solid var(--line);border-radius:10em;height:52px;padding:0 22px;font-size:15px;color:var(--black);
  transition:.2s;
}
.hero-form input:focus{outline:none;border-color:var(--black);background:#fff;box-shadow:0 0 0 3px rgba(151,198,128,.25)}
.hero-form .btn{width:100%;margin-top:6px}
.hero-form .micro{margin-top:10px;font-size:11px;color:#7a7986;letter-spacing:.02em;line-height:1.5}
/* ---------- TRUST STRIP ---------- */
.trust{padding:36px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-inner{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;
}
.trust-item{
  display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--black);
}
.trust-item .ti-num{font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.15}
.trust-item .ti-num em{color:var(--green-deep);font-style:normal}
.trust-ico{
  width:30px;height:30px;border-radius:50%;
  background:#fff;border:1px solid var(--line);
  display:grid;place-items:center;color:var(--black);flex:0 0 30px;
}
.trust-ico svg{width:14px;height:14px}
.trust-divider{width:1px;height:32px;background:var(--line)}
/* ---------- 8 PAIN POINTS ---------- */
.pains{background:var(--bg)}
.pain-slider{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
}
.pain-viewport{overflow:hidden;padding:14px 10px 18px;touch-action:pan-y}
.pain-track{display:flex;gap:18px;transition:transform .45s ease;will-change:transform}
.pain-card{
  flex:0 0 calc((100% - 36px) / 3);
  background:#fff;border-radius:20px;padding:24px;border:1px solid var(--line);
  box-shadow:var(--soft-shadow);
  display:flex;flex-direction:column;gap:12px;
  position:relative;overflow:hidden;
  min-height:224px;
}
.pain-num{
  width:44px;height:44px;border-radius:50%;background:var(--bg);border:1px solid var(--line);
  display:grid;place-items:center;font-weight:700;font-size:15px;color:var(--black);
}
.pain-q{font-size:20px;font-weight:600;line-height:1.3;color:var(--black);margin:0}
.pain-q::before{content:"\201C";color:var(--green-deep);margin-right:4px;font-weight:700}
.pain-q::after{content:"\201D";color:var(--green-deep);margin-left:4px;font-weight:700}
.pain-a{font-size:15px;line-height:1.55;color:#2d2c39;margin:0;padding-left:18px;border-left:2px solid var(--green);}
.pain-a b{font-weight:700;color:var(--black)}
.slider-arrow{
  width:44px;height:44px;border-radius:50%;
  border:1px solid var(--line);background:#fff;color:var(--black);
  display:grid;place-items:center;box-shadow:var(--soft-shadow);
  transition:all .25s ease;
}
.slider-arrow svg{width:18px;height:18px}
.slider-arrow:hover{transform:translateY(-2px);border-color:#cfc9c2}
.slider-arrow:disabled{opacity:.45;cursor:not-allowed;transform:none}
.slider-dots{
  grid-column:1 / -1;
  display:flex;justify-content:center;gap:8px;margin-top:12px;
}
.slider-dots button{
  width:8px;height:8px;border-radius:50%;padding:0;border:0;background:#c8c7d0;
  transition:all .25s ease;
}
.slider-dots button.is-active{
  width:22px;border-radius:10em;background:var(--black);
}
/* ---------- 3 MODELS ---------- */
.models{background:#fff}
.model-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:stretch}
.model-card{
  background:var(--bg);border-radius:25px;padding:34px;border:1px solid var(--line);
  display:flex;flex-direction:column;gap:18px;
  box-shadow:var(--soft-shadow);
  transition:.25s;
  position:relative;
}
.model-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(28,27,41,.10)}
.model-card.featured{background:var(--black);color:#fff;border-color:var(--black)}
.model-card.featured .model-bullets li{color:#e7e6ee}
.model-card.featured .model-example{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15)}
.model-card.featured .model-example small{color:#b9b8c8}
.model-card.featured .check{background:var(--green)}
.model-badge{
  position:absolute;top:18px;right:18px;
  background:var(--green);color:var(--black);
  text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.14em;
  padding:6px 12px;border-radius:10em;
}
.model-letter{
  width:56px;height:56px;border-radius:50%;background:#fff;border:1px solid var(--line);
  display:grid;place-items:center;font-weight:700;font-size:22px;
}
.model-card.featured .model-letter{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}
.model-name{font-size:22px;font-weight:700;letter-spacing:.01em;margin:0;text-transform:uppercase}
.model-tag{font-size:15px;font-weight:500;color:#5a5965;margin:0}
.model-card.featured .model-tag{color:#b9b8c8}
.model-bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}
.model-bullets li{display:flex;gap:12px;font-size:14.5px;line-height:1.5;color:#1f1e2c}
.model-example{
  margin-top:auto;padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line);
  font-size:14px;line-height:1.5;
}
.model-example small{display:block;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.14em;color:#5a5965;margin-bottom:6px}
.model-tip{
  margin-top:36px;background:var(--salad);border-radius:25px;padding:22px 28px;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;
  font-size:15px;line-height:1.5;color:var(--black);font-weight:500;
}
.model-tip b{font-weight:700}
.model-bonus{
  background:var(--salad);border:1px solid var(--green);border-radius:18px;
  padding:0;overflow:hidden;
}
.model-bonus__head{
  list-style:none;cursor:pointer;
  margin:0;padding:14px 18px;
  display:flex;align-items:center;gap:10px;
  background:var(--black);color:#fff;
  text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.14em;
  transition:background-color .2s ease;
}
.model-bonus__head::-webkit-details-marker{display:none}
.model-bonus__head b{
  background:var(--green);color:var(--black);
  padding:3px 8px;border-radius:6px;
  font-weight:800;letter-spacing:.1em;
}
.model-bonus__head:hover{background:#2a2940}
.model-bonus__arrow{margin-left:auto;display:inline-flex;width:18px;height:18px;color:var(--green);transition:transform .2s ease}
.model-bonus[open] .model-bonus__arrow{transform:rotate(180deg)}
.model-bonus[open] .model-bonus__head{border-bottom:1px solid rgba(255,255,255,.08)}
.model-bonus__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:10px}
.model-bonus__lead{margin:0;font-size:14.5px;line-height:1.5;color:var(--black)}
.model-bonus__list{
  margin:0;padding:0 0 0 18px;list-style:none;
  display:flex;flex-direction:column;gap:6px;
  font-size:14px;line-height:1.5;color:#1f1e2c;
}
.model-bonus__list li{position:relative;padding-left:4px}
.model-bonus__list li::before{
  content:"✓";position:absolute;left:-18px;color:var(--green-deep);font-weight:700;
}
.model-bonus__example{
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;
  font-size:13.5px;line-height:1.55;color:#1f1e2c;
}
.model-bonus__example small{
  display:block;text-transform:uppercase;font-size:11px;font-weight:700;
  letter-spacing:.14em;color:#5a5965;margin-bottom:6px;
}
/* ---------- 5-YEAR CONTRACT ---------- */
.longterm-wrap{
  background:var(--black);color:#fff;border-radius:25px;padding:64px;
  display:grid;grid-template-columns:auto 1fr;gap:60px;align-items:center;
  position:relative;overflow:hidden;
}
.longterm-wrap::before{
  content:"";position:absolute;right:-80px;top:-80px;width:300px;height:300px;border-radius:50%;background:rgba(151,198,128,.18);
}
.longterm-num{
  font-size:200px;font-weight:700;line-height:.85;letter-spacing:-.04em;
  background:linear-gradient(180deg, var(--green) 30%, transparent 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  position:relative;z-index:1;
}
.longterm-num span{display:block;font-size:24px;letter-spacing:.18em;text-transform:uppercase;color:var(--green);
  -webkit-text-fill-color:var(--green);margin-top:8px}
.longterm-body{position:relative;z-index:1}
.longterm-body h3{font-size:36px;font-weight:600;line-height:1.15;margin:0 0 18px;color:#fff;letter-spacing:-.01em}
.longterm-body p{font-size:17px;line-height:1.55;color:#dcdbe5;margin:0;max-width:760px}
.longterm-tags{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}
.longterm-tags span{
  border:1px solid rgba(255,255,255,.18);border-radius:10em;padding:8px 16px;font-size:12px;font-weight:600;letter-spacing:.04em;color:#fff;
}
/* ---------- INCLUDED ---------- */
.included{background:var(--bg)}
.included-grid{display:grid;grid-template-columns:.9fr 1.4fr;gap:24px;align-items:stretch}
.included-card{
  background:#fff;border-radius:25px;padding:40px;border:1px solid var(--line);box-shadow:var(--soft-shadow);
}
.included-card.alt{
  background:var(--green);
  color:var(--black);border:1px solid #6fa54c;
  box-shadow:
    0 24px 56px rgba(86,143,55,.32),
    0 8px 18px rgba(28,27,41,.10),
    inset 0 1px 0 rgba(255,255,255,.30);
  position:relative;overflow:hidden;
}
.included-card.alt h3,
.included-card.alt .lead,
.included-card.alt .included-list{position:relative;z-index:1}
.included-deco{position:absolute;pointer-events:none;z-index:0;border-radius:50%}
.included-deco--a{
  width:280px;height:280px;top:-120px;right:-100px;
  background:#7eb45a;
}
.included-deco--b{
  width:200px;height:200px;bottom:-90px;left:-60px;
  background:#b8da9b;
}
.included-deco--c{
  width:90px;height:90px;top:44%;right:8%;
  background:#b8da9b;
}
.included-card h3{font-size:24px;font-weight:700;letter-spacing:.01em;margin:0 0 6px}
.included-card .lead{margin:0 0 26px;font-size:14px;color:#3d3c4a;font-weight:500;text-transform:uppercase;letter-spacing:.1em}
.included-card.alt .lead{color:#1c1b29;opacity:.8}
.included-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;margin:0;padding:0;list-style:none}
.included-card.alt .included-list{grid-template-columns:1fr}
.included-list li{
  display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.5;
}
.ic-bullet{
  flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--bg);display:grid;place-items:center;color:var(--black);margin-top:1px;
  border:1px solid var(--line);
}
.included-card.alt .ic-bullet{background:#fff;border-color:#fff}
.ic-bullet svg{width:12px;height:12px}
.ic-bullet--step{
  flex:0 0 36px;width:36px;height:36px;
  background:var(--black);border-color:var(--black);color:var(--green);
  box-shadow:0 2px 6px rgba(28,27,41,.18);
}
.included-card.alt .ic-bullet--step{background:var(--black);border-color:var(--black);color:var(--green)}
.ic-bullet--step svg{width:18px;height:18px}
.included-card.alt .included-list li{font-weight:600;align-items:center;gap:14px}
/* ---------- PORTAL ---------- */
.portal-wrap{
  display:grid;grid-template-columns:.95fr 1.15fr;gap:54px;align-items:center;
  min-width:0;
}
.portal-why{
  margin-top:32px;background:var(--salad);border-radius:25px;padding:24px 28px;font-size:15px;line-height:1.55;color:var(--black);
}
.portal-why b{font-weight:700}
.portal-list{margin:28px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}
.portal-list li{display:flex;gap:14px;align-items:flex-start;font-size:15px;line-height:1.55}
.portal-list li b{font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:13px;color:var(--black);margin-right:6px}
.portal-list .ic{
  flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#fff;display:grid;place-items:center;border:1px solid var(--line);
  box-shadow:var(--soft-shadow);
}
.portal-list .ic svg{width:14px;height:14px;color:var(--black)}

/* DASHBOARD MOCK */
.dash{
  --crm-bg:#f4f6fa;
  --crm-blue:#3699ff;
  --crm-blue-deep:#1c64f2;
  --crm-text:#181c32;
  --crm-muted:#7e8299;
  --crm-line:#e4e6ef;
  background:var(--crm-bg);border-radius:20px;padding:0;border:1px solid var(--crm-line);
  box-shadow:0 18px 40px rgba(28,27,41,.08), 0 4px 10px rgba(28,27,41,.04);
  min-width:0;overflow:hidden;
}
.dash-top{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:14px 18px;background:#fff;border-bottom:1px solid var(--crm-line);
}
.dash-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;color:var(--crm-text)}
.dash-brand .lm{
  width:30px;height:30px;border-radius:8px;
  background:linear-gradient(135deg, #d23647 0%, #1c1c2c 100%);
  color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;
}
.dash-top-actions{display:flex;align-items:center;gap:12px}
.dash-top-ic{
  position:relative;width:30px;height:30px;border-radius:8px;
  background:#f4f6fa;display:grid;place-items:center;color:var(--crm-muted);
}
.dash-top-ic svg{width:16px;height:16px}
.dash-top-ic .badge{
  position:absolute;top:-6px;right:-6px;
  width:16px;height:16px;padding:0;
  border-radius:50%;background:#f1416c;color:#fff;
  font-size:9px;font-weight:700;line-height:1;
  display:inline-flex;align-items:center;justify-content:center;
  border:2px solid #fff;box-sizing:content-box;
}
.dash-user{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--crm-muted)}
.dash-user .av{
  width:30px;height:30px;border-radius:50%;
  object-fit:cover;display:block;border:2px solid #fff;
  box-shadow:0 0 0 1px var(--crm-line);
}
.dash-tabs{
  display:flex;gap:24px;padding:0 18px;background:#fff;
  border-bottom:1px solid var(--crm-line);
}
.dash-tab{
  position:relative;padding:12px 0;font-size:13px;font-weight:600;color:var(--crm-muted);
  cursor:default;
}
.dash-tab.is-active{color:var(--crm-blue)}
.dash-tab.is-active::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--crm-blue);border-radius:2px;
}
.dash-grid{
  display:grid;grid-template-columns:repeat(12,1fr);gap:12px;
  padding:18px;background:var(--crm-bg);
}
.dash-card{
  background:#fff;border-radius:12px;padding:16px;border:1px solid var(--crm-line);
  box-shadow:0 1px 2px rgba(28,27,41,.03);
}
.dash-card .lbl{
  font-size:10px;font-weight:600;letter-spacing:.12em;color:var(--crm-muted);
  text-transform:uppercase;margin-bottom:8px;
}
.dash-card .val{font-size:18px;font-weight:700;color:var(--crm-text)}
.dash-card .sub{font-size:12px;color:var(--crm-muted);margin-top:4px}
.status-pill{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(54,153,255,.12);color:var(--crm-blue-deep);
  border-radius:10em;padding:4px 10px;font-size:10px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;
}
.status-pill::before{
  content:"";width:6px;height:6px;border-radius:50%;background:var(--crm-blue);
  box-shadow:0 0 0 3px rgba(54,153,255,.20);
}
.dash-row{
  display:flex;align-items:center;justify-content:space-between;padding:10px 0;
  border-bottom:1px solid var(--crm-line);font-size:13px;color:var(--crm-text);
}
.dash-row:last-child{border-bottom:0}
.dash-row .amt{font-weight:700}
.dash-photo{
  width:100%;height:90px;border-radius:10px;
  margin-top:8px;border:1px solid var(--crm-line);
  object-fit:cover;display:block;
}
/* ---------- TENANTS ---------- */
.tenants{background:#fff}
.tenant-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}
.tenant-list{margin:24px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.tenant-list li{
  display:flex;gap:14px;align-items:flex-start;background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:18px 22px;
  font-size:15px;line-height:1.5;
}
.tenant-list .num{
  flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;font-weight:700;color:var(--black);font-size:14px;
}
.tenant-aside{
  background:var(--bg);border-radius:25px;padding:34px;border:1px solid var(--line);
  display:grid;grid-template-columns:1fr;gap:16px;
}
.tenant-aside-main{display:grid;grid-template-columns:1fr;gap:12px}
.tenant-aside-side{display:block}
.tenant-aside h4{margin:0;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.tenant-aside p{margin:0;font-size:15px;line-height:1.55;color:#2d2c39}
.check-list{
  margin:4px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 12px;
}
.check-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  line-height:1.4;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:10px 12px;
}
.check-list .check{
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:10px;
  margin-top:0;
  background:linear-gradient(180deg,#f7f7fb 0%,#ffffff 100%);
  border:1px solid var(--line);
}
.check-list .check svg{
  width:16px;
  height:16px;
  color:var(--black);
  stroke-width:2.2;
}
.check-list li.check-list-callout{
  background:var(--green);
  border-color:#b7d99f;
  font-weight:600;
  align-items:center;
}
.check-list li.check-list-callout .check{
  background:#fff;
}
.tenant-callout{
  background:var(--green);border-radius:18px;padding:18px;font-weight:600;font-size:15px;line-height:1.45;
  display:flex;align-items:center;
}
/* ---------- PROCESS (sec 9) ---------- */
.process-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
  position:relative;
}
/* connecting timeline line behind cards on desktop */
.process-grid::before{
  content:"";position:absolute;left:48px;right:48px;top:64px;height:2px;
  background:repeating-linear-gradient(90deg, var(--green-deep) 0 6px, transparent 6px 14px);
  opacity:.5;z-index:0;
}
.process-step{
  background:#fff;border-radius:25px;padding:36px 28px 28px;border:1px solid var(--line);box-shadow:var(--soft-shadow);
  position:relative;display:flex;flex-direction:column;gap:14px;min-height:260px;
  z-index:1;
  transition:transform .25s ease, box-shadow .25s ease;
}
.process-step:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(28,27,41,.10)}
.process-step-num{
  position:absolute;top:24px;right:24px;
  font-size:54px;font-weight:700;line-height:1;letter-spacing:-.04em;
  background:linear-gradient(180deg, var(--green-deep) 0%, transparent 95%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.process-step h4{margin:0;font-size:20px;font-weight:700;letter-spacing:.01em}
.process-step p{margin:0;font-size:14.5px;line-height:1.55;color:#2d2c39}
.process-step .ic{
  width:56px;height:56px;border-radius:50%;background:var(--bg);border:1px solid var(--line);
  display:grid;place-items:center;color:var(--black);
}
.process-step .ic svg{width:24px;height:24px}
/* ---------- CALCULATOR ---------- */
.calc{background:var(--bg)}
.calc-table{
  background:#fff;border-radius:25px;border:1px solid var(--line);box-shadow:var(--soft-shadow);
  overflow:hidden;
}
.calc-row{display:grid;grid-template-columns:1.1fr 1fr 1fr;align-items:stretch}
.calc-row > div{padding:24px 28px;border-bottom:1px solid var(--line)}
.calc-row:last-child > div{border-bottom:0}
.calc-row.head > div{
  background:var(--black);color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;padding:18px 28px;
}
.calc-row.head > div + div{border-left:1px solid rgba(255,255,255,.08)}
.calc-row > div + div{border-left:1px solid var(--line)}
.calc-row .market{font-size:22px;font-weight:700}
.calc-row .market small{display:block;font-size:12px;font-weight:500;color:#5a5965;text-transform:uppercase;letter-spacing:.12em;margin-top:4px}
.calc-row .val{font-size:22px;font-weight:700;color:var(--black);letter-spacing:-.01em}
.calc-row .val small{display:block;font-size:13px;color:#5a5965;font-weight:500;margin-top:4px}
.calc-row .val .accent{color:var(--green-deep)}
.calc-foot{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;
  margin-top:24px;padding:22px 28px;background:#fff;border:1px solid var(--line);border-radius:25px;
}
.calc-foot p{margin:0;font-size:14px;color:#2d2c39}
.calc-future{
  margin-top:18px;font-size:13px;color:#5a5965;
}
.calc-future b{color:var(--black);font-weight:700}
.calc-live{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:25px;
  box-shadow:var(--soft-shadow);
  padding:24px 28px 28px;
}
.calc-live-head h3{
  margin:10px 0 0;
  font-size:30px;
  font-weight:600;
  letter-spacing:-.01em;
}
.calc-live-range{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.calc-live-range label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
  color:#5a5965;
}
.calc-live-input{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:160px;
  height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background:var(--bg);
  font-size:18px;
  font-weight:700;
  letter-spacing:-.01em;
  transition:border-color .15s, box-shadow .15s;
}
.calc-live-input:focus-within{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(141, 191, 100, .15);
}
.calc-price-input{
  width:100%;min-width:0;
  border:0;background:transparent;outline:none;
  font:inherit;color:inherit;letter-spacing:inherit;
  text-align:right;
  -moz-appearance:textfield;
}
.calc-price-input::-webkit-outer-spin-button,
.calc-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.calc-price-suffix{color:#5a5965;font-weight:600;font-size:14px;white-space:nowrap}
.calc-range-input{
  margin-top:14px;
  width:100%;
  appearance:none;
  -webkit-appearance:none;
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--green) 0%, var(--green) var(--range-progress,25%), #e8e6df var(--range-progress,25%), #e8e6df 100%);
  outline:none;
}
.calc-range-input::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--black);
  box-shadow:0 6px 16px rgba(28,27,41,.2);
  cursor:pointer;
}
.calc-range-input::-moz-range-thumb{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--black);
  box-shadow:0 6px 16px rgba(28,27,41,.2);
  cursor:pointer;
}
.calc-live-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.calc-live-card{
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--bg);
  padding:16px 18px;
}
.calc-live-card--link{
  display:block;text-decoration:none;color:inherit;
  position:relative;cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.calc-live-card--link::after{
  content:"";position:absolute;top:14px;right:14px;
  width:22px;height:22px;border-radius:50%;
  background:var(--black) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 5l7 7-7 7'/%3E%3C/svg%3E") center/12px no-repeat;
  opacity:0;transform:translateX(-4px);
  transition:opacity .2s ease, transform .2s ease;
}
.calc-live-card--link:hover{
  border-color:var(--green-deep);
  box-shadow:0 10px 24px rgba(86,143,55,.18);
  transform:translateY(-2px);
}
.calc-live-card--link:hover::after{opacity:1;transform:translateX(0)}
.calc-live-card--link:focus-visible{outline:2px solid var(--green-deep);outline-offset:2px}
.calc-live-card h4{
  margin:0;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
  color:#5a5965;
}
.calc-live-card .big{
  margin:8px 0 0;
  font-size:31px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.01em;
}
.calc-live-card .muted{
  font-size:14px;
  font-weight:500;
  color:#5a5965;
}
.calc-live-foot{
  margin-top:16px;
  border-top:1px solid var(--line);
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.calc-live-foot p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#2d2c39;
}
/* ---------- FORM SECTION ---------- */
.form-section{
  background:#fff;border-radius:25px;box-shadow:var(--box-shadow);
  display:grid;grid-template-columns:.95fr 1.05fr;overflow:hidden;border:1px solid var(--line);
}
.form-left{background:var(--green);padding:54px;display:flex;flex-direction:column;gap:18px;justify-content:space-between}
.form-left h2{margin:0;font-size:40px;font-weight:600;line-height:1.1;letter-spacing:-.01em}
.form-left p{margin:0;font-size:17px;line-height:1.5;color:#1c1b29}
.form-contacts{display:flex;flex-direction:column;gap:14px;font-size:15px}
.form-contacts a{display:inline-flex;align-items:center;gap:12px;font-weight:600}
.form-contacts .ico{width:36px;height:36px;border-radius:50%;background:#fff;display:grid;place-items:center}
.form-contacts .ico svg{width:18px;height:18px}
.form-right{padding:54px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 50px}
.form-grid .full{grid-column:1/-1}
.form-status{
  grid-column:1/-1;
  margin:0;padding:12px 16px;border-radius:14px;
  font-size:14px;line-height:1.45;
}
.form-status[data-kind="sending"]{background:#f4f6fa;color:#3d3c4a}
.form-status[data-kind="ok"]{background:rgba(151,198,128,.18);color:#3a6b1f;border:1px solid rgba(151,198,128,.4)}
.form-status[data-kind="duplicate"]{background:rgba(54,153,255,.10);color:#1c64f2;border:1px solid rgba(54,153,255,.3)}
.form-status[data-kind="error"]{background:rgba(241,65,108,.10);color:#b3094a;border:1px solid rgba(241,65,108,.3)}
button[type="submit"][aria-busy="true"]{opacity:.65;cursor:wait}
.field label{display:block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5a5965;margin-bottom:8px}
.field input, .field select{
  width:100%;background:var(--bg);border:1px solid var(--line);border-radius:10em;height:54px;padding:0 22px;font-size:15px;color:var(--black);
  appearance:none;
}
.field select{
  background:var(--bg) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231C1B29' stroke-width='2.5'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 22px center/14px;
  padding-right:48px;
}
.field input:focus, .field select:focus{outline:none;border-color:var(--black);background:#fff}
.check-field{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:#2d2c39;line-height:1.45}
.check-field input{appearance:none;width:20px;height:20px;border:1.5px solid var(--black);border-radius:6px;margin-top:1px;cursor:pointer;flex:0 0 20px}
.check-field input:checked{background:var(--black) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'><polyline points='20 6 9 17 4 12'/></svg>") no-repeat center/12px}
.form-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:14px}
/* ---------- FAQ ---------- */
.faq-layout{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start;
}
.faq-aside{position:sticky;top:140px}
.faq-aside .section-title{margin-top:18px}
.faq-aside__sub{
  margin-top:18px;font-size:17px;line-height:1.55;color:#3d3c4a;max-width:420px;
}
.faq-aside__cta{margin-top:32px;display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.faq-list{display:flex;flex-direction:column;gap:14px;margin:0}
.qna__item{
  background:#fff;border-radius:20px;border:1px solid var(--midgray);
  padding:0;overflow:hidden;transition:border-color .25s ease, box-shadow .25s ease;
}
.qna__item.open{border-color:var(--black);box-shadow:var(--soft-shadow)}
.qna__head{
  width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:24px 28px;cursor:pointer;background:transparent;
}
.qna__head:hover{background:var(--bg)}
.qna__q{font-size:17px;font-weight:600;line-height:1.4;color:var(--black);margin:0}
.qna__plus{
  flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:var(--bg);border:1px solid var(--line);
  display:grid;place-items:center;transition:transform .3s ease, background .25s ease, border-color .25s ease;
  position:relative;
}
.qna__plus::before,.qna__plus::after{content:"";position:absolute;background:var(--black);border-radius:2px;transition:transform .3s ease}
.qna__plus::before{width:14px;height:2px}
.qna__plus::after{width:2px;height:14px}
.qna__item.open .qna__plus{background:var(--green);border-color:var(--green);transform:rotate(135deg)}
.qna__body{
  font-size:15.5px;line-height:1.6;color:#2d2c39;
  max-height:0;overflow:hidden;
  opacity:0;
  transition:max-height .55s cubic-bezier(.22,.61,.36,1), opacity .32s ease;
}
.qna__body p{
  margin:0;
  padding:0 28px 24px 28px;
  transform:translateY(-8px);
  transition:transform .4s cubic-bezier(.22,.61,.36,1), padding-top .4s cubic-bezier(.22,.61,.36,1);
}
.qna__item.open .qna__body{
  max-height:640px;
  opacity:1;
}
.qna__item.open .qna__body p{
  padding-top:12px;
  transform:translateY(0);
}
/* ---------- ABOUT ---------- */
.about{background:var(--bg)}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:start}
.about-text p{font-size:17px;line-height:1.6;color:#2d2c39;margin:0 0 18px}
.about-meta{
  margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:16px;
}
.about-meta div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
.about-meta small{display:block;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.14em;color:#5a5965;margin-bottom:6px}
.about-meta b{font-size:15px;font-weight:600;line-height:1.4}
.team-list{display:flex;flex-direction:column;gap:14px}
.team-card{
  background:#fff;border:1px solid var(--line);border-radius:25px;padding:22px 24px;
  display:flex;align-items:center;gap:18px;box-shadow:var(--soft-shadow);
}
.team-av{
  flex:0 0 64px;width:64px;height:64px;border-radius:50%;background:var(--brown);
  display:grid;place-items:center;font-weight:700;font-size:20px;color:var(--black);
}
.team-av--img{object-fit:cover;display:block}
.team-card h5{margin:0 0 4px;font-size:17px;font-weight:700}
.team-card span{font-size:13px;color:#5a5965;font-weight:500}
/* ---------- FINAL CTA ---------- */
.final{padding-bottom:60px}
.final-wrap{
  background:var(--black);color:#fff;border-radius:25px;padding:80px;
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;
  position:relative;overflow:hidden;
}
.final-wrap::before{
  content:"";position:absolute;left:-100px;bottom:-100px;width:340px;height:340px;border-radius:50%;background:rgba(151,198,128,.16);
}
.final-wrap::after{
  content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:rgba(205,218,171,.12);
}
.final-wrap > *{position:relative;z-index:1}
.final-wrap h2{font-size:54px;font-weight:600;line-height:1.1;letter-spacing:-.015em;margin:0;max-width:1100px}
.final-wrap .sub{font-size:18px;color:#dcdbe5;max-width:680px;margin:0}
.final-wrap .btn{background:var(--green);color:var(--black);height:64px;padding:0 38px;font-size:14px}
.final-wrap .btn:hover{background:var(--green-deep)}
.final-wrap .btn .arr{background:var(--black);color:var(--green)}
/* ---------- FOOTER ---------- */
.footer{padding:0;background:transparent}
.footer-inner{
  background:var(--black);color:#fff;
  border-top-left-radius:25px;border-top-right-radius:25px;
  padding:80px 80px 50px;
}
.footer-grid{display:grid;grid-template-columns:1.4fr .9fr .9fr 1fr;gap:40px}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.footer-brand .lm{width:44px;height:44px;border-radius:50%;background:#fff;color:var(--black);display:grid;place-items:center;font-weight:700;box-shadow:inset 0 -10px 0 0 var(--green)}
.footer-logo-img{
  width:106px;height:106px;object-fit:contain;border-radius:14px;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.22));
}
.footer-brand .ls{display:flex;flex-direction:column}
.footer-brand b{font-size:11px;font-weight:400;letter-spacing:.08em;color:#d7d5e3}
.footer-brand span{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#a8a7b8}
.footer-desc{font-size:14px;color:#c4c3d2;line-height:1.6;max-width:360px}
.footer-title{font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0 0 22px}
.footer-col ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}
.footer-col a{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#dcdbe5;font-weight:500}
.footer-col a:hover{color:var(--green)}
.footer-contact li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#dcdbe5;line-height:1.5;text-transform:none;letter-spacing:0}
.footer-contact li .ic{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;flex:0 0 28px}
.footer-bottom{
  margin-top:60px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;
  font-size:12px;color:#8b8a9c;
}
.footer-bottom .legal{display:flex;gap:24px;flex-wrap:wrap}
.footer-bottom a:hover{color:var(--green)}
/* ---------- RESPONSIVE ---------- */
@media (max-width:1280px){
  .container{padding:0 24px}
  .hero-title{font-size:58px}
  .section-title{font-size:42px}
  .longterm-wrap{padding:50px;gap:40px}
  .longterm-num{font-size:160px}
  .final-wrap{padding:64px 48px}
  .final-wrap h2{font-size:44px}
  .faq-layout{gap:48px}
  .hf-pill--top{left:14px}
  .hf-pill--bot{right:14px}
  .pain-card{flex:0 0 calc((100% - 18px) / 2)}
  .logo-img{width:78px;height:78px}
  .logo-title{font-size:10px}
  .footer-logo-img{width:78px;height:78px}
  .footer-brand b{font-size:10px}
}
@media (max-width:1080px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero{padding-top:140px}
  .hero-blob--a{width:380px;height:380px;left:-150px}
  .hero-blob--b{width:420px;height:420px;right:-180px;top:200px}
  .header-nav{display:none}
  .burger{display:flex}
  .model-grid{grid-template-columns:1fr;gap:18px}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .process-grid::before{display:none}
  .portal-wrap, .tenant-grid, .about-grid, .included-grid{grid-template-columns:1fr;gap:32px}
  .form-section{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .longterm-wrap{grid-template-columns:1fr;text-align:left}
  .longterm-num{font-size:120px}
  .faq-layout{grid-template-columns:1fr;gap:36px}
  .faq-aside{position:static}
  .hf-pill{max-width:min(62%, 240px)}
  .hf-pill--top{top:14px;left:14px}
  .hf-pill--bot{bottom:14px;right:14px}
  .trust-inner{justify-content:flex-start;gap:12px}
  .pain-card{flex:0 0 100%}
  .tenant-list{grid-template-columns:1fr}
  .tenant-aside{grid-template-columns:1fr}
  .tenant-aside-side{display:block}
  .check-list{grid-template-columns:1fr}
  .calc-live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .logo-img{width:72px;height:72px}
  .logo-title{font-size:9px}
  .footer-logo-img{width:72px;height:72px}
  .footer-brand b{font-size:9px}
}
@media (max-width:760px){
  section{padding:20px 0}
  section.tight{padding:16px 0}
  .section-head{margin-bottom:12px}
  .header{height:64px}
  .header.active{height:58px}
  .header-right{gap:10px}
  .logo-stack{display:none}
  .logo-img{width:72px;height:72px}
  .burger{width:30px;height:22px;padding:2px 0}
  .burger span{height:2px}
  .burger.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .burger.active span:nth-child(2){opacity:0}
  .burger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .header-right .btn{
    height:36px;
    padding:0 12px;
    font-size:10px;
    letter-spacing:.05em;
    gap:6px;
  }
  .header-right .btn .arr{width:18px;height:18px}
  .hero{padding-top:82px;padding-bottom:20px}
  .hero-grid{gap:16px}
  .hero-title{font-size:27px;line-height:1.08}
  .hero-sub{font-size:15px;margin-top:14px}
  .hero-eyebrow{font-size:11px;padding:8px 18px 8px 8px}
  .hero-photo-slider{display:none}
  .hero-side{gap:0}
  .hero-form{padding:16px}
  .hero-cta-row{margin-top:16px;gap:10px}
  .hero-meta{display:none}
  .hero-cta-row .wa,
  .faq-aside__cta .wa{gap:10px}
  .hero-cta-row .wa .wa-ico,
  .faq-aside__cta .wa .wa-ico{width:32px;height:32px}
  .hero-cta-row .wa .wa-ico svg,
  .faq-aside__cta .wa .wa-ico svg{width:18px;height:18px}
  .hero-cta-row .wa > span:last-child,
  .faq-aside__cta .wa > span:last-child{display:block}
  .hf-pill{font-size:10.5px;padding:6px 11px;max-width:min(64%, 190px)}
  .hf-pill--bot{bottom:12px}
  .section-title{font-size:22px;line-height:1.18}
  .section-subtitle{font-size:14px;margin-top:10px}
  .trust-inner{
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    gap:10px;
    padding-bottom:2px;
  }
  .trust-inner::-webkit-scrollbar{display:none}
  .trust-item{flex:0 0 auto}
  .trust-item{font-size:12px;gap:8px}
  .trust-item .ti-num{font-size:17px}
  .trust-ico{width:24px;height:24px;flex:0 0 24px}
  .trust-ico svg{width:12px;height:12px}
  .pain-slider{grid-template-columns:1fr;gap:10px}
  .pain-slider .slider-arrow{display:none}
  .pain-card{padding:16px;min-height:auto}
  .included-list{grid-template-columns:1fr}
  .included-card{padding:20px}
  .included-grid{gap:14px}
  .portal-wrap{gap:16px}
  .portal-list{
    flex-direction:column;
    gap:8px;
    padding-bottom:0;
    margin-top:16px;
    overflow:visible;
  }
  .portal-list li{
    min-width:0;
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    padding:10px 12px;
  }
  .portal-why{margin-top:14px;padding:16px 18px;border-radius:18px}
  /* #207 Andrey 2026-06-01 P1: drop inner padding so the dash fills the
     container edge-to-edge on mobile, matching the rest of the page. */
  .dash{padding:0;border-radius:14px;overflow:hidden}
  .dash-top{padding:12px 14px}
  .dash-tabs{padding:0 14px;gap:18px}
  .dash-grid{padding:14px;gap:10px}
  /* P2: same idea for the Internal Checklist card. */
  .tenant-aside{padding:18px;border-radius:18px}
  .check-list li{padding:10px 12px}
  .dash-grid{
    display:grid;
    grid-template-columns:1fr;
    overflow:visible;
    gap:8px;
    margin-top:12px;
  }
  .dash-card{
    min-width:0;
    border-radius:14px;
    padding:12px;
    grid-column:auto !important;
  }
  .model-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    scroll-snap-type:x mandatory;
    padding-bottom:4px;
  }
  .model-card{
    flex:0 0 86vw;
    scroll-snap-align:start;
    padding:22px;
  }
  .model-tip{margin-top:18px;padding:16px 18px;border-radius:18px}
  .longterm-wrap{padding:36px 28px}
  .longterm-num{font-size:96px}
  .longterm-body h3{font-size:26px}
  .process-grid{
    display:flex;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    gap:12px;
    padding-bottom:4px;
  }
  .process-grid::-webkit-scrollbar{display:none}
  .process-step{
    flex:0 0 84vw;
    max-width:340px;
    min-height:220px;
    scroll-snap-align:start;
    padding:22px 18px;
  }
  .process-step-num{font-size:34px;top:16px;right:16px}
  .calc-table{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:18px}
  .calc-row{grid-template-columns:1.1fr 1fr 1.3fr 1fr;min-width:720px}
  .calc-row.head{display:grid}
  .calc-row > div{padding:14px 16px;border-bottom:1px solid var(--line)}
  .calc-row .market{grid-column:auto;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:0}
  .calc-live{padding:18px}
  .calc-live-head h3{font-size:24px}
  .calc-live-range{flex-direction:column;align-items:stretch;gap:10px}
  .calc-live-input{width:100%}
  /* #207 Andrey 2026-06-01 P3: on mobile the price reads left-to-right
     so the input value should hug the left edge, not be pushed to the right. */
  .calc-price-input{text-align:left}
  .calc-live-grid{grid-template-columns:1fr;gap:10px}
  .calc-live-card .big{font-size:26px}
  .calc-live-foot{flex-direction:column;align-items:stretch}
  .calc-live-foot .btn{width:100%}
  .form-left, .form-right{padding:32px}
  .form-grid{grid-template-columns:1fr;gap:20px}
  .form-left h2{font-size:28px}
  /* #207 Andrey 2026-06-01 P4: bring back the WhatsApp number on mobile
     (it was hidden, leaving a lonely chat bubble that looked broken). The
     row should match the email contact right below it — small circular
     white icon + label. */
  .form-contacts .form-wa{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:0;
    background:transparent;
    box-shadow:none;
    width:auto;
    height:auto;
    border-radius:0;
  }
  .form-contacts .form-wa .ico{
    flex:0 0 36px;
    width:36px;
    height:36px;
    background:#fff;
    border-radius:50%;
    display:grid;
    place-items:center;
  }
  .form-contacts .form-wa .ico svg{width:18px;height:18px}
  .form-contacts .form-wa .form-wa-text{display:inline;font-size:14px;font-weight:600;line-height:1.35}
  .form-cta-row .btn{width:100%}
  .form-cta-row{gap:10px}
  .qna__head{padding:20px 22px}
  .qna__body p{padding:0 22px 20px}
  .qna__q{font-size:15.5px}
  .final-wrap{padding:34px 18px;border-radius:25px;gap:16px;align-items:center;text-align:center}
  .final-wrap h2{font-size:24px}
  .final-wrap .btn{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    padding:0 14px;
    justify-content:center;
    white-space:normal;
    text-align:center;
  }
  .final-wrap .sub{font-size:14px;line-height:1.5}
  .footer-inner{padding:48px 24px 32px;border-radius:25px 25px 0 0}
  .footer-grid{
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "brand brand"
      "linky sekcie"
      "kontakt kontakt";
    gap:20px 18px;
  }
  .footer-grid > div:nth-child(1){grid-area:brand}
  .footer-grid > div:nth-child(2){grid-area:linky}
  .footer-grid > div:nth-child(3){grid-area:sekcie}
  .footer-grid > div:nth-child(4){grid-area:kontakt}
  .footer-col ul{gap:8px}
  .footer-title{font-size:15px;margin:0 0 10px}
  .footer-col a{font-size:11px;letter-spacing:.03em}
  .footer-contact li{font-size:12px}
  .about-meta{grid-template-columns:1fr}
  .container{padding:0 16px}
  .trust-divider{display:none}
  .logo-img{width:72px;height:72px}
  .logo-title{font-size:8px}
  .footer-logo-img{width:118px;height:118px}
  .footer-brand b{font-size:10px}
  .header-phone{display:none}
  .header-lang{display:none}
}

@media (max-width:380px){
  .footer-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "brand"
      "linky"
      "sekcie"
      "kontakt";
  }
}

/* #207 Andrei 2026-06-02: responsive fixes for ≤480px header */
@media (max-width:480px){
  .header-inner{gap:8px}
  .logo{flex:none;gap:6px}
  .header-right{gap:8px;flex-wrap:nowrap}
  .header-right .btn{height:36px;padding:0 12px;font-size:11px}
  .header-right .btn .arr{width:18px;height:18px}
  .header-phone{display:none}
  /* enlarge tap area around 8px slider dots (visual size stays the same,
     padding extends the clickable region per WCAG 2.5.5) */
  .slider-dots{gap:4px}
  .slider-dots button{box-sizing:content-box;padding:8px;background-clip:content-box;border:0}
  .slider-dots button.is-active{background-clip:content-box}
}

/* #207 Andrei 2026-06-03: lang-switch moves into mobile menu, logo back up */
@media (max-width:760px){
  /* Andrei item 1.1: hide the inline lang-switch on mobile - it now lives
     inside the burger menu (.mnav-lang) so the top bar gets breathing room */
  .header-right .lang-switch{display:none}
}
@media (max-width:480px){
  /* Andrei item 1.2: enlarge the mobile logo. The lang-switch is gone now
     so the top bar has the room. */
  .logo-img{width:72px;height:72px}
}
.mnav-lang{
  display:flex;justify-content:center;gap:8px;margin-top:24px;
  padding:6px;border:1px solid var(--line);border-radius:999px;background:var(--bg);
  align-self:center;
}
.mnav-lang__btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:48px;height:40px;padding:0 16px;border-radius:999px;
  font-size:14px;font-weight:700;letter-spacing:.08em;
  color:#5a5965;text-transform:uppercase;transition:.15s;
}
.mnav-lang__btn.is-active{background:var(--black);color:#fff}

/* #207 Andrei 2026-06-03: iOS Safari horizontal swipe on .pain slider.
   touch-action:pan-y tells the browser "vertical scroll OK, horizontal
   gesture belongs to me" so the gesture is delivered to our pointer
   handlers reliably from the first frame (instead of iOS classifying
   the gesture as a page scroll because passive touchstart cannot cancel). */
.pain-viewport{touch-action:pan-y}
.pain-track{touch-action:pan-y}

/* ---------- MODAL ---------- */
.modal{
  position:fixed;inset:0;z-index:160;display:none;
}
.modal.open{display:block}
.modal-overlay{
  position:absolute;inset:0;background:rgba(18,17,28,.56);backdrop-filter:blur(3px);
}
.modal-dialog{
  position:relative;z-index:1;max-width:520px;width:calc(100% - 28px);
  margin:8vh auto 0;background:#fff;border:1px solid var(--line);
  border-radius:24px;box-shadow:var(--box-shadow);padding:24px;
}
.modal-close{
  position:absolute;right:12px;top:10px;width:34px;height:34px;border-radius:50%;
  border:1px solid var(--line);background:var(--bg);font-size:20px;line-height:1;
}
.modal-dialog h3{margin:0 34px 6px 0;font-size:24px}
.modal-dialog p{margin:0 0 16px;color:#5a5965}
.modal-form{display:flex;flex-direction:column;gap:10px}
.modal-form input{
  background:var(--bg);border:1px solid var(--line);border-radius:10em;height:50px;padding:0 18px;
}
.modal-form input:focus{outline:none;border-color:var(--black);background:#fff}
