:root{
  --navy:#0b3977;
  --blue:#2f69ac;
  --line:#4f7fb7;
  --body:#30415b;
  --circle:#dcebf4;
  --contact:#e6f1fa;
  --cream:#f6efe4;
}

*{box-sizing:border-box}
html{background:#404040}
body{
  margin:0;
  padding:20px;
  color:var(--body);
  background:#404040;
  font-family:Georgia, "Times New Roman", serif;
}

.poster{
  width:min(1024px,100%);
  margin:0 auto;
  background:#fff;
  position:relative;
  overflow:hidden;
  box-shadow:0 8px 26px rgba(0,0,0,.24);
}
.poster-inner{padding:24px 36px 18px}

.hero{
  min-height:220px;
  display:grid;
  grid-template-columns:58% 42%;
  position:relative;
}
.hero-copy{position:relative;z-index:2;padding-top:0}
h1{
  margin:0;
  color:#0a315f;
  font-family:Georgia,"Times New Roman",serif;
  font-size:59px;
  line-height:.98;
  letter-spacing:-2.2px;
  font-weight:700;
  white-space:nowrap;
}
.subtitle{
  margin:6px 0 0;
  color:#1d66a3;
  font-size:23px;
  line-height:1.15;
  white-space:nowrap;
}
.brand-wave{width:370px;height:43px;margin-top:12px;color:#3977b4}
.brand-wave svg{width:100%;height:100%}
.keywords{
  margin:-2px 0 0 4px;
  color:#316aa9;
  font-family:Georgia,"Times New Roman",serif;
  font-size:12px;
  letter-spacing:4.2px;
  white-space:nowrap;
}
.hero-image-wrap{position:relative;height:220px;overflow:visible}
.hero-image{
  position:absolute;
  right:-4px;
  bottom:-1px;
  width:100%;
  max-width:430px;
  height:auto;
  object-fit:contain;
}
.script{font-family:"Segoe Print","Bradley Hand",cursive;color:#2b65a0;font-weight:600}
.top-script{
  position:absolute;
  z-index:3;
  top:-10px;
  right:0px;
  font-size:25px;
  line-height:.88;
  text-align:center;
  transform:rotate(-8deg);
}

.info-section{
  display:grid;
  grid-template-columns:68px minmax(0,1fr);
  column-gap:18px;
  position:relative;
  margin-top:11px;
}
.intro-section{margin-top:1px;padding-right:92px}
.round-icon{
  width:61px;
  height:61px;
  margin-top:1px;
  border-radius:50%;
  background:var(--circle);
  color:#0a3e7c;
  display:grid;
  place-items:center;
}
.round-icon svg{width:38px;height:38px}
.section-content{min-width:0}
.heading-row{display:flex;align-items:center;gap:14px;min-width:0}
h2{
  margin:0;
  color:#0c3d7f;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.8px;
  white-space:nowrap;
}
.heading-line{height:1.5px;background:var(--line);flex:1;min-width:20px;margin-top:7px}
.section-content>p{
  margin:9px 0 0;
  font-size:15.5px;
  line-height:1.46;
}
.section-content>p+p{margin-top:7px}
.side-quote{
  position:absolute;
  right:-2px;
  top:69px;
  width:75px;
  color:#2d69a8;
  font-family:Georgia,"Times New Roman",serif;
  font-size:9px;
  line-height:1.65;
  letter-spacing:2.5px;
  text-align:center;
}
.side-quote span{display:block;width:39px;height:1.5px;background:#3675b4;margin:10px auto 0}
.steps{margin:9px 0 0;padding-left:23px;font-size:15.5px;line-height:1.42}
.steps li{padding-left:4px;margin:4px 0}
.steps li::marker{color:#2f71b5;font-size:1.15em}

.facts{
  display:grid;
  grid-template-columns:145px minmax(0,1fr);
  gap:6px 12px;
  margin:11px 0 0;
  font-size:14.7px;
  line-height:1.42;
}
.facts dt{margin:0;color:#0b478e;font-weight:700;white-space:nowrap}
.facts dd{margin:0}
.conditions{grid-template-columns:171px minmax(0,1fr);gap:8px 13px}

.contact-section{margin-top:19px}
.contact-card{
  margin:14px 0 0;
  min-height:103px;
  display:grid;
  grid-template-columns:96px 1px minmax(0,1fr) 160px;
  align-items:center;
  gap:20px;
  padding:10px 19px;
  border-radius:14px;
  background:linear-gradient(90deg,#e9f4fb 0%,#dfedf8 58%,#e7f2fa 100%);
}
.lighthouse{height:79px;color:#0b4d93;display:grid;place-items:center}
.lighthouse svg{height:72px;width:52px}
.contact-divider{width:1.5px;height:74px;background:#174a83}
.contact-main h3{margin:0;color:#0b3d7d;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.12}
.contact-main p{margin:7px 0 0;color:#225f9d;font-size:16px}
.contact-main a{color:#225f9d;text-decoration:none}
.contact-script{font-size:26px;line-height:.86;text-align:center;transform:rotate(-8deg)}

.notice-bar{
  margin-top:12px;
  min-height:70px;
  display:grid;
  grid-template-columns:62px 1px minmax(0,1fr) 74px;
  gap:17px;
  align-items:center;
  padding:6px 15px;
  border-radius:14px;
  background:linear-gradient(90deg,#f8f2e8,#f5eee3);
}
.notice-icon{
  width:51px;height:51px;border:3px solid #0a3b78;border-radius:50%;
  display:grid;place-items:center;color:#0a3b78;font-family:Georgia,serif;font-size:33px;font-weight:700;line-height:1
}
.notice-divider{height:50px}
.notice-bar p{margin:0;color:#0b3b79;font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:700;line-height:1.25}
.qr-block{display:block;justify-self:end;background:#fff;padding:4px;border-radius:2px}
.qr-block img{display:block;width:64px;height:64px}

.footer{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:16px;
  align-items:center;
  margin-top:10px;
  min-height:63px;
  color:#316baa;
}
.footer-line{height:1.5px;background:#4d7fb7}
.footer-center{text-align:center;font-size:10px;letter-spacing:4px;white-space:nowrap}
.anchor{font-family:Arial,sans-serif;color:#0b3d7b;font-size:24px;line-height:1;margin-bottom:2px;letter-spacing:0}
.bottom-script{position:absolute;right:4px;top:0;font-size:22px;line-height:.87;text-align:center;transform:rotate(-9deg)}
.water-footer{
  height:34px;
  background:url('assets/wasser-footer.png') center bottom/cover no-repeat;
  opacity:.9;
}

@media (max-width:900px){
  body{padding:10px}
  .poster-inner{padding:20px 24px 16px}
  h1{font-size:48px}
  .subtitle{font-size:20px}
  .hero{grid-template-columns:59% 41%;min-height:194px}
  .hero-image-wrap{height:194px}
  .hero-image{max-width:370px}
  h2{font-size:26px}
  .section-content>p,.steps{font-size:14px}
  .facts{font-size:13.5px}
}

@media (max-width:700px){
  html,body{background:#fff}
  body{padding:0}
  .poster{width:100%;box-shadow:none}
  .poster-inner{padding:20px 16px 12px}
  .hero{display:block;min-height:0}
  h1{font-size:clamp(38px,10vw,58px);white-space:normal;letter-spacing:-1.6px}
  .subtitle{font-size:clamp(17px,5vw,24px);white-space:normal}
  .brand-wave{width:min(360px,88vw)}
  .keywords{font-size:10px;letter-spacing:2.4px;white-space:normal}
  .hero-image-wrap{height:auto;margin-top:6px;min-height:168px}
  .hero-image{position:relative;display:block;margin-left:auto;width:min(100%,430px)}
  .top-script{right:20%;font-size:23px}
  .info-section{grid-template-columns:52px minmax(0,1fr);gap:12px;margin-top:20px}
  .intro-section{padding-right:0}
  .round-icon{width:48px;height:48px}
  .round-icon svg{width:31px;height:31px}
  h2{font-size:22px;white-space:normal}
  .heading-line{min-width:30px}
  .section-content>p,.steps,.facts{font-size:14px}
  .side-quote{display:none}
  .facts,.conditions{grid-template-columns:1fr;gap:2px}
  .facts dt{margin-top:7px;white-space:normal}
  .facts dd{margin-bottom:3px}
  .contact-card{grid-template-columns:64px 1px minmax(0,1fr);gap:13px;padding:12px 14px}
  .contact-script{display:none}
  .contact-main h3{font-size:18px}
  .contact-main p{font-size:14px;overflow-wrap:anywhere}
  .notice-bar{grid-template-columns:48px 1px minmax(0,1fr);gap:11px;padding:9px 11px}
  .notice-icon{width:42px;height:42px;font-size:26px;border-width:2.5px}
  .notice-bar p{font-size:15px}
  .qr-block{grid-column:3;margin-top:4px;justify-self:start}
  .qr-block img{width:92px;height:92px}
  .footer{grid-template-columns:1fr;gap:6px;padding-top:6px}
  .footer-line{display:none}
  .footer-center{font-size:9px;letter-spacing:2.7px;white-space:normal}
  .bottom-script{display:none}
  .water-footer{height:28px}
}

@media print{
  @page{size:A4 portrait;margin:0}
  html,body{background:#fff}
  body{padding:0}
  .poster{width:210mm;min-height:297mm;box-shadow:none;margin:0}
  .poster-inner{padding:7mm 9mm 4mm}
  .water-footer{height:8mm}
  .qr-block img{image-rendering:auto}
}
