body {
  background: #f3f6f9;
  color: #5c6880;
  line-height: 1.75;
}

section[id] {
  scroll-margin-top: 96px;
}

body.page-scrolled .exeaja-header,
.exeaja-header.nav-bg {
  background: rgba(248, 251, 255, 0.96);
  border-bottom-color: rgba(13, 42, 74, 0.14);
  box-shadow: 0 16px 36px rgba(8, 24, 47, 0.12);
}

.exeaja-header {
  background: rgba(246, 250, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13, 42, 74, 0.09);
  transition: all 0.3s ease;
}

.exeaja-header.navigation {
  padding: 6px 0;
}

.exeaja-header.navigation.nav-bg {
  padding: 5px 0;
}

.exeaja-header .navbar {
  min-height: 50px;
}

.exeaja-brand {
  display: flex;
  align-items: center;
  max-width: 300px;
}

.exeaja-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-right: 10px;
}

.exeaja-brand span {
  color: #0a1e37;
  font-size: 10.5px;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exeaja-toggler {
  border: 0;
  color: #0a1e37;
  font-size: 22px;
  padding-right: 0;
}

.exeaja-header .navbar-dark .navbar-toggler.exeaja-toggler,
.exeaja-header .navbar-dark .navbar-toggler.exeaja-toggler:focus {
  color: #0a1e37;
  border-color: transparent;
  outline: 0;
}

.exeaja-nav-shell {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border-radius: 14px;
  border: 1px solid rgba(13, 42, 74, 0.08);
  background: rgba(255, 255, 255, 0.76);
}

.exeaja-nav {
  flex-wrap: nowrap;
}

.exeaja-nav .nav-link {
  color: #1c3557 !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: 10px;
  padding: 7px 9px !important;
}

.exeaja-nav .active .nav-link,
.exeaja-nav .nav-link:hover {
  color: #0f62fe !important;
  background: #eaf2ff;
}

.exeaja-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
}

.exeaja-header-actions .btn {
  padding: 8px 11px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
}

.exeaja-header-actions .btn-outline-light {
  border-color: rgba(28, 53, 87, 0.24);
  color: #1c3557;
}

.exeaja-header-actions .btn-outline-light:hover,
.exeaja-header-actions .btn-outline-light:focus {
  color: #0f62fe;
  border-color: #0f62fe;
  background: #eaf2ff;
}

.exeaja-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 10px 24px rgba(15, 98, 254, 0.2);
}

.exeaja-btn-wa i {
  font-size: 12px;
}

.exeaja-hero {
  position: relative;
  min-height: 88vh;
  padding: 140px 0 95px;
  background:
    linear-gradient(105deg, rgba(4, 14, 28, 0.92) 0%, rgba(4, 17, 34, 0.84) 36%, rgba(9, 29, 52, 0.64) 56%, rgba(14, 36, 62, 0.46) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%),
    url("../images/backgrounds/hero-workspace.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.exeaja-hero::before {
  content: "";
  position: absolute;
  inset: auto -140px -180px auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(95, 183, 255, 0.34), transparent 70%);
}

.exeaja-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(24, 58, 95, 0.34), transparent 44%),
    radial-gradient(circle at 86% 80%, rgba(15, 98, 254, 0.24), transparent 38%);
  pointer-events: none;
}

.hero-badge,
.section-badge,
.page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #cfe2ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exeaja-hero .container {
  z-index: 2;
}

.exeaja-hero h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.07;
  margin: 20px 0;
  max-width: 620px;
}

.exeaja-hero p {
  color: rgba(235, 243, 255, 0.82);
  font-size: 16px;
  max-width: 600px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-actions .btn {
  min-width: 168px;
  border-radius: 12px;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef6ff;
  font-size: 13px;
}

.hero-trust-item i {
  color: #53d7ff;
}

.hero-showcase {
  position: relative;
  min-height: 500px;
}

.hero-panel,
.hero-floating-card {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(238, 246, 255, 0.24), rgba(218, 232, 248, 0.12));
  border: 1px solid rgba(209, 226, 247, 0.4);
  box-shadow: 0 28px 70px rgba(2, 10, 24, 0.3);
  backdrop-filter: blur(16px);
}

.hero-panel {
  position: relative;
  padding: 22px;
  max-width: 470px;
  margin-left: auto;
}

.hero-panel-header {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.hero-panel-header span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(222, 235, 255, 0.65);
}

.hero-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dashboard-card {
  padding: 14px;
  border-radius: 16px;
  background: rgba(220, 234, 252, 0.2);
}

.dashboard-card h3,
.dashboard-card strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.dashboard-card p,
.dashboard-card span {
  color: rgba(232, 241, 255, 0.72);
  font-size: 13.5px;
}

.hero-chart {
  height: 118px;
  border-radius: 16px;
  margin-top: 14px;
  background:
    linear-gradient(180deg, rgba(7, 28, 52, 0.2), rgba(7, 28, 52, 0.2)),
    linear-gradient(180deg, rgba(31, 125, 250, 0.34), rgba(0, 228, 255, 0.14));
  position: relative;
  overflow: hidden;
}

.hero-chart::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 55%;
  height: 3px;
  background: linear-gradient(90deg, #25d0ff 0%, #85e7ff 28%, #0f62fe 62%, #86b8ff 100%);
  border-radius: 999px;
  transform: skewY(-8deg);
}

.hero-floating-card {
  position: absolute;
  padding: 14px 15px;
  width: 190px;
}

.hero-floating-card h3,
.hero-floating-card strong {
  color: #ffffff;
  margin-bottom: 8px;
}

.hero-floating-card p {
  margin: 0;
  font-size: 13px;
  color: rgba(232, 241, 255, 0.72);
}

.hero-floating-card.card-left {
  left: 0;
  bottom: 58px;
}

.hero-floating-card.card-right {
  right: 0;
  top: 88px;
}

.hero-stats-bar {
  margin-top: 52px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(10, 31, 58, 0.12);
  padding: 18px 12px;
}

.hero-stat-item {
  text-align: center;
  padding: 18px 10px;
}

.hero-stat-value {
  display: block;
  color: #081729;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-stat-label {
  color: #64748b;
  font-size: 14px;
}

.section-space {
  padding: 100px 0;
}

.section-intro {
  max-width: 680px;
  margin-bottom: 42px;
}

.section-intro h2 {
  color: #081729;
  font-size: 46px;
  margin: 18px 0 16px;
}

.section-intro p {
  font-size: 17px;
}

.about-stack {
  display: grid;
  gap: 22px;
}

.info-card,
.service-card,
.product-card,
.portfolio-card,
.testimonial-card,
.faq-card,
.contact-card,
.highlight-card,
.workflow-card,
.empty-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(12, 33, 61, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.product-card:hover,
.portfolio-card:hover,
.testimonial-card:hover,
.faq-card:hover,
.workflow-card:hover,
.contact-card:hover,
.highlight-card:hover,
.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(12, 33, 61, 0.12);
}

.info-card {
  padding: 30px;
  height: 100%;
}

.info-card h3 {
  color: #081729;
  font-size: 24px;
  margin-bottom: 14px;
}

.info-card p,
.info-card li {
  color: #61708b;
}

.value-list,
.detail-list,
.feature-list,
.footer-links,
.footer-contact,
.meta-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.value-list li,
.detail-list li,
.feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.value-list li::before,
.detail-list li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f62fe, #26d6ff);
}

.service-card,
.product-card,
.portfolio-card,
.testimonial-card,
.faq-card,
.workflow-card,
.contact-card,
.highlight-card,
.empty-card {
  padding: 28px;
  height: 100%;
}

.service-icon,
.highlight-icon,
.workflow-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f62fe, #22d3ee);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 18px 30px rgba(15, 98, 254, 0.22);
}

.service-card h3,
.product-card h3,
.portfolio-card h3,
.testimonial-card h3,
.faq-card h3,
.highlight-card h3,
.workflow-card h3,
.contact-card h3,
.empty-card h3 {
  color: #081729;
  font-size: 24px;
  margin-bottom: 12px;
}

.service-highlight,
.category-tag,
.portfolio-tag,
.testimonial-role,
.contact-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0e5cc8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-card {
  position: relative;
  overflow: hidden;
}

.product-card-image,
.portfolio-card-image,
.detail-cover,
.gallery-thumb {
  border-radius: 20px;
  overflow: hidden;
}

.product-card-image img,
.portfolio-card-image img,
.detail-cover img,
.gallery-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.portfolio-card-image img {
  height: 230px;
}

.product-card .btn,
.portfolio-card .btn,
.service-card .btn {
  border-radius: 14px;
}

.category-block {
  margin-bottom: 42px;
}

.category-block:last-child {
  margin-bottom: 0;
}

.category-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 24px;
  gap: 16px;
}

.highlight-grid {
  background: linear-gradient(135deg, #081729, #0f2b4e);
  border-radius: 30px;
  padding: 34px;
}

.highlight-grid .section-intro h2,
.highlight-grid .section-intro p,
.highlight-grid .section-badge {
  color: #ffffff;
}

.highlight-card {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(240, 248, 255, 0.82);
  box-shadow: none;
}

.highlight-card h3 {
  color: #ffffff;
}

.stats-grid .info-card {
  text-align: center;
}

.stats-grid .stat-number {
  display: block;
  color: #081729;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.workflow-card {
  position: relative;
}

.workflow-step {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(8, 23, 41, 0.08);
  font-size: 38px;
  font-weight: 700;
}

.testimonial-card {
  position: relative;
}

.testimonial-stars {
  color: #f6b501;
  font-size: 16px;
  margin-bottom: 18px;
}

.testimonial-card blockquote {
  color: #4a5973;
  font-size: 16px;
  margin: 0 0 22px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  overflow: hidden;
  flex: 0 0 58px;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-card .card-header {
  background: transparent;
  padding: 0;
}

.faq-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
  color: #081729;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  background: transparent;
  border: 0;
}

.faq-toggle i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef6ff;
  color: #0f62fe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}

.faq-card .card-body {
  padding: 18px 0 0;
  color: #64748b;
}

.exeaja-cta-band {
  padding-top: 0;
}

.cta-panel {
  background: linear-gradient(135deg, #071121, #0b2b50 52%, #0f62fe 100%);
  border-radius: 30px;
  color: #ffffff;
  padding: 46px;
  box-shadow: 0 24px 60px rgba(6, 18, 36, 0.22);
}

.cta-panel h2,
.cta-panel p,
.cta-panel .section-badge {
  color: #ffffff;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.exeaja-footer {
  background: #061221;
  padding: 84px 0 28px;
  color: rgba(231, 241, 255, 0.76);
}

.footer-connect-hub {
  margin-bottom: 44px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(12, 31, 57, 0.92), rgba(9, 27, 49, 0.92));
  border: 1px solid rgba(125, 168, 224, 0.2);
  box-shadow: 0 24px 48px rgba(2, 10, 24, 0.28);
}

.connect-widget {
  height: 100%;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid rgba(141, 183, 234, 0.2);
  background: rgba(8, 24, 44, 0.78);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.connect-widget:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(5, 16, 31, 0.25);
}

.connect-widget-head h3 {
  color: #ffffff;
  font-size: 25px;
  margin: 14px 0 10px;
}

.connect-widget p {
  color: rgba(221, 234, 252, 0.86);
  margin-bottom: 16px;
}

.connect-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(141, 183, 234, 0.15);
  color: #d9ebff;
}

.tracking-widget {
  background:
    radial-gradient(circle at 100% 0%, rgba(15, 98, 254, 0.28), transparent 48%),
    rgba(8, 24, 44, 0.82);
}

.tracking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.tracking-item {
  border-radius: 14px;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(146, 182, 230, 0.2);
}

.tracking-item strong {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}

.tracking-item span {
  color: rgba(205, 224, 245, 0.82);
  font-size: 12px;
  line-height: 1.4;
}

.tracking-note {
  margin-top: 14px;
  color: rgba(205, 224, 245, 0.82);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.instagram-widget {
  background:
    radial-gradient(circle at 0% 100%, rgba(15, 98, 254, 0.2), transparent 46%),
    linear-gradient(135deg, rgba(114, 43, 255, 0.25), rgba(252, 87, 118, 0.18) 62%, rgba(252, 175, 69, 0.2));
}

.lynk-widget {
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 228, 255, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(6, 35, 68, 0.86), rgba(10, 55, 94, 0.76));
}

.social-feed-list {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.social-feed-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  padding: 9px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.social-feed-item:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.social-feed-thumb {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 58px;
  background: rgba(255, 255, 255, 0.08);
}

.social-feed-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-feed-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.social-feed-copy strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
}

.social-feed-copy small {
  color: rgba(221, 234, 252, 0.88);
  font-size: 13px;
  line-height: 1.45;
}

.social-feed-copy em {
  color: rgba(179, 205, 238, 0.88);
  font-size: 11px;
  font-style: normal;
}

.feed-lynk .social-feed-item {
  align-items: center;
}

.social-feed-meta {
  margin-top: 10px;
  color: rgba(189, 214, 244, 0.85);
  font-size: 11px;
}

.connect-widget .btn {
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
}

.footer-brand {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 18px;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 12px;
}

.footer-links a,
.footer-contact a,
.footer-bottom a {
  color: rgba(231, 241, 255, 0.76);
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: #ffffff;
}

.footer-contact span {
  display: block;
  color: #87a1c4;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-mini-map {
  margin-top: 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(134, 171, 221, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.footer-mini-map iframe {
  width: 100%;
  height: 170px;
  border: 0;
  display: block;
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.exeaja-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f62fe, #22d3ee);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 20px 40px rgba(15, 98, 254, 0.28);
  z-index: 999;
}

.page-hero {
  padding: 180px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(29, 125, 250, 0.16), transparent 30%),
    linear-gradient(135deg, #071121 0%, #0c2340 100%);
}

.page-hero h1 {
  color: #ffffff;
  font-size: 54px;
  margin: 22px 0 16px;
}

.page-hero p {
  max-width: 660px;
  color: rgba(235, 243, 255, 0.78);
  font-size: 17px;
}

.detail-section {
  padding: 90px 0;
}

.detail-cover img {
  height: 420px;
}

.detail-panel {
  padding: 30px;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.detail-meta-item {
  padding: 10px 14px;
  border-radius: 14px;
  background: #eef6ff;
  color: #0e5cc8;
  font-size: 13px;
  font-weight: 700;
}

.gallery-thumb {
  margin-bottom: 24px;
}

.gallery-thumb img {
  height: 220px;
}

.contact-card .form-control,
.contact-card textarea.form-control {
  border: 1px solid #d8e2ef;
  border-radius: 16px;
  min-height: 54px;
  padding: 12px 16px;
  box-shadow: none;
}

.contact-card textarea.form-control {
  min-height: 160px;
}

.contact-card .btn {
  border-radius: 14px;
}

.mini-contact-list {
  display: grid;
  gap: 18px;
}

.mini-contact-item {
  display: flex;
  align-items: start;
  gap: 14px;
}

.mini-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #eef6ff;
  color: #0f62fe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  font-size: 20px;
}

.empty-card {
  text-align: center;
}

.excerpt-text {
  display: block;
  color: #66758f;
}

.meta-list li {
  margin-bottom: 8px;
  color: #61708b;
}

.meta-list strong {
  color: #081729;
}

@media (max-width: 1439px) {
  .exeaja-brand {
    max-width: 228px;
  }

  .exeaja-nav .nav-link {
    font-size: 12px;
    padding: 6px 8px !important;
  }

  .exeaja-header-actions .btn {
    padding: 7px 10px;
  }
}

@media (max-width: 1679px) {
  .exeaja-btn-wa {
    display: none;
  }
}

@media (max-width: 1536px) {
  .exeaja-hero h1 {
    font-size: 48px;
    max-width: 560px;
  }

  .exeaja-hero p {
    font-size: 15px;
  }

  .hero-showcase {
    min-height: 450px;
  }

  .hero-panel {
    max-width: 430px;
    padding: 20px;
  }

  .hero-floating-card {
    width: 174px;
  }
}

@media (max-width: 1366px) {
  .exeaja-hero h1 {
    font-size: 44px;
    max-width: 520px;
  }

  .hero-actions .btn {
    min-width: 152px;
    padding: 11px 16px;
  }

  .hero-showcase {
    min-height: 430px;
  }

  .hero-panel {
    max-width: 405px;
    padding: 18px;
  }

  .hero-floating-card {
    display: none;
  }
}

@media (max-width: 1199px) {
  .exeaja-nav {
    margin-top: 0;
  }

  .exeaja-header .navbar-collapse {
    margin-top: 14px;
    padding: 0;
    border-radius: 18px;
    background: transparent;
  }

  .exeaja-nav-shell {
    display: block;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 36px rgba(8, 24, 47, 0.12);
  }

  .exeaja-btn-wa {
    display: inline-flex;
    min-width: 0;
    justify-content: flex-start;
  }

  .exeaja-nav .nav-link {
    padding: 10px 12px !important;
  }

  .exeaja-header-actions {
    margin: 12px 0 2px;
    flex-wrap: wrap;
  }

  .hero-showcase {
    min-height: auto;
    margin-top: 28px;
  }

  .hero-panel {
    margin: 0;
  }

  .hero-floating-card {
    position: relative;
    width: 100%;
    margin-top: 18px;
  }

  .hero-floating-card.card-left,
  .hero-floating-card.card-right {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

@media (max-width: 1100px) {
  .exeaja-hero h1 {
    font-size: 40px;
    max-width: 100%;
  }

  .exeaja-hero .row.align-items-center > .col-lg-7,
  .exeaja-hero .row.align-items-center > .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-showcase {
    max-width: 540px;
    margin: 26px auto 0;
  }

  .hero-panel {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .exeaja-hero,
  .page-hero {
    padding-top: 128px;
  }

  .exeaja-header.navigation {
    padding: 6px 0;
  }

  .exeaja-brand {
    max-width: 248px;
  }

  .exeaja-hero h1 {
    font-size: 40px;
  }

  .page-hero h1,
  .section-intro h2 {
    font-size: 38px;
  }

  .hero-stats-bar {
    padding: 12px;
  }

  .cta-panel {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  .exeaja-brand span {
    font-size: 9px;
  }

  .exeaja-header-actions {
    display: grid;
    margin-top: 14px;
  }

  .exeaja-nav-shell {
    padding: 12px;
  }

  .footer-connect-hub {
    padding: 18px;
    margin-bottom: 30px;
  }

  .connect-widget {
    padding: 18px;
  }

  .connect-widget-head h3 {
    font-size: 20px;
  }

  .tracking-grid {
    grid-template-columns: 1fr;
  }

  .social-feed-copy strong {
    font-size: 14px;
  }

  .social-feed-copy small {
    font-size: 12px;
  }

  .footer-mini-map {
    margin-top: 14px;
  }

  .footer-mini-map iframe {
    height: 150px;
  }

  .exeaja-hero h1 {
    font-size: 32px;
  }

  .exeaja-hero p,
  .page-hero p {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .category-head,
  .footer-bottom {
    display: block;
  }

  .hero-stat-item {
    padding: 14px 8px;
  }

  .hero-stat-value,
  .stats-grid .stat-number {
    font-size: 30px;
  }

  .cta-panel,
  .service-card,
  .product-card,
  .portfolio-card,
  .testimonial-card,
  .faq-card,
  .contact-card,
  .highlight-card,
  .workflow-card,
  .info-card,
  .detail-panel {
    padding: 24px;
  }

  .detail-cover img {
    height: 280px;
  }
}
