/* ==========================================================================
   Reigrow Solutions — components.css
   Named UI blocks: nav, buttons, cards, hero visual, project & testimonial
   cards, CTA band, service panels, forms, footer, blog, widgets, comments.
   ========================================================================== */

/* Typographic scale ------------------------------------------------------- */
.display { font-family: var(--font-head); font-weight: 600; font-size: clamp(2.6rem, 5.6vw, 4.6rem); line-height: 1.02; letter-spacing: -.03em; margin: 0; }
.h-xl { font-family: var(--font-head); font-weight: 600; font-size: clamp(2.4rem, 5.2vw, 4.1rem); line-height: 1.03; letter-spacing: -.03em; margin: 0; }
.h-lg { font-family: var(--font-head); font-weight: 600; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.08; letter-spacing: -.02em; margin: 0; }
.h-md { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.9rem, 3.2vw, 2.6rem); line-height: 1.1; letter-spacing: -.02em; margin: 0; }
.h-sm { font-family: var(--font-head); font-weight: 600; font-size: 1.4rem; line-height: 1.2; letter-spacing: -.01em; margin: 0; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.7; color: var(--text); }
.grad-text { background: var(--brand-grad-120); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Eyebrows & badges ------------------------------------------------------- */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-3); font-weight: 700; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--brand-1), var(--brand-2)); border-radius: 2px; }
.eyebrow--center { justify-content: center; }

.badge-pill { display: inline-flex; align-items: center; gap: 10px; padding: 7px 15px; border: 1px solid rgba(46, 155, 245, .28); border-radius: 100px; background: var(--chip-a); color: var(--brand-3); font-weight: 700; font-size: 12.5px; letter-spacing: .08em; }
.badge-pill--soft { border-color: #d7e6f8; background: rgba(255, 255, 255, .7); }
.badge-pill__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-grad); flex-shrink: 0; }

/* Buttons ----------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 16px 28px; border-radius: 12px; border: 1px solid transparent; font-family: var(--font-body); font-weight: 700; font-size: 16px; letter-spacing: -.01em; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.btn__arrow { font-size: 17px; line-height: 1; }
.btn--primary { background: var(--brand-grad); color: #fff; box-shadow: 0 14px 30px -10px rgba(22, 96, 214, .6); }
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 38px -10px rgba(22, 96, 214, .65); }
.btn--outline { background: var(--surface); color: var(--ink); border-color: var(--border-input); }
.btn--outline:hover { color: var(--ink); transform: translateY(-2px); border-color: var(--ink); }
.btn--light { background: #fff; color: var(--brand-2); box-shadow: 0 14px 30px -12px rgba(11, 30, 56, .4); }
.btn--light:hover { color: var(--brand-2); transform: translateY(-2px); box-shadow: 0 20px 38px -12px rgba(11, 30, 56, .45); }
.btn--ghost-white { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .45); color: #fff; }
.btn--ghost-white:hover { color: #fff; background: rgba(255, 255, 255, .2); border-color: #fff; transform: translateY(-2px); }
.btn--sm { padding: 13px 22px; font-size: 15px; border-radius: 11px; }
.btn--block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14.5px; color: var(--brand-2); transition: gap .25s ease, color .25s ease; }
.link-arrow:hover { gap: 11px; color: var(--brand-2); }

/* Cursor glow (JS-created, fine pointers only) ---------------------------- */
.reigrow-cursor-glow { position: fixed; top: 0; left: 0; width: 180px; height: 180px; border-radius: 50%; pointer-events: none; z-index: 9999; opacity: 0; background: radial-gradient(circle, rgba(46, 155, 245, .22), rgba(46, 155, 245, .08) 40%, transparent 70%); transform: translate3d(-300px, -300px, 0); transition: opacity .35s ease; will-change: transform; mix-blend-mode: multiply; }
.reigrow-cursor-glow.is-on { opacity: 1; }

/* Navigation glass pill --------------------------------------------------- */
.nav-pill { border-radius: 100px; background: var(--nav-bg); border: 1px solid var(--nav-border); box-shadow: 0 1px 2px rgba(11, 30, 56, .04), 0 14px 34px -22px rgba(11, 30, 56, .2); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-header.is-scrolled .nav-pill,
.site-header.is-scrolled .nav__brand.nav-pill { box-shadow: 0 1px 2px rgba(11, 30, 56, .06), 0 18px 44px -20px rgba(11, 30, 56, .32); background: rgba(255, 255, 255, .92); }
.nav__brand { display: inline-flex; align-items: center; padding: 12px 24px; transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s ease; }
.nav__brand:hover { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(11, 30, 56, .05), 0 20px 42px -22px rgba(11, 30, 56, .26); }
.brand__icon { height: 31px; width: auto; }
.brand__word { display: flex; align-items: baseline; font-family: var(--font-head); font-weight: 700; font-size: 20px; letter-spacing: -.02em; line-height: 1; margin-left: 11px; color: var(--ink); }
.brand__dot { color: var(--brand-2); }
.nav__link, .nav__menu > li > a { position: relative; display: inline-flex; align-items: center; padding: 9px 15px; border-radius: 100px; text-decoration: none; font-family: var(--font-body); font-weight: 600; font-size: 14.5px; letter-spacing: -.01em; color: var(--text); transition: background .25s ease, color .25s ease; }
.nav__link:hover, .nav__menu > li > a:hover { background: var(--chip-tint); color: var(--ink); }
.nav__menu .current-menu-item > .nav__link,
.nav__menu .current_page_item > .nav__link,
.nav__menu .current-menu-item > a,
.nav__menu .current_page_item > a,
.nav__link[aria-current="page"] { background: var(--chip-tint); color: var(--ink); }
.nav__menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.nav__icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: transparent; color: var(--text); transition: background .25s ease, color .25s ease, transform .3s var(--ease); }
.nav__icon:hover { background: var(--chip-tint); color: var(--brand-2); transform: translateY(-1px); }
.nav__cta { margin-left: 4px; padding: 10px 18px; border-radius: 100px; font-size: 14px; box-shadow: 0 8px 20px -10px rgba(22, 96, 214, .55); }
.nav__cta:hover { box-shadow: 0 14px 28px -10px rgba(22, 96, 214, .6); }
.nav__toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: none; border-radius: 50%; background: transparent; cursor: pointer; color: var(--ink); }
.nav__toggle .nav__icon-close { display: none; }
.nav__toggle[aria-expanded="true"] .nav__icon-open { display: none; }
.nav__toggle[aria-expanded="true"] .nav__icon-close { display: block; }
.mobile-menu__link, .mobile-menu li a { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; border-radius: 14px; text-decoration: none; color: var(--ink); font-family: var(--font-body); font-weight: 600; font-size: 17px; transition: background .2s ease; }
.mobile-menu__link:hover, .mobile-menu li a:hover { background: var(--chip-tint); color: var(--ink); }
.mobile-menu .current-menu-item > .mobile-menu__link,
.mobile-menu .current-menu-item > a { background: var(--chip-tint); }
.mobile-menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.mobile-menu__cta { margin-top: 8px; }
.mobile-menu__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-grad); }

/* Cards & tiles ----------------------------------------------------------- */
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-card); transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s ease; }
.card--pad { padding: clamp(28px, 3vw, 36px); }
.card--pad-sm { padding: clamp(26px, 3vw, 34px); }
.card--lift:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); border-color: rgba(11, 30, 56, .14); }
.card--lift-sm:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.icon-tile { width: 56px; height: 56px; border-radius: 15px; background: linear-gradient(135deg, var(--chip-a), var(--chip-b)); display: inline-flex; align-items: center; justify-content: center; color: var(--brand-2); }
.icon-tile--md { width: 52px; height: 52px; border-radius: 14px; }
.icon-tile--sm { width: 50px; height: 50px; border-radius: 13px; }
.icon-tile--44 { width: 44px; height: 44px; border-radius: 12px; }

/* Stats ------------------------------------------------------------------- */
.stats-eyebrow { text-align: center; margin: 0 0 26px; color: var(--muted-2); font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.stat { text-align: center; }
.stat__num { font-family: var(--font-head); font-weight: 700; font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.02em; color: var(--ink); }
.stat__label { margin-top: 10px; font-size: 14.5px; color: var(--muted); font-weight: 500; }

/* Process ----------------------------------------------------------------- */
.process { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; margin-top: 56px; }
.process__step { position: relative; z-index: 1; text-align: center; }
.process__num { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--brand-2); background: var(--chip-a); width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 0 5px #fff; margin-bottom: 18px; }
.process__num--accent { color: #fff; background: var(--brand-grad); box-shadow: 0 0 0 5px #fff, 0 8px 20px -6px rgba(46, 155, 245, .6); }
.process__step h3 { font-size: 1.25rem; margin: 0 0 10px; }
.process__step p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--text); }

/* Service cards (home) & value cards -------------------------------------- */
.feature-card__icon { margin-bottom: 24px; }
.feature-card h3 { font-size: 1.4rem; margin: 0 0 12px; }
.feature-card p { margin: 0 0 20px; font-size: 15.5px; line-height: 1.7; color: var(--text); }
.value-card__icon { margin-bottom: 22px; }
.value-card h3 { font-size: 1.25rem; margin: 0 0 11px; }
.value-card p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--text); }

/* Project cards ----------------------------------------------------------- */
.project-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); border-color: rgba(11, 30, 56, .14); }
.project-card:active { transform: translateY(-3px) scale(.995); }
.project-card__chrome { position: relative; padding: 11px 13px 0; background: linear-gradient(140deg, var(--c1, #232833), var(--c2, #3a4655)); }
.project-card__dots { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.project-card__dots > span { width: 9px; height: 9px; border-radius: 50%; }
.project-card__dots > span:nth-child(1) { background: rgba(255, 255, 255, .5); }
.project-card__dots > span:nth-child(2) { background: rgba(255, 255, 255, .34); }
.project-card__dots > span:nth-child(3) { background: rgba(255, 255, 255, .22); }
.project-card__url { margin-left: 8px; flex: 1; min-width: 0; height: 22px; border-radius: 100px; background: rgba(255, 255, 255, .16); display: flex; align-items: center; gap: 6px; padding: 0 11px; color: rgba(255, 255, 255, .75); font-size: 11px; font-weight: 600; overflow: hidden; }
.project-card__url span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.project-card__shot { position: relative; aspect-ratio: 16 / 10; border-radius: 11px 11px 0 0; overflow: hidden; box-shadow: 0 -1px 0 rgba(255, 255, 255, .14), 0 14px 30px -14px rgba(0, 0, 0, .5); }
.project-card__shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.project-card__cat { position: absolute; top: 12px; left: 12px; z-index: 3; padding: 5px 11px; border-radius: 100px; background: rgba(11, 30, 56, .72); backdrop-filter: blur(6px); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .05em; pointer-events: none; }
.project-card__ext { position: absolute; top: 12px; right: 12px; z-index: 3; width: 32px; height: 32px; border-radius: 9px; background: rgba(11, 30, 56, .72); backdrop-filter: blur(6px); display: inline-flex; align-items: center; justify-content: center; color: #fff; pointer-events: none; }
.project-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.project-card__title { font-size: 1.28rem; margin: 0 0 10px; }
.project-card__desc { margin: 0 0 18px; font-size: 14.5px; line-height: 1.65; color: var(--text); flex: 1; }
.project-card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.tag { padding: 4px 10px; border-radius: 7px; background: var(--chip-tint); border: 1px solid var(--border); color: var(--muted); font-size: 11.5px; font-weight: 600; }
.project-card__visit { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-2); font-weight: 700; font-size: 14px; }
.is-hidden { display: none !important; }

/* Filters ----------------------------------------------------------------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 38px; }
.filter-btn { padding: 10px 18px; border-radius: 100px; font-family: var(--font-body); font-weight: 600; font-size: 14px; cursor: pointer; transition: all .2s ease; background: var(--surface); color: var(--text); border: 1px solid var(--border-input); }
.filter-btn:hover { border-color: var(--ink); color: var(--ink); }
.filter-btn.is-active { background: var(--brand-grad); color: #fff; border-color: transparent; box-shadow: 0 8px 20px -8px rgba(22, 96, 214, .5); }

/* Testimonials ------------------------------------------------------------ */
.testimonial { margin: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: clamp(26px, 3vw, 34px); box-shadow: var(--shadow-card); display: flex; flex-direction: column; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.testimonial__stars { display: flex; gap: 3px; color: #f5a623; font-size: 17px; margin-bottom: 18px; }
.testimonial__quote { margin: 0; flex: 1; font-size: 16px; line-height: 1.7; color: var(--text-soft); }
.testimonial__foot { display: flex; align-items: center; gap: 13px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--border-soft); }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--brand-grad); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 15px; flex-shrink: 0; overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial__name { display: block; font-weight: 700; font-size: 15px; color: var(--ink); }
.testimonial__role { font-size: 13.5px; color: var(--muted); }

/* Info chips & availability ---------------------------------------------- */
.info-chip { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border-radius: 100px; background: var(--surface); border: 1px solid var(--border-input); color: var(--text-soft); font-weight: 600; font-size: 13.5px; box-shadow: 0 10px 24px -18px rgba(11, 30, 56, .55); }
.info-chip__ico { color: var(--brand-2); display: inline-flex; }
.avail { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border-radius: 100px; background: #eaf6ee; border: 1px solid rgba(34, 165, 91, .25); color: #1a8a4c; font-weight: 700; font-size: 13.5px; }
.avail--lg { padding: 10px 16px; font-size: 13.5px; width: fit-content; }
.avail__dot { width: 8px; height: 8px; border-radius: 50%; background: #22a55b; box-shadow: 0 0 0 4px rgba(34, 165, 91, .16); }

/* CTA band ---------------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--brand-grad); box-shadow: 0 1px 2px rgba(11, 30, 56, .05), 0 10px 24px -8px rgba(22, 96, 214, .35), 0 28px 56px -18px rgba(22, 96, 214, .45); padding: clamp(36px, 6vw, 68px) clamp(24px, 5vw, 56px); text-align: center; color: #fff; }
.cta-band__glow-a, .cta-band__glow-b { position: absolute; border-radius: 50%; pointer-events: none; }
.cta-band__glow-a { top: -120px; right: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255, 255, 255, .22), transparent 70%); }
.cta-band__glow-b { bottom: -140px; left: -90px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(255, 255, 255, .14), transparent 70%); }
.cta-band__inner { position: relative; z-index: 1; max-width: 660px; margin-inline: auto; }
.cta-band h2 { color: #fff; font-family: var(--font-head); font-weight: 600; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.08; letter-spacing: -.02em; margin: 0; }
.cta-band p { color: rgba(255, 255, 255, .88); font-size: 1.15rem; line-height: 1.7; margin: 20px auto 0; max-width: 560px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
.cta-band--split { text-align: left; }
.cta-band--split .cta-band__row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band--split .cta-band__copy { flex: 1 1 360px; }
.cta-band--split h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.12; }
.cta-band--split p { margin: 14px 0 0; font-size: 1.05rem; max-width: 520px; }

/* Service sections (dark panel + callout) --------------------------------- */
.service-index { display: inline-flex; align-items: center; gap: 12px; }
.service-index__num { font-family: var(--font-head); font-weight: 700; color: #9db1cc; font-size: 14px; letter-spacing: .1em; }
.callout { margin-top: 26px; padding: 18px 20px; border-radius: 14px; background: linear-gradient(135deg, var(--chip-a), var(--chip-b)); border: 1px solid rgba(46, 155, 245, .22); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5); }
.callout__head { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.callout__icon { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; background: var(--brand-grad); display: inline-flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 6px 14px -6px rgba(22, 96, 214, .6); }
.callout__label { font-weight: 700; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-2); }
.callout p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--text-soft); }
.panel-dark { background: linear-gradient(165deg, #12294a, #081426); border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--radius); padding: clamp(26px, 3vw, 38px); box-shadow: 0 1px 2px rgba(11, 30, 56, .06), 0 18px 40px -14px rgba(8, 20, 38, .5), 0 44px 74px -30px rgba(8, 20, 38, .62); }
.panel-dark__title { font-family: var(--font-head); font-weight: 600; font-size: 1.2rem; color: #fff; margin: 0 0 22px; }
.checklist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px 22px; }
.checklist li { display: flex; gap: 12px; font-size: 15px; line-height: 1.5; color: #c7d4e6; }
.checklist__tick { flex-shrink: 0; width: 22px; height: 22px; border-radius: 7px; background: rgba(74, 222, 128, .18); color: #4ade80; display: inline-flex; align-items: center; justify-content: center; }
.panel-dark__outcome { margin-top: 26px; padding: 18px 20px; border-radius: 14px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.panel-dark__outcome-label { font-weight: 700; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: #5cb3ff; margin-bottom: 8px; }
.panel-dark__outcome p { margin: 0; font-size: 15.5px; line-height: 1.6; color: #c7d4e6; }

/* Mission card (about) ---------------------------------------------------- */
.mission { position: relative; border-radius: 20px; background: linear-gradient(165deg, #0c2449 0%, #0b1e38 56%, #0a1a30 100%); border: 1px solid rgba(255, 255, 255, .09); padding: clamp(32px, 4vw, 46px); overflow: hidden; isolation: isolate; box-shadow: 0 1px 2px rgba(11, 30, 56, .06), 0 20px 40px -16px rgba(11, 30, 56, .38), 0 44px 84px -30px rgba(11, 30, 56, .55); }
.mission__glow { position: absolute; top: -100px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(46, 155, 245, .4), transparent 70%); pointer-events: none; z-index: 0; }
.mission__rings { position: absolute; bottom: -64px; right: -52px; width: 246px; height: 246px; opacity: .12; z-index: 0; pointer-events: none; }
.mission__inner { position: relative; z-index: 1; }
.mission__tag { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border-radius: 100px; background: rgba(46, 155, 245, .14); border: 1px solid rgba(46, 155, 245, .3); color: #9cc9f7; font-family: var(--font-head); font-weight: 600; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.mission__tag .ico { color: #5fb0f7; display: inline-flex; }
.mission__statement { margin: 22px 0 0; font-family: var(--font-head); font-weight: 500; font-size: clamp(1.35rem, 2.4vw, 1.78rem); line-height: 1.32; letter-spacing: -.01em; color: #fff; }
.mission__statement .grad-text { background: linear-gradient(120deg, #5fb0f7, #2e9bf5); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mission__rule { height: 1px; margin-top: 30px; background: linear-gradient(90deg, rgba(46, 155, 245, .55), rgba(255, 255, 255, .07)); }
.mission__stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 26px; }
.mission__stat { padding: 0 16px; border-left: 1px solid rgba(255, 255, 255, .1); }
.mission__stat:first-child { padding-left: 0; padding-right: 16px; border-left: 0; }
.mission__stat-num { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.1rem); line-height: 1; background: linear-gradient(120deg, #ffffff, #8fc4f7); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mission__stat-label { font-size: 12px; color: rgba(255, 255, 255, .56); margin-top: 9px; font-weight: 500; }

/* Hero browser / chat mock ------------------------------------------------ */
.hero-mock { position: relative; background: #fff; border: 1px solid #e7edf5; border-radius: var(--radius); box-shadow: 0 40px 80px -32px rgba(11, 30, 56, .34); overflow: hidden; }
.hero-mock__bar { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid #eef2f8; background: #fbfcfe; }
.hero-mock__dots { display: flex; gap: 7px; }
.hero-mock__dots span { width: 11px; height: 11px; border-radius: 50%; }
.hero-mock__dots .r { background: #ff5f57; } .hero-mock__dots .y { background: #febc2e; } .hero-mock__dots .g { background: #28c840; }
.hero-mock__url { flex: 1; height: 24px; border-radius: 7px; background: #eef2f8; display: flex; align-items: center; padding: 0 12px; gap: 7px; color: #94a2b6; font-size: 11.5px; }
.hero-mock__body { padding: 22px; }
.hero-mock__toprow { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.hero-mock__logo { width: 76px; height: 11px; border-radius: 6px; background: linear-gradient(90deg, #0b1e38, #33405a); }
.hero-mock__navdots { display: flex; gap: 10px; align-items: center; }
.hero-mock__navdots span { width: 34px; height: 8px; border-radius: 5px; background: #e3e9f2; }
.hero-mock__navdots .cta { width: 44px; height: 16px; border-radius: 6px; background: var(--brand-grad); }
.hero-mock__line { height: 15px; border-radius: 7px; margin-bottom: 10px; }
.hero-mock__line.w82 { width: 82%; background: #dfe6f0; }
.hero-mock__line.w64 { width: 64%; background: #eef2f8; margin-bottom: 18px; }
.hero-mock__chartrow { display: flex; align-items: flex-end; gap: 14px; }
.hero-mock__chart { flex: 1; height: 120px; border-radius: 12px; background: linear-gradient(140deg, #eef5fe, #dcebfc); position: relative; overflow: hidden; }
.hero-mock__chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-mock__chart .draw-path { stroke-dasharray: 340; stroke-dashoffset: 340; animation: draw 2.1s ease .35s forwards; }
.hero-mock__side { width: 56px; display: flex; flex-direction: column; gap: 6px; }
.hero-mock__side span { height: 12px; border-radius: 4px; background: #e3e9f2; }
.hero-mock__side .short { width: 70%; }
.hero-mock__side .dark { height: 24px; border-radius: 6px; background: #0b1e38; margin-top: 4px; }
.float-badge { position: absolute; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border-radius: 14px; background: #fff; border: 1px solid #e7edf5; box-shadow: 0 20px 40px -18px rgba(11, 30, 56, .3); }
.float-badge--dark { background: var(--ink); border: none; box-shadow: 0 22px 44px -18px rgba(11, 30, 56, .5); padding: 13px 16px; }
.float-badge--tr { top: -22px; right: -6px; }
.float-badge--bl { bottom: -20px; left: -10px; }
.float-badge__ring { position: relative; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.float-badge__ring span { width: 30px; height: 30px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--ink); }
.float-badge__tile { width: 36px; height: 36px; border-radius: 10px; background: var(--brand-grad); display: inline-flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.float-badge__t1 { display: block; font-weight: 700; font-size: 13px; color: var(--ink); }
.float-badge__t2 { font-size: 11.5px; color: var(--muted); }
.float-badge--dark .float-badge__t1 { font-family: var(--font-head); font-size: 16px; color: #fff; }
.float-badge--dark .float-badge__t2 { color: #93a4bd; }

/* Forms ------------------------------------------------------------------- */
.form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field__label { font-size: 14px; font-weight: 600; color: var(--text-soft); }
.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.input, .select, .textarea { width: 100%; box-sizing: border-box; padding: 14px 16px; border: 1px solid var(--border-input); border-radius: 12px; font-family: var(--font-body); font-size: 15.5px; color: var(--ink); background: var(--surface); transition: border-color .2s ease, box-shadow .2s ease; }
.textarea { line-height: 1.6; resize: vertical; min-height: 120px; }
.select { padding-right: 42px; appearance: none; -webkit-appearance: none; cursor: pointer; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--brand-3); box-shadow: 0 0 0 4px rgba(46, 155, 245, .14); }
.input::placeholder, .textarea::placeholder { color: #9aa7ba; }
.select-wrap { position: relative; display: block; }
.select-wrap__chevron { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--muted-2); }
.form__fineprint { margin: 2px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--muted-2); text-align: center; }
.form__hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin-top: 24px; padding: 18px 20px; border-radius: 14px; background: var(--chip-tint); border: 1px solid var(--border-soft); display: flex; gap: 13px; align-items: flex-start; }
.form-note .ico { flex-shrink: 0; color: var(--brand-2); margin-top: 1px; }
.form-note p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--text); }
.form-alert { padding: 14px 18px; border-radius: 12px; font-size: 14.5px; font-weight: 600; margin-bottom: 4px; }
.form-alert--error { background: #fdecec; color: #b42318; border: 1px solid rgba(180, 35, 24, .2); }
.form-success { text-align: center; padding: clamp(20px, 4vw, 44px) 8px; }
.form-success__icon { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 50%; background: #eaf6ee; color: #22a55b; margin-bottom: 24px; }
.detail-card { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 1px 2px rgba(11, 30, 56, .05), 0 6px 16px -8px rgba(11, 30, 56, .10); transition: border-color .3s ease, transform .35s var(--ease), box-shadow .35s var(--ease); }
.detail-card:hover { border-color: rgba(11, 30, 56, .14); transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 2px 5px rgba(11, 30, 56, .06), 0 14px 30px -12px rgba(11, 30, 56, .16); }
.detail-card__ico { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--chip-a), var(--chip-b)); display: inline-flex; align-items: center; justify-content: center; color: var(--brand-2); }
.detail-card__ico--wa { background: linear-gradient(135deg, #e7f7ec, #d2f0da); color: #1a8a4c; }
.detail-card__label { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.detail-card__value { font-weight: 600; font-size: 15px; color: var(--ink); word-break: break-word; }
.chat-mock { display: flex; flex-direction: column; gap: 12px; padding: 22px; }
.chat-bubble { max-width: 76%; padding: 13px 15px; display: flex; flex-direction: column; gap: 7px; }
.chat-bubble--out { align-self: flex-end; background: var(--brand-grad); border-radius: 14px 14px 4px 14px; }
.chat-bubble--in { align-self: flex-start; background: #f0f4fa; border-radius: 14px 14px 14px 4px; }
.chat-bubble span { height: 8px; border-radius: 5px; }
.chat-bubble--out span { background: rgba(255, 255, 255, .5); }
.chat-bubble--in span { background: #c7d3e2; }
.chat-status { display: flex; align-items: center; gap: 7px; padding-left: 4px; margin-top: 2px; font-size: 11.5px; color: var(--muted); font-weight: 600; }

/* Footer components ------------------------------------------------------- */
.f-word { display: flex; align-items: baseline; font-family: var(--font-head); font-weight: 700; font-size: 27px; letter-spacing: -.02em; line-height: 1; color: #fff; }
.f-word__dot { color: var(--brand-2); }
.f-sub { font-weight: 700; font-size: 11.5px; letter-spacing: .36em; color: rgba(255, 255, 255, .44); text-transform: uppercase; margin-top: 9px; }
.f-about { margin: 22px 0 0; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, .64); max-width: 340px; }
.f-social { display: flex; gap: 12px; margin-top: 26px; }
.f-social a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .72); display: inline-flex; align-items: center; justify-content: center; transition: background .3s ease, border-color .3s ease, color .3s ease, transform .35s var(--ease); }
.f-social a:hover { background: rgba(255, 255, 255, .12); border-color: rgba(22, 96, 214, .3); color: var(--brand-1); transform: translateY(-2px); }
.f-col h3 { margin: 0 0 18px; font-family: var(--font-head); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.f-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; font-size: 14.5px; }
.f-col a { color: rgba(255, 255, 255, .64); text-decoration: none; }
.f-col a:hover { color: #fff; }
.f-note { color: rgba(255, 255, 255, .44); font-size: 13.5px; line-height: 1.6; padding-top: 4px; }
.f-legal { margin: 0; font-size: 13.5px; color: rgba(255, 255, 255, .44); }
.f-status { margin: 0; font-size: 13.5px; color: rgba(255, 255, 255, .44); display: inline-flex; align-items: center; gap: 8px; }
.f-status__dot { width: 6px; height: 6px; border-radius: 50%; background: #22a55b; box-shadow: 0 0 0 3px rgba(34, 165, 91, .16); }

/* Blog, prose, archive, comments, widgets, breadcrumbs -------------------- */
.breadcrumbs { font-size: 13.5px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 22px; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--brand-2); }
.breadcrumbs__sep { color: var(--muted-2); }
.post-card { display: flex; flex-direction: column; overflow: hidden; }
.post-card__thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--chip-tint); }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.post-card:hover .post-card__thumb img { transform: scale(1.04); }
.post-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 12px; display: flex; gap: 10px; flex-wrap: wrap; }
.post-card__title { font-size: 1.28rem; margin: 0 0 10px; }
.post-card__title a { color: var(--ink); }
.post-card__title a:hover { color: var(--brand-2); }
.post-card__excerpt { margin: 0 0 18px; font-size: 15px; line-height: 1.7; color: var(--text); flex: 1; }
.entry-header { margin-bottom: 28px; }
.entry-title { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; margin: 12px 0 16px; }
.entry-meta { font-size: 13.5px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.entry-thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 32px; box-shadow: var(--shadow-card); }
.entry-content { font-size: 1.06rem; line-height: 1.8; color: var(--text-soft); }
.entry-content > * + * { margin-top: 1.3em; }
.entry-content h2 { font-size: 1.7rem; margin-top: 1.6em; }
.entry-content h3 { font-size: 1.35rem; margin-top: 1.4em; }
.entry-content a { color: var(--link); text-decoration: underline; text-underline-offset: 2px; }
.entry-content img, .entry-content .wp-block-image { border-radius: 14px; }
.entry-content blockquote { margin: 1.6em 0; padding: 8px 0 8px 24px; border-left: 3px solid var(--brand-2); font-family: var(--font-head); font-size: 1.25rem; color: var(--ink); font-style: normal; }
.entry-content code { background: var(--chip-tint); padding: 2px 7px; border-radius: 6px; font-size: .92em; }
.entry-content pre { background: var(--ink); color: #dbe6f5; padding: 20px; border-radius: 14px; overflow: auto; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content li + li { margin-top: .5em; }
.entry-footer { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.tag-links a, .cat-links a { display: inline-block; margin-right: 7px; }
.pagination { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 48px; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: 11px; border: 1px solid var(--border-input); color: var(--ink); font-weight: 700; background: var(--surface); }
.pagination .page-numbers:hover { border-color: var(--ink); }
.pagination .current { background: var(--brand-grad); color: #fff; border-color: transparent; }
.post-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.post-nav a { max-width: 48%; }
.sidebar .widget, .footer-widgets .widget { margin: 0; }
.widget { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-card); }
.widget + .widget { margin-top: 24px; }
.widget-title { font-family: var(--font-head); font-size: 1.1rem; margin: 0 0 16px; }
.widget ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.widget ul a { color: var(--text); }
.widget ul a:hover { color: var(--brand-2); }
.comments-area { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--border); }
.comment-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 24px; }
.comment-list .children { list-style: none; margin: 20px 0 0; padding-left: 24px; border-left: 2px solid var(--border); display: flex; flex-direction: column; gap: 20px; }
.comment-body { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 22px; }
.comment-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.comment-author .fn { font-weight: 700; color: var(--ink); font-style: normal; }
.comment-metadata { font-size: 12.5px; color: var(--muted); }
.comment-respond { margin-top: 32px; }
.error-404 { text-align: center; padding: clamp(60px, 10vw, 120px) 0; }
.error-404 .code { font-family: var(--font-head); font-weight: 700; font-size: clamp(5rem, 16vw, 10rem); line-height: 1; background: var(--brand-grad-120); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Footer / footer-widgets band */
.footer-widgets { background: #0a1a30; border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-widgets__inner { max-width: var(--container); margin-inline: auto; padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px 28px; }
.footer-widgets .widget { background: transparent; border: 0; box-shadow: none; padding: 0; }
.footer-widgets .widget-title { color: #fff; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.footer-widgets .widget a { color: rgba(255, 255, 255, .64); }
.footer-widgets .widget a:hover { color: #fff; }
