﻿/*
Theme Name: Veriqos
Theme URI: https://veriqos.com
Author: Veriqos Technologies
Description: Custom WordPress theme for Veriqos Technologies - digital trust and verification APIs. Built from the 2026 Figma redesign.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: veriqos
*/
/* ============================================================
   Veriqos Technologies â€” Website redesign
   Shared stylesheet for all pages
   ============================================================ */

:root {
  --teal: #1fb9ac;
  --teal-dark: #0e9a8f;
  --teal-light: #7fdcd4;
  --navy: #0d3f66;
  --navy-deep: #003561;
  --blue-heading: #134b7c;
  --blue-card: #0e4a86;
  --ink: #222b33;
  --muted: #5b6b78;
  --bg-light: #f4fbfc;
  --bg-mint: #e8f7f8;
  --bg-blue-soft: #d8effa;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-card: 0 10px 30px rgba(13, 63, 102, 0.10);
  --grad-btn: linear-gradient(90deg, #1fb9ac 0%, #0d3f66 100%);
  --grad-btn-rev: linear-gradient(90deg, #0d3f66 0%, #1fb9ac 100%);
  --font: 'Open Sans', 'Segoe UI', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: #fff; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { width: min(1240px, 92%); margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 34px; border-radius: 999px;
  font-weight: 700; font-size: 16px; color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(13,63,102,.25); }
.btn-grad { background: var(--grad-btn); }
.btn-grad-rev { background: var(--grad-btn-rev); }
.btn-navy { background: var(--navy); }
.btn-teal { background: linear-gradient(90deg, #1fb9ac, #128a80); }
.btn .arrow { font-size: 18px; line-height: 1; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(13,63,102,.06);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.logo img { height: 52px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav > li { position: relative; }
.main-nav > li > a {
  display: block; padding: 10px 16px; font-size: 15.5px; font-weight: 600; color: #2c3e50;
}
.main-nav > li > a:hover, .main-nav > li.active > a { color: var(--teal); }
.main-nav .caret { font-size: 10px; margin-left: 4px; vertical-align: middle; }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: #fff; border-radius: 14px; box-shadow: 0 18px 40px rgba(13,63,102,.16);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .2s ease;
}
.main-nav li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 9px 14px; border-radius: 9px; font-size: 14.5px; font-weight: 600; color: #33475b; }
.dropdown a:hover { background: var(--bg-mint); color: var(--teal-dark); }
.nav-toggle { display: none; font-size: 26px; color: var(--navy); }

/* ---------- Hero (shared) ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(100deg, #fafdfd 0%, #f4faf9 40%, #e3f5f1 60%, #c2ece4 80%, #9de2d6 100%);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center;
  gap: 30px; min-height: 560px; padding: 40px 0 60px;
}
/* Hero background IS the design image (full width, exact colors) — live text overlays it.
   aspect-ratio matches the design band exactly, so the image scales 1:1 — never zooms or crops. */
.hero-slider { aspect-ratio: 1920 / 710; }
.hero-slider .hero-art { position: absolute; inset: 0; }
.hero-slider .hero-art img.hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center right;
}
.hero-slider .hero-grid { grid-template-columns: 1fr; min-height: 0; height: 100%; padding: 20px 0 30px; }
.hero-slider .hero-grid > div:first-child { max-width: 46%; position: relative; z-index: 2; }
.hero-slider .hero-dots { z-index: 3; }
.hero-badge {
  display: inline-block; padding: 8px 22px; border-radius: 999px;
  background: rgba(255,255,255,.55); border: 1px solid rgba(31,185,172,.45);
  color: var(--teal-dark); font-style: italic; font-weight: 600; font-size: 15px;
  margin-bottom: 22px;
}
.hero h1 { font-size: clamp(34px, 3.95vw, 76px); line-height: 1.08; font-weight: 800; }
.hero h1 .t { color: #21a99d; }
.hero h1 .n { color: var(--blue-heading); }
.hero p.lead { margin: 20px 0 30px; font-size: 18px; color: #2f4858; max-width: 520px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-art img {
  border-radius: 0;
  -webkit-mask-image: radial-gradient(ellipse 105% 105% at 50% 50%, #000 80%, transparent 99%);
  mask-image: radial-gradient(ellipse 105% 105% at 50% 50%, #000 80%, transparent 99%);
}

/* Hero slider */
.hero-slider { position: relative; }
.hero-slide { display: none; }
.hero-slide.active { display: block; animation: fadeIn .7s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.hero-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 22px; display: flex; gap: 8px; background: rgba(255,255,255,.6); padding: 7px 12px; border-radius: 999px; }
.hero-dots button { width: 12px; height: 12px; border-radius: 50%; background: #bfe9e4; transition: all .25s; }
.hero-dots button.active { background: var(--navy); width: 26px; border-radius: 8px; }

/* ---------- Stats bar ---------- */
.stats-wrap { position: relative; z-index: 5; margin-top: -60px; }
.stats-bar {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: repeat(4, 1fr); padding: 38px 20px;
}
.stat { text-align: center; padding: 6px 10px; border-right: 1.5px solid #16324a22; }
.stat:last-child { border-right: 0; }
.stat .num { font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; color: var(--teal); }
.stat .label { font-weight: 600; color: #23425c; margin-top: 2px; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-title { text-align: center; font-size: clamp(30px, 3.6vw, 44px); font-weight: 400; color: #1b2733; }
.section-title strong { font-weight: 800; }
.section-sub { text-align: center; max-width: 640px; margin: 14px auto 0; color: var(--muted); }
.bg-mint { background: linear-gradient(180deg, #d8effd 0%, #ffffff 100%); }
.bg-teal-soft { background: linear-gradient(180deg, rgba(255,255,255,0) 55%, #ffffff 96%), linear-gradient(105deg, #cdecf9 0%, #8edfe3 90%); }
.bg-blue-soft { background: linear-gradient(180deg, #dcf1fb 0%, #a6dbe8 100%); }

/* ---------- Feature cards (Why FinTech) ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 48px; }
.f-card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
  padding: 18px 18px 26px; transition: transform .25s ease;
}
.f-card:hover { transform: translateY(-6px); }
.f-card img { width: 100%; height: 210px; object-fit: cover; border-radius: 20px; }
.f-card h3 { color: var(--blue-heading); font-size: 21px; margin: 18px 6px 8px; }
.f-card p { color: var(--muted); font-size: 15px; margin: 0 6px 14px; }
.link-more { font-weight: 700; color: var(--navy); }
.link-more.teal { color: var(--teal); }
.link-more:hover { text-decoration: underline; }

/* ---------- Offer circle ---------- */
.offer-layout { position: relative; display: grid; grid-template-columns: 1fr 340px 1fr; gap: 26px; align-items: center; margin-top: 56px; }
.offer-center {
  width: 340px; height: 340px; border-radius: 50%; border: 16px solid #ffffffd9;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-size: 30px; color: #1b2733; margin: 0 auto;
}
.offer-center strong { display: block; }
.offer-col { display: flex; flex-direction: column; gap: 44px; }
.offer-item { display: flex; gap: 16px; align-items: flex-start; }
.offer-col.left .offer-item { flex-direction: row-reverse; text-align: right; }
.offer-icon {
  flex: 0 0 64px; width: 64px; height: 64px; border-radius: 50%;
  background: var(--blue-card); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 26px; outline: 3px dashed #ffffffaa; outline-offset: 4px;
}
.offer-item h4 { font-size: 20px; color: #16283a; }
.offer-item p { font-size: 13.5px; color: #3c5468; margin: 4px 0 6px; }

/* ---------- Accordion ---------- */
.accordion-item { border-bottom: 1.5px solid #9db8cc55; }
.accordion-item:last-child { border-bottom: 0; }
.acc-head {
  width: 100%; display: flex; align-items: center; gap: 14px; text-align: left;
  padding: 16px 4px; font-size: 19px; font-weight: 700; color: var(--blue-heading);
}
.acc-ico {
  flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--blue-card); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 19px;
}
.acc-head .chev { margin-left: auto; color: var(--teal-dark); transition: transform .25s; }
.accordion-item.open .chev { transform: rotate(90deg); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; color: #33475b; font-size: 15.5px; }
.accordion-item.open .acc-body { max-height: 320px; }
.acc-body-inner { padding: 2px 6px 18px 64px; }

/* How it works */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.panel-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 46px; }
.panel-card h2 { font-size: 36px; font-weight: 400; margin-bottom: 18px; }
.panel-card h2 strong { font-weight: 800; }
.rounded-art { border-radius: 24px; width: 100%; object-fit: cover; }

/* ---------- Industries (numbered cards) ---------- */
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 34px; margin-top: 54px; }
.i-card { position: relative; padding-left: 130px; }
.i-card-body {
  background: linear-gradient(135deg, #0e4a86 0%, #072e57 100%);
  border-radius: 22px; color: #fff; padding: 30px 30px 26px 120px; min-height: 220px;
}
.i-card > img {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 225px; height: 225px; object-fit: cover; border-radius: 20px;
  box-shadow: 0 14px 30px rgba(7,46,87,.35);
}
.i-card .num { font-size: 30px; font-weight: 800; }
.i-card h3 { font-size: 22px; text-transform: uppercase; letter-spacing: .5px; margin: 2px 0 8px; }
.i-card p { font-size: 14.5px; color: #d7e6f3; margin-bottom: 12px; }

/* ---------- Comparison ---------- */
.compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 54px; }
.c-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden; padding-bottom: 30px; text-align: center; }
.c-head { padding: 26px 20px 20px; color: #fff; background: linear-gradient(135deg, #1fb9ac, #128a80); }
.c-card.featured .c-head { background: linear-gradient(135deg, #0e4a86, #072e57); }
.c-head h3 { font-size: 24px; line-height: 1.25; }
.c-head p { font-size: 15px; margin-top: 6px; }
.c-list { text-align: left; padding: 26px 30px 10px; }
.c-list li { position: relative; padding: 8px 0 8px 26px; color: #33475b; font-size: 15.5px; }
.c-list li::before { content: "❯"; position: absolute; left: 0; top: 8px; color: var(--teal); font-weight: 800; }

/* ---------- Certifications carousel ---------- */
.cert-carousel { position: relative; display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 54px; }
.cert-frame {
  background: #fff; border: 10px solid #222; border-radius: 6px;
  width: 420px; height: 320px; display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 700; color: var(--blue-heading); text-align: center;
  box-shadow: 0 24px 50px rgba(13,63,102,.18);
}
.cert-frame.side { transform: perspective(900px) rotateY(28deg) scale(.82); opacity: .55; border-color: #9aa7b1; }
.cert-frame.side.right { transform: perspective(900px) rotateY(-28deg) scale(.82); }
.carousel-arrow { font-size: 26px; color: var(--navy); background: #fff; width: 46px; height: 46px; border-radius: 50%; box-shadow: var(--shadow-card); flex: 0 0 46px; }

/* ---------- Testimonials ---------- */
.testi-wrap { position: relative; margin-top: 50px; padding: 0 39px; }
.testi-grid {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 18px;
	overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	scrollbar-width: none; -ms-overflow-style: none;
}
@media (prefers-reduced-motion: reduce) { .testi-grid { scroll-behavior: auto; } }
.testi-grid::-webkit-scrollbar { display: none; }
.t-card {
	scroll-snap-align: start; background: #fff; border-radius: 16px;
	box-shadow: var(--shadow-card); padding: 17px 29px 16px; margin: 0;
}
.t-card .quote-mark {
	display: block; width: 24px; height: 20px; background: #3cc1ca;
	-webkit-mask: url('assets/img/quote-mark.png') left top / contain no-repeat;
	mask: url('assets/img/quote-mark.png') left top / contain no-repeat;
}
.t-card blockquote { font-weight: 700; color: #16283a; font-size: 14px; line-height: 20px; margin: 17px 0 37px; }
.t-meta { display: flex; align-items: center; gap: 8px; }
.t-meta img { width: 33px; height: 33px; border-radius: 50%; object-fit: cover; flex: 0 0 33px; }
.t-meta .who b { display: block; font-size: 13px; color: #16283a; line-height: 1.35; }
.t-meta .who span { font-size: 11px; color: var(--muted); line-height: 1.35; }

.testi-nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
	width: 33px; height: 33px; border-radius: 50%; cursor: pointer;
	background: transparent; border: 1.5px solid rgba(4,70,118,.55); color: #044676;
	display: flex; align-items: center; justify-content: center;
	transition: background .2s ease, opacity .2s ease;
}
.testi-nav svg { width: 15px; height: 15px; }
.testi-nav:hover:not(:disabled) { background: rgba(255,255,255,.7); }
.testi-nav:disabled { opacity: .35; cursor: default; }
.testi-nav.prev { left: -39px; }
.testi-nav.next { right: -39px; }
@media (max-width: 820px) {
	.testi-nav.prev { left: 0; } .testi-nav.next { right: 0; }
	.testi-wrap { padding: 0 38px; }
}

/* ---------- Growth roadmap ---------- */
.roadmap-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 60px; }
.roadmap-timeline::before {
	content: ''; position: absolute; top: 34px; left: 12.5%; right: 12.5%; height: 2px;
	background: linear-gradient(90deg, var(--navy), #1a6f8f, var(--teal), #1f9c5a);
	z-index: 0;
}
.roadmap-item { position: relative; z-index: 1; text-align: center; }
.roadmap-icon {
	width: 68px; height: 68px; border-radius: 50%; margin: 0 auto 18px;
	display: flex; align-items: center; justify-content: center; color: #fff;
	box-shadow: 0 8px 20px rgba(13,63,102,.2);
}
.roadmap-icon svg { width: 30px; height: 30px; }
.roadmap-item:nth-child(1) .roadmap-icon { background: var(--navy); }
.roadmap-item:nth-child(2) .roadmap-icon { background: #1a6f8f; }
.roadmap-item:nth-child(3) .roadmap-icon { background: var(--teal); }
.roadmap-item:nth-child(4) .roadmap-icon { background: #1f9c5a; }
.roadmap-phase { display: block; font-weight: 700; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.roadmap-item h3 { font-size: 18px; color: #16283a; margin: 0 0 10px; }
.roadmap-item p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 0; }
@media (max-width: 820px) {
	.roadmap-timeline { grid-template-columns: 1fr 1fr; row-gap: 40px; }
	.roadmap-timeline::before { display: none; }
}
@media (max-width: 480px) {
	.roadmap-timeline { grid-template-columns: 1fr; }
}

/* ---------- Blog section heading (tight to its subhead, not split 50/50) ---------- */
.blog-heading-split { grid-template-columns: max-content 1fr; gap: 40px; align-items: center; }
.blog-heading-split h2 { white-space: nowrap; }
@media (max-width: 820px) {
	.blog-heading-split { grid-template-columns: 1fr; gap: 10px; }
	.blog-heading-split h2 { white-space: normal; }
}

/* ---------- Get in touch ---------- */
.git-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.git-form { padding: 54px 48px; }
.git-form h2 { font-size: 40px; font-weight: 400; }
.git-form h2 strong { font-weight: 800; }
.git-form > p { color: #33475b; margin: 12px 0 26px; }
.git-photo img { width: 100%; height: 100%; object-fit: cover; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { width: 100%; border: 1.5px solid #cdd9e2; border-radius: 999px; padding: 14px 22px; font-size: 15px; font-family: inherit; margin-bottom: 16px; color: #2c3e50; background: #fff; }
textarea.field { border-radius: 22px; min-height: 170px; resize: vertical; }
select.field { appearance: none; }
.field:focus { outline: 2px solid var(--teal); border-color: transparent; }

/* ---------- Blog cards ---------- */
.blog-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.b-card { background: #fff; border-radius: 20px; box-shadow: var(--shadow-card); overflow: hidden; transition: transform .25s; }
.b-card:hover { transform: translateY(-6px); }
.b-card img { width: 100%; height: 200px; object-fit: cover; }
.b-card-body { padding: 20px 22px 24px; }
.b-meta { display: flex; gap: 16px; font-size: 13px; color: var(--muted); margin-bottom: 8px; align-items: center; }
.b-chip { border: 1.5px solid var(--navy); color: var(--navy); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .8px; padding: 2px 12px; text-transform: uppercase; }
.b-card h3 { font-size: 18.5px; color: #16283a; line-height: 1.35; }
.b-card .cat { color: var(--blue-heading); font-weight: 700; font-size: 13px; letter-spacing: .6px; margin-bottom: 6px; text-transform: uppercase; }

/* Case studies grid */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1144px; margin: 54px auto 0; }
.case-card { display: block; background: #fff; border-radius: 43px; padding: 6px; box-shadow: var(--shadow-card); color: inherit; text-decoration: none; }
.case-card > img { display: block; width: 100%; height: auto; border-radius: 37px; }
.case-body { padding: 9px 36px 26px 23px; }
.case-body h3 { font-size: 28px; line-height: 38px; font-weight: 700; color: #16283a; }
.case-body p { font-size: 15px; line-height: 24px; color: var(--muted); text-align: justify; margin: 3px 0 7px; }
.case-body .link-more { font-size: 15px; }
@media (max-width: 1080px) {
	.case-grid { grid-template-columns: 1fr 1fr; max-width: none; gap: 26px; }
	.case-body { padding: 10px 22px 24px 20px; }
	.case-body h3 { font-size: 24px; line-height: 32px; }
}
@media (max-width: 820px) {
	.case-grid { grid-template-columns: 1fr; }
	.case-card { border-radius: 30px; }
	.case-card > img { border-radius: 25px; }
	.case-body p { text-align: left; }
}

/* Blog list item (horizontal) */
.b-row { display: grid; grid-template-columns: 300px 1fr; gap: 22px; background: #fff; border-radius: 20px; box-shadow: var(--shadow-card); padding: 18px; align-items: center; transition: transform .25s, background-color .25s, color .25s; }
.b-row:hover { transform: translateY(-4px); background: var(--blue-card); color: #fff; }
.b-row img { width: 100%; height: 180px; object-fit: cover; border-radius: 14px; }
.b-row:hover h3 { color: #fff; }
.b-row:hover .cat { color: #9fd6ff; }
.b-row:hover .b-meta { color: #cfe4f4; }
.b-row:hover .b-chip { border-color: #fff; color: #fff; }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; margin-top: 54px; align-items: start; }
.faq-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 36px; text-align: center; }
.faq-card img { margin: 0 auto 20px; border-radius: 16px; }
.faq-card p { color: #33475b; text-align: left; margin-bottom: 22px; }
.faq-item { border: 1.5px solid #16283a33; border-radius: 999px; margin-bottom: 16px; overflow: hidden; transition: border-radius .2s; background: #fff; }
.faq-item.open { border-radius: 26px; background: linear-gradient(135deg, #0e4a86, #072e57); border-color: transparent; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 16px 26px; font-size: 19px; font-weight: 700; color: #16283a; text-align: left; }
.faq-item.open .faq-q { color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 200px; }
.faq-a-inner { padding: 0 26px 20px; color: #d9e8f5; font-size: 15px; }

/* ---------- Partners ---------- */
.partners { display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: center; }
.partners h2 { font-size: 40px; font-weight: 400; }
.partners h2 strong { font-weight: 800; }
.logo-strip {
	background: #fff; border-radius: 24px; box-shadow: var(--shadow-card); padding: 29px 33px;
	display: flex; align-items: center; justify-content: space-between; gap: 20px 24px; flex-wrap: wrap;
}
.logo-strip img { height: clamp(28px, 3.9vw, 49px); width: auto; flex: 0 0 auto; }
@media (max-width: 820px) {
	.logo-strip { padding: 22px 18px; justify-content: space-around; gap: 22px 14px; }
	.logo-strip img { height: 34px; }
}

/* ---------- Newsletter CTA ---------- */
.newsletter {
  background: linear-gradient(180deg, #dcf1fb 0%, #9fdde9 100%);
  border-radius: var(--radius-lg); text-align: center; padding: 70px 30px;
}
.newsletter h2 { font-size: clamp(30px, 3.4vw, 44px); }
.newsletter p { max-width: 560px; margin: 14px auto 30px; color: #33475b; }
.nl-form { display: flex; justify-content: center; gap: 0; max-width: 640px; margin: 0 auto; background: #fff; border-radius: 999px; padding: 6px; box-shadow: var(--shadow-card); }
.nl-form input { flex: 1; border: 0; padding: 12px 22px; font-size: 15px; font-family: inherit; border-radius: 999px; }
.nl-form input:focus { outline: none; }

/* ---------- CTA banner ---------- */
.cta-banner { background: linear-gradient(180deg, #dcf1fb 0%, #9fdde9 100%); border-radius: var(--radius-lg); text-align: center; padding: 70px 30px; }
.cta-banner h2 { font-size: clamp(30px, 3.4vw, 42px); margin-bottom: 10px; }
.cta-banner p { color: #33475b; margin-bottom: 30px; }
.cta-banner .hero-cta { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #d7e6f3; margin-top: 90px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding: 64px 0 40px; }
.footer-grid .about img { height: 64px; margin-bottom: 18px; }
.footer-grid .about p { font-size: 14.5px; max-width: 300px; }
.site-footer h4 { color: var(--teal); font-size: 22px; margin-bottom: 18px; }
.site-footer li { margin-bottom: 10px; }
.site-footer li a { display: inline-flex; align-items: center; gap: 8px; color: #eaf3fa; font-size: 16px; }
.site-footer li a::before {
	content: ''; width: 16px; height: 16px; flex: 0 0 16px; background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='none' stroke='%23000' stroke-width='1.3'/%3E%3Cpath d='M6.6 5.1 10 8l-3.4 2.9z'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='none' stroke='%23000' stroke-width='1.3'/%3E%3Cpath d='M6.6 5.1 10 8l-3.4 2.9z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.site-footer li a:hover { color: var(--teal-light); }
.footer-bottom { border-top: 1px solid #ffffff2e; text-align: center; padding: 20px 0 26px; font-size: 15px; }
.back-top { display: flex; align-items: center; gap: 10px; justify-content: flex-end; margin-top: 10px; color: #fff; font-size: 14px; }
.back-top .up { width: 52px; height: 52px; border-radius: 50%; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; }

/* ---------- Floating widgets ---------- */
.float-chat { position: fixed; right: 0; top: 42%; z-index: 90; background: var(--blue-card); color: #fff; padding: 16px 14px; border-radius: 14px 0 0 14px; font-size: 22px; box-shadow: var(--shadow-card); }
.float-wa { position: fixed; right: 22px; bottom: 26px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #1fb9ac; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(13,63,102,.3); }
.float-wa svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(160deg, #ffffff 0%, #e7f7f4 45%, #9fe0d6 100%); overflow: hidden; }
.page-hero .hero-grid { min-height: 430px; padding: 20px 0 30px; }
.page-hero.centered { text-align: center; }
.page-hero.centered .inner { padding: 90px 0 110px; }
.page-hero.centered p { max-width: 640px; margin: 16px auto 0; color: #2f4858; font-size: 17px; }

/* ---------- Tabs / filter pills ---------- */
.pill-tabs { display: flex; gap: 8px; background: #eef2f5; border-radius: 999px; padding: 7px; width: max-content; margin: 40px auto 0; box-shadow: inset 0 1px 4px rgba(13,63,102,.08); }
.pill-tabs button { padding: 12px 40px; border-radius: 999px; font-size: 16px; font-weight: 600; color: #5b6b78; letter-spacing: 1px; }
.pill-tabs button.active { background: var(--navy); color: #fff; font-weight: 700; }

/* ---------- Use-case cards ---------- */
.uc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.uc-card { background: #fff; border-radius: 22px; box-shadow: var(--shadow-card); overflow: hidden; transition: transform .25s, background-color .25s, background-image .25s, color .25s; }
.uc-card:hover { transform: translateY(-6px); }
.uc-card img { width: 100%; height: 190px; object-fit: cover; }
.uc-body { padding: 20px 24px 22px; }
.uc-body .b-chip { margin-bottom: 10px; display: inline-block; }
.uc-body h3 { font-size: 20px; color: #16283a; margin-bottom: 8px; }
.uc-body p { font-size: 14.5px; color: var(--muted); }
.uc-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e3ecf2; margin-top: 16px; padding-top: 14px; font-size: 13.5px; color: var(--muted); }
.uc-foot .go { width: 40px; height: 40px; border-radius: 50%; background: #dcebf5; color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.uc-card:not(.featured):hover { background: linear-gradient(160deg, #0e4a86, #072e57); color: #fff; }
.uc-card:not(.featured):hover h3 { color: #fff; }
.uc-card:not(.featured):hover p, .uc-card:not(.featured):hover .uc-foot { color: #cfe4f4; }
.uc-card:not(.featured):hover .b-chip { border-color: #fff; color: #fff; background: transparent; }

/* Verticals */
.vertical-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 46px; }
.v-item { background: #fff; border-radius: 16px; box-shadow: var(--shadow-card); padding: 18px 20px; display: flex; gap: 14px; align-items: center; }
.v-item .ico { width: 52px; height: 52px; border-radius: 12px; background: var(--bg-mint); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.v-item b { display: block; color: #16283a; font-size: 16.5px; }
.v-item span { font-size: 13px; color: var(--muted); }

/* ---------- Contact page ---------- */
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.info-card { background: #fff; border-radius: 22px; box-shadow: var(--shadow-card); padding: 24px 28px; display: flex; gap: 20px; align-items: flex-start; margin-bottom: 22px; }
.info-card .ico { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 50%; background: var(--bg-mint); color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.info-card .k { color: var(--blue-heading); font-weight: 700; letter-spacing: 2px; font-size: 13px; text-transform: uppercase; }
.info-card .v { font-size: 21px; font-weight: 800; color: #16283a; margin: 2px 0; }
.info-card p { font-size: 14px; color: var(--muted); }
.form-panel { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); padding: 44px 46px; }
.form-panel h2 { font-size: 38px; font-weight: 800; margin-bottom: 6px; }
.form-panel > p { color: var(--muted); margin-bottom: 26px; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); margin-top: 50px; }
.map-embed iframe { width: 100%; height: 430px; border: 0; display: block; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero-slider { aspect-ratio: auto; }
  .hero-slider .hero-grid { min-height: 440px; height: auto; }
  .offer-layout { grid-template-columns: 1fr; }
  .offer-center { margin: 20px auto; }
  .offer-col.left .offer-item { flex-direction: row; text-align: left; }
  .industry-grid { grid-template-columns: 1fr; }
  .cards-3, .compare-grid, .testi-grid, .blog-grid-3, .uc-grid { grid-template-columns: 1fr 1fr; }
  .vertical-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .hero-slider { aspect-ratio: auto; }
  .hero-slider .hero-art { position: absolute; inset: 0; opacity: .35; }
  .hero-slider .hero-grid { min-height: 420px; height: auto; padding: 40px 0 60px; }
  .hero-slider .hero-grid > div:first-child { max-width: 100%; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 14px; box-shadow: 0 20px 30px rgba(13,63,102,.15); }
  .main-nav.open { display: flex; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; }
  .main-nav li:hover .dropdown { display: block; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .hero-grid, .split, .git-card, .faq-layout, .partners, .contact-layout { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .stat:nth-child(2) { border-right: 0; }
  .cards-3, .compare-grid, .testi-grid, .blog-grid-3, .uc-grid, .vertical-grid, .form-row { grid-template-columns: 1fr; }
  .i-card { padding-left: 0; }
  .i-card > img { display: none; }
  .i-card-body { padding: 26px; }
  .b-row { grid-template-columns: 1fr; }
  .cert-frame.side { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .git-photo { order: -1; max-height: 300px; }
}

/* ---------- WordPress specifics ---------- */
.main-nav .sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 240px; list-style: none;
  background: #fff; border-radius: 14px; box-shadow: 0 18px 40px rgba(13,63,102,.16);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s ease;
}
.main-nav li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .sub-menu a { display: block; padding: 9px 14px; border-radius: 9px; font-size: 14.5px; font-weight: 600; color: #33475b; }
.main-nav .sub-menu a:hover { background: var(--bg-mint); color: var(--teal-dark); }
.main-nav > li.menu-item-has-children > a::after { content: " ▼"; font-size: 10px; vertical-align: middle; }
.main-nav > li.current-menu-item > a { color: var(--teal); }

.entry-content { max-width: 820px; margin: 0 auto; padding: 50px 0 20px; font-size: 17px; color: #2c3e50; }
.entry-content h2, .entry-content h3 { color: var(--blue-heading); margin: 34px 0 14px; }
.entry-content p, .entry-content ul, .entry-content ol { margin-bottom: 18px; }
.entry-content ul { list-style: disc; padding-left: 24px; }
.entry-content ol { list-style: decimal; padding-left: 24px; }
.entry-content img { border-radius: 16px; height: auto; }
.entry-content a { color: var(--teal-dark); text-decoration: underline; }
.alignwide { width: min(1240px, 92%); margin-left: auto; margin-right: auto; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.form-note { padding: 14px 22px; border-radius: 14px; background: #e5f8f0; color: #14684b; font-weight: 600; margin-bottom: 18px; }
.form-note.error { background: #fdecec; color: #a33; }

.pagination { display: flex; gap: 8px; justify-content: center; margin: 40px 0 10px; }
.pagination .page-numbers { padding: 10px 18px; border-radius: 999px; background: #fff; box-shadow: var(--shadow-card); font-weight: 700; color: var(--navy); }
.pagination .page-numbers.current { background: var(--navy); color: #fff; }
.pill-tabs a.pill { padding: 12px 40px; border-radius: 999px; font-size: 16px; font-weight: 600; color: #5b6b78; letter-spacing: 1px; display: inline-block; }
.pill-tabs a.pill.active { background: var(--navy); color: #fff; font-weight: 700; }
