/* ZyraHub — Custom styles (no external fonts) */
*{ box-sizing:border-box; }
html, body{ height:100%; }
body{
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  text-rendering: optimizeLegibility;
}

.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:16px; top:14px; width:auto; height:auto;
  padding:10px 12px; border-radius:12px; background: rgba(255,255,255,.12);
  outline: none; box-shadow: var(--focus); z-index:9999;
}

a{ color: var(--text); }
a:hover{ color: var(--text); }

.link-soft{
  color: rgba(234,240,246,.86);
  text-decoration: underline;
  text-decoration-color: rgba(47,208,200,.45);
  text-underline-offset: 3px;
}
.link-soft:hover{
  text-decoration-color: rgba(228,59,47,.75);
}

.text-muted{ color: var(--muted) !important; }
.text-soft{ color: rgba(234,240,246,.62) !important; }

.nav-glass{
  background: linear-gradient(180deg, rgba(16,29,43,.70), rgba(16,29,43,.38));
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}
.navbar .nav-link{
  color: rgba(234,240,246,.78);
  border-radius: 999px;
  padding: .55rem .9rem;
}
.navbar .nav-link:hover{
  color: rgba(234,240,246,.95);
  background: rgba(255,255,255,.06);
}
.navbar .nav-link.active{
  color: rgba(234,240,246,1);
  background: rgba(47,208,200,.12);
  border: 1px solid rgba(47,208,200,.24);
}

.brand-mark{
  width: 34px; height: 34px; border-radius: 12px;
  position: relative; display:inline-block;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 18px rgba(0,0,0,.25);
  overflow: hidden;
}
.brand-mark .mark-dot{
  position:absolute; width:10px; height:10px; border-radius:999px;
  left:8px; top:8px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.7), rgba(255,255,255,.15));
}
.brand-mark .mark-seal{
  position:absolute; right:-8px; bottom:-8px; width:28px; height:28px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 30%, rgba(228,59,47,.95), rgba(228,59,47,.35));
  filter: blur(.0px);
}

.brand-sub{
  margin-left: .4rem;
  font-size: .85rem;
  color: rgba(234,240,246,.62);
}

/* Buttons */
.btn-accent{
  background: linear-gradient(135deg, rgba(228,59,47,1), rgba(255,178,74,.92));
  border: 0;
  color: #0b1118;
  box-shadow: 0 16px 40px rgba(228,59,47,.22);
}
.btn-accent:hover{ filter: brightness(1.03); color:#0b1118; }

.btn-ghost{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(234,240,246,.92);
}
.btn-ghost:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.20);
  color: rgba(234,240,246,1);
}
.btn:focus{ box-shadow: var(--focus) !important; }

/* Hero */
.hero{
  background: var(--grad-hero);
}
.bg-origami{
  position:absolute; inset:0; pointer-events:none;
}
.bg-origami .orb{
  position:absolute; border-radius: 999px;
  filter: blur(22px);
  opacity: .9;
}
.bg-origami .orb-a{ width:420px; height:420px; left:-140px; top:-120px; background: rgba(228,59,47,.26); }
.bg-origami .orb-b{ width:520px; height:520px; right:-180px; top:60px; background: rgba(47,208,200,.18); }
.bg-origami .orb-c{ width:420px; height:420px; left:52%; bottom:-220px; transform: translateX(-50%); background: rgba(255,178,74,.16); }

.bg-origami .seal-ring{
  position:absolute; left:8%; top:18%;
  width: 240px; height: 240px; border-radius: 999px;
  border: 1px dashed rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.03);
  opacity: .65;
}
.bg-origami .grid-lines{
  position:absolute; inset:0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(closest-side at 50% 25%, rgba(0,0,0,.9), transparent 70%);
  opacity: .55;
}

.section-cut{
  position:absolute; left:0; right:0; bottom:-1px;
  height:140px;
}
.section-cut.small{ height:120px; }
.section-cut svg{ width:100%; height:100%; display:block; }
.section-cut path{ fill: rgba(255,255,255,.04); }

.hero-meta{
  display:flex; flex-wrap:wrap; gap:10px;
}
.meta-chip{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: .55rem .8rem;
  display:flex; gap:10px; align-items:center;
}
.meta-k{
  font-size:.78rem;
  color: rgba(234,240,246,.60);
}
.meta-v{
  font-size:.88rem;
  color: rgba(234,240,246,.92);
}

.text-glow{
  background: linear-gradient(90deg, rgba(47,208,200,1), rgba(255,178,74,1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Cards */
.hero-card, .side-card, .footer-card, .service-card, .price-card, .quote-card, .contact-card, .compare-card, .mini-banner, .cta-band{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-soft);
}

.cut-card{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.cut-card::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    linear-gradient(135deg, rgba(47,208,200,.25), transparent 35%),
    linear-gradient(315deg, rgba(228,59,47,.22), transparent 40%);
  opacity:.6;
  pointer-events:none;
}
.cut-card > *{ position:relative; }

.icon-shell{
  width:42px; height:42px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(47,208,200,.10);
  border: 1px solid rgba(47,208,200,.22);
  color: rgba(234,240,246,.92);
}
.eyebrow{
  display:inline-block;
  font-size:.82rem;
  letter-spacing:.12em;
  text-transform: uppercase;
  color: rgba(234,240,246,.62);
}

/* Seal */
.seal-badge{
  font-size:.78rem;
  letter-spacing:.22em;
  padding:.35rem .55rem;
  border-radius: 999px;
  background: rgba(228,59,47,.16);
  border: 1px solid rgba(228,59,47,.28);
  color: rgba(234,240,246,.92);
}
.seal-check{
  width: 64px; height: 64px; border-radius: 24px;
  display:grid; place-items:center;
  background: rgba(47,208,200,.12);
  border: 1px solid rgba(47,208,200,.24);
  color: rgba(234,240,246,.94);
}

/* Lists */
.li-dot{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .45rem;
}
.li-dot::before{
  content:"";
  position:absolute; left:.2rem; top:.5rem;
  width:.55rem; height:.55rem; border-radius: 999px;
  background: rgba(255,178,74,.88);
  box-shadow: 0 0 0 4px rgba(255,178,74,.12);
}

.li-check{
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .5rem;
}
.li-check::before{
  content:"";
  position:absolute; left:.25rem; top:.55rem;
  width:.6rem; height:.6rem; border-radius: 4px;
  background: rgba(47,208,200,.9);
  box-shadow: 0 0 0 4px rgba(47,208,200,.12);
}

/* Services */
.service-card .service-head{ margin-bottom:.25rem; }
.chip{
  font-size:.75rem;
  padding:.28rem .55rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(234,240,246,.78);
}

/* Pricing */
.price-card .price{
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.price-card.featured{
  border-color: rgba(228,59,47,.30);
  box-shadow: 0 28px 70px rgba(228,59,47,.16);
}
.price-card .ribbon{
  position:absolute;
  right: 16px; top: 16px;
  font-size:.72rem;
  padding:.35rem .55rem;
  border-radius: 999px;
  background: rgba(255,178,74,.14);
  border: 1px solid rgba(255,178,74,.28);
  color: rgba(234,240,246,.9);
}

/* Quotes */
.quote-card{
  position: relative;
  overflow:hidden;
}
.quote-card .quote-mark{
  position:absolute;
  right: 16px; top: 10px;
  font-size: 3.2rem;
  opacity: .14;
}

/* Sections */
.section-soft{
  position:relative;
}
.soft-slice{
  position:absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  mask-image: radial-gradient(closest-side at 30% 20%, rgba(0,0,0,.95), transparent 70%);
  opacity: .95;
  pointer-events:none;
}
.soft-slice.alt{
  mask-image: radial-gradient(closest-side at 72% 18%, rgba(0,0,0,.95), transparent 72%);
}

.note-strip{
  display:flex; gap:10px; align-items:flex-start;
  padding: .9rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
}
.note-dot{
  width:10px; height:10px; border-radius:999px;
  margin-top: .35rem;
  background: rgba(228,59,47,.9);
  box-shadow: 0 0 0 6px rgba(228,59,47,.12);
}

.divider-soft{
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
}

/* Forms */
.form-control, .form-select{
  background: rgba(12,18,26,.55);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(234,240,246,.95);
  border-radius: 14px;
}
.form-control::placeholder{
  color: rgba(234,240,246,.62);
}
.form-control:focus, .form-select:focus{
  background: rgba(12,18,26,.65);
  border-color: rgba(47,208,200,.40);
  box-shadow: var(--focus);
  color: rgba(234,240,246,.95);
}
.form-label{ color: rgba(234,240,246,.80); }
.form-check-input{
  background-color: rgba(12,18,26,.65);
  border: 1px solid rgba(255,255,255,.22);
}
.form-check-input:checked{
  background-color: rgba(47,208,200,.95);
  border-color: rgba(47,208,200,.95);
}
.form-status{
  min-height: 18px;
  color: rgba(234,240,246,.88);
}
.form-status.ok{ color: rgba(47,208,200,.95); }
.form-status.err{ color: rgba(255,178,74,.95); }

/* Accordion */
.faq-accordion .accordion-item{
  background: transparent;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  overflow:hidden;
  margin-bottom: 12px;
}
.faq-accordion .accordion-button{
  background: rgba(255,255,255,.05);
  color: rgba(234,240,246,.92);
}
.faq-accordion .accordion-button:focus{ box-shadow: var(--focus); }
.faq-accordion .accordion-button:not(.collapsed){
  background: rgba(47,208,200,.10);
  color: rgba(234,240,246,1);
}
.faq-accordion .accordion-body{
  background: rgba(12,18,26,.35);
}

/* Footer */
.site-footer{
  border-top: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(16,29,43,.40), rgba(16,29,43,.72));
}
.footer-links a{
  display:inline-block;
  padding: .35rem 0;
  color: rgba(234,240,246,.78);
  text-decoration:none;
}
.footer-links a:hover{ color: rgba(234,240,246,1); text-decoration: underline; text-underline-offset: 3px; }

.social-pill{
  font-size:.85rem;
  text-decoration:none;
  color: rgba(234,240,246,.86);
  padding: .45rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
}
.social-pill:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.20);
  color: rgba(234,240,246,1);
}

/* Reveal animation */
[data-reveal]{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
[data-reveal].is-in{
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
  [data-reveal]{ opacity:1; transform:none; }
  .bg-origami .orb{ filter: none; }
}
