/*
Theme Name: Xpertcube
Theme URI: https://xpertcube.com
Author: Xpertcube
Author URI: https://xpertcube.com
Description: Official Xpertcube website theme. Software for schools and manufacturers across the Middle East.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xpertcube
Tags: custom, business, software
*/

/* ===================== RESET & BASE ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1B1B20;
  background: #FFFFFF;
  overflow-x: hidden;
}
/* Prevent WordPress / browser defaults from injecting extra spacing */
html body { padding-top: 0 !important; margin-top: 0 !important; }
main, section, article, aside, header, footer, nav, figure { display: block; margin: 0; padding: 0; }
p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote, pre, figure { margin: 0; padding: 0; }
/* WordPress block / FSE wrappers */
.wp-site-blocks,
.wp-site-blocks > *,
.entry-content,
.entry-content > *,
.wp-block-group,
.wp-block-group__inner-container,
.is-layout-flow > *,
.is-layout-flow > * + * { margin-top: 0 !important; margin-bottom: 0 !important; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
::selection { background: #00A4E0; color: #fff; }

/* ===================== TYPOGRAPHY ===================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #14141A;
}

/* ===================== LAYOUT ===================== */
.xc-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ===================== ANIMATIONS ===================== */
@keyframes xc-rise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes xc-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

[data-reveal] {
  transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1);
}

/* ===================== NAV ===================== */
.xc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #ECEEF1;
}
.xc-header__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.xc-header__logo img {
  height: 30px;
  width: auto;
  display: block;
}
.xc-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
}
.xc-nav a {
  padding: 9px 14px;
  border-radius: 8px;
  color: #41454D;
  transition: background 0.15s, color 0.15s;
}
.xc-nav a:hover {
  background: #F4F6F8;
  color: #15151A;
}
.xc-nav__cta {
  margin-left: 12px !important;
  padding: 10px 18px !important;
  border-radius: 9px !important;
  background: #0096D6 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.xc-nav__cta:hover {
  background: #0A82BC !important;
}

/* ===================== HERO ===================== */
.xc-hero {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 40px 56px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 60px;
  align-items: center;
}
.xc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #0A82BC;
  background: #EAF6FC;
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 26px;
}
.xc-hero__badge-dot {
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, #00B3F0, #0E5BA8);
  border-radius: 2px;
  flex-shrink: 0;
}
.xc-hero__h1 {
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #14141A;
  margin: 0 0 22px;
}
.xc-hero__h1-gradient {
  background: linear-gradient(120deg, #00B3F0, #0E5BA8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xc-hero__desc {
  font-size: 18px;
  line-height: 1.62;
  color: #555B64;
  max-width: 500px;
  margin: 0 0 34px;
}
.xc-hero__ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.xc-btn-primary {
  padding: 14px 26px;
  border-radius: 10px;
  background: #0096D6;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 26px -12px rgba(0,150,214,0.8);
  display: inline-block;
  transition: background 0.15s;
}
.xc-btn-primary:hover { background: #0A82BC; color: #fff; }
.xc-btn-outline {
  padding: 14px 22px;
  border-radius: 10px;
  border: 1px solid #DCE0E5;
  color: #2B2B30;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: border-color 0.15s, color 0.15s;
}
.xc-btn-outline:hover { border-color: #0096D6; color: #0A82BC; }

/* Hero visual */
.xc-hero__visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 40px 80px -40px rgba(8,20,34,0.55);
}
.xc-hero__visual-inner {
  position: absolute;
  inset: 0;
  padding: 34px;
}
.xc-hero__panel-back {
  position: absolute;
  top: 42px;
  right: 30px;
  width: 62%;
  background: #10171F;
  border: 1px solid #223040;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 24px 48px -20px rgba(0,0,0,0.6);
  animation: xc-float 6s ease-in-out infinite;
}
.xc-hero__panel-back--img {
  padding: 0;
  overflow: hidden;
  height: 230px;
}
.xc-hero__panel-back--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.xc-hero__panel-back-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.xc-hero__panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.xc-hero__panel-cell {
  background: #16212B;
  border-radius: 8px;
  padding: 10px;
}
.xc-hero__panel-cell--active {
  background: #0e2b30;
}
.xc-hero__panel-rows {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.xc-hero__panel-row {
  display: flex;
  justify-content: space-between;
  background: #16212B;
  border-radius: 7px;
  padding: 8px 10px;
  font-size: 10px;
}
.xc-hero__panel-front {
  position: absolute;
  bottom: 38px;
  left: 26px;
  width: 58%;
  background: #FFFFFF;
  border: 1px solid #E7EBF0;
  border-top: 3px solid #0E3A53;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 30px 56px -22px rgba(7,28,48,0.5);
  animation: xc-float 6s ease-in-out infinite 0.8s;
}
.xc-hero__panel-front-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.xc-hero__donut-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 11px;
}
.xc-hero__donut {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex-shrink: 0;
  background: conic-gradient(#0096D6 0 86%, #E6EDF2 86% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.xc-hero__donut-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #0E3A53;
}
.xc-hero__progress {
  height: 6px;
  background: #EDF1F5;
  border-radius: 4px;
  overflow: hidden;
}
.xc-hero__progress-bar {
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, #00B3F0, #0096D6);
}

/* ===================== LOGO STRIP ===================== */
.xc-logostrip {
  border-top: 1px solid #EEF0F3;
  border-bottom: 1px solid #EEF0F3;
  background: #FBFCFD;
}
.xc-logostrip__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 52px;
}
.xc-logostrip__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9097A0;
  margin-right: 8px;
}
.xc-logostrip img { opacity: 0.85; display: block; }

/* ===================== ABOUT ===================== */
.xc-about {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 40px;
}
.xc-about__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.xc-section-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0A82BC;
  margin-bottom: 16px;
}
.xc-about__h2 {
  font-size: 38px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 22px;
}
.xc-about__p {
  font-size: 17px;
  line-height: 1.7;
  color: #555B64;
  margin: 0 0 18px;
}
.xc-about__p:last-of-type { margin-bottom: 28px; }
.xc-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.xc-stat__num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0096D6;
  letter-spacing: -0.02em;
}
.xc-stat__label {
  font-size: 13px;
  color: #7A828C;
  margin-top: 4px;
}
/* About visual */
.xc-about__visual {
  position: relative;
  height: 380px;
}
.xc-about__photo-back {
  position: absolute;
  inset: 24px 0 0 24px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
}
.xc-about__photo-front {
  position: absolute;
  inset: 0 24px 24px 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #E7EBF0;
  background: #0d1820;
  box-shadow: 0 30px 60px -28px rgba(7,28,48,0.5);
  display: flex;
  align-items: flex-end;
}
.xc-about__photo-bg {
  background-size: cover;
  position: absolute;
  inset: 0;
  opacity: 0.9;
}
.xc-about__photo-caption {
  position: relative;
  padding: 24px;
}

/* ===================== PRODUCTS ===================== */
.xc-products {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 40px;
}
.xc-products__header {
  max-width: 660px;
  margin-bottom: 44px;
}
.xc-products__h2 {
  font-size: 42px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 16px;
}
.xc-products__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #555B64;
}
.xc-products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.xc-product-card {
  background: #FFFFFF;
  border: 1px solid #E7EBF0;
  border-radius: 22px;
  overflow: hidden;
}
.xc-product-card__img {
  height: 172px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xc-product-card__img img {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
.xc-product-card__body { padding: 32px; }
.xc-product-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #41454D;
  background: #F1F3F5;
  padding: 6px 12px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.xc-product-card__h3 {
  font-size: 25px;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.xc-product-card__p {
  font-size: 15px;
  line-height: 1.65;
  color: #555B64;
  margin: 0 0 22px;
}
.xc-product-card__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
  list-style: none;
}
.xc-product-card__feature {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  color: #3A3E45;
}
.xc-product-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  flex-shrink: 0;
}
.xc-product-card__dot--blue  { background: #0096D6; }
.xc-product-card__dot--teal  { background: #189ab4; }
.xc-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 15px;
  color: #0A82BC;
  transition: gap 0.2s;
}
.xc-product-card__link:hover { gap: 14px; color: #0A82BC; }

/* ===================== WORK ===================== */
.xc-work {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 40px;
}
.xc-work__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.xc-work__h2 {
  font-size: 42px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
}
.xc-work__link {
  font-weight: 600;
  font-size: 15px;
  color: #0A82BC;
  white-space: nowrap;
  transition: color 0.15s;
}
.xc-work__link:hover { color: #066a96; }
.xc-work__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.xc-case-card {
  background: #fff;
  border: 1px solid #E7EBF0;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.xc-case-card__img {
  height: 130px;
  background-size: cover;
  background-position: center;
}
.xc-case-card__body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.xc-case-card__tag {
  font-size: 12px;
  font-weight: 600;
  color: #0A82BC;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.xc-case-card__quote {
  font-size: 16px;
  line-height: 1.55;
  color: #2B2F36;
  margin: 0;
  font-weight: 500;
}
.xc-case-card__attr {
  margin-top: auto;
  font-size: 13px;
  color: #9097A0;
  font-weight: 500;
}

/* ===================== PARTNERS ===================== */
.xc-partners {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 40px;
}
.xc-partners__box {
  background: #F5F7F9;
  border: 1px solid #ECEEF1;
  border-radius: 24px;
  padding: 48px 48px 40px;
}
.xc-partners__h2 {
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0;
}
.xc-partners__header { max-width: 560px; margin-bottom: 34px; }
.xc-partners__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.xc-partner-card {
  background: #fff;
  border: 1px solid #E7EBF0;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.xc-partner-card img { align-self: flex-start; }
.xc-partner-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555B64;
  margin: 0;
}

/* ===================== CTA BAND ===================== */
.xc-cta {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 40px;
}
.xc-cta__box {
  position: relative;
  background: linear-gradient(135deg, #1A1A20, #101015);
  border-radius: 26px;
  padding: 72px 56px;
  overflow: hidden;
}
.xc-cta__deco {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 220px;
  height: 220px;
}
.xc-cta__deco-outer {
  position: absolute;
  inset: 0;
  border: 1.5px solid #2C2C34;
  border-radius: 28px;
  transform: rotate(12deg);
}
.xc-cta__deco-inner {
  position: absolute;
  inset: 30px;
  border: 1.5px solid #0096D6;
  border-radius: 22px;
  transform: rotate(12deg);
  opacity: 0.55;
}
.xc-cta__content { position: relative; max-width: 780px; width: 100%; }
.xc-cta__h2 {
  font-size: 44px;
  letter-spacing: -0.03em;
  line-height: 1.06;
  color: #fff;
  margin: 0 0 18px;
}
.xc-cta__p {
  font-size: 17px;
  line-height: 1.6;
  color: #AEB3BB;
  margin: 0 0 34px;
  max-width: 500px;
}
.xc-cta__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.xc-btn-cta-blue {
  padding: 15px 26px;
  border-radius: 11px;
  background: #0096D6;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: background 0.15s;
}
.xc-btn-cta-blue:hover { background: #10A6E6; color: #fff; }
.xc-btn-cta-white {
  padding: 15px 26px;
  border-radius: 11px;
  background: #fff;
  color: #14141A;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: background 0.15s;
}
.xc-btn-cta-white:hover { background: #E9EBEE; color: #14141A; }
.xc-btn-cta-ghost {
  padding: 15px 22px;
  border-radius: 11px;
  border: 1px solid #3A3A42;
  color: #D2D6DC;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: border-color 0.15s, color 0.15s;
}
.xc-btn-cta-ghost:hover { border-color: #0096D6; color: #fff; }

/* ===================== FOOTER ===================== */
.xc-footer {
  border-top: 1px solid #ECEEF1;
  background: #FBFCFD;
}
.xc-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 40px;
}
.xc-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.xc-footer__logo img { height: 28px; margin-bottom: 16px; }
.xc-footer__tagline {
  font-size: 14px;
  line-height: 1.65;
  color: #6B7079;
  max-width: 280px;
}
.xc-footer__col-title {
  font-size: 13px;
  font-weight: 600;
  color: #14141A;
  margin-bottom: 14px;
}
.xc-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #6B7079;
  list-style: none;
}
.xc-footer__links a { transition: color 0.15s; }
.xc-footer__links a:hover { color: #0A82BC; }
.xc-footer__email {
  font-size: 14px;
  line-height: 1.7;
  color: #6B7079;
}
.xc-footer__bottom {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid #ECEEF1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #9097A0;
}

/* ===================== ACTIVE NAV ===================== */
.xc-nav a.xc-nav--active {
  color: #0096D6;
  background: #EAF6FC;
}

/* ===================== HAMBURGER ===================== */
.xc-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  transition: background 0.15s;
}
.xc-burger:hover { background: #F4F6F8; }
.xc-burger span {
  display: block;
  height: 2px;
  background: #41454D;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.2s;
}
.xc-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.xc-burger.is-open span:nth-child(2) { opacity: 0; }
.xc-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.xc-mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid #ECEEF1;
  padding: 12px 20px 20px;
}
.xc-mobile-nav.is-open { display: flex; }
.xc-mobile-nav a {
  padding: 12px 4px;
  font-size: 16px;
  font-weight: 500;
  color: #41454D;
  border-bottom: 1px solid #F4F6F8;
  transition: color 0.15s;
}
.xc-mobile-nav a:last-child { border-bottom: none; }
.xc-mobile-nav a:hover { color: #0096D6; }
.xc-mobile-nav__cta {
  margin-top: 10px;
  padding: 13px 20px !important;
  border-radius: 10px !important;
  background: #0096D6 !important;
  color: #fff !important;
  text-align: center;
  font-weight: 600 !important;
  border-bottom: none !important;
}
.xc-mobile-nav__cta:hover { background: #0A82BC !important; color: #fff !important; }

/* ===================== STICKY MOBILE CTA ===================== */
.xc-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid #ECEEF1;
  padding: 12px 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.xc-sticky-cta.is-visible { transform: translateY(0); }
.xc-sticky-cta a {
  display: block;
  text-align: center;
  padding: 13px;
  background: #0096D6;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  transition: background 0.15s;
}
.xc-sticky-cta a:hover { background: #0A82BC; color: #fff; }

/* ===================== CONTACT FORM ===================== */
.xc-form-toggle {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}
.xc-form-toggle__btn {
  flex: 1;
  padding: 12px 20px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.xc-form-toggle__btn.is-active,
.xc-form-toggle__btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}
.xc-contact-form { display: flex; flex-direction: column; gap: 16px; }
.xc-form-row { display: flex; gap: 16px; }
.xc-form-row--2 > .xc-form-field { flex: 1; }
.xc-form-field { display: flex; flex-direction: column; gap: 6px; }
.xc-form-field label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
}
.xc-required { color: #5DD9FF; }
.xc-or-note { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.45); margin-left: 4px; }
.xc-form-field input,
.xc-form-field textarea {
  background: rgba(255,255,255,0.09);
  border: 1.5px solid rgba(255,255,255,0.16);
  border-radius: 9px;
  padding: 11px 14px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
  box-sizing: border-box;
}
.xc-form-field input::placeholder,
.xc-form-field textarea::placeholder { color: rgba(255,255,255,0.3); }
.xc-form-field input:focus,
.xc-form-field textarea:focus {
  border-color: rgba(93,217,255,0.6);
  background: rgba(255,255,255,0.13);
}
.xc-form-field input.xc-field-error,
.xc-form-field textarea.xc-field-error {
  border-color: #FF7070;
}
.xc-form-field textarea { resize: vertical; min-height: 100px; }
.xc-form-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.xc-form-submit {
  padding: 13px 28px;
  background: #0096D6;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
  white-space: nowrap;
}
.xc-form-submit:hover { background: #0A82BC; }
.xc-form-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.xc-form-note {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.xc-form-note a { color: rgba(255,255,255,0.7); text-decoration: underline; }
.xc-form-result {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 9px;
  display: none;
}
.xc-form-result.is-success {
  display: block;
  background: rgba(34,197,94,0.15);
  color: #86EFAC;
  border: 1px solid rgba(34,197,94,0.25);
}
.xc-form-result.is-error {
  display: block;
  background: rgba(239,68,68,0.15);
  color: #FCA5A5;
  border: 1px solid rgba(239,68,68,0.25);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 960px) {
  .xc-hero { grid-template-columns: 1fr; padding: 40px 24px 40px; }
  .xc-hero__visual { min-height: 340px; }
  .xc-about__grid { grid-template-columns: 1fr; gap: 40px; }
  .xc-about__visual { height: 300px; }
  .xc-products__grid { grid-template-columns: 1fr; }
  .xc-work__grid { grid-template-columns: 1fr 1fr; }
  .xc-partners__grid { grid-template-columns: 1fr; }
  .xc-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .xc-nav { display: none; }
  .xc-burger { display: flex; }
  .xc-sticky-cta { display: block; }
}
@media (max-width: 640px) {
  .xc-form-row--2 { flex-direction: column; }
  .xc-form-footer { flex-direction: column; align-items: flex-start; }
  .xc-form-toggle { flex-direction: column; }
  .xc-container, .xc-header__inner,
  .xc-hero, .xc-logostrip__inner,
  .xc-about, .xc-products,
  .xc-work, .xc-partners,
  .xc-cta, .xc-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xc-hero__h1 { font-size: 36px; }
  .xc-work__grid { grid-template-columns: 1fr; }
  .xc-work__header { flex-direction: column; align-items: flex-start; }
  .xc-cta__box { padding: 40px 28px; }
  .xc-cta__h2 { font-size: 30px; }
  .xc-footer__grid { grid-template-columns: 1fr; }
  .xc-partners__box { padding: 32px 24px; }
  /* Room for sticky CTA bar */
  .xc-footer { padding-bottom: 72px; }
}

/* ===================== EASYFAB LANDING PAGE ===================== */
.xc-ef { background: #0B1117; color: #E7EEF2; }
.xc-ef-hero {
  position: relative;
  padding: 140px 40px 80px;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(117,230,218,0.18), transparent), #0B1117;
  overflow: hidden;
}
.xc-ef-hero__bg-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 75%);
  animation: xc-grid-drift 18s linear infinite;
}
@keyframes xc-grid-drift {
  from { background-position: 0 0; }
  to { background-position: 42px 42px; }
}
.xc-ef-hero__inner { max-width: 720px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.xc-ef-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(117,230,218,0.1); border: 1px solid rgba(117,230,218,0.3);
  color: #9FE9DC; font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 100px; margin-bottom: 22px;
}
.xc-ef-hero__h1 {
  font-size: clamp(34px, 5vw, 56px);
  color: #FFFFFF;
  margin-bottom: 20px;
}
.xc-ef-gradient {
  background: linear-gradient(90deg, #75e6da, #9FE9DC, #75e6da);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: xc-gradient-shift 4s ease-in-out infinite;
}
@keyframes xc-gradient-shift {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}
.xc-ef-hero__desc { font-size: 18px; color: #AEB9C3; max-width: 580px; margin: 0 auto 32px; }
.xc-ef-hero .xc-hero__ctas { justify-content: center; }
.xc-ef-stats {
  position: relative; z-index: 1;
  max-width: 1000px; margin: 64px auto 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.xc-ef-stat {
  text-align: center; padding: 22px 12px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
}
.xc-ef-stat__num {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 30px; color: #75e6da; margin-bottom: 4px;
}
.xc-ef-stat__label { font-size: 12.5px; color: #8B97A2; }

.xc-ef-compliance {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  flex-wrap: wrap; padding: 28px 40px; background: #0E1620;
  border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06);
}
.xc-ef-compliance__label { font-size: 13px; color: #6B7B88; font-weight: 600; }
.xc-ef-compliance__badges { display: flex; gap: 12px; flex-wrap: wrap; }
.xc-ef-badge {
  font-size: 12.5px; font-weight: 600; color: #C9F4ED;
  background: rgba(117,230,218,0.08); border: 1px solid rgba(117,230,218,0.25);
  padding: 6px 14px; border-radius: 100px;
}

.xc-ef-section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.xc-ef-h2 { font-size: clamp(26px, 3.5vw, 38px); color: #FFFFFF; }
.xc-ef-pains, .xc-ef-capabilities, .xc-ef-advantages { padding: 90px 40px; max-width: 1200px; margin: 0 auto; }

.xc-ef-pains__grid, .xc-ef-cap__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.xc-ef-pain-card, .xc-ef-cap-card {
  background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 28px;
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1), border-color 0.35s;
  transform-style: preserve-3d;
}
.xc-ef-pain-card:hover, .xc-ef-cap-card:hover {
  border-color: rgba(117,230,218,0.4);
}
.xc-ef-pain-card__icon { font-size: 22px; color: #F2B84B; margin-bottom: 14px; }
.xc-ef-pain-card h3, .xc-ef-cap-card h3 { font-size: 17px; color: #FFFFFF; margin-bottom: 10px; }
.xc-ef-pain-card p, .xc-ef-cap-card p { font-size: 14px; color: #9AA7B0; line-height: 1.6; }
.xc-ef-cap-card__num {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 13px; color: #75e6da; letter-spacing: 1px; margin-bottom: 12px;
}

.xc-ef-adv__row {
  display: flex; gap: 28px; align-items: flex-start;
  max-width: 760px; margin: 0 auto 40px; padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.xc-ef-adv__row:last-child { border-bottom: none; }
.xc-ef-adv__num {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 22px;
  color: #0B1117; background: #75e6da;
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.xc-ef-adv__row h3 { color: #FFFFFF; font-size: 19px; margin-bottom: 8px; }
.xc-ef-adv__row p { color: #9AA7B0; font-size: 15px; line-height: 1.65; }

.xc-ef-cta { padding: 0 40px 110px; }
.xc-ef-cta__box {
  max-width: 760px; margin: 0 auto; text-align: center;
  background: linear-gradient(135deg, #103A38, #0B1117);
  border: 1px solid rgba(117,230,218,0.25);
  border-radius: 24px; padding: 56px 40px;
}
.xc-ef-cta__box h2 { color: #FFFFFF; font-size: clamp(24px, 3vw, 32px); margin-bottom: 14px; }
.xc-ef-cta__box p { color: #AEB9C3; margin-bottom: 26px; }

@media (max-width: 900px) {
  .xc-ef-stats, .xc-ef-pains__grid, .xc-ef-cap__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .xc-ef-stats, .xc-ef-pains__grid, .xc-ef-cap__grid { grid-template-columns: 1fr; }
  .xc-ef-hero { padding: 120px 20px 60px; }
}

/* ===================== ABOUT PAGE ===================== */
.xc-ab { background: #FBF9F5; }
.xc-ab-hero { padding: 150px 40px 90px; text-align: center; }
.xc-ab-hero__inner { max-width: 760px; margin: 0 auto; }
.xc-ab-hero__h1 { font-size: clamp(32px, 5vw, 50px); color: #14141A; margin-top: 14px; }
.xc-ab-hero__h1-em { color: #00A4E0; }
.xc-ab-hero__desc { font-size: 18px; color: #5B636D; margin-top: 18px; max-width: 600px; margin-left: auto; margin-right: auto; }

.xc-ab-section-head { max-width: 640px; margin: 0 auto 50px; text-align: center; }
.xc-ab-h2 { font-size: clamp(26px, 3.5vw, 36px); color: #14141A; }

.xc-ab-story { padding: 80px 40px; max-width: 760px; margin: 0 auto; }
.xc-ab-timeline { position: relative; padding-left: 28px; border-left: 2px solid #E7E1D6; }
.xc-ab-tl-item { position: relative; padding-bottom: 48px; }
.xc-ab-tl-item:last-child { padding-bottom: 0; }
.xc-ab-tl-dot {
  position: absolute; left: -34px; top: 4px;
  width: 12px; height: 12px; border-radius: 50%;
  background: #00A4E0; box-shadow: 0 0 0 5px #FBF9F5, 0 0 0 6px #E7E1D6;
}
.xc-ab-tl-year {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: 1px; color: #00A4E0; margin-bottom: 6px;
}
.xc-ab-tl-body h3 { font-size: 19px; color: #14141A; margin-bottom: 8px; }
.xc-ab-tl-body p { font-size: 15px; color: #5B636D; line-height: 1.65; }

.xc-ab-pillars { padding: 80px 40px; background: #14141A; }
.xc-ab-pillars .xc-section-label { color: #75e6da; }
.xc-ab-pillars .xc-ab-h2 { color: #FFFFFF; }
.xc-ab-pillars__grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.xc-ab-pillar-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 30px;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.xc-ab-pillar-card:hover { transform: translateY(-6px); }
.xc-ab-pillar-card__mark { font-family:'Space Grotesk',sans-serif; font-weight:700; color:#75e6da; font-size:13px; margin-bottom:14px; }
.xc-ab-pillar-card h3 { color: #FFFFFF; font-size: 19px; margin-bottom: 10px; }
.xc-ab-pillar-card p { color: #AEB9C3; font-size: 14.5px; line-height: 1.6; }

.xc-ab-beliefs { padding: 90px 40px; max-width: 760px; margin: 0 auto; }
.xc-ab-beliefs__list { display: flex; flex-direction: column; gap: 26px; }
.xc-ab-belief { display: flex; align-items: flex-start; gap: 18px; }
.xc-ab-belief__line {
  width: 28px; height: 2px; background: #00A4E0; margin-top: 12px; flex-shrink: 0;
  position: relative; overflow: hidden;
}
.xc-ab-belief p { font-size: 19px; color: #14141A; font-weight: 500; line-height: 1.5; }

.xc-ab-cta { padding: 0 40px 110px; }
.xc-ab-cta__box {
  max-width: 760px; margin: 0 auto; text-align: center;
  background: #FFFFFF; border: 1px solid #E7E1D6;
  border-radius: 24px; padding: 56px 40px;
  box-shadow: 0 30px 60px -30px rgba(20,20,26,0.12);
}
.xc-ab-cta__box h2 { color: #14141A; font-size: clamp(24px, 3vw, 32px); margin-bottom: 14px; }
.xc-ab-cta__box p { color: #5B636D; margin-bottom: 26px; }

@media (max-width: 900px) {
  .xc-ab-pillars__grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .xc-ab-hero { padding: 130px 20px 60px; }
}
