:root {
  --color-bg: #f7f7fb;
  --color-bg-secondary: #ffffff;
  --color-card: #ffffff;
  --color-accent: #3e4095;
  --color-accent-secondary: #f4c62b;
  --color-success: #278760;
  --color-warning: #e7a90b;
  --color-danger: #ff4d4f;
  --color-white: #29283a;
  --color-text: #6c6f7d;
  --color-border: rgba(62, 64, 149, .13);
  --font-body: "Inter", sans-serif;
  --font-display: "Manrope", sans-serif;
  --container: 1280px;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(35, 37, 79, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--color-white); background: var(--color-bg); font: 400 16px/1.7 var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.5em; color: var(--color-text); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .6em; color: var(--color-white); font-family: var(--font-display); line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(3.2rem, 5.6vw, 5.75rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }
h3 { font-size: 1.3rem; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--color-accent-secondary); outline-offset: 4px; }
::selection { color: var(--color-bg); background: var(--color-accent-secondary); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.section { position: relative; padding: 125px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 10000; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 16px; margin: 0; clip: auto; color: var(--color-bg); background: var(--color-accent-secondary); }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--color-accent-secondary); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker i { width: 24px; height: 1px; background: currentColor; box-shadow: 0 0 10px currentColor; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p { max-width: 650px; margin-inline: auto; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 1px solid var(--color-accent); border-radius: 7px; color: #031019; background: linear-gradient(135deg, var(--color-accent-secondary), var(--color-accent)); box-shadow: 0 14px 35px rgba(0, 174, 239, .18); font-weight: 700; line-height: 1; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 20px 45px rgba(0, 174, 239, .3); }
.button--small { min-height: 42px; padding: 0 18px; font-size: .82rem; }
.button--outline { color: var(--color-white); border-color: var(--color-border); background: rgba(255, 255, 255, .035); box-shadow: none; }
.button--outline:hover { border-color: var(--color-accent); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--color-accent); font-size: .78rem; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

/* Header and navigation */
.site-header { z-index: 1000; width: 100%; height: 82px; border-bottom: 1px solid transparent; transition: height .25s, background .25s, border-color .25s; }
.has-sticky-header .site-header { position: fixed; inset: 0 0 auto; }
.has-static-header .site-header { position: absolute; inset: 0 0 auto; }
.site-header.is-scrolled { height: 70px; border-color: var(--color-border); background: rgba(7, 11, 20, .9); backdrop-filter: blur(18px); }
.site-header__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 35px; }
.brand, .custom-logo-link { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.custom-logo { width: 56px; max-width: 56px; height: 42px; object-fit: contain; }
.brand__mark { position: relative; display: inline-block; width: 32px; height: 32px; overflow: hidden; border: 1px solid rgba(0, 245, 255, .55); border-radius: 8px 2px; background: rgba(0, 174, 239, .08); box-shadow: 0 0 20px rgba(0, 174, 239, .12); transform: rotate(45deg); }
.brand__mark::before, .brand__mark::after, .brand__mark span { position: absolute; content: ""; background: linear-gradient(90deg, var(--color-accent), var(--color-accent-secondary)); transform: rotate(-45deg); }
.brand__mark::before { width: 19px; height: 3px; top: 10px; left: 4px; }
.brand__mark::after { width: 13px; height: 3px; top: 16px; left: 9px; }
.brand__mark span { width: 7px; height: 3px; top: 22px; left: 14px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__text strong { font: 700 .92rem var(--font-display); letter-spacing: .07em; text-transform: uppercase; }
.brand__text small { margin-top: 4px; color: var(--color-text); font-size: .52rem; letter-spacing: .12em; text-transform: uppercase; }
.desktop-navigation .menu, .site-footer .menu { display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; list-style: none; }
.desktop-navigation .menu > li { position: relative; }
.desktop-navigation .menu > li > a { display: block; padding: 27px 0; color: #c8cede; font-size: .8rem; font-weight: 600; }
.desktop-navigation .menu > li > a:hover, .desktop-navigation .current-menu-item > a { color: var(--color-white); }
.desktop-navigation .sub-menu { position: absolute; top: calc(100% - 8px); left: -18px; min-width: 220px; padding: 12px; margin: 0; visibility: hidden; opacity: 0; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-card); box-shadow: var(--shadow); list-style: none; transform: translateY(10px); transition: .2s; }
.desktop-navigation li:hover > .sub-menu, .desktop-navigation li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.desktop-navigation .sub-menu a { display: block; padding: 9px; border-radius: 5px; color: var(--color-text); font-size: .78rem; }
.desktop-navigation .sub-menu a:hover { color: var(--color-white); background: rgba(255, 255, 255, .05); }
.site-header__actions { display: flex; align-items: center; gap: 20px; }
.header-login { color: var(--color-text); font-size: .8rem; font-weight: 600; }
.header-login:hover { color: var(--color-white); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; color: var(--color-white); background: transparent; }
.menu-toggle i { display: block; width: 23px; height: 1px; margin: 5px auto; background: currentColor; }
.mobile-menu-overlay { position: fixed; z-index: 2000; inset: 0; visibility: hidden; opacity: 0; background: rgba(2, 5, 10, .78); backdrop-filter: blur(8px); transition: .3s; }
.mobile-menu-overlay.is-open { visibility: visible; opacity: 1; }
.mobile-menu-overlay__panel { width: min(90%, 440px); height: 100%; padding: 24px; margin-left: auto; background: var(--color-bg-secondary); box-shadow: -30px 0 80px rgba(0, 0, 0, .45); transform: translateX(100%); transition: transform .3s; }
.mobile-menu-overlay.is-open .mobile-menu-overlay__panel { transform: translateX(0); }
.mobile-menu-overlay__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--color-border); }
.menu-close { border: 0; color: var(--color-white); background: transparent; font-size: 2rem; line-height: 1; }
.mobile-navigation .menu { padding: 20px 0; margin: 0; list-style: none; }
.mobile-navigation .menu > li > a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--color-border); font: 600 1.1rem var(--font-display); }
.mobile-navigation .sub-menu { padding-left: 18px; list-style: none; }
.mobile-navigation .sub-menu a { display: block; padding: 8px 4px; color: var(--color-text); font-size: .85rem; }
.mobile-menu-overlay__actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }

/* Hero */
.hero-section { position: relative; min-height: 920px; overflow: hidden; padding: 178px 0 120px; background: radial-gradient(circle at 82% 28%, rgba(0, 174, 239, .09), transparent 30%), linear-gradient(180deg, #070b14, #080e19); }
.hero-section__grid-lines { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-section__inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.hero-copy h1 { margin-bottom: 26px; font-size: clamp(3.1rem, 5vw, 5.3rem); }
.hero-copy > p { max-width: 660px; font-size: 1.1rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 35px; }
.hero-proof { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 38px; }
.hero-proof span { position: relative; padding-left: 15px; color: #7e8ba2; font-size: .68rem; }
.hero-proof span::before { position: absolute; top: .65em; left: 0; width: 5px; height: 5px; border-radius: 50%; content: ""; background: var(--color-success); box-shadow: 0 0 8px var(--color-success); }
.trust-bar { padding: 29px 0; border-block: 1px solid var(--color-border); background: #090f1b; }
.trust-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.trust-bar p { margin: 0; color: #67738a; font-size: .62rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.trust-bar__inner > div { display: flex; flex: 1; justify-content: space-between; gap: 25px; color: #69758a; font: 600 .66rem var(--font-display); letter-spacing: .08em; text-transform: uppercase; }

/* Cards and product sections */
.services-section { background: linear-gradient(180deg, var(--color-bg), var(--color-bg-secondary)); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 290px; padding: 30px; border: 1px solid var(--color-border); border-radius: 12px; background: linear-gradient(145deg, rgba(18, 26, 43, .95), rgba(13, 19, 35, .75)); transition: transform .3s, border-color .3s; }
.service-card:hover { border-color: rgba(0, 174, 239, .3); transform: translateY(-5px); }
.service-card > img { width: 48px; height: 48px; padding: 11px; margin-bottom: 26px; border: 1px solid rgba(0, 174, 239, .22); border-radius: 10px; background: rgba(0, 174, 239, .07); }
.service-card h3 { font-size: 1.22rem; }
.service-card h3 a:hover { color: var(--color-accent-secondary); }
.service-card p { min-height: 78px; font-size: .85rem; }
.product-section { background: var(--color-bg-secondary); }
.product-section--tinted { background: #080e1a; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(65px, 8vw, 125px); align-items: center; }
.split-layout--reversed .product-copy { order: 2; }
.split-layout--reversed .product-visual { order: 1; }
.product-copy h2 { font-size: clamp(2.25rem, 3.7vw, 3.6rem); }
.product-copy > p { font-size: 1rem; }
.feature-list { display: grid; gap: 15px; padding: 0; margin: 30px 0 35px; list-style: none; }
.feature-list li { position: relative; padding-left: 30px; color: #c4ccda; font-size: .88rem; }
.feature-list li::before { position: absolute; top: .28em; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid rgba(0, 208, 132, .3); border-radius: 50%; content: "✓"; color: var(--color-success); background: rgba(0, 208, 132, .07); font-size: .65rem; }
.product-visual { min-height: 470px; border: 1px solid rgba(0, 174, 239, .22); border-radius: var(--radius); background: linear-gradient(145deg, #111a2d, #0a1220); box-shadow: var(--shadow); }
.metric-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0; }
.metric-list article { padding: 20px; border: 1px solid var(--color-border); border-radius: 9px; background: rgba(255, 255, 255, .02); }
.metric-list strong { display: block; color: var(--color-accent-secondary); font: 600 2rem var(--font-display); }
.metric-list span { color: var(--color-text); font-size: .7rem; }

/* Industries, pricing, testimonials, contact */
.industries-section { background: var(--color-bg); }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-card { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-card); }
.industry-card > img { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.industry-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, #0c1321 15%, transparent); }
.industry-card > div { position: absolute; z-index: 1; right: 25px; bottom: 25px; left: 25px; }
.industry-card--fallback { background: radial-gradient(circle at 80% 15%, rgba(0, 174, 239, .16), transparent 32%), linear-gradient(145deg, #121c30, #0c1321); }
.industry-card h3 { font-size: 1.25rem; }
.industry-card p { margin-bottom: 13px; font-size: .78rem; }
.industry-card strong { color: var(--color-success); font-size: .69rem; }
.pricing-section { background: var(--color-bg-secondary); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; display: flex; min-height: 515px; flex-direction: column; padding: 35px; border: 1px solid var(--color-border); border-radius: 14px; background: var(--color-card); }
.pricing-card--featured { border-color: var(--color-accent); box-shadow: 0 25px 70px rgba(0, 174, 239, .12); transform: translateY(-10px); }
.pricing-badge { position: absolute; top: 18px; right: 18px; padding: 5px 9px; border-radius: 20px; color: var(--color-bg); background: var(--color-accent-secondary); font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.pricing-card h3 { margin-bottom: 26px; }
.price { display: flex; min-height: 83px; flex-direction: column; margin-bottom: 20px; }
.price strong { font: 600 2rem var(--font-display); }
.price span { color: var(--color-text); font-size: .65rem; }
.pricing-card > p { font-size: .8rem; }
.package-features { flex: 1; margin: 18px 0 28px; color: var(--color-text); font-size: .78rem; }
.package-features ul, ul.package-features { display: grid; gap: 10px; padding: 0; list-style: none; }
.package-features li { position: relative; padding-left: 22px; }
.package-features li::before { position: absolute; left: 0; content: "✓"; color: var(--color-success); }
.testimonials-section { background: #080e19; }
.testimonial-slider { max-width: 980px; margin: auto; overflow: hidden; }
.testimonial-track { display: flex; transition: transform .5s ease; }
.testimonial-slide { min-width: 100%; padding: 48px 55px; margin: 0; border: 1px solid var(--color-border); border-radius: var(--radius); background: linear-gradient(145deg, rgba(18, 26, 43, .95), rgba(10, 17, 30, .82)); }
.quote-mark { height: 55px; color: rgba(0, 174, 239, .35); font: 700 5rem/.8 var(--font-display); }
.testimonial-slide__quote, .testimonial-slide__quote p { color: #e5eaf3; font: 500 clamp(1.25rem, 2.1vw, 1.75rem)/1.55 var(--font-display); }
.testimonial-slide footer { display: flex; align-items: center; gap: 13px; }
.testimonial-slide footer img, .testimonial-slide footer > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; object-fit: cover; color: var(--color-accent-secondary); background: #1c2941; font-size: .7rem; }
.testimonial-slide footer div { display: flex; flex-direction: column; }
.testimonial-slide footer strong { font-size: .75rem; }
.testimonial-slide footer small { color: var(--color-text); font-size: .62rem; }
.testimonial-slide footer b { margin-left: auto; color: var(--color-success); font-size: .68rem; }
.testimonial-controls { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.testimonial-controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-white); background: var(--color-card); }
.testimonial-controls button:hover { border-color: var(--color-accent); color: var(--color-accent-secondary); }
.contact-section { overflow: hidden; background: var(--color-bg-secondary); }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; padding: 70px; border: 1px solid rgba(0, 174, 239, .25); border-radius: var(--radius); background: radial-gradient(circle at 0 0, rgba(0, 174, 239, .12), transparent 38%), linear-gradient(145deg, #111c30, #0a1322); box-shadow: var(--shadow); }
.contact-copy h2 { font-size: clamp(2.25rem, 3.7vw, 3.6rem); }
.contact-points { display: grid; gap: 10px; }
.contact-points span { color: #c7cfdb; font-size: .8rem; }
.contact-points span::before { margin-right: 9px; content: "✓"; color: var(--color-success); }
.contact-form-wrap { padding: 30px; border: 1px solid var(--color-border); border-radius: 12px; background: rgba(7, 11, 20, .65); }
.vals-contact-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vals-contact-form label { display: flex; flex-direction: column; gap: 6px; color: #c5cedd; font-size: .68rem; font-weight: 600; }
.vals-contact-form input, .vals-contact-form select, .vals-contact-form textarea, .wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid var(--color-border); border-radius: 6px; color: var(--color-white); outline: 0; background: #0d1524; }
.vals-contact-form input:focus, .vals-contact-form select:focus, .vals-contact-form textarea:focus, .wpcf7 input:focus, .wpcf7 textarea:focus { border-color: var(--color-accent); }
.vals-contact-form textarea, .wpcf7 textarea { resize: vertical; }
.form-honeypot { position: absolute; left: -9999px; }
.form-status { margin: 0; color: var(--color-text); font-size: .72rem; }
.form-status.is-success { color: var(--color-success); }
.form-status.is-error { color: var(--color-danger); }
.wpcf7-submit { min-height: 50px; padding: 0 22px; border: 0; border-radius: 6px; color: var(--color-bg); background: var(--color-accent-secondary); font-weight: 700; }

/* Footer */
.site-footer { padding: 80px 0 25px; border-top: 1px solid var(--color-border); background: #060a12; }
.site-footer__grid { display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); gap: 45px; padding-bottom: 60px; }
.site-footer__description { max-width: 300px; margin: 24px 0 12px; font-size: .78rem; }
.site-footer__brand > a:last-child { color: var(--color-accent); font-size: .72rem; }
.site-footer__column, .footer-widget { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer__column h2, .footer-widget__title { margin-bottom: 9px; font: 600 .72rem var(--font-display); letter-spacing: .07em; text-transform: uppercase; }
.site-footer__column a, .site-footer__column span, .footer-widget a { color: #7f8a9f; font-size: .68rem; }
.site-footer__column a:hover, .footer-widget a:hover { color: var(--color-accent-secondary); }
.footer-widget ul { padding: 0; margin: 0; list-style: none; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--color-border); }
.site-footer__bottom p { margin: 0; color: #5f6a7f; font-size: .6rem; }
.site-footer__bottom .menu { gap: 20px; }
.site-footer__bottom .menu a { color: #69758a; font-size: .6rem; }

/* Content and page templates */
.content-shell { min-height: 70vh; padding: 145px 0 120px; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; color: #6d7990; font-size: .65rem; }
.breadcrumbs a:hover { color: var(--color-accent-secondary); }
.page-header { max-width: 850px; padding: 25px 0 65px; }
.page-header h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-header--article { text-align: center; }
.page-header--article .breadcrumbs { justify-content: center; }
.entry-meta { display: flex; justify-content: center; gap: 20px; color: var(--color-text); font-size: .7rem; }
.entry-featured-image { overflow: hidden; max-height: 680px; margin-bottom: 65px; border: 1px solid var(--color-border); border-radius: var(--radius); }
.entry-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.entry-content { color: #d4dae5; }
.entry-content > * { margin-top: 0; margin-bottom: 1.5em; }
.entry-content h2 { margin-top: 1.8em; font-size: 2.1rem; }
.entry-content h3 { margin-top: 1.7em; font-size: 1.5rem; }
.entry-content a { color: var(--color-accent-secondary); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { padding-left: 25px; margin: 2.5em 0; border-left: 2px solid var(--color-accent); color: var(--color-white); font: 500 1.3rem/1.6 var(--font-display); }
.entry-content pre { overflow: auto; padding: 20px; border: 1px solid var(--color-border); border-radius: 8px; background: #050810; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--color-border); }
.elementor-page .entry-content.container { width: 100%; max-width: none; padding: 0; }
.entry-footer { margin-top: 45px; }
.social-share { display: flex; align-items: center; gap: 9px; }
.social-share > span { margin-right: 4px; color: var(--color-text); font-size: .68rem; }
.social-share a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--color-border); border-radius: 50%; color: var(--color-accent-secondary); font-size: .68rem; }
.tag-list { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 25px; }
.tag-list a { padding: 5px 9px; border: 1px solid var(--color-border); border-radius: 4px; color: var(--color-text); font-size: .62rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.content-card { overflow: hidden; border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-card); }
.content-card__media { display: grid; height: 210px; overflow: hidden; place-items: center; background: #0a1220; }
.content-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.content-card__media img[src*="icons"] { width: 60px; height: 60px; object-fit: contain; }
.content-card:hover .content-card__media img { transform: scale(1.04); }
.content-card__body { padding: 25px; }
.content-card__type { color: var(--color-accent); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.content-card__meta { display: flex; gap: 11px; flex-wrap: wrap; align-items: center; margin-bottom: 9px; color: var(--color-accent); font-size: .62rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.content-card__meta a { color: inherit; }
.content-card__meta span { color: var(--color-text); }
.content-card h2 { min-height: 54px; margin-top: 10px; font-size: 1.15rem; line-height: 1.4; }
.content-card p { min-height: 65px; font-size: .78rem; }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; padding: 0 10px; border: 1px solid var(--color-border); border-radius: 5px; color: var(--color-text); font-size: .72rem; }
.page-numbers.current, .page-numbers:hover { color: var(--color-bg); border-color: var(--color-accent-secondary); background: var(--color-accent-secondary); }
.post-navigation-wrap { margin-top: 55px; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; }
.post-navigation a { display: block; padding: 20px; border: 1px solid var(--color-border); border-radius: 8px; color: var(--color-text); }
.nav-next { text-align: right; }
.search-form { display: flex; max-width: 520px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--color-border); border-radius: 6px 0 0 6px; color: var(--color-white); outline: 0; background: var(--color-card); }
.search-form button { padding: 0 18px; border: 0; border-radius: 0 6px 6px 0; color: var(--color-bg); background: var(--color-accent-secondary); font-weight: 700; }
.empty-state { padding: 65px; border: 1px solid var(--color-border); border-radius: var(--radius); text-align: center; background: var(--color-card); }
.empty-state > img { width: 55px; margin: 0 auto 20px; }
.empty-state .search-form { margin: 25px auto 0; }
.error-page { display: grid; min-height: 85vh; place-items: center; padding: 140px 0 90px; text-align: center; }
.error-page .breadcrumbs { justify-content: center; }
.error-code { display: block; color: rgba(0, 245, 255, .1); font: 700 clamp(7rem, 20vw, 14rem)/.78 var(--font-display); }
.error-page p { max-width: 620px; margin-inline: auto; }
.error-actions { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 30px; }
.inner-hero { padding: 180px 0 110px; border-bottom: 1px solid var(--color-border); background: radial-gradient(circle at 75% 20%, rgba(0, 174, 239, .09), transparent 30%), var(--color-bg); text-align: center; }
.inner-hero .breadcrumbs, .inner-hero .section-kicker { justify-content: center; }
.inner-hero p { max-width: 700px; margin: 0 auto 30px; font-size: 1.05rem; }
.inner-hero--compact { padding-bottom: 80px; }
.stats-band { padding: 55px 0; background: #080e19; }
.stats-band .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats-band .container > div { padding: 10px 35px; border-right: 1px solid var(--color-border); text-align: center; }
.stats-band .container > div:last-child { border: 0; }
.stats-band strong { display: block; color: var(--color-accent-secondary); font: 600 3rem var(--font-display); }
.stats-band span { color: var(--color-text); font-size: .7rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { padding: 30px; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-card); }
.benefit-grid h2 { font-size: 1.25rem; }
.benefit-grid p { margin: 0; font-size: .8rem; }
.workflow { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; list-style: none; }
.workflow li { position: relative; padding: 28px 20px; border-block: 1px solid var(--color-border); }
.workflow li:not(:last-child)::after { position: absolute; top: 50%; right: -5px; width: 9px; height: 9px; border-top: 1px solid var(--color-accent); border-right: 1px solid var(--color-accent); content: ""; transform: rotate(45deg); }
.workflow strong { display: block; color: var(--color-accent); font: 600 1.5rem var(--font-display); }
.workflow span { color: var(--color-text); font-size: .72rem; }
.faq-section { background: var(--color-bg-secondary); }
.faq-section details { padding: 20px 0; border-bottom: 1px solid var(--color-border); }
.faq-section summary { color: var(--color-white); font: 600 1rem var(--font-display); cursor: pointer; }
.faq-section details p { margin: 14px 0 0; }
.contact-page { padding-top: 60px; }
.contact-details { display: grid; gap: 16px; }
.contact-details article { display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-card); }
.contact-details span { color: var(--color-text); font-size: .65rem; text-transform: uppercase; }
.contact-details a, .contact-details strong { margin-top: 5px; color: var(--color-white); font: 600 1rem var(--font-display); }
.demo-section { min-height: 100vh; padding: 155px 0 100px; background: radial-gradient(circle at 10% 20%, rgba(0, 174, 239, .1), transparent 35%), var(--color-bg); }
.demo-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.demo-copy h1 { font-size: clamp(3rem, 5vw, 5rem); }
.demo-proof { display: flex; flex-direction: column; padding-top: 25px; border-top: 1px solid var(--color-border); }
.demo-proof strong { font-size: .78rem; }
.demo-proof span { color: var(--color-text); font-size: .65rem; }
.demo-form-card { padding: 38px; border: 1px solid rgba(0, 174, 239, .25); border-radius: var(--radius); background: var(--color-card); box-shadow: var(--shadow); }
.demo-form-card h2 { font-size: 1.8rem; }
.comments-area { padding-top: 70px; }
.comment-list { padding: 0; list-style: none; }
.comment-list .children { list-style: none; }
.comment-body { padding: 24px 0; border-bottom: 1px solid var(--color-border); }
.comment-meta, .comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 50%; }
.comment-metadata { color: var(--color-text); font-size: .65rem; }
.comment-content, .comment-reply-link { margin-left: 58px; }
.comment-content { font-size: .85rem; }
.comment-reply-link { color: var(--color-accent); font-size: .68rem; }
.comment-respond { margin-top: 45px; }
.comment-form label { display: block; margin-bottom: 5px; font-size: .68rem; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; min-height: 47px; padding: 10px; border: 1px solid var(--color-border); border-radius: 6px; color: var(--color-white); background: var(--color-card); }
.comment-form textarea { min-height: 150px; }
.comment-form input[type="submit"] { min-height: 47px; padding: 0 20px; border: 0; border-radius: 6px; color: var(--color-bg); background: var(--color-accent-secondary); font-weight: 700; }

.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.fade-up.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .fade-up { opacity: 1; transform: none; } }

/* Light enterprise interface inspired by modern Pakistani mobility brands. */
body {
  color: var(--color-white);
  background: var(--color-bg);
  letter-spacing: -.01em;
}

p { color: var(--color-text); }
h1, h2, h3, h4, h5, h6 { letter-spacing: -.035em; }
h1 { font-weight: 800; }
h2 { font-weight: 700; }
.section { padding: 108px 0; }
.section-kicker { color: var(--color-accent); letter-spacing: .12em; }
.section-kicker i { width: 30px; height: 3px; border-radius: 3px; background: var(--color-accent-secondary); box-shadow: none; }
.section-heading { margin-bottom: 52px; }
.section-heading p { font-size: 1.02rem; }

.button {
  min-height: 50px;
  padding-inline: 28px;
  border-color: var(--color-accent);
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #4a4ca7, var(--color-accent));
  box-shadow: 0 12px 28px rgba(62, 64, 149, .2);
}
.button:hover { box-shadow: 0 17px 36px rgba(62, 64, 149, .3); }
.button--outline { color: var(--color-accent); border-color: rgba(62, 64, 149, .35); background: #fff; }
.button--outline:hover { color: #fff; background: var(--color-accent); }
.text-link { color: var(--color-accent); font-size: .8rem; }

.site-header { height: 86px; background: rgba(255, 255, 255, .94); box-shadow: 0 1px 0 rgba(62, 64, 149, .08); backdrop-filter: blur(18px); }
.site-header.is-scrolled { height: 72px; border-color: rgba(62, 64, 149, .1); background: rgba(255, 255, 255, .97); box-shadow: 0 12px 35px rgba(36, 38, 77, .08); }
.brand__mark { border-color: rgba(62, 64, 149, .3); background: rgba(62, 64, 149, .06); box-shadow: none; }
.brand__mark::before, .brand__mark::after, .brand__mark span { background: linear-gradient(90deg, var(--color-accent), var(--color-accent-secondary)); }
.brand__text strong { color: var(--color-accent); font-weight: 800; }
.brand__text small { color: #77798a; }
.desktop-navigation .menu > li > a { padding-block: 30px; color: #34344c; font-size: .84rem; font-weight: 650; }
.desktop-navigation .menu > li > a:hover, .desktop-navigation .current-menu-item > a { color: var(--color-accent); }
.desktop-navigation .current-menu-item > a::after { display: block; width: 20px; height: 3px; margin: 5px auto 0; border-radius: 4px; content: ""; background: var(--color-accent-secondary); }
.desktop-navigation .sub-menu { border: 0; background: #fff; box-shadow: 0 20px 50px rgba(35, 37, 79, .15); }
.desktop-navigation .sub-menu a { color: #5e6070; }
.desktop-navigation .sub-menu a:hover { color: var(--color-accent); background: #f4f3fb; }
.header-login { color: #57596a; }
.header-login:hover { color: var(--color-accent); }
.menu-toggle, .menu-close { color: var(--color-accent); }
.mobile-menu-overlay { background: rgba(35, 34, 58, .42); }
.mobile-menu-overlay__panel { background: #fff; box-shadow: -25px 0 60px rgba(35, 37, 79, .16); }
.mobile-navigation .menu > li > a { color: #2e2d42; }
.mobile-navigation .sub-menu a { color: #737584; }

.hero-section {
  min-height: 850px;
  padding: 174px 0 110px;
  background:
    radial-gradient(circle at 88% 16%, rgba(244, 198, 43, .24), transparent 25%),
    radial-gradient(circle at 72% 58%, rgba(62, 64, 149, .12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f7f7fb 58%, #f1f0f8 100%);
}
.hero-section__grid-lines { opacity: .42; background-image: linear-gradient(rgba(62, 64, 149, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 64, 149, .045) 1px, transparent 1px); }
.hero-copy h1 { color: #25243a; font-size: clamp(3rem, 4.8vw, 5rem); }
.hero-copy > p { color: #656877; }
.hero-proof span { color: #727584; }
.hero-proof span::before { background: var(--color-accent-secondary); box-shadow: none; }
.trust-bar { padding: 26px 0; border-color: rgba(62, 64, 149, .1); background: #fff; box-shadow: 0 10px 35px rgba(35, 37, 79, .04); }
.trust-bar p { color: var(--color-accent); }
.trust-bar__inner > div { color: #77798a; }

.services-section { background: linear-gradient(180deg, #f7f7fb, #fff); }
.service-grid { gap: 24px; }
.service-card {
  min-height: 300px;
  padding: 32px;
  border: 1px solid rgba(62, 64, 149, .08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(35, 37, 79, .08);
}
.service-card:hover { border-color: rgba(62, 64, 149, .18); box-shadow: 0 24px 65px rgba(35, 37, 79, .14); transform: translateY(-7px); }
.service-card > img { width: 58px; height: 58px; padding: 14px; border: 0; border-radius: 5px; background: var(--color-accent); box-shadow: 0 10px 25px rgba(62, 64, 149, .2); filter: brightness(0) invert(1); }
.service-card h3 { color: #29283a; font-size: 1.28rem; }
.service-card h3 a:hover { color: var(--color-accent); }
.service-card p { color: #737584; }

.product-section { background: #fff; }
.product-section--tinted, .portal-section { background: #f4f4f9; }
.product-copy h2 { color: #29283a; }
.product-copy > p { color: #6d6f7d; }
.feature-list li { color: #4f5160; }
.feature-list li::before { border: 0; color: #fff; background: var(--color-accent); }
.metric-list article { border: 1px solid rgba(62, 64, 149, .1); background: #fff; box-shadow: 0 10px 30px rgba(35, 37, 79, .06); }
.metric-list strong { color: var(--color-accent); }

.industries-section, .command-center-section { background: #f7f7fb; }
.industry-card { border-color: rgba(62, 64, 149, .1); background: #fff; box-shadow: 0 18px 55px rgba(35, 37, 79, .08); }
.industry-card::after { background: linear-gradient(to top, rgba(31, 31, 53, .92) 10%, transparent); }
.pricing-section { background: #fff; }
.pricing-grid { gap: 24px; }
.pricing-card { border: 1px solid rgba(62, 64, 149, .1); border-radius: 8px; background: #fff; box-shadow: 0 18px 55px rgba(35, 37, 79, .08); }
.pricing-card--featured { border-color: var(--color-accent); box-shadow: 0 25px 65px rgba(62, 64, 149, .18); }
.pricing-badge { color: #29283a; background: var(--color-accent-secondary); }
.price strong { color: var(--color-accent); }
.package-features { color: #666978; }
.package-features li::before { color: var(--color-accent); }

.testimonials-section { background: #f4f4f9; }
.testimonial-slide { border: 1px solid rgba(62, 64, 149, .08); border-radius: 8px; background: #fff; box-shadow: 0 22px 60px rgba(35, 37, 79, .09); }
.quote-mark { color: rgba(62, 64, 149, .2); }
.testimonial-slide__quote, .testimonial-slide__quote p { color: #343348; }
.testimonial-slide footer img, .testimonial-slide footer > span { color: #fff; background: var(--color-accent); }
.testimonial-controls button { color: var(--color-accent); background: #fff; box-shadow: 0 8px 22px rgba(35, 37, 79, .08); }
.testimonial-controls button:hover { border-color: var(--color-accent); color: #fff; background: var(--color-accent); }

.contact-section { background: #fff; }
.contact-panel {
  border: 0;
  border-radius: 10px;
  background: radial-gradient(circle at 0 0, rgba(244, 198, 43, .24), transparent 34%), linear-gradient(135deg, #46489d, #30317e);
  box-shadow: 0 30px 75px rgba(48, 49, 126, .23);
}
.contact-copy h2, .contact-copy p, .contact-points span { color: #fff; }
.contact-copy .section-kicker { color: #fff; }
.contact-form-wrap { border: 0; background: #fff; box-shadow: 0 18px 50px rgba(25, 25, 65, .18); }
.vals-contact-form label { color: #555767; }
.vals-contact-form input, .vals-contact-form select, .vals-contact-form textarea, .wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea { border-color: rgba(62, 64, 149, .15); color: #29283a; background: #f8f8fb; }
.wpcf7-submit { color: #fff; background: var(--color-accent); }

.content-shell, .inner-hero, .demo-section { background: #f7f7fb; }
.inner-hero { border-color: rgba(62, 64, 149, .1); background: radial-gradient(circle at 78% 18%, rgba(244, 198, 43, .2), transparent 26%), linear-gradient(135deg, #fff, #f4f4f9); }
.breadcrumbs { color: #77798a; }
.breadcrumbs a:hover, .entry-content a { color: var(--color-accent); }
.entry-content { color: #4f5160; }
.entry-content blockquote { color: #29283a; }
.entry-content pre { background: #efeff5; }
.content-card, .empty-state, .benefit-grid article, .contact-details article, .demo-form-card { border-color: rgba(62, 64, 149, .1); background: #fff; box-shadow: 0 16px 45px rgba(35, 37, 79, .07); }
.content-card__media { background: #f1f1f7; }
.search-field, .comment-form input:not([type="submit"]), .comment-form textarea { color: #29283a; background: #fff; }
.search-form button, .comment-form input[type="submit"] { color: #fff; background: var(--color-accent); }
.page-numbers.current, .page-numbers:hover { color: #fff; border-color: var(--color-accent); background: var(--color-accent); }
.stats-band { background: var(--color-accent); }
.stats-band strong { color: var(--color-accent-secondary); }
.stats-band span { color: rgba(255, 255, 255, .75); }
.contact-details a, .contact-details strong, .faq-section summary { color: #29283a; }
.error-code { color: rgba(62, 64, 149, .1); }

.site-footer {
  border: 0;
  background: #292a68;
  --color-white: #fff;
  --color-text: rgba(255, 255, 255, .68);
  --color-border: rgba(255, 255, 255, .13);
}
.site-footer .brand__text strong, .site-footer__column h2, .site-footer .footer-widget__title { color: #fff; }
.site-footer .brand__text small, .site-footer__description, .site-footer__column a, .site-footer__column span, .site-footer .footer-widget a { color: rgba(255, 255, 255, .68); }
.site-footer__brand > a:last-child, .site-footer__column a:hover, .site-footer .footer-widget a:hover { color: var(--color-accent-secondary); }
.site-footer__bottom p, .site-footer__bottom .menu a { color: rgba(255, 255, 255, .55); }

/* Editable homepage hero gallery. */
.hero-gallery { position: relative; min-height: 810px; overflow: hidden; background: #f4f4f9; }
.hero-gallery__track, .hero-gallery__slide { position: absolute; inset: 0; }
.hero-gallery__slide { z-index: 0; visibility: hidden; opacity: 0; transition: opacity .8s ease, visibility .8s; }
.hero-gallery__slide.is-active { z-index: 1; visibility: visible; opacity: 1; }
.hero-gallery__image { width: 100%; height: 100%; object-fit: cover; object-position: center; user-select: none; transform: scale(1.025); transition: transform 7s ease; }
.hero-gallery__slide.is-active .hero-gallery__image { transform: scale(1); }
.hero-gallery__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .94) 27%, rgba(255, 255, 255, .63) 46%, rgba(255, 255, 255, .08) 72%); }
.hero-gallery__content { position: absolute; z-index: 2; inset: 0; display: flex; align-items: center; padding-top: 84px; }
.hero-gallery__copy { width: min(54%, 680px); }
.hero-gallery__copy h1 { max-width: 670px; margin-bottom: 24px; color: #25243a; font-size: clamp(3.15rem, 5vw, 5.5rem); }
.hero-gallery__copy > p { max-width: 620px; color: #5e6170; font-size: 1.08rem; }
.hero-gallery__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-gallery__controls { position: absolute; z-index: 5; right: 0; bottom: 34px; left: 0; display: flex; align-items: center; gap: 18px; }
.hero-gallery__arrows { display: flex; gap: 8px; }
.hero-gallery__arrows button, .hero-gallery__pause { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(62, 64, 149, .18); border-radius: 50%; color: var(--color-accent); background: rgba(255, 255, 255, .92); box-shadow: 0 10px 28px rgba(35, 37, 79, .1); transition: color .2s, background .2s, transform .2s; }
.hero-gallery__arrows button:hover, .hero-gallery__pause:hover { color: #fff; background: var(--color-accent); transform: translateY(-2px); }
.hero-gallery__dots { display: flex; align-items: center; gap: 8px; }
.hero-gallery__dots button { width: 34px; height: 20px; padding: 8px 0; border: 0; background: transparent; }
.hero-gallery__dots span { display: block; width: 100%; height: 3px; overflow: hidden; border-radius: 4px; background: rgba(62, 64, 149, .2); }
.hero-gallery__dots button[aria-selected="true"] span { background: var(--color-accent-secondary); box-shadow: 0 0 0 1px rgba(255, 255, 255, .5); }
.hero-gallery__pause { width: 38px; height: 38px; margin-left: auto; font-size: .66rem; }

/* Site-wide WhatsApp contact button. */
.floating-whatsapp { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 9px 16px 9px 10px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #22c55e, #14a44d); box-shadow: 0 18px 44px rgba(20, 164, 77, .28); font: 700 .76rem var(--font-display); letter-spacing: .01em; }
.floating-whatsapp:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 22px 52px rgba(20, 164, 77, .34); }
.floating-whatsapp__icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.floating-whatsapp svg { width: 22px; height: 22px; fill: currentColor; }

/* OpenRouter-powered frontend AI assistant. */
.vals-ai-chat { position: fixed; z-index: 79; right: 24px; bottom: 92px; color: #29283a; font-family: var(--font-body); }
.vals-ai-chat__toggle { display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 8px 16px 8px 8px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--color-accent), #2f317d); box-shadow: 0 18px 44px rgba(62, 64, 149, .28); cursor: pointer; font: 800 .76rem var(--font-display); letter-spacing: .01em; }
.vals-ai-chat__toggle:hover { transform: translateY(-2px); box-shadow: 0 22px 52px rgba(62, 64, 149, .34); }
.vals-ai-chat__toggle span:first-child { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #29283a; background: var(--color-accent-secondary); font-size: .7rem; }
.vals-ai-chat__panel { position: absolute; right: 0; bottom: 68px; width: min(370px, calc(100vw - 32px)); overflow: hidden; border: 1px solid rgba(62, 64, 149, .12); border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(35, 37, 79, .2); }
.vals-ai-chat__panel[hidden] { display: none; }
.vals-ai-chat__panel header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; color: #fff; background: linear-gradient(135deg, #46489d, #30317e); }
.vals-ai-chat__panel header strong { display: block; font-family: var(--font-display); font-size: .98rem; }
.vals-ai-chat__panel header small { display: block; margin-top: 2px; color: rgba(255, 255, 255, .72); font-size: .72rem; }
.vals-ai-chat__panel header button { width: 34px; height: 34px; flex: 0 0 auto; border: 0; border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .14); cursor: pointer; font-size: 1.25rem; line-height: 1; }
.vals-ai-chat__messages { display: flex; max-height: 320px; flex-direction: column; gap: 10px; overflow-y: auto; padding: 16px; background: linear-gradient(180deg, #f8f8fc, #fff); }
.vals-ai-chat__message { max-width: 88%; margin: 0; padding: 10px 12px; border-radius: 16px; font-size: .86rem; line-height: 1.55; }
.vals-ai-chat__message p { margin: 0 0 8px; }
.vals-ai-chat__message p:last-child { margin-bottom: 0; }
.vals-ai-chat__message.is-bot { align-self: flex-start; color: #34344c; background: #eef0f8; }
.vals-ai-chat__message.is-user { align-self: flex-end; color: #fff; background: var(--color-accent); }
.vals-ai-chat__form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px 14px 8px; border-top: 1px solid rgba(62, 64, 149, .08); background: #fff; }
.vals-ai-chat__form textarea { min-height: 48px; max-height: 110px; resize: vertical; border: 1px solid rgba(62, 64, 149, .14); border-radius: 14px; padding: 10px 12px; color: #29283a; background: #f8f8fb; font: 500 .86rem var(--font-body); }
.vals-ai-chat__form textarea:focus { outline: 2px solid rgba(62, 64, 149, .18); border-color: var(--color-accent); }
.vals-ai-chat__form button { align-self: stretch; min-width: 72px; border: 0; border-radius: 14px; color: #fff; background: var(--color-accent); cursor: pointer; font: 800 .82rem var(--font-display); }
.vals-ai-chat__form button:disabled { cursor: wait; opacity: .68; }
.vals-ai-chat__fineprint { margin: 0; padding: 0 16px 14px; color: #77798a; background: #fff; font-size: .68rem; line-height: 1.4; }


/* Complete customer reviews and ratings. */
.review-summary { display: inline-flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; padding: 12px 18px; margin-top: 4px; border: 1px solid rgba(62, 64, 149, .12); border-radius: 999px; background: #fff; box-shadow: 0 12px 30px rgba(35, 37, 79, .07); }
.review-summary > strong { color: #29283a; font: 800 1.2rem var(--font-display); }
.review-summary > span:last-child { color: #737584; font-size: .78rem; }
.review-stars { display: inline-flex; gap: 2px; color: #c9cad3; line-height: 1; }
.review-stars .is-filled { color: var(--color-accent-secondary); filter: drop-shadow(0 2px 5px rgba(244, 198, 43, .25)); }
.testimonial-slide__meta { display: flex; min-height: 28px; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.verified-review { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; color: #176b4a; background: rgba(0, 208, 132, .1); font-size: .68rem; font-weight: 700; }
.verified-review::before { content: "\2713"; }
.review-form-panel { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 50px; padding: 44px; margin-top: 70px; border: 1px solid rgba(62, 64, 149, .1); border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(35, 37, 79, .1); }
.review-form-intro h3 { color: #29283a; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.review-form-intro p { max-width: 470px; }
.vals-review-form { display: grid; gap: 18px; }
.vals-review-form label > span, .review-rating-field legend { display: block; margin-bottom: 7px; color: #4f5160; font-size: .78rem; font-weight: 700; }
.vals-review-form input:not([type="radio"]):not([type="checkbox"]), .vals-review-form textarea { width: 100%; border: 1px solid rgba(62, 64, 149, .15); border-radius: 8px; padding: 12px 14px; color: #29283a; background: #f8f8fb; }
.vals-review-form input:focus, .vals-review-form textarea:focus { border-color: var(--color-accent); outline: 2px solid rgba(62, 64, 149, .12); }
.review-rating-field { padding: 0; margin: 0; border: 0; }
.review-rating-options { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.review-rating-options input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.review-rating-options label { color: #c9cad3; cursor: pointer; font-size: 2rem; line-height: 1; transition: color .2s, transform .2s; }
.review-rating-options label:hover, .review-rating-options label:hover ~ label, .review-rating-options input:checked ~ label { color: var(--color-accent-secondary); transform: translateY(-2px); }
.review-rating-options input:focus-visible + label { outline: 2px solid var(--color-accent); outline-offset: 4px; }
.review-consent { display: flex; align-items: flex-start; gap: 10px; }
.review-consent input { margin-top: 5px; }
.review-consent span { margin: 0 !important; font-weight: 500 !important; }
.vals-review-form .button { width: fit-content; }
@media (max-width: 760px) {
  .review-form-panel { grid-template-columns: 1fr; gap: 28px; padding: 30px 20px; margin-top: 50px; }
  .review-summary { border-radius: 14px; }
  .testimonial-slide__meta { align-items: flex-start; flex-direction: column; }
  .review-rating-options label { font-size: 1.8rem; }
}
