:root{
  --bg:#081528;
  --panel:#fff;
  --light:#f7f9fc;
  --cream:#f3eadc;
  --text:#09152b;
  --muted:#445064;
  --line:#e6ebf2;
  --orange:#ff6422;
  --navy:#08172d;
  --navy2:#10284d;
  --shadow:0 22px 55px rgba(8,18,40,.09);
  --soft:0 10px 26px rgba(8,18,40,.06);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Plus Jakarta Sans',sans-serif;
  line-height:1.45;
  font-weight:400;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
svg{display:block}

.site-shell{
  max-width:1440px;
  margin:0 auto;
  background:#fff;
}

.svg-sprite{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
  pointer-events:none;
}

.icon-svg,.inline-icon,.btn-icon{
  width:1em;
  height:1em;
  display:inline-block;
  flex:0 0 auto;
  stroke:currentColor;
  fill:none;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.btn-icon,.inline-icon{width:18px;height:18px}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:18px 36px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:0;
  font-size:22px;
  font-weight:800;
  letter-spacing:.01em;
}
.brand-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:none;
  max-height:none;
}
.nav{
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
  font-size:14px;
  font-weight:700;
}
.nav a{opacity:.92}
.nav a:hover{color:var(--orange)}
.nav-button:hover{filter:brightness(1.04);color:#fff!important}
.nav-button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:10px;
  background:var(--orange);
  color:#fff!important;
  font-weight:800;
  font-variation-settings:"wght" 800;
  box-shadow:0 10px 22px rgba(255,100,34,.25);
}

.button{
  min-height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 22px;
  border-radius:12px;
  border:1px solid #d7ddea;
  background:#fff;
  color:var(--text);
  font-size:15px;
  font-weight:800;
  font-variation-settings:"wght" 800;
  line-height:1.12;
  box-shadow:0 8px 24px rgba(8,18,40,.04);
}
.button small{display:block;font-size:.92em;font-weight:600;opacity:.78;margin-top:2px}
.button .button-meta{
  display:block;
  margin-left:0;
  font-size:.92em;
  font-weight:600;
  color:#7b8494;
  opacity:1;
}
.button-icon-image{
  width:40px;
  height:40px;
  flex:0 0 auto;
  object-fit:contain;
  display:block;
}
.button-primary{
  background:var(--orange);
  border-color:var(--orange);
  color:#fff;
  box-shadow:0 12px 28px rgba(255,100,34,.26);
  width:300px;
}
.button-primary:hover{filter:brightness(1.02)}
.button-light{background:#fff}
.button-light--stack{
  min-height:64px;
  align-items:center;
  padding-right:18px;
  width:280px;
}
.button-light--stack > span{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.button-light--stack .button-icon-image{
  margin-left:6px;
}
.button-primary .button-icon-image{
  margin-left:8px;
}
.hero,.familiar,.cost,.help,.audience,.examples,.about,.contact{
  padding:clamp(34px,5vw,58px);
}
.section-panel{scroll-margin-top:96px}

.section-head{max-width:980px;margin:0 auto 28px}
.section-head h2,
.cost h2,
.audience h2,
.about h2,
.contact h2,
.dark-content h2{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  letter-spacing:-.04em;
  line-height:1.06;
  font-weight:900;
  font-variation-settings:"wght" 900;
}
.section-head h2,
.cost h2,
.audience h2,
.about h2,
.contact h2{font-size:clamp(2.4rem,4.7vw,3.25rem)}
.section-head p{margin:14px 0 0;color:#3f4b5f;font-size:clamp(1.05rem,1.5vw,1.15rem);font-weight:500}
.section-head-center{text-align:center}
h1{
  font-family:Inter,Segoe UI,Arial,sans-serif;
}
h2{
  font-family:Inter,Segoe UI,Arial,sans-serif;
}

.media-slot{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(214,222,232,.95);
  box-shadow:var(--shadow);
}
.scene-illustration{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero{
  display:block;
  position:relative;
  padding-top:clamp(46px,6vw,72px);
  overflow:hidden;
  padding-right:0;
  min-height:620px;
}
.hero-copy{
  position:absolute;
  z-index:3;
  top:clamp(34px,5vw,64px);
  left:clamp(28px,4vw,56px);
  width:min(1240px,calc(100% - 48px));
  max-width:none;
}
.hero h1{
  margin:0 0 28px;
  width:min(1040px,100%);
  max-width:none;
  font-size:62px;
  line-height:1.04;
  letter-spacing:-.048em;
  font-weight:900;
}
.hero h1 .hero-chaos-wrap{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  color:var(--orange);
  line-height:inherit;
}
.hero h1 .hero-chaos-text{
  display:inline-block;
  line-height:inherit;
}
.hero h1 .hero-chaos-underline{
  display:block;
  width:min(510px,100%);
  height:auto;
  margin-top:0;
  transform:translateY(-2px);
}
.hero p{
  max-width:880px;
  margin:0 0 30px;
  color:#2f3b4f;
  font-size:clamp(1.12rem,1.65vw,1.3rem);
  line-height:1.56;
  font-weight:500;
}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.hero-actions .button{flex:0 0 auto;min-width:0;max-width:100%}
.hero-actions .button > span{min-width:0}
.hero-media{
  position:relative;
  width:632px;
  height:520px;
  margin-top:0;
  margin-left:auto;
  border:none;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  margin-right:0;
}
.hero-media::before,
.dark-media::before{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.hero-media::before{
  display:none;
}
.hero-media .scene-illustration{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:none;
  object-position:left top;
  -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 8%, rgba(0,0,0,.7) 14%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
  mask-image:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 8%, rgba(0,0,0,.7) 14%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
}
.hero-placeholder{
  position:absolute;
  z-index:4;
  width:150px;
  height:66px;
  background:rgba(255,255,255,.78);
  border:1px dashed rgba(15,25,40,.16);
  border-radius:12px;
  box-shadow:0 14px 32px rgba(8,18,40,.12);
  backdrop-filter:blur(2px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  text-align:center;
  color:#0d1420;
  font-family:"Comic Sans MS","Comic Sans",cursive;
  font-size:18px;
  line-height:1.05;
  font-weight:400;
  letter-spacing:-0.01em;
}
.note-a{top:42px;left:58px}
.note-b{top:42px;right:58px}
.note-c{top:164px;right:56px}
.note-d{right:108px;bottom:78px}

.familiar{background:#fff;border-top:1px solid var(--line)}
.pain-row{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}
.pain-card,
.help-card,
.case-card{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--soft);
}
.pain-card{
  min-height:194px;
  padding:18px 14px 16px;
  text-align:center;
}
.pain-icon,
.help-icon{
  display:grid;
  place-items:center;
  color:var(--orange);
}
.pain-icon{
  width:100px;
  height:100px;
  margin:0 auto 16px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(8,23,45,.20),rgba(8,23,45,.12));
  overflow:hidden;
}
.pain-icon .icon-svg,.help-icon .icon-svg{width:24px;height:24px}
.pain-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
  display:block;
}
.pain-photo--zoom{
  transform:scale(1.16);
  transform-origin:center;
}
.pain-card p{margin:0;color:#14213a;font-size:15px;line-height:1.32;font-weight:700}

.cost{
  position:relative;
  overflow:hidden;
  padding:0;
  background:none;
  aspect-ratio:auto;
  min-height:620px;
}
.cost-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:calc(50% - 40px) center;
  border-radius:0;
  box-shadow:none;
  z-index:0;
}
.cost-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:#f5f4f1;
  text-shadow:0 2px 4px rgba(0,0,0,.55);
}
.cost-overlay-label{
  position:absolute;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  font-size:22px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.01em;
  text-align:center;
  max-width:none;
  transform:translate(-50%,-50%);
  color:#fff;
  -webkit-text-stroke:0 transparent;
  text-shadow:
    1px 0 0 rgba(0,0,0,.64),
    -1px 0 0 rgba(0,0,0,.64),
    0 1px 0 rgba(0,0,0,.64),
    0 -1px 0 rgba(0,0,0,.64),
    1px 1px 0 rgba(0,0,0,.42),
    -1px 1px 0 rgba(0,0,0,.42),
    1px -1px 0 rgba(0,0,0,.42),
    -1px -1px 0 rgba(0,0,0,.42);
  white-space:nowrap;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.cost-overlay-label > span{
  display:block;
}
.cost-overlay-label-1{left:calc(58.6% - 65px);top:calc(27.9% + 135px)}
.cost-overlay-label-2{left:calc(58.1% - 60px);top:calc(43.9% + 100px)}
.cost-overlay-label-3{left:calc(57.2% - 60px);top:calc(58.7% + 80px)}
.cost-overlay-label-chaos{
  left:calc(56.3% - 55px);
  top:calc(82.3% - 15px);
  font-size:22px;
  font-weight:800;
  letter-spacing:.04em;
}
.cost-overlay-label-wyniki{
  left:calc(92.2% - 20px);
  top:calc(66.5% + 10px);
  font-size:22px;
  font-weight:800;
  letter-spacing:.04em;
}
.cost-copy{
  position:relative;
  z-index:2;
  max-width:560px;
  padding:clamp(28px,4vw,42px);
}
.cost h2{
  font-size:clamp(2.3rem,4.8vw,3.35rem);
  display:inline-block;
  width:max-content;
  max-width:none;
}
.cost p{max-width:440px;margin:14px 0 16px;color:#3f4b5f;font-size:17px;font-weight:500}
.cost-practice-card{
  max-width:520px;
  padding:16px 16px 14px;
  border:1px solid #eadfd7;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 16px 34px rgba(66,34,12,.09);
  backdrop-filter:blur(4px);
}
.cost-practice-title{
  margin:0 0 10px;
  color:#172036;
  font-size:17px;
  font-weight:800;
  line-height:1.25;
}
.cost-practice-list{
  display:grid;
  gap:10px;
}
.cost-practice-row{
  display:grid;
  grid-template-columns:auto auto auto 1fr;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:12px;
  background:#f8f3ee;
  color:#172036;
  font-size:15px;
  font-weight:700;
  line-height:1.35;
}
.cost-practice-icon{
  color:var(--orange);
  width:18px;
  height:18px;
  flex:0 0 auto;
  margin-top:1px;
}
.cost-practice-arrow-icon{
  color:var(--orange);
  width:16px;
  height:16px;
  flex:0 0 auto;
  margin-top:1px;
}
.cost-practice-foot{
  margin-top:10px;
  color:#526076;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}

.help{background:#fff}
.help-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.help-card{padding:24px 18px 22px;text-align:center}
.help-icon{
  width:100px;
  height:100px;
  margin:0 auto 14px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,107,34,.10),rgba(16,40,77,.05));
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.help-photo{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.help-card h3{margin:0 0 8px;font-size:19px;line-height:1.2;font-weight:700}
.help-card p{margin:0;color:#526076;font-size:15px;line-height:1.38;font-weight:500}

.dark-cta{
  display:grid;
  grid-template-columns:minmax(260px,.92fr) minmax(0,1.08fr);
  gap:0;
  align-items:stretch;
  margin-inline:0;
  padding:0;
  border-radius:0;
  overflow:hidden;
  background:linear-gradient(135deg,var(--navy),var(--navy2));
}
.dark-media{
  min-height:300px;
  border:none;
  border-right:1px solid rgba(255,255,255,.08);
  border-radius:0;
  background:linear-gradient(180deg,#18345f,#0b1b36);
}
.dark-media::before{
  width:240px;
  height:240px;
  right:-90px;
  top:-90px;
  background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 70%);
}
.dark-content{
  padding:38px 40px 34px 44px;
  margin-left:-30px;
  position:relative;
  z-index:2;
  background:linear-gradient(135deg,rgba(8,23,45,.98),rgba(16,40,77,.98));
  border-left:1px solid rgba(255,255,255,.08);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "title title"
    "points button";
  align-items:center;
  column-gap:34px;
  row-gap:18px;
}
.dark-content h2{
  grid-area:title;
  max-width:840px;
  color:#fff;
  font-size:clamp(2.15rem,4.6vw,3.45rem);
  line-height:.98;
  font-weight:800;
  font-variation-settings:"wght" 800;
  letter-spacing:-.04em;
  margin:0;
}
.dark-points{
  grid-area:points;
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:0;
  align-self:center;
  color:#eaf0ff;
  font-weight:600;
  font-size:17px;
}
.dark-points span,.footer-points span,.mini-icons span,.check-list li{display:flex;align-items:center;gap:10px}
.dark-points span::before,.footer-points span::before{content:none}
.dark-cta-button{
  grid-area:button;
  align-self:flex-end;
  width:auto;
  min-width:0;
  max-width:max-content;
  justify-content:space-between;
  padding-inline:22px;
  justify-self:end;
  align-self:center;
  font-weight:700;
  font-variation-settings:"wght" 700;
  font-family:Inter,Segoe UI,Arial,sans-serif;
}
.dark-cta-button > span{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.02;
  font-size:18px;
  letter-spacing:-.03em;
  font-weight:700;
}
.button-icon-image--white{
  width:38px;
  height:38px;
  flex:0 0 auto;
  filter:brightness(0) invert(1);
  margin-left:18px;
}
.audience{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:34px;
  align-items:center;
  background:#fff;
}
.audience h2 span{color:var(--orange)}
.check-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:15px;
}
.check-list li{color:#27344a;font-size:18px;font-weight:600;align-items:flex-start}
.check-list .inline-icon{margin-top:2px;color:var(--orange)}
.audience-photo,.about-photo{
  min-height:360px;
}
.case-image{
  min-height:190px;
}
.audience-photo,.about-photo{border-radius:18px}

.examples{background:#fff}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.case-card{overflow:hidden}
.case-image{border:none;border-bottom:1px solid var(--line);border-radius:0}
.case-body{padding:18px 18px 20px}
.case-body span{display:block;margin-bottom:8px;color:var(--orange);font-size:14px;font-weight:700}
.case-body h3{margin:0 0 14px;font-size:21px;line-height:1.18;font-weight:700}
.case-body ul{margin:0;padding-left:18px;display:grid;gap:8px;color:#344053;font-weight:600}
.examples-note{margin:30px 0 0;text-align:center;color:#3f4b5f;font-size:18px;font-weight:500}

.about{background:#fff}
.about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.98fr);gap:34px;align-items:center}
.about-copy p{max-width:610px;color:#3f4b5f;font-size:19px;font-weight:500}
.compact{margin-top:24px}
.stats-box{
  margin-top:42px;
  padding:34px;
  border-radius:22px;
  background:#f7f9fc;
  border:1px solid var(--line);
}
.stats-box h2{text-align:center;font-size:clamp(2.1rem,4vw,2.7rem);margin-bottom:10px}
.stats-lead{
  margin:0 auto 22px;
  max-width:860px;
  text-align:center;
  color:#526076;
  font-size:17px;
  font-weight:500;
  line-height:1.5;
}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.stats-row div{
  padding:22px 15px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--soft);
}
.stats-row .counter-number{
  display:block;
  margin-bottom:8px;
  color:var(--orange);
  font-size:44px;
  line-height:1;
  font-weight:800;
  font-variation-settings:"wght" 800;
}
.stats-row span{color:#263348;font-weight:600}
.counter-number{font-variant-numeric:tabular-nums}
.mini-icons{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:24px 0}
.mini-icons span{
  justify-content:center;
  padding:11px 8px;
  border:1px solid #dde5f0;
  border-radius:13px;
  background:#fff;
  color:#27344a;
  font-size:13px;
  font-weight:600;
  box-shadow:none;
}
.mini-icons .inline-icon{color:var(--orange)}
.stats-note{margin:0;text-align:center;color:#3f4b5f;font-size:17px;font-weight:500}

.contact{
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(0,.62fr) minmax(0,1.06fr);
  gap:28px;
  align-items:start;
  background:#fff;
}
.contact p{max-width:530px;margin:0;color:#3f4b5f;font-size:19px;font-weight:500}
.contact-list{display:grid;gap:16px;margin-top:26px;color:#263348;font-size:18px;font-weight:700}
.contact-list span{display:flex;align-items:center;gap:10px}
.contact-list .inline-icon{color:var(--orange)}
.contact-photo{
  align-self:end;
  justify-self:center;
  width:min(100%, 748px);
  pointer-events:none;
  margin-bottom:-71px;
  z-index:2;
}
.contact-portrait{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.contact-form{
  display:grid;
  gap:14px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--soft);
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  padding:15px 16px;
  border:1px solid #d7dee9;
  border-radius:9px;
  background:#fff;
  color:#111827;
}
.contact-form textarea{min-height:125px;resize:vertical}
.contact-form button{width:100%;border:0;cursor:pointer}

.footer{
  margin-inline:0;
  padding:23px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-radius:0;
  background:#08172d;
  color:#fff;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:24px;
  font-weight:700;
  line-height:1.1;
}
.footer-brand strong{color:var(--orange)}
.footer-points{display:flex;flex-wrap:wrap;gap:30px;color:#e6edf8;font-weight:600}
.footer-points .inline-icon{color:var(--orange)}

@media (max-width:1180px){
  .hero,.dark-cta,.audience,.about-grid,.contact{grid-template-columns:1fr}
  .hero{min-height:560px}
  .hero-copy{
    width:min(980px,calc(100% - 64px));
  }
  .hero-media{width:632px;height:520px}
  .hero h1{font-size:52px}
  .pain-row,.help-row{grid-template-columns:repeat(3,1fr)}
  .case-grid,.stats-row{grid-template-columns:repeat(2,1fr)}
  .mini-icons{grid-template-columns:repeat(3,1fr)}
  .dark-content{
    margin-left:0;
    padding:32px 30px 28px;
    border-left:none;
    border-top:1px solid rgba(255,255,255,.08);
    grid-template-columns:1fr auto;
    row-gap:16px;
  }
  .contact-photo{
    width:min(100%, 520px);
    margin:0 auto -18px;
  }
}

@media (max-width:760px){
  .topbar{padding:18px;align-items:flex-start;flex-direction:column}
  .nav{gap:14px 18px}
  .hero,.familiar,.help,.audience,.examples,.about,.contact{padding:34px 22px}
  .hero-actions .button{flex:1 1 100%;width:100%}
  .hero{min-height:0}
  .hero-copy{
    position:relative;
    top:auto;
    left:auto;
    width:100%;
  }
  .hero-media{
    width:100%;
    height:auto;
    margin-left:0;
  }
  .hero-media .scene-illustration{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
    object-fit:none;
    -webkit-mask-image:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 8%, rgba(0,0,0,.7) 14%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
    mask-image:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 8%, rgba(0,0,0,.7) 14%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%);
  }
  .hero h1{font-size:39px}
  .hero p,.contact p,.about p{font-size:18px}
  .hero-media,.dark-media,.audience-photo,.about-photo,.case-image{min-height:280px}
  .cost{aspect-ratio:auto;min-height:0}
  .hero-placeholder{width:122px;height:54px}
  .note-a{top:18px;left:52px}.note-b{top:18px;right:12px}.note-c{top:148px;right:14px}.note-d{right:34px;bottom:62px}
  .pain-row,.help-row,.case-grid,.stats-row,.mini-icons,.loss-grid{grid-template-columns:1fr}
  .loss-grid{max-width:none}
  .dark-content{padding:26px 22px 24px}
  .dark-points{gap:14px 18px}
  .footer{padding:20px;flex-direction:column;align-items:flex-start}
  .footer-brand{font-size:20px;gap:10px}
  .footer-points{gap:14px 18px}
  .contact-photo{
    width:min(100%, 320px);
    margin:0 auto -8px;
    transform:translateY(0);
  }
}
