:root{
  --navy:#062855;
  --blue:#0879e8;
  --blue-dark:#075fc0;
  --sky:#eaf5ff;
  --pale:#f4f8fc;
  --ink:#102b4e;
  --muted:#5c7189;
  --line:#d7e3ef;
  --green:#087f5b;
  --white:#fff;
  --shadow:0 18px 55px rgba(8,47,91,.11);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit}
button,input,select,textarea{font:inherit}
img{max-width:100%}
.skip-link{position:absolute;left:-999px;top:8px;padding:10px 14px;background:#fff;z-index:20}
.skip-link:focus{left:8px}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(215,227,239,.9);backdrop-filter:blur(14px)}
.header-inner,.shell{width:min(1160px,calc(100% - 40px));margin:auto}
.header-inner{min-height:76px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;white-space:nowrap}
.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#1494ff,#075fc0);position:relative;box-shadow:0 8px 20px rgba(8,121,232,.22)}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;border:3px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;transform:rotate(225deg)}
.brand-mark:before{width:20px;height:20px;left:8px;top:9px}.brand-mark:after{width:10px;height:10px;left:13px;top:14px}
.brand-mark i{position:absolute;width:5px;height:5px;border-radius:50%;background:#fff;left:19px;bottom:8px}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:20px;letter-spacing:-.03em}.brand-copy span{font-size:11px;color:var(--blue);font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:5px}
.nav-toggle{display:none;margin-left:auto;border:1px solid var(--line);border-radius:12px;background:#fff;padding:9px 12px;color:var(--navy);font-weight:800}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:23px}.site-nav a{text-decoration:none;font-size:14px;font-weight:750}.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--blue)}
.nav-cta{padding:11px 17px;border-radius:999px;color:#fff!important;background:var(--blue)}
.hero{overflow:hidden;background:linear-gradient(135deg,#f6fbff 0%,#fff 53%,#e8f4ff 100%);border-bottom:1px solid var(--line)}
.hero-grid{min-height:620px;display:grid;grid-template-columns:1.06fr .94fr;gap:68px;align-items:center;padding:76px 0}
.eyebrow{color:var(--blue-dark);font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
h1,h2,h3{color:var(--navy);line-height:1.08;letter-spacing:-.035em}
h1{font-size:clamp(42px,5.8vw,72px);margin:15px 0 22px;max-width:760px}
h2{font-size:clamp(31px,4vw,48px);margin:10px 0 18px}
h3{font-size:23px;margin:8px 0 10px}
.hero-copy>p{font-size:20px;color:var(--muted);max-width:650px;margin:0 0 30px}
.button-row{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:13px 22px;border-radius:13px;text-decoration:none;font-weight:850;border:1px solid transparent;cursor:pointer}
.button.primary{color:#fff;background:var(--blue);box-shadow:0 12px 28px rgba(8,121,232,.24)}.button.primary:hover{background:var(--blue-dark)}
.button.secondary{background:#fff;border-color:#bdd1e5;color:var(--navy)}
.hero-note{display:flex;gap:20px;flex-wrap:wrap;margin-top:25px;color:#365671;font-size:14px;font-weight:720}.hero-note span:before{content:"✓";color:var(--green);font-weight:950;margin-right:7px}
.test-visual{background:#fff;border:1px solid #c8deef;border-radius:30px;padding:28px;box-shadow:var(--shadow);transform:none;position:relative}
.test-visual:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(8,121,232,.09);right:-70px;top:-60px}
.visual-title{font-weight:900;color:var(--navy);font-size:20px;margin-bottom:20px;position:relative}
.measure-card{position:relative;padding:22px;border-radius:17px;background:var(--pale);border:1px solid var(--line);margin-top:13px}.measure-card.problem{background:#fff7ed;border-color:#f4cf9e}
.measure-card small{display:block;color:var(--muted);font-weight:750}.measure-card strong{display:block;font-size:31px;color:var(--navy);margin-top:4px}.measure-card .bars{position:absolute;right:22px;bottom:22px;height:38px;display:flex;gap:4px;align-items:flex-end}.bars i{display:block;width:8px;border-radius:4px 4px 2px 2px;background:var(--blue)}.bars i:nth-child(1){height:10px}.bars i:nth-child(2){height:18px}.bars i:nth-child(3){height:27px}.bars i:nth-child(4){height:36px}.problem .bars i:nth-child(n+2){background:#d6dce3}.problem .bars i:nth-child(1){background:#e88916}
.visual-result{position:relative;margin-top:18px;padding:13px 16px;border-radius:12px;background:#e7f8f1;color:#096447;font-weight:850}
.section{padding:88px 0}.section.tint{background:var(--pale)}.section.dark{background:var(--navy);color:#dbeaf7}.section.dark h2,.section.dark h3{color:#fff}.section.dark .eyebrow{color:#68baff}
.section-heading{max-width:740px;margin-bottom:38px}.section-heading p{font-size:18px;color:var(--muted);margin:0}.dark .section-heading p{color:#b9ccde}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.offer-card{display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 28px rgba(8,47,91,.06)}
.offer-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:var(--sky);color:var(--blue);font-weight:950;font-size:20px}.offer-card p{color:var(--muted);margin:0 0 19px}.offer-card .button{margin-top:auto}.price{font-size:34px;line-height:1;font-weight:950;color:var(--navy);margin:15px 0}.price small{font-size:14px;color:var(--muted);font-weight:700}.tag{align-self:flex-start;border-radius:999px;background:#e7f8f1;color:#087454;padding:6px 10px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}.proof-list{display:grid;gap:16px}.proof-item{display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start}.proof-item b{display:block;color:var(--navy);font-size:18px}.proof-item p{margin:3px 0;color:var(--muted)}.check{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e7f8f1;color:var(--green);font-weight:950}
.decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.decision{padding:26px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15)}.decision span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#fff;color:var(--navy);font-weight:950}.decision p{color:#c7d8e8;margin-bottom:0}
.product-note{margin-top:25px;color:#aecdE5;font-size:14px}.product-note strong{color:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;counter-reset:steps}.step{counter-increment:steps}.step:before{content:counter(steps);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--blue);color:#fff;font-weight:950;margin-bottom:18px}.step p{color:var(--muted)}
.cta-band{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:linear-gradient(125deg,#0c7de6,#0756b2);border-radius:28px;padding:40px 44px;color:#fff;box-shadow:var(--shadow)}.cta-band h2{color:#fff;margin:0 0 8px}.cta-band p{margin:0;color:#dceeff}.cta-band .button{background:#fff;color:var(--navy)}
.site-footer{background:#031c3c;color:#bdd0e3;padding:54px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:35px}.site-footer .brand-copy strong{color:#fff}.footer-links{display:grid;gap:9px}.footer-links b{color:#fff;margin-bottom:5px}.footer-links a{text-decoration:none}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;font-size:13px;color:#8fa9c2}
.page-hero{padding:72px 0 58px;background:linear-gradient(135deg,#f4faff,#fff);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(40px,5vw,60px);margin-bottom:18px}.page-hero p{font-size:20px;color:var(--muted);max-width:760px}.page-price{font-size:36px;font-weight:950;color:var(--navy);margin:24px 0 6px}.page-price small{font-size:15px;color:var(--muted);font-weight:750}
.content-grid{display:grid;grid-template-columns:1.45fr .7fr;gap:55px}.prose{max-width:780px}.prose h2{font-size:32px;margin-top:42px}.prose h2:first-child{margin-top:0}.prose h3{font-size:21px;margin-top:28px}.prose p,.prose li{color:#425e77}.prose ul{padding-left:22px}.prose li{margin:9px 0}.side-card{position:sticky;top:105px;padding:25px;border:1px solid var(--line);border-radius:20px;background:var(--pale);align-self:start}.side-card p{color:var(--muted)}
.notice{padding:17px 19px;border:1px solid #f1ce91;border-radius:14px;background:#fff8e9;color:#6b511c;margin:20px 0}.notice strong{display:block;color:#5a4212}.draft-banner{padding:12px 0;background:#fff4d8;color:#654b0d;text-align:center;font-size:14px;font-weight:800}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}.contact-cards{display:grid;gap:14px}.contact-option{display:block;text-decoration:none;padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff}.contact-option:hover{border-color:#8ebce9}.contact-option b{display:block;color:var(--navy)}.contact-option span{color:var(--muted);font-size:14px}
.contact-heading{font-size:34px}.form-heading{font-size:32px}.direct-contact{display:grid;gap:5px;margin:22px 0;padding:20px;border-radius:17px;background:var(--pale);border:1px solid var(--line)}.direct-contact strong{color:var(--navy)}.direct-contact a{color:var(--blue-dark);font-weight:850}.direct-contact span{color:var(--muted);font-size:14px}
.form-card{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:grid;gap:7px;margin-bottom:17px}.field.full{grid-column:1/-1}.field label{font-weight:800;color:var(--navy)}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #bdcfe0;border-radius:11px;color:var(--ink);background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(8,121,232,.16);border-color:var(--blue)}.field textarea{min-height:130px;resize:vertical}.optional{font-size:12px;color:var(--muted);font-weight:650}.honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important}.consent{display:grid;grid-template-columns:22px 1fr;align-items:start;gap:10px}.consent input{width:19px;height:19px;margin:3px 0 0}.consent span{color:#425e77;font-size:14px}.consent a{color:var(--blue-dark);font-weight:750}.submit-button{width:100%;border:0}.submit-button:disabled{opacity:.65;cursor:wait}.form-status{display:none;margin-top:16px;padding:14px 16px;border-radius:12px;font-weight:750}.form-status.success,.form-status.error{display:block}.form-status.success{background:#e7f8f1;color:#096447;border:1px solid #b9e8d8}.form-status.error{background:#fff1f0;color:#8b2c25;border:1px solid #f1c2be}
.fine-print{font-size:13px;color:var(--muted)}
@media(max-width:920px){.site-nav{display:none;position:absolute;left:20px;right:20px;top:68px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.site-nav.open{display:flex}.nav-toggle{display:block}.hero-grid,.proof-grid,.content-grid,.contact-layout{grid-template-columns:1fr}.hero-grid{gap:45px;padding:60px 0}.offer-grid,.decision-grid,.steps{grid-template-columns:1fr 1fr}.side-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.test-visual{transform:none;max-width:620px}.cta-band{grid-template-columns:1fr}}
@media(max-width:640px){.header-inner,.shell{width:min(100% - 28px,1160px)}.header-inner{min-height:68px}.brand-copy strong{font-size:18px}.brand-mark{width:38px;height:38px}.hero-grid{min-height:0;padding:48px 0}.hero-copy>p{font-size:18px}.section{padding:64px 0}.offer-grid,.decision-grid,.steps,.footer-grid,.field-grid{grid-template-columns:1fr}.test-visual{padding:19px}.cta-band{padding:30px 24px}.page-hero{padding:50px 0 40px}.button-row .button{width:100%}.footer-grid{gap:28px}}

/* v0.26.1 — approved AllDigital wordmark, one logo per web view */
.brand-mark,.brand-copy{display:none!important}
.brand-logo{display:block;width:198px;height:auto;max-width:none}
.footer-brandline{margin:0 0 12px;color:#bdd0e3}.footer-brandline strong{color:#fff;font-size:18px}
@media(max-width:920px){.brand-logo{width:178px}}
@media(max-width:640px){.brand-logo{width:158px}.header-inner{min-height:68px}}

.footer-affiliate{margin-top:10px;font-size:12px;line-height:1.45;color:#8fa9c2}

/* Light-section decision cards: readable body copy */
.section:not(.dark) .decision p{color:#425e77}

/* Sydney home-visit service badge */
.offer-icon.home-visit-icon{
  width:max-content;
  min-width:50px;
  height:50px;
  padding:0 14px;
  white-space:nowrap;
}

/* Align service-card prices and actions across desktop cards */
@media (min-width: 761px){
  .offer-card{
    display:flex;
    flex-direction:column;
  }

  .offer-card .price{
    margin-top:auto;
  }
}

/* Final desktop alignment for homepage service cards */
@media (min-width: 761px){
  .offer-card{
    display:flex;
    flex-direction:column;
  }

  .offer-card .price{
    margin-top:auto;
    margin-bottom:15px;
  }

  .offer-card .button{
    margin-top:0;
  }
}


/* About page content layout only */
.about-page .content-grid{
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);
  gap:56px;
  align-items:start;
}

.about-page .prose{
  max-width:760px;
}

.about-page .prose h2{
  margin-top:42px;
  margin-bottom:14px;
}

.about-page .prose h2:first-of-type{
  margin-top:0;
}

.about-page .prose p{
  margin-bottom:20px;
  line-height:1.7;
}

.about-page .side-card h2{
  margin-top:8px;
  margin-bottom:16px;
}

.about-page .side-card p{
  margin-bottom:18px;
}

.about-page .section.dark .section-heading{
  max-width:760px;
  margin-bottom:34px;
}

.about-page .decision-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

@media (max-width:900px){
  .about-page .content-grid{
    grid-template-columns:1fr;
    gap:36px;
  }

  .about-page .decision-grid{
    grid-template-columns:1fr;
  }
}

/* Final About-page alignment — match standard internal-page container */
.about-page .page-hero > .container,
.about-page .section > .container,
.about-page .cta-band > .container{
  width:min(1180px, calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:640px){
  .about-page .page-hero > .container,
  .about-page .section > .container,
  .about-page .cta-band > .container{
    width:calc(100% - 32px);
  }
}

/* Remote service additional-time disclosure */
.service-extra-time{
  display:block;
  margin-top:8px;
  font-size:13px;
  line-height:1.45;
  color:#425e77;
}


/* Terms remote-support pricing section alignment */
.terms-remote-time .container{
  width:min(1180px, calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}

.terms-remote-time .prose{
  max-width:none;
}

@media (max-width:640px){
  .terms-remote-time .container{
    width:calc(100% - 32px);
  }
}

/* Remote extra-time notice — AllDigital blue theme */
.remote-extra-time{
  background:#f1f7fd;
  border:1px solid #d7e6f5;
  border-radius:20px;
  padding:28px 32px;
  color:#425e77;
}

.remote-extra-time strong{
  display:block;
  margin-bottom:14px;
  color:#062b5c;
  font-size:22px;
  line-height:1.25;
}

.remote-extra-time p{
  margin:0;
  color:#425e77;
  line-height:1.65;
}

@media (max-width:640px){
  .remote-extra-time{
    padding:22px 20px;
    border-radius:16px;
  }

  .remote-extra-time strong{
    font-size:20px;
  }
}

/* Services page alignment — match standard internal-page container */
body:has(a[href="/services"].active) .page-hero > .container,
body:has(a[href="/services"].active) .section > .container,
body:has(a[href="/services"].active) .cta-band > .container{
  width:min(1180px, calc(100% - 48px));
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:640px){
  body:has(a[href="/services"].active) .page-hero > .container,
  body:has(a[href="/services"].active) .section > .container,
  body:has(a[href="/services"].active) .cta-band > .container{
    width:calc(100% - 32px);
  }
}

/* Contact page additional-service spacing */
.contact-service-extra{
  margin-top:26px;
}

.contact-service-extra + .contact-service-extra{
  margin-top:24px;
}

.contact-service-extra strong{
  display:block;
  margin-bottom:10px;
}

.contact-service-extra p{
  margin:0;
}




/* Homepage common Wi-Fi problems — mobile */
@media (max-width:760px){

  .decision-grid .decision{
    display:block;
  }

  .decision-grid .decision > span{
    display:inline-block;
    vertical-align:baseline;
    margin:0 12px 0 0;
    line-height:1.2;
  }

  .decision-grid .decision > h3{
    display:inline;
    margin:0;
    vertical-align:baseline;
  }

  .decision-grid .decision > p{
    display:block;
    margin-top:22px;
  }

  .decision-grid .decision > a{
    display:inline-block;
    margin-top:0;
  }
}
