:root {
  --brand-navy: #071c50;
  --brand-navy-deep: #041332;
  --brand-blue: #0b6edc;
  --brand-blue-light: #4da9ff;
  --brand-ink: #17233b;
  --brand-muted: #637086;
  --brand-line: #d9e2f0;
  --brand-surface: #f3f7fc;
}

body {
  color: var(--brand-ink);
  background: #f7f9fc;
}

a:focus-visible,
button:focus-visible {
  outline-color: var(--brand-blue-light);
}

.nav-card {
  min-height: 84px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(7, 28, 80, .1);
  box-shadow: 0 12px 36px rgba(4, 19, 50, .14);
}

.site-logo,
.footer-brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.site-logo img {
  width: 190px;
  height: auto;
}

.nav-links {
  color: var(--brand-navy);
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--brand-blue);
}

.nav-links a::after {
  background: var(--brand-blue);
}

.grid-btn {
  background: var(--brand-blue);
}

.grid-btn span {
  background: #fff;
}

.hero,
.page-hero,
.process,
.testimonials {
  background-color: var(--brand-navy-deep);
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(4, 19, 50, .98), rgba(7, 28, 80, .9) 48%, rgba(11, 110, 220, .42)),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.epos-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(4, 19, 50, .98), rgba(7, 28, 80, .9) 44%, rgba(11, 110, 220, .26)),
    url("../images/epos/epos-hero.png") center/cover no-repeat;
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(4, 19, 50, .97), rgba(7, 28, 80, .88), rgba(11, 110, 220, .4)),
    url("../images/epos/epos-hero.png") center/cover no-repeat;
}

.process,
.testimonials {
  background:
    linear-gradient(135deg, rgba(4, 19, 50, .98), rgba(7, 28, 80, .92), rgba(11, 110, 220, .52)),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.mini-title,
.mini-title.dark {
  color: var(--brand-blue);
}

.hero .mini-title,
.page-hero .mini-title,
.process .mini-title,
.testimonials .mini-title,
.contact-cta .mini-title {
  color: #78c0ff;
}

.pill-btn {
  background: var(--brand-blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(11, 110, 220, .24);
}

.pill-btn span {
  color: var(--brand-navy);
  background: #fff;
}

.dark-btn {
  background: var(--brand-navy);
  color: #fff;
}

.highlighted .dark-btn,
.featured .dark-btn {
  color: #fff;
  background: var(--brand-blue);
}

.small-link,
.outline-link {
  color: var(--brand-blue);
  border-color: var(--brand-blue);
  background: #f2f7ff;
}

.features,
.portfolio,
.blog,
.pricing-v2,
.contact-details {
  background: #f7f9fc;
}

.services {
  background: #edf4fc;
}

.about,
.pricing,
.awards,
.pricing-compare {
  background: #fff;
}

.feature-card,
.service-card,
.blog-grid article,
.testimonial-grid article,
.detail-grid article,
.pricing-v2-card,
.price-card,
.partner-proof,
.award-list article,
.compare-list article {
  border-color: rgba(7, 28, 80, .12);
  box-shadow: 0 18px 46px rgba(7, 28, 80, .08);
}

.feature-card:nth-child(even),
.counter-card,
.compare-list article,
.award-list article,
.price-card {
  background: var(--brand-surface);
}

.feature-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-light));
}

.swoosh {
  border-bottom-color: var(--brand-blue);
}

.feature-card p,
.service-card p,
.blog-grid p,
.process p,
.about-copy p,
.pricing p,
.section-copy,
.award-list p,
.detail-grid p,
.compare-grid p,
.pricing-v2-card p,
.contact-card p {
  color: var(--brand-muted);
}

.counter-card strong,
.partner-proof strong,
.service-card a,
.blog-grid span,
.award-list strong,
.detail-grid span,
.compare-list span {
  color: var(--brand-blue);
}

.counter-card::before {
  background: rgba(77, 169, 255, .2);
}

.about-media::before {
  background: linear-gradient(135deg, rgba(77, 169, 255, .2), rgba(7, 28, 80, .08));
}

.about-media img {
  background: #e9f2fd;
  box-shadow: 0 28px 70px rgba(7, 28, 80, .16);
}

.since-card,
.service-icon-badge {
  background: var(--brand-navy);
}

.since-card span,
.service-icon-badge {
  color: #78c0ff;
}

.about-copy li::before {
  background: var(--brand-blue-light);
  box-shadow: inset 0 0 0 8px var(--brand-navy);
}

.proof-icons span {
  background: var(--brand-blue);
}

.proof-icons span:nth-child(2) { background: var(--brand-blue-light); }
.proof-icons span:nth-child(3) { background: var(--brand-navy); }
.proof-icons span:nth-child(4) { background: #b9dcff; }

.service-image::before {
  background: linear-gradient(180deg, rgba(7, 28, 80, .05), rgba(4, 19, 50, .62));
}

.service-num,
.service-card a span,
.avatar,
.award-list strong,
.compare-list span {
  color: #fff;
  background: var(--brand-blue);
}

.pricing-v2-card.featured,
.price-card.highlighted {
  background: linear-gradient(145deg, var(--brand-navy), var(--brand-navy-deep));
}

.price {
  color: var(--brand-blue);
}

.portfolio-grid article {
  background:
    linear-gradient(180deg, rgba(11, 110, 220, .12), rgba(4, 19, 50, .94)),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.portfolio-grid span,
.portfolio-grid a,
.testimonial-grid span {
  color: #78c0ff;
}

.contact-cta {
  background: var(--brand-navy);
}

.contact-cta::after {
  background: rgba(77, 169, 255, .2);
}

.contact-card {
  color: var(--brand-ink);
}

.footer {
  color: var(--brand-ink);
  background: #eef3fa;
  border-top: 1px solid var(--brand-line);
}

.footer p {
  color: var(--brand-muted);
}

.footer-brand img {
  width: 235px;
  height: auto;
}

@media (max-width: 980px) {
  .nav-card {
    min-height: 70px;
  }

  .site-logo img {
    width: 165px;
  }

  .grid-btn {
    width: 70px;
    height: 70px;
  }

  .nav-links {
    color: var(--brand-navy);
    background: #fff;
    border-color: rgba(7, 28, 80, .12);
    box-shadow: 0 18px 45px rgba(4, 19, 50, .18);
  }

  .nav-links a:hover,
  .nav-links a.active {
    color: var(--brand-blue);
    background: #eef5ff;
  }
}

/* Primary-blue and accent-blue refinement. */
.nav-card {
  border-color: rgba(11, 110, 220, .28);
  box-shadow: 0 12px 30px rgba(7, 28, 80, .1);
}

.hero,
.page-hero,
.process,
.testimonials,
.contact-cta {
  border-color: rgba(11, 110, 220, .3);
}

.hero-bg,
.epos-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(247, 249, 252, .99) 0%, rgba(238, 246, 255, .95) 48%, rgba(77, 169, 255, .2) 100%),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(247, 249, 252, .98) 0%, rgba(238, 246, 255, .92) 58%, rgba(77, 169, 255, .25) 100%),
    url("../images/epos/epos-hero.png") center/cover no-repeat;
}

.services,
.portfolio,
.pricing-v2,
.process,
.testimonials,
.contact-cta {
  background-color: #eef6ff;
}

.feature-card,
.detail-grid article,
.pricing-v2-card,
.price-card,
.partner-proof,
.award-list article,
.compare-list article,
.counter-card,
.contact-card,
.process article,
.testimonial-grid article {
  border-color: rgba(11, 110, 220, .24);
  box-shadow: 0 14px 34px rgba(7, 28, 80, .07);
}

.feature-card:hover,
.pricing-v2-card:hover {
  border-color: #0b6edc;
  box-shadow: 0 18px 42px rgba(11, 110, 220, .13);
}

.hero-product,
.about-media img,
.service-image,
.service-image img,
.blog-image,
.portfolio-image {
  border: 0;
}

.hero-product,
.about-media img {
  box-shadow: 0 22px 55px rgba(7, 28, 80, .15);
}

.service-card,
.blog-grid article,
.portfolio-grid article {
  border: 0;
  box-shadow: 0 16px 38px rgba(7, 28, 80, .12);
}

.service-card:hover,
.blog-grid article:hover,
.portfolio-grid article:hover {
  border: 0;
  box-shadow: 0 22px 48px rgba(11, 110, 220, .18);
}

.feature-icon,
.service-num,
.service-icon-badge,
.since-card,
.avatar,
.award-list strong,
.compare-list span {
  border: 0;
  background: #0b6edc;
}

.feature-icon,
.service-num,
.avatar,
.award-list strong,
.compare-list span {
  color: #fff;
}

.service-icon-badge,
.since-card {
  color: #fff;
  background: #071c50;
  box-shadow: 0 14px 30px rgba(7, 28, 80, .2);
}

.service-icon-badge {
  border: 4px solid #fff;
}

.proof-icons span:nth-child(1),
.proof-icons span:nth-child(3) {
  background: #0b6edc;
}

.proof-icons span:nth-child(2),
.proof-icons span:nth-child(4) {
  background: #4da9ff;
}

.pricing-v2-card.featured,
.price-card.highlighted {
  background: #e4f1ff;
  border-color: #0b6edc;
  box-shadow: 0 18px 42px rgba(11, 110, 220, .14);
}

.pill-btn,
.dark-btn,
.highlighted .dark-btn,
.featured .dark-btn {
  background: #0b6edc;
  border-color: #0b6edc;
  box-shadow: 0 10px 24px rgba(11, 110, 220, .2);
}

.pill-btn span {
  color: #071c50;
  background: #d9ecff;
}

.outline-link,
.small-link {
  color: #0b6edc;
  border-color: #0b6edc;
  background: #fff;
}

.contact-cta {
  border-top-color: rgba(11, 110, 220, .3);
}

.footer {
  border-top-color: #0b6edc;
}

@media (max-width: 980px) {
  .nav-links {
    border-color: rgba(11, 110, 220, .35);
  }
}

/* Restrained display sizing for primary page and section headings. */
.hero-copy h1 {
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.04;
}

.features .split-head h2,
.about-copy h2 {
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.12;
}

.page-hero h1 {
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 1.05;
}

@media (max-width: 700px) {
  .hero-copy h1 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .features .split-head h2,
  .about-copy h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .page-hero h1 {
    font-size: clamp(34px, 9vw, 42px);
  }
}

@media (max-width: 420px) {
  .site-logo img {
    width: 145px;
  }
}

/* Typography and media polish. */
body {
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

h1,
h2,
h3,
.nav-links,
.pill-btn,
.outline-link,
.small-link {
  font-family: "Manrope", Arial, sans-serif;
}

h1,
h2,
h3 {
  color: inherit;
  font-weight: 800;
}

h1 {
  line-height: 1;
}

h2 {
  line-height: 1.1;
}

h3 {
  line-height: 1.25;
}

p {
  line-height: 1.72;
}

.hero-copy {
  max-width: 640px;
}

.hero-copy p:not(.mini-title),
.page-hero p:not(.mini-title) {
  max-width: 660px;
}

.epos-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(4, 19, 50, .98), rgba(7, 28, 80, .92) 45%, rgba(11, 110, 220, .34)),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.hero-product {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, .2);
}

.about-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.service-grid,
.blog-grid,
.portfolio-grid {
  align-items: stretch;
}

.service-card {
  height: 100%;
}

.service-image {
  height: 205px;
  overflow: hidden;
  background: #dce9f8;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.035);
}

.service-image::before {
  z-index: 1;
}

.service-num {
  z-index: 2;
}

.service-body {
  display: flex;
  min-height: 276px;
  flex-direction: column;
}

.service-card p {
  min-height: 0;
}

.service-card a {
  margin-top: auto;
}

.portfolio-grid article {
  position: relative;
  min-height: 340px;
  padding: 0;
  overflow: hidden;
  background: var(--brand-navy);
}

.portfolio-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 19, 50, .06) 20%, rgba(4, 19, 50, .96) 100%);
}

.portfolio-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease;
}

.portfolio-grid article:hover .portfolio-image {
  transform: scale(1.04);
}

.portfolio-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.portfolio-content p {
  margin: 8px 0 16px;
}

.blog-grid article {
  display: flex;
  height: 100%;
  padding: 0;
  overflow: hidden;
  flex-direction: column;
}

.blog-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  background: #dce9f8;
}

.blog-body {
  display: flex;
  height: 100%;
  padding: 30px;
  flex-direction: column;
}

.blog-body h3 {
  font-size: 25px;
}

.blog-body p {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .service-image,
  .blog-image {
    height: 190px;
  }

  .service-body {
    min-height: 0;
  }

  .portfolio-grid article,
  .portfolio-content {
    min-height: 310px;
  }

  .portfolio-content,
  .blog-body {
    padding: 24px;
  }
}

/* Light pearl theme with dark navy border shading. */
body {
  color: #263247;
  background: #f7f9fc;
}

.nav-card {
  background: rgba(255, 255, 255, .98);
  border: 1px solid #071c50;
  box-shadow: 0 12px 30px rgba(7, 28, 80, .12);
}

.hero,
.page-hero,
.process,
.testimonials,
.contact-cta {
  color: #071c50;
  background-color: #eef4fb;
  border-bottom: 1px solid rgba(7, 28, 80, .7);
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(247, 249, 252, .99) 0%, rgba(238, 244, 251, .96) 48%, rgba(238, 244, 251, .54) 100%),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.epos-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(247, 249, 252, .99) 0%, rgba(238, 244, 251, .95) 47%, rgba(238, 244, 251, .5) 100%),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(247, 249, 252, .98) 0%, rgba(238, 244, 251, .93) 58%, rgba(238, 244, 251, .64) 100%),
    url("../images/epos/epos-hero.png") center/cover no-repeat;
}

.process,
.testimonials {
  background:
    linear-gradient(rgba(238, 244, 251, .96), rgba(238, 244, 251, .96)),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.hero-copy p:not(.mini-title),
.page-hero p:not(.mini-title),
.process p,
.testimonial-grid p,
.contact-cta p {
  color: #445069;
}

.hero .mini-title,
.page-hero .mini-title,
.process .mini-title,
.testimonials .mini-title,
.contact-cta .mini-title {
  color: #0b6edc;
}

.scroll-note {
  color: #445069;
}

.hero-product,
.about-media img {
  border: 2px solid #071c50;
  box-shadow: 0 22px 55px rgba(7, 28, 80, .16);
}

.features,
.about,
.pricing,
.awards,
.pricing-compare,
.blog,
.contact-details {
  background: #fff;
}

.services,
.portfolio,
.pricing-v2 {
  background: #eef4fb;
}

.feature-card,
.service-card,
.blog-grid article,
.detail-grid article,
.pricing-v2-card,
.price-card,
.partner-proof,
.award-list article,
.compare-list article,
.counter-card,
.contact-card,
.process article,
.testimonial-grid article {
  background: #fff;
  border: 1px solid rgba(7, 28, 80, .62);
  box-shadow: 0 14px 34px rgba(7, 28, 80, .08);
}

.feature-card:nth-child(even),
.counter-card,
.compare-list article,
.award-list article,
.price-card {
  background: #f7f9fc;
}

.feature-card:hover,
.service-card:hover,
.blog-grid article:hover,
.pricing-v2-card:hover {
  border-color: #071c50;
  box-shadow: 0 18px 42px rgba(7, 28, 80, .14);
}

.service-card,
.blog-grid article,
.portfolio-grid article {
  border-width: 2px;
  border-color: #071c50;
}

.pricing-v2-card.featured,
.price-card.highlighted {
  color: #071c50;
  background: #e5f0ff;
  border: 2px solid #071c50;
  box-shadow: 0 18px 40px rgba(7, 28, 80, .14);
}

.pricing-v2-card.featured p,
.pricing-v2-card.featured li,
.pricing-v2-card.featured small,
.price-card.highlighted li,
.price-card.highlighted small {
  color: #445069;
}

.featured .plan-label {
  color: #fff;
  background: #0b6edc;
}

.pill-btn,
.dark-btn,
.highlighted .dark-btn,
.featured .dark-btn {
  color: #fff;
  background: #0b6edc;
  border: 1px solid #071c50;
}

.outline-link,
.small-link {
  color: #071c50;
  background: #fff;
  border: 1px solid #071c50;
}

.process article,
.testimonial-grid article {
  color: #071c50;
}

.process article h3,
.testimonial-grid h3 {
  color: #071c50;
}

.contact-cta {
  background: #eef4fb;
  border-top: 1px solid #071c50;
}

.contact-cta::after {
  background: rgba(77, 169, 255, .18);
}

.contact-card {
  color: #263247;
}

.footer {
  color: #263247;
  background: #f7f9fc;
  border-top: 2px solid #071c50;
}

.footer p {
  color: #445069;
}

.service-num,
.service-icon-badge,
.since-card,
.avatar,
.award-list strong,
.compare-list span {
  border: 1px solid #071c50;
}

.service-icon-badge,
.since-card {
  background: #071c50;
}

@media (max-width: 980px) {
  .nav-links {
    background: #fff;
    border: 1px solid #071c50;
  }
}

/* Final cascade: primary blue, accent blue, and border-free photography. */
.nav-card {
  border-color: rgba(11, 110, 220, .28);
}

.hero,
.page-hero,
.process,
.testimonials,
.contact-cta {
  border-color: rgba(11, 110, 220, .3);
}

.hero-bg,
.epos-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(247, 249, 252, .99) 0%, rgba(238, 246, 255, .95) 48%, rgba(77, 169, 255, .2) 100%),
    url("../images/slider/images/uploads/2025/05/bg-slider.webp") center/cover no-repeat;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(247, 249, 252, .98) 0%, rgba(238, 246, 255, .92) 58%, rgba(77, 169, 255, .25) 100%),
    url("../images/epos/epos-hero.png") center/cover no-repeat;
}

.services,
.portfolio,
.pricing-v2,
.process,
.testimonials,
.contact-cta {
  background-color: #eef6ff;
}

.feature-card,
.detail-grid article,
.pricing-v2-card,
.price-card,
.partner-proof,
.award-list article,
.compare-list article,
.counter-card,
.contact-card,
.process article,
.testimonial-grid article {
  border-color: rgba(11, 110, 220, .24);
}

.hero-product,
.about-media img,
.service-image,
.service-image img,
.blog-image,
.portfolio-image {
  border: 0;
}

.service-card,
.blog-grid article,
.portfolio-grid article,
.service-card:hover,
.blog-grid article:hover,
.portfolio-grid article:hover {
  border: 0;
}

.service-card,
.blog-grid article,
.portfolio-grid article {
  box-shadow: 0 16px 38px rgba(7, 28, 80, .12);
}

.service-card:hover,
.blog-grid article:hover,
.portfolio-grid article:hover {
  box-shadow: 0 22px 48px rgba(11, 110, 220, .18);
}

.feature-icon,
.service-num,
.avatar,
.award-list strong,
.compare-list span {
  color: #fff;
  border: 0;
  background: #0b6edc;
}

.service-icon-badge,
.since-card {
  color: #fff;
  background: #071c50;
  border-color: #4da9ff;
}

.pricing-v2-card.featured,
.price-card.highlighted {
  background: #e4f1ff;
  border-color: #0b6edc;
}

.pill-btn,
.dark-btn,
.highlighted .dark-btn,
.featured .dark-btn {
  color: #fff;
  background: #0b6edc;
  border-color: #0b6edc;
}

.outline-link,
.small-link {
  color: #0b6edc;
  border-color: #0b6edc;
}

.contact-cta {
  border-top-color: rgba(11, 110, 220, .3);
}

.footer {
  border-top-color: #0b6edc;
}

@media (max-width: 980px) {
  .nav-links {
    border-color: rgba(11, 110, 220, .35);
  }
}
