/* IndieIP US site shell 46 */

/* Exact isolated Atlanta-derived header */
.atl-header{
  display:block;
  position:static;
  width:100%;
  margin:0;
  padding:0;
  background:#101419;
  color:#fff;
  border:0;
  border-bottom:1px solid #232a31;
  box-shadow:none;
}
.atl-wrap{
  width:min(1120px,calc(100% - 36px));
  margin-inline:auto;
}
.atl-header-inner{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0;
}
.atl-logo{
  margin:0;
  padding:0;
  color:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:850;
  font-size:1.22rem;
  line-height:1.58;
  letter-spacing:.01em;
  text-decoration:none;
}
.atl-logo .atl-ip{color:#6fc7f3}
.atl-header-nav{
  display:flex;
  gap:22px;
  align-items:center;
  margin:0;
  padding:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.93rem;
  line-height:1.58;
  color:#d9dfe4;
}
.atl-header-nav a{
  margin:0;
  padding:0;
  color:inherit;
  text-decoration:none;
  background:none;
  border:0;
  box-shadow:none;
  font:inherit;
}
.atl-header-nav a:hover{color:#fff}

/* Homepage */
.homepage-45{
  padding-top:26px;
  padding-bottom:42px;
}

.home-hero-45{
  margin:0 0 18px;
}

.home-hero-copy-45{
  width:100%;
  max-width:none;
  margin-bottom:16px;
}

.home-eyebrow-45{
  margin-bottom:10px;
  color:#666;
  font-size:.82rem;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-hero-copy-45 h1{
  width:100%;
  max-width:none;
  margin:.04em 0 .22em;
  color:#151515;
  font-size:clamp(2.25rem,4.5vw,4.15rem);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:850;
}

.home-lead-45{
  width:100%;
  max-width:1060px;
  margin:0;
  color:#333;
  font-size:1.08rem;
  line-height:1.58;
}

.home-graphic-45{
  width:min(680px,100%);
  margin:0 auto;
  overflow:hidden;
  border:1px solid #dedede;
  border-radius:18px;
  background:#fff;
}
.home-graphic-45 img{
  display:block;
  width:100%;
  height:auto;
}

/* Checker */
.home-checker-45{
  display:grid;
  grid-template-columns:minmax(250px,.78fr) minmax(430px,1.22fr);
  gap:34px;
  align-items:center;
  margin:0 0 20px;
  padding:24px 28px;
  border:1px solid #dedede;
  border-radius:20px;
  background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%);
}

.home-checker-copy-45 h2{
  margin:.05em 0 .40em;
  color:#151515;
  font-size:1.75rem;
  letter-spacing:-.02em;
}
.home-checker-copy-45 p{
  max-width:430px;
  margin:0;
  color:#454545;
}
.home-checker-form-45{margin:0}
.home-checker-form-45 label{
  display:block;
  margin:0 0 8px;
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.home-checker-controls-45{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}
.home-checker-controls-45 input{
  min-width:0;
  width:100%;
  min-height:52px;
  padding:0 16px;
  border:2px solid #111;
  border-radius:12px;
  background:#fff;
  box-shadow:none;
  font-size:1rem;
}
.home-checker-controls-45 input:focus{
  outline:2px solid #c9151e;
  outline-offset:2px;
}
.home-checker-controls-45 button{
  min-height:52px;
  padding:0 22px;
  border:2px solid #111;
  border-radius:12px;
  background:#c9151e;
  color:#fff;
  box-shadow:3px 3px 0 #111;
  font-weight:800;
  cursor:pointer;
}
.home-checker-controls-45 button:hover{
  background:#111;
  box-shadow:3px 3px 0 #c9151e;
}
.home-checker-note-45{
  margin:10px 0 0;
  color:#666;
  font-size:.88rem;
}
#postcode-status{margin:8px 0 0}

/* Results stay hidden until the tool opens them */
#results[hidden]{display:none!important}
#results.results{
  width:100%;
  margin:18px 0 34px;
}

/* Tiny explanatory strip */
.what-we-check-45{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 18px;
}
.what-we-check-45 span{
  padding:7px 11px;
  border:1px solid #dedede;
  border-radius:999px;
  background:#fff;
  color:#333;
  font-size:.86rem;
  font-weight:700;
}

.independence-45{
  padding:15px 0;
  border-top:1px solid #dedede;
  color:#555;
  font-size:.92rem;
}
.independence-45 strong{color:#151515}

.freshness-45{
  color:#777;
  font-size:.82rem;
}

/* Footer */
.footer-45{
  border-top:1px solid #232a31;
  background:#101419;
  color:#cfd6dc;
}
.footer-inner-45{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 0;
  font-size:.9rem;
}
.footer-inner-45 nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:16px 20px;
}
.footer-inner-45 a{
  color:#d9dfe4;
  text-decoration:none;
}
.footer-inner-45 a:hover{color:#fff}

@media(max-width:850px){
  .atl-header-nav{display:none}
  .homepage-45{padding-top:30px}
  .home-checker-45{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px;
  }
}

@media(max-width:620px){
  .home-checker-controls-45{grid-template-columns:1fr}
  .home-graphic-45,.home-checker-45{border-radius:16px}
  .footer-inner-45{
    align-items:flex-start;
    flex-direction:column;
  }
  .footer-inner-45 nav{justify-content:flex-start}
}


/* 46: keep the proposition compact enough that the checker remains in the first desktop view. */
.home-graphic-45 img{
  width:100%;
  height:auto;
}

@media(min-width:900px){
  .home-hero-copy-45 h1{
    white-space:nowrap;
  }
}

@media(max-width:1100px){
  .home-hero-copy-45 h1{
    white-space:normal;
  }
}

@media(max-width:850px){
  .homepage-45{padding-top:22px}
  .home-graphic-45{width:min(620px,100%)}
}
