/* IndieIP US site shell 53 */

/* 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:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  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-brandline-48{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:10px;
  white-space:nowrap;
}
.atl-context-49{
  justify-self:center;
  justify-content:center;
  text-align:center;
}
.atl-brand-sep-48{
  color:#6f7880;
  font-size:.92rem;
}
.atl-tagline-48{
  color:#c7cfd5;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.88rem;
  line-height:1.4;
  font-weight:500;
}
.atl-dataset-48{
  color:#6ed69a;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.76rem;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.08em;
}

.atl-dataset-flag-48{
  display:inline-block;
  margin-right:2px;
  font-size:.88rem;
  letter-spacing:0;
}

.atl-header-nav{
  display:flex;
  gap:10px;
  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}
.atl-checkzip-50{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px !important;
  border:1px solid #e7bd2d !important;
  border-radius:8px;
  background:#f3cf43 !important;
  color:#171717 !important;
  font-weight:800 !important;
}
.atl-checkzip-50:hover{
  border-color:#f5d95f !important;
  background:#ffe06a !important;
  color:#111 !important;
}
.atl-methodology-49{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px !important;
  border:1px solid #707880 !important;
  border-radius:8px;
  background:#555d65 !important;
  color:#fff !important;
  font-weight:700 !important;
}
.atl-methodology-49:hover{
  border-color:#8b949c !important;
  background:#676f77 !important;
}

/* 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(740px,100%);
  margin:0 auto 34px;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:transparent;
}
.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:#fff1a8;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
  font-size:1rem;
}
.home-checker-controls-45 input:focus{
  outline:2px solid #e0b52b;
  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-inner{
    min-height:74px;
    grid-template-columns:auto 1fr auto;
    gap:12px;
  }
  .atl-context-49{
    flex-wrap:wrap;
    column-gap:8px;
    row-gap:0;
    white-space:normal;
  }
  .atl-methodology-49{padding:6px 9px !important;font-size:.84rem}
  .homepage-45{padding-top:30px}
  .home-checker-45{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px;
  }
}

@media(max-width:620px){
  .atl-header-inner{
    grid-template-columns:auto 1fr;
    grid-template-areas:
      "logo nav"
      "context context";
    gap:6px 12px;
    padding:10px 0 11px;
  }
  .atl-logo{grid-area:logo}
  .atl-header-nav{grid-area:nav;justify-self:end}
  .atl-context-49{grid-area:context;justify-self:center}
  .atl-tagline-48{font-size:.80rem}
  .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%)}
}


/* 47: let the house diagram sit inside the hero question. */
.home-question-top-47{
  padding:22px 0 14px;
  text-align:center;
  font-weight:750 !important;
}
.home-homelab-47{
  color:#1769aa;
}
.home-question-bottom-47{
  margin:0 0 .72em;
  color:#151515;
  font-size:clamp(1.7rem,3.2vw,2.8rem);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:750;
  text-align:center;
}
.home-hero-45 .home-lead-45{
  margin-top:0;
}
.home-lead-gold-48{
  max-width:820px;
  margin-left:auto !important;
  margin-right:auto !important;
  color:#b88318;
  font-size:.96rem;
  line-height:1.55;
  font-weight:650;
  text-align:center;
}


@media(max-width:620px){
  .home-question-top-47{
    text-align:left;
  }
  .home-question-bottom-47{
    text-align:left;
    font-size:clamp(1.55rem,8vw,2.2rem);
  }
}


/* 50: action colour system and cleaner checker. */
html{scroll-behavior:smooth}
#checker{scroll-margin-top:18px}
.home-checker-copy-45{align-self:center}

@media(max-width:850px){
  .atl-header-nav{gap:7px}
  .atl-checkzip-50,.atl-methodology-49{padding:6px 9px !important;font-size:.84rem}
}

@media(max-width:620px){
  .atl-checkzip-50,.atl-methodology-49{padding:6px 8px !important;font-size:.78rem}
  .home-question-top-47{padding-top:16px}
}


/* 51: restore concise callouts and make the checker a centred, minimal action block. */
.home-graphic-45{
  width:min(880px,100%);
  margin-bottom:38px;
}
.home-checker-45{
  display:block;
  width:min(620px,100%);
  margin:0 auto 24px;
  padding:24px 28px 22px;
  text-align:center;
}
.home-checker-copy-45{
  text-align:center;
}
.home-checker-copy-45 h2{
  margin:0 0 16px;
}
.home-checker-form-45{
  width:100%;
  max-width:540px;
  margin:0 auto;
}
.home-checker-controls-45{
  grid-template-columns:minmax(0,1fr) auto;
}
.home-checker-note-45{
  text-align:center;
}
.visually-hidden-51{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
@media(max-width:620px){
  .home-checker-45{padding:22px 18px 20px}
  .home-checker-controls-45{grid-template-columns:1fr}
}


/* 53: surgical repair after 52 — preserve 51 structure, refine only the intended details. */
.home-question-top-47,
.home-question-bottom-47{
  font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-weight:600 !important;
  letter-spacing:-.035em;
}
.home-question-top-47{line-height:1.03}
.home-question-bottom-47{line-height:1.08}
.home-lead-gold-48{
  font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-weight:400;
  text-align:center;
}
.home-checker-45{
  display:block;
  width:min(610px,100%);
  margin:0 auto 24px;
  padding:22px 28px 18px;
  text-align:center;
}
.home-checker-form-45{
  width:100%;
  max-width:540px;
  margin:0 auto;
}
.home-checker-controls-45{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:stretch;
}
.home-checker-controls-45 input{
  background:#fff1a8;
  border-color:#d8aa18;
  box-shadow:none;
}
.home-checker-controls-45 input:focus{
  outline:2px solid #d8aa18;
  outline-offset:2px;
}
.home-checker-controls-45 button{
  background:#20262c;
  color:#fff;
  border-color:#20262c;
  box-shadow:none;
  font-weight:650;
}
.home-checker-controls-45 button:hover{
  background:#11161a;
  border-color:#11161a;
  box-shadow:none;
}
.home-checker-note-45{
  width:100%;
  margin:10px auto 0;
  text-align:center !important;
}
#postcode-status{
  width:100%;
  margin:8px auto 0;
  text-align:center;
}
@media(max-width:620px){
  .home-checker-45{padding:18px 16px 16px}
  .home-checker-controls-45{grid-template-columns:1fr}
  .home-question-top-47,.home-question-bottom-47{text-align:center}
}
