/* ============================================================
   Acculyst Tech — Homepage styles
   ============================================================ */

/* ---------- Hero ---------- */
.hero{
  position:relative;
  padding-block:clamp(3.5rem,2.5rem + 4vw,6rem) clamp(3rem,2rem + 3vw,5rem);
  background-image:radial-gradient(rgba(16,17,22,.10) 1px,transparent 1px);
  background-size:26px 26px;
}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4vw,4rem);
  align-items:center;
}
.hero h1{margin-bottom:1.25rem}
.hero h1 .line{display:block}
.hero h1 .accent{color:var(--cobalt)}
.hero .lead{margin-bottom:1.75rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}
.hero-note{
  display:flex;align-items:center;gap:.55rem;
  font-size:.9rem;color:var(--graphite);margin:0;
}
.hero-note::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lime);border:1px solid var(--ink);flex:none}

/* Hero bento composite (pure HTML/CSS interface illustration) */
.hero-visual{position:relative}
.bento{
  display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:auto auto;gap:14px;
}
.pane{
  background:var(--white);border:1px solid var(--ink-12);border-radius:14px;
  overflow:hidden;box-shadow:0 18px 44px rgba(16,17,22,.10);
  position:relative;
}
.pane-browser{grid-row:1 / 3}
.browser-bar{
  display:flex;align-items:center;gap:.5rem;
  padding:.6rem .8rem;border-bottom:1px solid var(--ink-12);background:var(--paper);
}
.browser-bar i{width:9px;height:9px;border-radius:50%;background:var(--ink-12)}
.browser-url{
  flex:1;font-size:.68rem;color:var(--graphite);background:var(--white);
  border:1px solid var(--ink-12);border-radius:6px;padding:.28rem .6rem;
  font-family:var(--font-body);white-space:nowrap;overflow:hidden;
}
.browser-body{padding:1.1rem 1.1rem 1.3rem}
.ui-eyebrow{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--cobalt);margin-bottom:.5rem}
.ui-title{font-family:var(--font-display);font-weight:700;font-size:1.15rem;line-height:1.15;margin-bottom:.75rem;color:var(--ink)}
.ui-lines span{display:block;height:8px;border-radius:4px;background:var(--paper);margin-bottom:7px}
.ui-lines span:nth-child(1){width:92%}
.ui-lines span:nth-child(2){width:78%}
.ui-lines span:nth-child(3){width:60%}
.ui-btn-row{display:flex;gap:.5rem;margin-top:.9rem}
.ui-btn{font-size:.68rem;font-weight:700;line-height:1;padding:.5rem .8rem;border-radius:7px}
.ui-btn.solid{background:var(--cobalt);color:var(--white)}
.ui-btn.ghost{border:1px solid var(--ink-12);color:var(--graphite)}
.ui-cards{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1.1rem}
.ui-card{border:1px solid var(--ink-12);border-radius:9px;padding:.65rem}
.ui-card b{display:block;font-size:.72rem;color:var(--ink);margin-bottom:.3rem;font-weight:700}
.ui-card span{display:block;height:6px;border-radius:3px;background:var(--paper);width:80%}
.pane-dash{background:var(--ink);border-color:var(--graphite)}
.dash-body{padding:1rem}
.dash-label{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white-70);margin-bottom:.55rem}
.dash-metric{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--white);line-height:1;margin-bottom:.8rem}
.dash-chart{display:flex;align-items:flex-end;gap:5px;height:52px}
.dash-chart i{flex:1;border-radius:3px 3px 0 0;background:var(--cobalt)}
.dash-chart i:nth-child(2){height:38%}
.dash-chart i:nth-child(1){height:26%}
.dash-chart i:nth-child(3){height:52%}
.dash-chart i:nth-child(4){height:44%}
.dash-chart i:nth-child(5){height:68%}
.dash-chart i:nth-child(6){height:58%}
.dash-chart i:nth-child(7){height:84%;background:var(--lime)}
.pane-booking{background:var(--lilac);border-color:transparent}
.booking-body{padding:1rem}
.booking-title{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--ink);margin-bottom:.7rem}
.booking-slots{display:flex;flex-wrap:wrap;gap:.45rem}
.booking-slots i{
  font-style:normal;font-size:.68rem;font-weight:500;color:var(--ink);
  background:var(--white);border-radius:7px;padding:.42rem .6rem;
}
.booking-slots i.sel{background:var(--ink);color:var(--lime);font-weight:700}
.float-tag{position:absolute;z-index:2}
.float-tag.t1{top:-14px;right:6%}
.float-tag.t2{bottom:-14px;left:8%}
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{max-width:560px}
}
@media (max-width:480px){
  .bento{grid-template-columns:1fr}
  .pane-browser{grid-row:auto}
  .float-tag.t1{top:-12px;right:2%}
  .float-tag.t2{display:none}
}

/* ---------- Trust strip ---------- */
.trust{padding-block:1.1rem}
.trust ul{
  display:flex;flex-wrap:wrap;gap:.5rem 2.25rem;align-items:center;justify-content:space-between;
}
.trust li{
  display:inline-flex;align-items:center;gap:.6rem;
  font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--white);
}
.trust li::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--lime);flex:none}
@media (max-width:760px){
  .trust ul{justify-content:flex-start;gap:.6rem 1.5rem}
  .trust li{font-size:.9rem}
}

/* ---------- Problem section ---------- */
.problem-card{
  background:var(--white);border:1px solid var(--ink-12);
  padding:clamp(2rem,1.5rem + 2.5vw,3.5rem);
  display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,4vw,4rem);
  align-items:center;
}
.problem-card h2{max-width:15em}
.problem-copy p{color:var(--graphite)}
.problem-copy p strong{color:var(--ink)}
.site-states{display:flex;flex-direction:column;gap:1rem}
.site-state{border:1px solid var(--ink-12);border-radius:12px;padding:1rem 1.1rem;background:var(--paper)}
.site-state .row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}
.site-state b{font-family:var(--font-display);font-size:.95rem;font-weight:700}
.state-pill{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .6rem;border-radius:999px;line-height:1;display:inline-flex;align-items:center;gap:.4rem}
.state-pill::before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}
.state-pill.stale{background:rgba(255,105,89,.14);color:#B3291A}
.state-pill.live{background:var(--ink);color:var(--lime)}
.site-state span{display:block;height:7px;border-radius:4px;background:var(--ink-12);margin-bottom:6px}
.site-state.is-live span{background:rgba(75,92,255,.25)}
.site-state span:nth-of-type(1){width:88%}
.site-state span:nth-of-type(2){width:64%}
.site-state small{color:var(--graphite);font-size:.78rem}
@media (max-width:860px){
  .problem-card{grid-template-columns:1fr}
}

/* ---------- Services bento ---------- */
.services-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:var(--space-block)}
.services-head h2{margin:0;max-width:14em}
.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.service-card{
  position:relative;background:var(--white);border:1px solid var(--ink-12);
  padding:2rem;display:flex;flex-direction:column;gap:.9rem;
  text-decoration:none;color:var(--ink);
  transition:border-color var(--ease-quick),transform var(--ease-quick),box-shadow var(--ease-quick);
}
.service-card:hover{border-color:var(--cobalt);transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,17,22,.08)}
.service-card .num{
  position:absolute;top:1.25rem;right:1.5rem;
  font-family:var(--font-display);font-weight:800;font-size:2.6rem;line-height:1;
  color:var(--ink);opacity:.08;
}
.service-card h3{margin:0}
.service-card p{margin:0;color:var(--graphite);max-width:34em}
.service-card .link-arrow{margin-top:auto}
.service-card:hover .link-arrow::after{transform:translateX(4px)}
@media (max-width:760px){
  .services-grid{grid-template-columns:1fr}
}

/* ---------- Monthly model ---------- */
.model .container{
  display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,4vw,4.5rem);align-items:start;
}
.model h2 .line{display:block}
.model h2 .accent{color:var(--lime)}
.model-left .btn{margin-top:1.5rem}
.model-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}
.model-intro{margin-bottom:1.25rem}
@media (max-width:860px){
  .model .container{grid-template-columns:1fr}
}

/* ---------- Managed monthly plans ---------- */
.plans-home-head{max-width:42em;margin-bottom:var(--space-block)}
.plans-home-head .lead{margin-bottom:.5rem}
.plans-home-sub{margin:0;font-size:.92rem;color:var(--graphite)}

.plan-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
  align-items:stretch;margin-bottom:2rem;
}
.plan-card{
  position:relative;background:var(--white);border:1px solid var(--ink-12);
  padding:2rem 1.75rem 1.75rem;display:flex;flex-direction:column;
}
.plan-card.is-popular{
  background:linear-gradient(180deg,var(--lilac) 0%,rgba(217,210,255,.28) 46%,var(--white) 46%);
  border:2px solid var(--cobalt);
  box-shadow:0 20px 46px rgba(16,17,22,.12);
  transform:translateY(-10px);
  padding-top:2.5rem;
}
@media (max-width:860px){
  .plan-card.is-popular{transform:none}
}
.plan-badge{
  position:absolute;top:-14px;left:1.75rem;
  background:var(--lime);color:var(--ink);
}
.plan-badge::before{background:var(--ink)}

.plan-card-head{margin-bottom:1.1rem}
.plan-card-head h3{margin-bottom:.4rem}
.plan-for{margin:0;font-size:.88rem;color:var(--graphite);min-height:3.3em}

.plan-price{display:flex;align-items:baseline;gap:.35rem;margin:0 0 .35rem}
.plan-price .amount{font-family:var(--font-display);font-weight:800;font-size:2.1rem;color:var(--ink);line-height:1}
.plan-price .period{font-size:.95rem;color:var(--graphite);font-weight:500}
.plan-terms{margin:0 0 1.25rem;font-size:.82rem;color:var(--graphite);padding-bottom:1.1rem;border-bottom:1px solid var(--ink-12)}

.plan-checklist{display:flex;flex-direction:column;gap:.6rem;margin:0 0 .25rem}
.plan-checklist li{
  position:relative;padding-left:1.5rem;
  font-size:.92rem;line-height:1.4;color:var(--ink);
}
.plan-checklist li::before{
  content:"";position:absolute;left:0;top:.2em;width:16px;height:16px;
  background-color:var(--cobalt);
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M4 12.5l5 5L20 6"/></svg>') no-repeat center/contain;
  mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M4 12.5l5 5L20 6"/></svg>') no-repeat center/contain;
}
.plan-more{margin-top:.6rem}
.plan-more summary{
  list-style:none;cursor:pointer;display:flex;align-items:center;gap:.4rem;
  font-size:.86rem;font-weight:500;color:var(--cobalt);padding:.4rem 0;
}
.plan-more summary::-webkit-details-marker{display:none}
.plan-more summary::after{content:"↓";transition:transform var(--ease-quick);font-size:.8rem}
.plan-more[open] summary::after{transform:rotate(180deg)}
.plan-more[open] summary{margin-bottom:.3rem}
.plan-more .plan-checklist{padding-top:.2rem;border-top:1px solid var(--ink-12)}

.plan-payment-note{
  margin:.9rem 0 0;font-size:.8rem;color:var(--graphite);
  display:flex;align-items:flex-start;gap:.5rem;
}
.plan-payment-note::before{content:"";flex:none;width:6px;height:6px;border-radius:50%;background:var(--cobalt);margin-top:.5em}

.plan-cta{margin-top:1.5rem;width:100%}

.plans-fineprint{
  max-width:52em;margin:0 0 1.25rem;font-size:.84rem;color:var(--graphite);
}
.plans-annual{
  display:inline-flex;max-width:44em;margin:0 0 1.5rem;
  border-left:3px solid var(--lime);background:var(--white);
  padding:.9rem 1.25rem;border-radius:0 var(--radius-ui) var(--radius-ui) 0;
}
.plans-annual p{margin:0;font-size:.92rem;color:var(--ink)}
.plans-custom-line{max-width:44em;margin:0 0 1.75rem;color:var(--graphite)}
.plans-home-actions{display:flex;flex-wrap:wrap;gap:.85rem}

@media (max-width:980px){
  .plan-cards{grid-template-columns:1fr;max-width:480px;margin-inline:auto}
  .plan-card.is-popular{order:-1}
}
@media (max-width:520px){
  .plans-home-actions .btn{width:100%}
}

/* ---------- Process ---------- */
.process-head{margin-bottom:var(--space-block)}
.process-rail{
  display:grid;grid-template-columns:repeat(5,1fr);gap:14px;
  counter-reset:step;
}
.process-step{
  position:relative;background:var(--white);border:1px solid var(--ink-12);
  padding:4.4rem 1.4rem 1.6rem;overflow:hidden;
}
.process-step .big-num{
  position:absolute;top:-.35em;left:.4rem;
  font-family:var(--font-display);font-weight:800;font-size:5.2rem;line-height:1;
  color:var(--ink);opacity:.10;pointer-events:none;user-select:none;
}
.process-step h3{font-size:1.15rem;margin-bottom:.5rem}
.process-step p{margin:0;font-size:.92rem;color:var(--graphite)}
@media (max-width:1020px){
  .process-rail{grid-template-columns:repeat(2,1fr)}
  .process-step:last-child{grid-column:1 / -1}
}
@media (max-width:560px){
  .process-rail{grid-template-columns:1fr}
  .process-step{padding-top:4rem}
}

/* ---------- Work ---------- */
.work-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:var(--space-block)}
.work-head h2{margin:0}
.work-empty{
  background:var(--white);border:1px dashed rgba(16,17,22,.28);border-radius:4px;
  padding:clamp(2rem,1.5rem + 2vw,3rem);
  display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:center;
}
.work-empty p{margin:0;color:var(--graphite);max-width:38em}
.work-empty .link-arrow{justify-self:end}
@media (max-width:760px){
  .work-empty{grid-template-columns:1fr}
  .work-empty .link-arrow{justify-self:start}
}

/* ---------- Comparison ---------- */
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:var(--space-block)}
.compare-col{background:var(--white);border:1px solid var(--ink-12);padding:2rem}
.compare-col.is-acculyst{border:2px solid var(--cobalt)}
.compare-col h3{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}
.compare-col ul{display:flex;flex-direction:column;gap:.85rem}
.compare-col li{display:flex;gap:.7rem;align-items:flex-start;color:var(--graphite);line-height:1.45}
.compare-col li::before{content:"";flex:none;width:8px;height:8px;border-radius:50%;margin-top:.42em;background:var(--ink-12)}
.compare-col.is-acculyst li::before{background:var(--cobalt)}
.compare-col.is-acculyst li{color:var(--ink)}
.compare-note{margin:1.5rem 0 0;font-size:.9rem;color:var(--graphite)}
@media (max-width:760px){
  .compare-grid{grid-template-columns:1fr}
}

/* ---------- Final CTA ---------- */
.final-cta{background:var(--cobalt);color:var(--white)}
.final-cta .container{text-align:center;max-width:760px}
.final-cta h2{color:var(--white);max-width:14em;margin-inline:auto}
.final-cta p{color:rgba(255,255,255,.82);max-width:34em;margin:0 auto 2rem}
.final-cta .btn-primary{background:var(--ink);border-color:var(--ink);color:var(--white)}
.final-cta .btn-primary:hover{background:var(--lime);border-color:var(--lime);color:var(--ink)}
.final-cta .cta-secondary{
  display:inline-flex;align-items:center;gap:.4rem;margin-left:1.25rem;
  color:var(--white);font-weight:500;text-decoration:underline;text-underline-offset:4px;
}
.final-cta .cta-secondary:hover{color:var(--lime)}
.final-cta .cta-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}
.final-cta .cta-row .cta-secondary{margin-left:0}
