/* Anywhere I.T. — site styles. Brand blue & purple, friendly. Single file, no framework. */
:root{
  --blue:#1a9fd6;--blue-dark:#0f6f99;--blue-light:#e6f4fb;--blue-mid:#cfe7f5;
  --purple:#7b3f8c;--purple-dark:#62306f;--purple-light:#f1e8f5;
  --ink:#161c26;--ink-soft:#4a5563;--muted:#6b7482;--line:#dfe6ee;
  --bg:#ffffff;--bg-alt:#f5f8fb;--white:#fff;
  --radius:16px;--radius-sm:10px;--shadow:0 10px 30px rgba(26,159,214,.10);
  --max:1140px;--font-head:"Fraunces",Georgia,"Times New Roman",serif;
  --font-body:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.65;color:var(--ink);background:var(--bg)}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration-thickness:1px;text-underline-offset:2px}
a:hover{color:var(--blue-dark)}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.15;margin:0 0 .5em;color:var(--ink);letter-spacing:-.01em}
h1{font-size:clamp(2rem,4.5vw,3.2rem)}
h2{font-size:clamp(1.6rem,3vw,2.25rem)}
h3{font-size:1.3rem}
p{margin:0 0 1em}
ul,ol{padding-left:1.3em}
.skip{position:absolute;left:-999px;top:0;background:var(--purple);color:#fff;padding:.6rem 1rem;z-index:1000;border-radius:0 0 8px 0}
.skip:focus{left:0}
.wrap{max-width:var(--max);margin:0 auto;padding:0 1.25rem}
.section{padding:4.5rem 0}
.section-alt{background:var(--bg-alt)}
.section-blue{background:var(--blue);color:#fff}
.section-blue h2,.section-blue h3,.section-blue p{color:#fff}
.eyebrow{display:inline-block;font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);margin-bottom:.6rem}
.section-blue .eyebrow{color:#e3c6ec}
.lead{font-size:1.15rem;color:var(--ink-soft);max-width:62ch}
.center{text-align:center}
.center .lead{margin-inline:auto}
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.grid-pairs{grid-template-columns:1fr 1fr}
@media (max-width:700px){.grid-pairs{grid-template-columns:1fr}}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.grid-team{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:999px;font-weight:700;text-decoration:none;border:2px solid transparent;transition:transform .15s,box-shadow .15s,background .15s;cursor:pointer;font-size:1rem;line-height:1.2}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}
.btn-purple{background:var(--purple);color:#fff}
.btn-purple:hover{background:var(--purple-dark);color:#fff}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-dark);color:#fff}
.btn-outline{background:transparent;color:var(--blue);border-color:var(--blue)}
.btn-outline:hover{background:var(--blue-light);color:var(--blue-dark)}
.btn-white{background:#fff;color:var(--blue-dark)}
.btn-white:hover{color:var(--blue-dark)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn-ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.btn svg{width:1.1em;height:1.1em;flex:none}
.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}

/* Top bar + header */
.topbar{background:var(--blue-dark);color:#fff;font-size:.9rem}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:.3rem 1rem;padding-top:.4rem;padding-bottom:.4rem;flex-wrap:wrap}
@media (max-width:700px){.topbar .wrap{justify-content:center;text-align:center;font-size:.82rem}}
.topbar a{color:#fff;text-decoration:none;font-weight:600}
.topbar a:hover{text-decoration:underline}
.topbar span{opacity:.9}
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px}
.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--ink);flex:none}
.logo img{height:46px;width:46px}
.wordmark{font-family:var(--font-head);font-weight:700;font-size:1.5rem;letter-spacing:-.01em;white-space:nowrap}
.wordmark em{font-style:normal;color:var(--blue)}
.nav ul{list-style:none;margin:0;padding:0;display:flex;gap:.2rem;align-items:center}
.nav a{display:block;padding:.55rem .8rem;border-radius:8px;text-decoration:none;color:var(--ink);font-weight:600;font-size:.95rem}
.nav a:hover,.nav a[aria-current="page"]{background:var(--blue-light);color:var(--blue-dark)}
.nav .btn{padding:.6rem 1.1rem;font-size:.95rem;margin-left:.4rem;white-space:nowrap}
@media (max-width:1250px){.nav a{font-size:.86rem;padding:.5rem .5rem}.wordmark{font-size:1.3rem}}
.nav .btn:hover{background:var(--purple-dark);color:#fff}
.nav-toggle{display:none;background:none;border:2px solid var(--blue);border-radius:8px;padding:.4rem .6rem;color:var(--blue);font-weight:700;cursor:pointer}
@media (max-width:1000px){
  .nav-toggle{display:inline-flex;align-items:center;gap:.4rem}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}
  .nav.open{display:block}
  .nav ul{flex-direction:column;align-items:stretch;padding:.6rem 1rem 1rem}
  .nav a{padding:.8rem}
  .nav .btn{margin:.5rem 0 0;justify-content:center}
}

/* Hero */
.hero{background:linear-gradient(135deg,var(--blue-light) 0%,#fff 55%,var(--purple-light) 100%);padding:4.5rem 0 4rem;overflow:hidden;position:relative}
.hero .wrap{display:grid;grid-template-columns:1.15fr 1fr;gap:3rem;align-items:center}
.hero h1{margin-bottom:.8rem}
.hero h1 em{font-style:italic;color:var(--blue)}
.hero .lead{font-size:1.2rem}
.hero-art{position:relative}
.hero-art svg{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(26,159,214,.18))}
.trust{display:flex;flex-wrap:wrap;gap:1rem 1.6rem;margin-top:1.6rem;padding:0;list-style:none;font-size:.95rem;color:var(--ink-soft)}
.trust li{display:flex;align-items:center;gap:.45rem}
.trust svg{width:20px;height:20px;color:var(--blue);flex:none}
@media (max-width:820px){.hero .wrap{grid-template-columns:1fr}.hero-art{max-width:420px;margin:0 auto}}

/* Page hero (inner pages) */
.page-hero{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);color:#fff;padding:3.5rem 0 3rem}
.page-hero h1,.page-hero p{color:#fff}
.page-hero .lead{color:rgba(255,255,255,.9)}
.crumbs{font-size:.85rem;margin-bottom:1rem;opacity:.9}
.crumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}
.crumbs li+li::before{content:"›";margin-right:.4rem;opacity:.7}
.crumbs a{color:#fff}

/* Cards */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:0 2px 8px rgba(26,159,214,.05);transition:transform .15s,box-shadow .15s;display:flex;flex-direction:column}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.card h3{margin-top:.3rem}
.card p{color:var(--ink-soft);flex:1}
.card .more{font-weight:700;text-decoration:none;margin-top:.6rem}
.card .more::after{content:" →"}
.icon{width:52px;height:52px;border-radius:14px;background:var(--blue-light);color:var(--blue);display:grid;place-items:center;margin-bottom:.9rem}
.icon svg{width:28px;height:28px}
.icon-purple{background:var(--purple-light);color:var(--purple)}

/* Pricing */
.price-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 8px rgba(26,159,214,.06)}
.price-table th,.price-table td{padding:1rem 1.1rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.price-table th{background:var(--blue);color:#fff;font-weight:700}
.price-table tr:last-child td{border-bottom:0}
.price-table .amt{font-family:var(--font-head);font-size:1.35rem;font-weight:700;color:var(--blue-dark);white-space:nowrap}
.price-table small{display:block;color:var(--muted);font-size:.88rem;margin-top:.2rem}
.table-wrap{overflow-x:auto}
.price-card{border:2px solid var(--line);position:relative}
.price-card.featured{border-color:var(--purple)}
.price-card .badge{position:absolute;top:-14px;left:1.4rem;background:var(--purple);color:#fff;font-size:.78rem;font-weight:700;padding:.3rem .8rem;border-radius:999px;letter-spacing:.05em;text-transform:uppercase}
.price{font-family:var(--font-head);font-size:2.4rem;font-weight:700;color:var(--blue-dark);line-height:1;margin:.6rem 0 .2rem}
.price small{font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--muted)}
.price-card ul{list-style:none;padding:0;margin:1rem 0 1.4rem}
.price-card li{padding:.35rem 0 .35rem 1.8rem;position:relative;color:var(--ink-soft)}
.price-card li::before{content:"";position:absolute;left:0;top:.55rem;width:18px;height:18px;border-radius:50%;background:var(--blue-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a9fd6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat}
.note{background:var(--purple-light);border-left:4px solid var(--purple);padding:1rem 1.2rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--ink);margin:1.5rem 0}
.note-blue{background:var(--blue-light);border-left-color:var(--blue)}

/* Steps */
.steps{counter-reset:step;list-style:none;padding:0;margin:0;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.steps li{counter-increment:step;background:#fff;border-radius:var(--radius);padding:1.5rem;border:1px solid var(--line);position:relative}
.steps li::before{content:counter(step);display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--purple);color:#fff;font-weight:700;font-family:var(--font-head);font-size:1.2rem;margin-bottom:.8rem}
.steps h3{font-size:1.1rem}
.steps p{margin:0;color:var(--ink-soft);font-size:.97rem}

/* Testimonials */
.quote{background:#fff;border-radius:var(--radius);padding:1.6rem;border:1px solid var(--line);position:relative}
.quote::before{content:"“";font-family:var(--font-head);font-size:4rem;line-height:1;color:var(--purple);position:absolute;top:.4rem;left:1.2rem;opacity:.5}
.quote p{margin:1.4rem 0 .8rem;font-style:italic;color:var(--ink)}
.quote cite{font-style:normal;font-weight:700;color:var(--blue-dark);display:flex;align-items:center;gap:.5rem}
.stars{color:#f5b301;letter-spacing:.05em;font-size:.95rem}

/* Team */
.team-card{text-align:center}
.avatar{width:140px;height:140px;border-radius:50%;margin:0 auto 1rem;background:var(--blue);color:#fff;display:grid;place-items:center;font-family:var(--font-head);font-size:3rem;font-weight:700;overflow:hidden;border:5px solid var(--blue-light)}
.avatar img{width:100%;height:100%;object-fit:cover}
.team-card .role{color:var(--purple);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}

/* FAQ */
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:0;margin-bottom:.8rem}
.faq summary{cursor:pointer;font-weight:700;padding:1rem 1.2rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;color:var(--purple);flex:none}
.faq details[open] summary::after{content:"–"}
.faq details p{padding:0 1.2rem 1rem;margin:0;color:var(--ink-soft)}

/* Two-column feature */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.feature ul{list-style:none;padding:0}
.feature li{padding:.4rem 0 .4rem 2rem;position:relative}
.feature li::before{content:"";position:absolute;left:0;top:.65rem;width:20px;height:20px;border-radius:50%;background:var(--purple-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237b3f8c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat}
.feature-art{background:var(--blue-light);border-radius:var(--radius);padding:2rem;display:grid;place-items:center}
.feature-art svg{width:100%;max-width:380px;height:auto}
@media (max-width:820px){.feature{grid-template-columns:1fr}}

/* Local + national split */
.split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.split .card{padding:2rem}
.split h3{font-size:1.5rem}
.pill{display:inline-block;background:var(--purple-light);color:var(--purple-dark);font-weight:700;font-size:.8rem;padding:.25rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}
.pill-blue{background:var(--blue-light);color:var(--blue-dark)}
@media (max-width:760px){.split{grid-template-columns:1fr}}

/* CTA band */
.cta{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-dark) 100%);color:#fff;text-align:center;padding:4rem 0}
.cta h2,.cta p{color:#fff}
.cta .actions{justify-content:center}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.contact-list{list-style:none;padding:0;margin:0}
.contact-list li{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);align-items:flex-start}
.contact-list li:last-child{border-bottom:0}
.contact-list .icon{margin:0;width:44px;height:44px;flex:none}
.contact-list strong{display:block}
.contact-list a{font-weight:600;text-decoration:none}
.map{border:0;width:100%;height:320px;border-radius:var(--radius);box-shadow:var(--shadow)}
form{display:grid;gap:1rem}
label{font-weight:700;font-size:.95rem}
input,select,textarea{width:100%;padding:.8rem .9rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);font:inherit;background:#fff;color:var(--ink)}
input:focus,select:focus,textarea:focus{outline:2px solid var(--blue);outline-offset:1px;border-color:var(--blue)}
textarea{min-height:140px;resize:vertical}
.field{display:grid;gap:.35rem}
.honey{position:absolute;left:-9999px}
@media (max-width:820px){.contact-grid{grid-template-columns:1fr}}

/* Footer */
.footer{background:#0e1116;color:#c9d1dc;padding:3.5rem 0 1.5rem;font-size:.95rem}
.footer h2{color:#fff;font-size:1.05rem;margin-bottom:.8rem}
.footer a{color:#e4e9f0;text-decoration:none}
.footer a:hover{color:var(--purple);text-decoration:underline}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin-bottom:.45rem}
.footer .grid{gap:2rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2.5rem;padding-top:1.3rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.85rem;color:#9aa4b2}
.footer .logo{color:#fff;margin-bottom:.8rem}
.footer .wordmark{color:#fff}
.footer .wordmark em{color:#8fd0f0}

/* Sticky mobile call bar */
.callbar{display:none}
@media (max-width:700px){
  .callbar{display:grid;grid-template-columns:1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:99;box-shadow:0 -6px 20px rgba(0,0,0,.12)}
  .callbar a{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem;color:#fff;font-weight:700;text-decoration:none}
  .callbar a:first-child{background:var(--blue)}
  .callbar a:last-child{background:var(--purple)}
  .callbar svg{width:20px;height:20px}
  body{padding-bottom:58px}
}

/* Misc */
.prose{max-width:72ch}
.prose h2{margin-top:2rem}
.prose h3{margin-top:1.5rem}
.checklist{list-style:none;padding:0}
.checklist li{padding:.35rem 0 .35rem 1.9rem;position:relative}
.checklist li::before{content:"";position:absolute;left:0;top:.6rem;width:18px;height:18px;border-radius:50%;background:var(--blue-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a9fd6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat}
.areas{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:1rem 0 0}
.areas li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.35rem .9rem;font-size:.92rem;color:var(--ink-soft)}
.stat{text-align:center}
.stat .num{font-family:var(--font-head);font-size:2.6rem;font-weight:700;color:var(--purple);line-height:1}
.stat p{margin:.4rem 0 0;color:var(--ink-soft)}
.section-blue .stat p{color:rgba(255,255,255,.92)}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}.btn:hover,.card:hover{transform:none}}
