/* Interactive header fix, new pages and schedule-meeting system. */

[hidden] { display: none !important; }

.site-dark-theme > .header {
  z-index: 10050 !important;
  pointer-events: auto;
}

.site-dark-theme > .main,
.site-dark-theme > .footer { z-index: 2; }

.site-dark-theme.index-page > .header {
  transition: transform 0.3s ease, background 0.3s ease !important;
}

.site-dark-theme.index-page:not(.scrolled) > .header {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.site-dark-theme.index-page.scrolled > .header {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-dark-theme .header .btn-getstarted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin-left: 18px;
  padding: 9px 18px;
  border: 1px solid #ff7c28;
  border-radius: 10px;
  white-space: nowrap;
  background: linear-gradient(135deg, #ff7118, #ff4f13 68%, #ff921c) !important;
  box-shadow: 0 10px 28px rgba(255, 88, 17, 0.28);
}

.site-dark-theme .header .btn-getstarted i { font-size: 0.95rem; }

@media (min-width: 1200px) {
  .mobile-schedule-item { display: none; }
  .site-dark-theme .header .container-xl { max-width: 1420px; }
  .site-dark-theme .navmenu a,
  .site-dark-theme .navmenu a:focus {
    padding: 18px 9px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .site-dark-theme.mobile-nav-active .navmenu > ul {
    border-color: rgba(113, 151, 220, 0.2);
    background: #071225;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
  }

  .site-dark-theme.mobile-nav-active .navmenu > ul > li > a {
    color: rgba(255, 255, 255, 0.88) !important;
  }

  .site-dark-theme.mobile-nav-active .navmenu > ul > li > a:hover,
  .site-dark-theme.mobile-nav-active .navmenu > ul > li > a.active {
    color: #ff681d !important;
    background: rgba(255, 104, 29, 0.1);
  }

  .site-dark-theme.mobile-nav-active .mobile-schedule-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
    color: #fff !important;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff7118, #ff4f13) !important;
    font: 800 0.86rem var(--nav-font);
  }

  .mobile-nav-active .navmenu .dropdown > a {
    gap: 12px;
  }

  .mobile-nav-active .navmenu .dropdown > a > span {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-nav-active .navmenu .dropdown > a > .toggle-dropdown {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-left: auto;
    color: #ffffff;
    background: #ff681d;
    font-size: 1rem;
    transform: none;
  }

  .mobile-nav-active .navmenu .dropdown.active > a > .toggle-dropdown {
    transform: rotate(180deg);
  }

  .mobile-nav-active .navmenu .dropdown > ul.dropdown-active {
    display: grid;
    gap: 6px;
    margin: 6px 8px 12px;
    padding: 10px;
    border-radius: 12px;
  }

  .mobile-nav-active .navmenu .dropdown > ul.dropdown-active a {
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-width: 0 !important;
    min-height: 46px;
    padding: 9px 10px;
    white-space: normal;
    text-align: left;
  }

  .mobile-nav-active .navmenu .dropdown > ul.dropdown-active a > i:first-child {
    flex: 0 0 32px;
    width: 32px !important;
    height: 32px;
    margin: 0;
    color: #ffffff;
    background: #ff681d;
    font-size: 0.92rem;
    transform: none !important;
  }

  .mobile-nav-active .navmenu .dropdown > ul.dropdown-active a > span {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .site-dark-theme.mobile-nav-active .navmenu .dropdown.active > ul a,
  .site-dark-theme.mobile-nav-active .navmenu .dropdown.active > ul a:hover {
    color: rgba(255, 255, 255, 0.88) !important;
  }
}

@media (max-width: 767px) {
  .site-dark-theme .footer .footer-top,
  .site-dark-theme .footer .footer-about,
  .site-dark-theme .footer .footer-contact { text-align: center !important; }
  .site-dark-theme .footer .footer-about .logo,
  .site-dark-theme .footer .social-links { justify-content: center; }
  .site-dark-theme .footer .footer-links { text-align: left; }
}

@media (max-width: 575px) {
  .site-dark-theme .header .btn-getstarted { display: none !important; }
}

/* Schedule meeting panel */
body.meeting-panel-active { overflow: hidden; }

.meeting-backdrop {
  position: fixed;
  inset: 0;
  z-index: 11000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 5, 15, 0.73);
  backdrop-filter: blur(8px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.meeting-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11001;
  width: min(720px, 100vw);
  height: 100dvh;
  color: rgba(231, 237, 248, 0.86);
  border-left: 1px solid rgba(46, 138, 255, 0.48);
  background:
    radial-gradient(circle at 12% 15%, rgba(24, 96, 214, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(5, 17, 38, 0.99), rgba(2, 8, 19, 0.99));
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.48), inset 1px 0 rgba(255, 255, 255, 0.03);
  transform: translateX(104%);
  transition: transform 0.38s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.meeting-panel-active .meeting-backdrop { visibility: visible; opacity: 1; pointer-events: auto; }
.meeting-panel-active .meeting-panel { transform: translateX(0); }

.meeting-panel-scroll {
  height: 100%;
  padding: 32px 34px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.meeting-close {
  position: absolute;
  top: 16px;
  right: 17px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(126, 161, 224, 0.26);
  border-radius: 50%;
  background: rgba(7, 20, 43, 0.86);
}

.meeting-heading { display: flex; gap: 16px; padding-right: 48px; margin-bottom: 22px; }
.meeting-heading-icon {
  display: grid; place-items: center; width: 58px; height: 58px; flex: 0 0 58px;
  color: #ff681d; border: 1px solid #ff681d; border-radius: 14px;
  background: rgba(255, 104, 29, 0.08); box-shadow: 0 0 24px rgba(255, 104, 29, 0.18); font-size: 1.65rem;
}
.meeting-heading h2 { margin: 0 0 5px; color: #fff; font-size: 1.75rem; }
.meeting-heading h2 span, .meeting-profile h3 span { color: #ff681d; }
.meeting-heading p { margin: 0; color: rgba(218, 227, 244, 0.7); font-size: 0.9rem; line-height: 1.55; }

.meeting-profile {
  display: flex; align-items: center; gap: 20px; margin-bottom: 20px; padding: 15px 18px;
  border: 1px solid rgba(73, 132, 235, 0.18); border-radius: 14px;
  background: linear-gradient(135deg, rgba(12, 35, 75, 0.76), rgba(5, 17, 36, 0.72));
}
.meeting-profile img {
  width: 104px; height: 104px; flex: 0 0 104px; object-fit: contain; object-position: top center;
  border: 2px solid #ff681d; border-radius: 50%; background: radial-gradient(circle, #0a2d6b, #041126 72%);
  box-shadow: 0 0 0 5px rgba(32, 116, 255, 0.13), 0 0 28px rgba(255, 104, 29, 0.2);
}
.meeting-profile h3 { margin: 0 0 4px; color: #fff; font-size: 1.45rem; }
.meeting-profile p { margin: 0; font-size: 0.84rem; line-height: 1.5; }
.meeting-profile p strong { color: #13bafa; }
.meeting-profile-stats { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 9px; }
.meeting-profile-stats span { color: rgba(216, 226, 245, 0.65); font-size: 0.71rem; }
.meeting-profile-stats b { color: #ff681d; }

.meeting-form { position: relative; }
.meeting-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.meeting-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.meeting-field-wide { grid-column: 1 / -1; }
.meeting-field > span, .meeting-date-box legend { color: rgba(248, 250, 255, 0.9); font-size: 0.78rem; font-weight: 700; }
.meeting-field > span i, .meeting-date-box legend i { margin-right: 6px; color: #ff681d; }
.meeting-field input, .meeting-field select, .meeting-field textarea {
  width: 100%; min-height: 47px; padding: 11px 13px; color: #fff !important;
  border: 1px solid rgba(99, 137, 201, 0.21) !important; border-radius: 9px;
  outline: none; background: rgba(7, 20, 43, 0.8) !important; font: 500 0.83rem var(--default-font);
}
.meeting-field textarea { min-height: 100px; resize: vertical; }
.meeting-field input:focus, .meeting-field select:focus, .meeting-field textarea:focus { border-color: #ff681d !important; box-shadow: 0 0 0 3px rgba(255, 104, 29, 0.1); }
.meeting-field select { color-scheme: dark; }
.meeting-date-box {
  margin: 14px 0; padding: 13px; border: 1px solid rgba(25, 115, 235, 0.2); border-radius: 12px;
  background: rgba(5, 27, 59, 0.58);
}
.meeting-date-box legend { width: auto; float: none; margin: 0 0 9px; padding: 0; }
.meeting-date-grid { display: grid; grid-template-columns: 1.05fr 0.8fr 1fr; gap: 10px; }
.meeting-availability { margin: 10px 0 0; color: #ff8a3d; font-size: 0.75rem; }
.meeting-submit {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 54px; margin-top: 14px;
  color: #fff; border: 0; border-radius: 10px; background: linear-gradient(135deg, #ff7118, #ff4f13 68%, #ff951d);
  box-shadow: 0 13px 28px rgba(255, 82, 14, 0.25); font: 800 0.98rem var(--nav-font);
}
.meeting-submit:disabled { opacity: 0.66; cursor: wait; }
.meeting-secure { margin: 9px 0 0; text-align: center; color: rgba(217, 227, 244, 0.62); font-size: 0.72rem; }
.meeting-secure i { color: #ff681d; }
.meeting-form-message { min-height: 0; margin: 8px 0 0; color: #44d79b; font-size: 0.8rem; }
.meeting-form-message.is-error { color: #ff7878; }
.meeting-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.meeting-success {
  position: absolute; inset: 0; z-index: 4; display: none; place-content: center; justify-items: center;
  padding: 34px; text-align: center; background: rgba(2, 9, 22, 0.96); backdrop-filter: blur(14px);
}
.meeting-success.is-visible { display: grid; }
.meeting-success-icon { display: grid; place-items: center; width: 90px; height: 90px; margin-bottom: 20px; color: #fff; border-radius: 50%; background: #16b978; box-shadow: 0 0 0 10px rgba(22, 185, 120, 0.1), 0 0 40px rgba(22, 185, 120, 0.32); font-size: 2.7rem; }
.meeting-success h3 { color: #fff; font-size: 2rem; }
.meeting-success p { max-width: 420px; margin: 3px 0; }
.meeting-success button { margin-top: 22px; padding: 11px 30px; color: #fff; border: 0; border-radius: 9px; background: #ff681d; font-weight: 800; }

/* New page shared system */
.extended-page-main { min-height: 100vh; }
.extended-page-main > .section { padding: 126px 0 84px; }
.extended-page-main .container { width: min(1360px, calc(100% - 40px)); max-width: none; }
.extended-hero { position: relative; max-width: 860px !important; margin: 0 auto 42px; text-align: center; }
.extended-kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; padding: 7px 14px;
  color: #ff7a26; border: 1px solid rgba(255, 104, 29, 0.58); border-radius: 999px;
  background: rgba(255, 104, 29, 0.06); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
}
.extended-hero h1 { margin: 0; color: #fff; font-size: clamp(2.45rem, 4.2vw, 4.4rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.045em; }
.extended-hero h1 span { color: #ff681d; text-shadow: 0 0 26px rgba(255, 104, 29, 0.2); }
.extended-hero p { max-width: 690px; margin: 15px auto 0; color: rgba(219, 228, 244, 0.72); font-size: 1rem; line-height: 1.65; }
.extended-glow-line { display: block; width: 98px; height: 2px; margin: 22px auto 0; background: linear-gradient(90deg, transparent, #ff681d, transparent); box-shadow: 0 0 15px #ff681d; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.team-card {
  overflow: hidden; border: 1px solid rgba(27, 127, 255, 0.42); border-radius: 16px;
  background: linear-gradient(155deg, rgba(9, 27, 56, 0.88), rgba(3, 11, 25, 0.8));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25); transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.team-card:hover { transform: translateY(-9px); border-color: #ff681d; box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32), 0 0 25px rgba(255, 104, 29, 0.16); }
.team-photo { position: relative; height: 305px; overflow: hidden; background: radial-gradient(circle at 50% 55%, rgba(16, 77, 173, 0.42), transparent 53%); }
.team-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, #061126); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.45s ease; }
.team-card:first-child .team-photo img { object-fit: contain; }
.team-card:hover .team-photo img { transform: scale(1.045); }
.team-card-body { padding: 18px 18px 20px; text-align: center; }
.team-card-body h2 { margin: 0 0 4px; color: #fff; font-size: 1.3rem; }
.team-card-body h2 span { color: #ff681d; }
.team-role { margin: 0; color: rgba(255, 255, 255, 0.88) !important; font-weight: 700; }
.team-divider { display: block; width: 48px; height: 2px; margin: 17px auto; background: #ff681d; }
.team-card-body > p:last-of-type { min-height: 48px; margin-bottom: 17px; color: rgba(213, 224, 242, 0.7); font-size: 0.84rem; line-height: 1.55; }
.team-socials { display: flex; justify-content: center; gap: 10px; }
.team-socials a { display: grid; place-items: center; width: 36px; height: 36px; color: rgba(255,255,255,.86); border: 1px solid rgba(111, 147, 209, 0.18); border-radius: 9px; background: rgba(8, 23, 48, 0.78); }
.team-socials a:hover { color: #fff; border-color: #ff681d; background: #ff681d; }
.team-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 26px; padding: 28px 16px; border: 1px solid rgba(73, 132, 235, 0.24); border-radius: 16px; background: rgba(6, 19, 40, 0.74); }
.team-stats div { display: grid; justify-items: center; gap: 4px; border-right: 1px solid rgba(111, 147, 209, 0.18); }
.team-stats div:last-child { border-right: 0; }
.team-stats i { margin-bottom: 4px; color: #ff681d; font-size: 2rem; }
.team-stats strong { color: #fff; font-size: 1.8rem; }
.team-stats span { color: rgba(215, 225, 242, 0.67); font-size: 0.82rem; }
.extended-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; padding: 36px 46px; overflow: hidden; border: 1px solid rgba(29, 121, 238, 0.4); border-radius: 18px; background: linear-gradient(135deg, rgba(7, 25, 52, 0.92), rgba(3, 12, 28, 0.86)); }
.extended-cta::after { content: ""; position: absolute; right: -70px; width: 320px; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 18px, rgba(255,104,29,.15) 19px 20px); opacity: .7; }
.extended-cta > * { position: relative; z-index: 1; }
.extended-cta span { color: #ff681d; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.extended-cta h2 { margin: 7px 0; color: #fff; font-size: 2.1rem; }
.extended-cta h2 em { color: #ff681d; font-style: normal; }
.extended-cta p { max-width: 560px; margin: 0; }
.extended-cta button, .blog-project-widget button { padding: 14px 22px; color: #fff; border: 0; border-radius: 10px; background: linear-gradient(135deg, #ff7118, #ff4f13); box-shadow: 0 12px 28px rgba(255, 82, 14, 0.28); font-weight: 800; white-space: nowrap; }

/* Shop */
.shop-filter { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.shop-filter button { padding: 9px 16px; color: rgba(226,234,247,.72); border: 1px solid rgba(89, 130, 200, 0.24); border-radius: 999px; background: rgba(7,20,43,.68); font: 700 .8rem var(--nav-font); }
.shop-filter button.is-active, .shop-filter button:hover { color: #fff; border-color: #ff681d; background: #ff681d; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.shop-card { overflow: hidden; border: 1px solid rgba(28, 116, 228, 0.3); border-radius: 15px; background: linear-gradient(155deg, rgba(8,24,50,.88), rgba(3,11,25,.82)); box-shadow: 0 20px 48px rgba(0,0,0,.23); transition: transform .3s ease, border-color .3s ease; }
.shop-card:hover { transform: translateY(-6px); border-color: rgba(255,104,29,.72); }
.shop-card-image { height: 190px; overflow: hidden; background: #061126; }
.shop-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.shop-card:hover img { transform: scale(1.04); }
.shop-card-body { padding: 19px; }
.shop-category { display: inline-block; margin-bottom: 9px; color: #ff7b29; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.shop-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.shop-title-row h2 { margin: 0; color: #fff; font-size: 1.2rem; }
.shop-title-row strong { flex: 0 0 auto; color: #ff681d; font-size: 1.12rem; }
.shop-card-body > p { min-height: 64px; margin: 12px 0; font-size: .86rem; line-height: 1.6; }
.shop-card ul { display: grid; gap: 7px; margin: 0 0 16px; padding: 0; list-style: none; }
.shop-card li { color: rgba(220,229,244,.72); font-size: .8rem; }
.shop-card li i { margin-right: 7px; color: #19c889; }
.shop-card button { display: flex; justify-content: center; align-items: center; gap: 8px; width: 100%; padding: 11px; color: #fff; border: 1px solid rgba(255,104,29,.68); border-radius: 9px; background: rgba(255,104,29,.09); font-weight: 800; }
.shop-card button:hover { background: #ff681d; }
.shop-assurance { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; padding: 25px 16px; border: 1px solid rgba(65,127,226,.24); border-radius: 15px; background: rgba(5,18,39,.75); }
.shop-assurance > div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 5px 15px; border-right: 1px solid rgba(112,147,207,.15); }
.shop-assurance > div:last-child { border-right: 0; }
.shop-assurance i { color: #ff681d; font-size: 1.6rem; }
.shop-assurance span { color: rgba(215,225,242,.62); font-size: .72rem; }
.shop-assurance strong { display: block; color: #fff; font-size: .82rem; }

/* Blog index and detail */
.blog-hero { margin-bottom: 30px; }
.blog-layout, .blog-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 26px; align-items: start; }
.blog-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.blog-card { overflow: hidden; border: 1px solid rgba(29, 118, 232, 0.28); border-radius: 12px; background: rgba(5, 18, 39, 0.8); transition: transform .3s ease, border-color .3s ease; }
.blog-card:hover { transform: translateY(-5px); border-color: #ff681d; }
.blog-card-image { position: relative; display: block; height: 165px; overflow: hidden; background: #061127; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover img { transform: scale(1.04); }
.blog-card-image span, .blog-article-category { position: absolute; top: 10px; left: 10px; padding: 5px 9px; color: #07101e; border-radius: 6px; background: #ff681d; font-size: .68rem; font-weight: 900; }
.blog-card-body { padding: 14px; }
.blog-date { margin: 0 0 7px; color: rgba(209,219,238,.58); font-size: .7rem; }
.blog-date i { color: #ff681d; }
.blog-card h2 { margin: 0 0 8px; font-size: 1rem; line-height: 1.35; }
.blog-card h2 a { color: #fff; }
.blog-card-body > p:not(.blog-date) { display: -webkit-box; min-height: 57px; margin: 0 0 9px; overflow: hidden; color: rgba(215,225,242,.7); font-size: .78rem; line-height: 1.5; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.blog-read-more { color: #ff681d; font-size: .76rem; font-weight: 800; }
.blog-empty { grid-column: 1/-1; padding: 30px; text-align: center; border: 1px dashed rgba(115,149,207,.25); border-radius: 12px; }
.blog-sidebar { display: grid; gap: 16px; }
.blog-detail-sidebar { position: sticky; top: 105px; }
.blog-widget { padding: 18px; border: 1px solid rgba(79,126,204,.2); border-radius: 12px; background: linear-gradient(145deg, rgba(8,24,50,.88), rgba(3,12,27,.8)); }
.blog-widget h2 { margin: 0 0 14px; color: #fff; font-size: 1rem; }
.blog-search { position: relative; display: flex; }
.blog-search input { width: 100%; min-height: 43px; padding: 10px 42px 10px 12px; color: #fff !important; border: 1px solid rgba(90,130,199,.18)!important; border-radius: 8px; background: rgba(3,12,27,.78)!important; font-size: .78rem; }
.blog-search > i, .blog-search button { position: absolute; top: 50%; right: 12px; padding: 0; color: #ff681d; border: 0; background: transparent; transform: translateY(-50%); }
.blog-categories { display: grid; gap: 3px; }
.blog-categories button, .blog-categories a { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; padding: 8px 7px; color: rgba(231,237,248,.8); border: 0; border-radius: 7px; background: transparent; font-size: .76rem; text-align: left; }
.blog-categories button:hover, .blog-categories button.is-active, .blog-categories a:hover { color: #ff681d; background: rgba(255,104,29,.08); }
.blog-categories i { margin-right: 8px; color: #ff681d; }
.blog-categories b { display: grid; place-items: center; min-width: 25px; height: 25px; color: #ff681d; border-radius: 50%; background: rgba(255,104,29,.08); font-size: .66rem; }
.popular-posts { display: grid; gap: 12px; }
.popular-posts a { display: flex; align-items: center; gap: 10px; color: #fff; }
.popular-posts img { width: 74px; height: 52px; flex: 0 0 74px; object-fit: cover; border-radius: 7px; }
.popular-posts span { min-width: 0; }
.popular-posts strong { display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.88); font-size: .72rem; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.popular-posts small { display: block; margin-top: 4px; color: rgba(209,219,238,.52); font-size: .62rem; }
.popular-posts small i { color: #ff681d; }
.blog-project-widget h2 { color: #ff681d; font-size: 1.15rem; }
.blog-project-widget p { font-size: .8rem; }
.blog-project-widget button { width: 100%; padding: 11px; font-size: .75rem; }
.newsletter-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 25px; padding: 18px 24px; border: 1px solid rgba(72,127,216,.23); border-radius: 12px; background: rgba(6,20,42,.76); }
.newsletter-strip > div { display: flex; align-items: center; gap: 14px; }
.newsletter-strip > div > i { color: #ff681d; font-size: 1.7rem; }
.newsletter-strip strong, .newsletter-strip small { display: block; }
.newsletter-strip strong { color: #fff; font-size: .9rem; }
.newsletter-strip small { color: rgba(211,222,240,.6); font-size: .7rem; }
.newsletter-strip form { position: relative; display: grid; grid-template-columns: minmax(220px, 360px) auto; }
.newsletter-strip input { min-height: 43px; padding: 9px 12px; color:#fff!important; border:1px solid rgba(91,133,203,.2)!important; border-radius:8px 0 0 8px; background:rgba(2,10,23,.78)!important; }
.newsletter-strip button { padding: 9px 18px; color:#fff; border:0; border-radius:0 8px 8px 0; background:#ff681d; font-weight:800; }
.newsletter-strip form > small { position: absolute; top: calc(100% + 5px); left: 0; color:#47d79d; }

.blog-article { min-width: 0; }
.blog-article-header { position: relative; padding-top: 10px; }
.blog-article-category { position: static; display: inline-block; color: #fff; background: #176bff; }
.blog-article-header h1 { max-width: 760px; margin: 14px 0 8px; color:#fff; font-size:clamp(1.85rem,2.7vw,2.85rem); font-weight:900; line-height:1.12; letter-spacing:-.035em; }
.blog-article-header > p { max-width:760px; color:rgba(218,228,244,.72); line-height:1.6; }
.blog-meta { display:flex; flex-wrap:wrap; gap:17px; margin:15px 0 22px; color:rgba(209,220,239,.65); font-size:.75rem; }
.blog-meta i { color:#19bdf8; }
.blog-feature { width:min(100%,720px); height:360px; margin:0 auto 28px; overflow:hidden; border:1px solid rgba(34,123,238,.28); border-radius:14px; background:#061126; box-shadow:0 18px 42px rgba(0,0,0,.22); }
.blog-feature img { display:block; width:100%; height:100%; max-height:none; object-fit:cover; object-position:center; }
.blog-article-copy { padding: 0 8px; }
.blog-article-copy h2 { margin:24px 0 8px; color:#fff; font-size:1.3rem; }
.blog-article-copy p, .blog-article-copy li { color:rgba(218,227,243,.76); font-size:.92rem; line-height:1.72; }
.blog-article-copy li::marker { color:#ff681d; }
.blog-share { display:flex; align-items:center; justify-content:space-between; margin-top:28px; padding-top:15px; border-top:1px solid rgba(99,135,197,.17); color:rgba(210,221,240,.6); font-size:.78rem; }
.blog-share div { display:flex; gap:9px; }
.blog-share a { display:grid; place-items:center; width:36px; height:36px; color:#17bdf7; border:1px solid rgba(23,189,247,.6); border-radius:50%; }
.related-posts { margin-top:38px; }
.related-posts > h2 { color:#fff; font-size:1.4rem; }
.related-posts > div { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.related-posts article { position:relative; padding:13px; border:1px solid rgba(52,119,222,.25); border-radius:12px; background:rgba(5,18,39,.78); }
.related-posts article img { width:100%; height:140px; object-fit:cover; border-radius:8px; }
.related-posts article > span { position:absolute; top:22px; left:22px; padding:4px 8px; color:#fff; border-radius:5px; background:#176bff; font-size:.64rem; font-weight:800; }
.related-posts h3 { margin:12px 0 6px; font-size:.95rem; }
.related-posts h3 a { color:#fff; }
.related-posts small { display:block; margin-bottom:8px; color:rgba(209,219,237,.5); font-size:.66rem; }
.related-posts article > a:last-child { color:#ff681d; font-size:.74rem; font-weight:800; }

@media (max-width: 1199px) {
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-layout, .blog-detail-layout { grid-template-columns: minmax(0, 1fr) 290px; }
  .blog-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .blog-layout, .blog-detail-layout { grid-template-columns: 1fr; }
  .blog-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-detail-sidebar { position: static; }
  .blog-project-widget { grid-column: 1 / -1; }
  .shop-assurance, .team-stats { grid-template-columns: repeat(2,1fr); gap:20px 0; }
  .shop-assurance > div:nth-child(2), .team-stats div:nth-child(2) { border-right:0; }
  .extended-cta { padding:32px; }
}

@media (max-width: 767px) {
  .extended-page-main > .section { padding: 103px 0 62px; }
  .extended-page-main .container { width: min(100% - 28px, 680px); }
  .extended-hero { margin-bottom: 30px; }
  .extended-hero h1 { font-size: clamp(2.15rem, 10.8vw, 3.1rem); }
  .team-grid, .shop-grid, .blog-cards, .related-posts > div { grid-template-columns: 1fr; }
  .team-photo { height: 340px; }
  .team-stats, .shop-assurance { grid-template-columns: 1fr; padding:20px; }
  .team-stats div, .shop-assurance > div { padding:16px 5px; border-right:0; border-bottom:1px solid rgba(112,147,207,.15); }
  .team-stats div:last-child, .shop-assurance > div:last-child { border-bottom:0; }
  .extended-cta { align-items:flex-start; flex-direction:column; padding:28px 22px; }
  .extended-cta button { width:100%; white-space:normal; }
  .blog-sidebar { grid-template-columns:1fr; }
  .newsletter-strip { align-items:stretch; flex-direction:column; padding:18px; }
  .newsletter-strip form { grid-template-columns:1fr; gap:9px; }
  .newsletter-strip input, .newsletter-strip button { border-radius:8px; }
  .blog-article-header h1 { font-size:1.85rem; line-height:1.16; }
  .blog-feature { height:220px; margin-bottom:22px; }
  .meeting-panel { width:100vw; }
  .meeting-panel-scroll { padding:25px 16px 20px; }
  .meeting-heading { gap:11px; padding-right:43px; }
  .meeting-heading-icon { width:47px; height:47px; flex-basis:47px; font-size:1.3rem; }
  .meeting-heading h2 { font-size:1.35rem; }
  .meeting-heading p { font-size:.78rem; }
  .meeting-profile { align-items:center; padding:13px; }
  .meeting-profile img { width:82px; height:82px; flex-basis:82px; }
  .meeting-profile h3 { font-size:1.1rem; }
  .meeting-profile-stats { display:none; }
  .meeting-field-grid, .meeting-date-grid { grid-template-columns:1fr; }
  .meeting-field-wide { grid-column:auto; }
}

@media (max-width: 420px) {
  .team-photo { height:300px; }
  .meeting-profile p { font-size:.72rem; }
}

@media (prefers-reduced-motion: reduce) {
  .meeting-panel, .meeting-backdrop, .team-card, .shop-card, .blog-card { transition:none!important; }
}

/* Shop order flow */
.shop-page-section { overflow: clip; }
.shop-page .shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}
.shop-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.shop-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  color: rgba(238, 245, 255, .86);
  border: 1px solid rgba(116, 152, 218, .2);
  border-radius: 999px;
  background: rgba(5, 17, 36, .7);
  font-size: .78rem;
  font-weight: 800;
}
.shop-trust-row i { color: #ff7624; }
.shop-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 4.4rem;
  line-height: .98;
  letter-spacing: 0;
}
.shop-hero-copy h1 span {
  display: block;
  color: #7fa5ff;
}
.shop-hero-copy p {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(219, 229, 246, .76);
  font-size: .98rem;
  line-height: 1.7;
}
.shop-hero-visual {
  min-height: 320px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(62, 118, 223, .2);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 20%, rgba(25, 99, 221, .24), transparent 42%), rgba(5, 15, 33, .72);
  box-shadow: 0 24px 65px rgba(0, 0, 0, .24);
}
.shop-hero-visual strong {
  position: relative;
  z-index: 2;
  padding: 16px 22px;
  color: #fff;
  border: 1px solid rgba(255, 118, 36, .45);
  border-radius: 8px;
  background: rgba(2, 10, 24, .72);
  font-size: 1.2rem;
}
.tool-orb {
  position: absolute;
  width: 118px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(135, 173, 239, .24);
  border-radius: 50%;
  background: #071426;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .35);
}
.tool-orb img { width: 100%; height: 100%; object-fit: cover; }
.tool-orb-1 { left: 10%; top: 18%; }
.tool-orb-2 { right: 12%; top: 14%; width: 96px; }
.tool-orb-3 { left: 20%; bottom: 12%; width: 92px; }
.tool-orb-4 { right: 18%; bottom: 15%; width: 112px; }
.shop-page .shop-filter {
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}
.shop-page .shop-filter button {
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(6, 18, 39, .82);
}
.shop-page .shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.shop-page .shop-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(11, 27, 58, .94), rgba(5, 13, 30, .96));
}
.shop-page .shop-card:hover { transform: translateY(-4px); }
.shop-page .shop-card-image {
  height: 168px;
  position: relative;
  border-bottom: 1px solid rgba(101, 143, 216, .16);
}
.shop-page .shop-card-image span {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 999px;
  background: #ff681d;
  font-size: .63rem;
  font-weight: 900;
}
.shop-page .shop-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}
.shop-page .shop-card-body h2 {
  margin: 2px 0 8px;
  font-size: 1.05rem;
  line-height: 1.25;
}
.shop-page .shop-card-body > p {
  min-height: 58px;
  margin: 0 0 12px;
  color: rgba(223, 232, 247, .72);
  font-size: .8rem;
  line-height: 1.55;
}
.shop-price {
  display: block;
  margin-bottom: 12px;
  color: #8d72ff;
  font-size: 1.12rem;
}
.shop-page .shop-card button,
.shop-page .shop-card .shop-demo-link,
.shop-buy-button,
.shop-submit-button,
.success-whatsapp {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff7624, #ff4f12);
  font-weight: 900;
}
.shop-page .shop-card ul { margin-top: 14px; }
.shop-page .shop-card li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: rgba(220, 229, 244, .7);
  line-height: 1.35;
}
.shop-page .shop-card li i {
  margin: 1px 0 0;
  color: #28d28b;
}
.shop-page .shop-assurance {
  border-radius: 8px;
}
.shop-page .shop-hero {
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(62, 118, 223, .22);
  border-radius: 8px;
  background: radial-gradient(circle at 82% 20%, rgba(var(--accent-rgb), .16), transparent 26%), linear-gradient(135deg, rgba(6, 18, 40, .88), rgba(3, 10, 24, .72));
}
.shop-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 700px;
  margin-top: 26px;
}
.shop-hero-stats span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 13px 14px;
  border-left: 1px solid rgba(133, 164, 220, .2);
  color: rgba(236, 243, 255, .82);
  font-size: .78rem;
}
.shop-hero-stats i,
.shop-section-number,
.shop-section-heading button,
.shop-control i {
  color: var(--accent-color);
}
.shop-hero-media {
  min-height: 340px;
  overflow: hidden;
}
.shop-device-preview {
  width: min(78%, 460px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(125, 166, 240, .28);
  border-radius: 8px;
  background: #071426;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
  transform: perspective(900px) rotateX(6deg) rotateY(-13deg);
}
.shop-device-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-media-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border: 1px solid rgba(var(--accent-rgb), .38);
  border-radius: 8px;
  color: #fff;
  background: rgba(3, 12, 28, .82);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
  font-size: .82rem;
  font-weight: 900;
}
.shop-media-chip i { color: var(--accent-color); }
.chip-tools { left: 8%; bottom: 20%; }
.chip-demos { right: 9%; top: 18%; }
.shop-control-panel {
  margin-bottom: 30px;
  padding: 18px;
  border: 1px solid rgba(101, 143, 216, .18);
  border-radius: 8px;
  background: rgba(5, 17, 37, .68);
}
.shop-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(160px, .75fr));
  gap: 14px;
}
.shop-control {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(111, 151, 220, .2);
  border-radius: 8px;
  background: rgba(4, 14, 31, .82);
}
.shop-control input,
.shop-control select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: rgba(239, 245, 255, .9);
  background: transparent;
  font: 700 .86rem var(--default-font);
}
.shop-control input::placeholder { color: rgba(224, 234, 248, .56); }
.shop-control select option { color: #071225; }
.shop-section-wrap {
  display: grid;
  gap: 34px;
}
.shop-product-section[hidden] { display: none; }
.shop-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
}
.shop-section-heading > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.shop-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.2;
}
.shop-section-number {
  font-size: 1.42rem;
  font-weight: 950;
}
.shop-section-heading button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  font-weight: 900;
}
.shop-section-grid { margin-bottom: 4px; }
.shop-page .shop-card {
  flex-direction: column;
  min-width: 0;
}
.shop-page .shop-card-image {
  height: auto;
  aspect-ratio: 16 / 10;
}
.shop-page .shop-card-body h3 {
  margin: 2px 0 8px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
}
.shop-page .shop-card button,
.shop-page .shop-card .shop-demo-link {
  text-decoration: none;
}
.shop-card-action { margin-top: auto; }
.shop-empty {
  margin: 12px 0 0;
  padding: 18px;
  border: 1px dashed rgba(120, 155, 215, .28);
  border-radius: 8px;
  color: rgba(231, 239, 250, .72);
  text-align: center;
}
.site-dark-theme .shop-filter button.is-active,
.site-dark-theme .shop-filter button:hover {
  border-color: var(--accent-color);
  background: var(--accent-color);
}
.site-dark-theme .shop-trust-row i,
.site-dark-theme .shop-category,
.site-dark-theme .shop-assurance i {
  color: var(--accent-color);
}
.site-dark-theme .shop-hero-visual strong,
.site-dark-theme .payment-method input:checked + span,
.site-dark-theme .shop-control:focus-within {
  border-color: color-mix(in srgb, var(--accent-color), transparent 45%);
}
.site-dark-theme .shop-page .shop-card:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 28%);
}
.site-dark-theme .shop-page .shop-card-image span,
.site-dark-theme .shop-page .shop-card button,
.site-dark-theme .shop-page .shop-card .shop-demo-link,
.site-dark-theme .shop-buy-button,
.site-dark-theme .shop-submit-button,
.site-dark-theme .meeting-success button,
.site-dark-theme .contact .php-email-form button[type=submit],
.site-dark-theme .btn-getstarted {
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), #fff 8%), color-mix(in srgb, var(--accent-color), #000 14%));
  border-color: var(--accent-color);
}
.site-dark-theme .subtitle,
.site-dark-theme .meeting-heading h2 span,
.site-dark-theme .meeting-profile h3 span,
.site-dark-theme .meeting-profile-stats b,
.site-dark-theme .meeting-field > span i,
.site-dark-theme .meeting-date-box legend i,
.site-dark-theme .meeting-secure i,
.site-dark-theme .extended-hero h1 span,
.site-dark-theme .team-card-body h2 span,
.site-dark-theme .team-stats i,
.site-dark-theme .extended-cta span,
.site-dark-theme .extended-cta h2 em,
.site-dark-theme .blog-date i,
.site-dark-theme .blog-read-more,
.site-dark-theme .blog-search > i,
.site-dark-theme .blog-categories i,
.site-dark-theme .blog-categories b,
.site-dark-theme .popular-posts small i,
.site-dark-theme .blog-project-widget h2,
.site-dark-theme .newsletter-strip > div > i,
.site-dark-theme .related-posts article > a:last-child,
.site-dark-theme .contact .info-item .icon-wrapper i {
  color: var(--accent-color) !important;
}
.site-dark-theme .extended-glow-line,
.site-dark-theme .team-divider,
.site-dark-theme .team-socials a:hover,
.site-dark-theme .blog-card-image span,
.site-dark-theme .blog-article-category,
.site-dark-theme .newsletter-strip button,
.site-dark-theme .scroll-top {
  background: var(--accent-color) !important;
}
.site-dark-theme .meeting-stat-icon,
.site-dark-theme .team-card:hover,
.site-dark-theme .blog-card:hover,
.site-dark-theme .service-details .cta-buttons .btn-secondary {
  border-color: var(--accent-color) !important;
}
body.shop-modal-open { overflow: hidden; }
.shop-modal[aria-hidden="true"] { display: none; }
.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 22px;
}
.shop-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 5, 14, .78);
  backdrop-filter: blur(9px);
}
.shop-product-dialog,
.shop-order-dialog,
.shop-success-dialog {
  width: min(100%, 820px);
  max-height: min(92vh, 900px);
  position: relative;
  overflow: auto;
  border: 1px solid rgba(180, 199, 232, .24);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(248, 251, 255, .98), rgba(224, 232, 244, .98));
  color: #122033;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .5);
}
.shop-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  border: 0;
  border-radius: 8px;
  color: #1b2b43;
  background: transparent;
  font-size: 1.05rem;
}
.shop-modal-product {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  padding: 42px 42px 26px;
}
.shop-modal-product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background: #071426;
}
.shop-modal-product span {
  color: #667790;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}
.shop-modal-product h2 {
  margin: 8px 48px 8px 0;
  color: #101827 !important;
  font-size: 1.55rem;
}
.shop-modal-product p {
  color: #354761;
  line-height: 1.65;
}
.shop-modal-product strong {
  display: block;
  margin: 12px 0 16px;
  color: #ff5f16;
  font-size: 1.5rem;
}
.shop-modal-product ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-modal-product li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #25354a;
  font-weight: 750;
}
.shop-modal-product li i { color: #1b7852; }
.shop-detail-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  padding: 20px 42px 42px;
  border-top: 1px solid rgba(28, 48, 78, .1);
}
.shop-qty {
  display: grid;
  grid-template-columns: 40px 78px 40px;
  overflow: hidden;
  border: 1px solid rgba(25, 45, 76, .12);
  border-radius: 8px;
  background: #eef3fa;
}
.shop-qty button {
  border: 0;
  color: #17243a;
  background: #fff;
}
.shop-qty output {
  min-height: 42px;
  display: grid;
  place-items: center;
  color: #16243a;
  font-weight: 900;
}
.shop-total-preview span,
.success-tracking span {
  display: block;
  color: #566880;
  font-size: .76rem;
  font-weight: 900;
}
.shop-total-preview strong { color: #ff5f16; font-size: 1.42rem; }
.shop-order-dialog {
  width: min(100%, 1120px);
  padding: 28px 28px 24px;
  background: linear-gradient(145deg, rgba(11, 24, 45, .98), rgba(4, 12, 27, .98));
  color: #eaf1fb;
}
.shop-order-dialog h2 {
  margin: 0 52px 20px 0;
  color: #fff !important;
  text-align: center;
  font-size: 1.08rem;
}
.shop-stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 22px;
  counter-reset: step;
}
.shop-stepper span {
  display: grid;
  justify-items: center;
  gap: 5px;
  position: relative;
  color: rgba(223, 232, 247, .58);
  font-weight: 900;
}
.shop-stepper span::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  background: #24324a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}
.shop-stepper span { counter-increment: step; }
.shop-stepper span { font-size: 0; }
.shop-stepper span::after {
  content: counter(step);
  position: absolute;
  top: 3px;
  color: #dfe8f7;
  font-size: .78rem;
}
.shop-stepper .is-active::before,
.shop-stepper .is-complete::before { background: #185cff; }
.shop-stepper small {
  color: inherit;
  font-size: .68rem;
}
.shop-order-form {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr 1fr;
  gap: 18px;
}
.shop-order-form h3 {
  margin: 0 0 13px;
  color: #fff !important;
  font-size: .9rem;
}
.shop-order-summary,
.shop-customer-fields,
.shop-payment-fields,
.shop-proof-fields {
  min-width: 0;
  padding: 0 16px 0 0;
  border-right: 1px solid rgba(135, 164, 215, .16);
}
.shop-proof-fields { border-right: 0; padding-right: 0; }
.summary-product {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 13px;
}
.summary-product img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: cover;
  border-radius: 8px;
}
.summary-product strong,
.summary-product span { display: block; }
.summary-product span { color: rgba(221, 231, 247, .62); font-size: .76rem; }
.shop-order-summary p {
  margin: 0 0 16px;
  color: rgba(221, 231, 247, .65);
  font-size: .78rem;
  line-height: 1.55;
}
.shop-order-summary dl { display: grid; gap: 8px; margin: 0; }
.shop-order-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(222, 231, 247, .76);
  font-size: .78rem;
}
.shop-order-summary dd { margin: 0; font-weight: 900; }
.summary-total {
  margin-top: 6px;
  padding: 10px;
  border: 1px solid rgba(255, 118, 36, .42);
  border-radius: 8px;
  color: #fff !important;
}
.summary-total dd { color: #ff8a37; }
.shop-order-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
  color: rgba(232, 239, 250, .82);
  font-size: .76rem;
  font-weight: 850;
}
.shop-order-form input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(124, 155, 210, .2);
  border-radius: 8px;
  color: #f7fbff;
  background: rgba(4, 14, 31, .8);
  padding: 10px 12px;
  outline: none;
}
.shop-order-form input:focus {
  border-color: #ff7624;
  box-shadow: 0 0 0 3px rgba(255, 118, 36, .14);
}
.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.payment-method {
  margin: 0 !important;
  cursor: pointer;
}
.payment-method input { position: absolute; opacity: 0; pointer-events: none; }
.shop-order-form input[type="hidden"] { display: none; }
.payment-method input {
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: 0;
}
.payment-method span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(124, 155, 210, .22);
  border-radius: 8px;
  color: #dce8fa;
  background: rgba(7, 22, 47, .78);
  font-size: .76rem;
  font-weight: 900;
}
.payment-method input:checked + span {
  border-color: #ff7624;
  color: #fff;
  background: rgba(255, 118, 36, .13);
}
.payment-detail-box {
  min-height: 128px;
  padding: 13px;
  border: 1px solid rgba(124, 155, 210, .16);
  border-radius: 8px;
  background: rgba(7, 19, 40, .72);
  color: rgba(222, 231, 247, .76);
  font-size: .78rem;
}
.payment-detail-box strong,
.payment-detail-box code { display: block; color: #fff; }
.payment-detail-box code {
  margin: 8px 0;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  white-space: normal;
}
.proof-upload {
  min-height: 126px;
  place-items: center;
  padding: 16px;
  border: 1px dashed rgba(97, 143, 231, .52);
  border-radius: 8px;
  background: rgba(10, 25, 51, .62);
  text-align: center;
}
.proof-upload input {
  width: 1px;
  height: 1px;
  min-height: 0;
  position: absolute;
  opacity: 0;
}
.proof-upload i {
  color: #7fa5ff;
  font-size: 2rem;
}
.proof-upload span,
.proof-upload small { display: block; }
.proof-upload small { color: rgba(224, 233, 248, .55); font-weight: 650; }
.shop-proof-fields p,
.shop-form-message {
  margin: 10px 0 0;
  color: rgba(221, 231, 247, .58);
  font-size: .74rem;
  line-height: 1.5;
}
.shop-order-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 2px;
}
.shop-back-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(126, 155, 209, .2);
  border-radius: 8px;
  color: #eaf1fb;
  background: #1b2a44;
  padding: 9px 18px;
  font-weight: 900;
}
.shop-form-message {
  grid-column: 1 / -1;
  min-height: 20px;
  text-align: right;
}
.shop-form-message.is-error { color: #ff8f9a; }
.shop-form-message.is-success { color: #79e6aa; }
.shop-honeypot {
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  position: fixed !important;
  inset: auto auto 0 0;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}
.shop-success-dialog {
  width: min(100%, 560px);
  padding: 44px;
  text-align: center;
  background: linear-gradient(145deg, rgba(12, 27, 49, .98), rgba(6, 17, 35, .98));
  color: #edf5ff;
}
.success-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  background: #12b76a;
  font-size: 2.3rem;
}
.shop-success-dialog h2 {
  color: #fff !important;
  font-size: 1.45rem;
}
.shop-success-dialog p {
  color: rgba(226, 235, 248, .78);
  line-height: 1.65;
}
.success-tracking {
  margin: 24px 0 20px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}
.success-tracking strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 1.05rem;
}
.success-whatsapp {
  width: 100%;
  margin-bottom: 12px;
  background: #08a74f;
}
@media (max-width: 1199px) {
  .shop-page .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-order-form { grid-template-columns: 1fr 1fr; }
  .shop-payment-fields { border-right: 0; padding-right: 0; }
  .shop-proof-fields { grid-column: 2; }
}
@media (max-width: 991px) {
  .shop-page .shop-hero { grid-template-columns: 1fr; }
  .shop-hero-visual { min-height: 260px; }
  .shop-hero-stats { grid-template-columns: 1fr; }
  .shop-modal-product { grid-template-columns: 220px minmax(0, 1fr); }
}
@media (max-width: 767px) {
  .shop-hero-copy h1 { font-size: 2.8rem; }
  .shop-page .shop-grid { grid-template-columns: 1fr; }
  .shop-page .shop-hero { padding: 20px; }
  .shop-toolbar { grid-template-columns: 1fr; }
  .shop-control-panel { padding: 14px; }
  .shop-section-heading { align-items: flex-start; flex-direction: column; }
  .shop-section-heading button { padding-left: 0; }
  .shop-page .shop-filter { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .shop-page .shop-filter button { flex: 0 0 auto; }
  .shop-modal { align-items: end; padding: 0; }
  .shop-product-dialog,
  .shop-order-dialog,
  .shop-success-dialog {
    width: 100%;
    max-height: 94vh;
    border-radius: 10px 10px 0 0;
  }
  .shop-modal-product {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 58px 18px 20px;
  }
  .shop-modal-product img { max-height: 250px; }
  .shop-modal-product h2 { margin-right: 0; font-size: 1.35rem; }
  .shop-detail-footer {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .shop-order-dialog { padding: 56px 16px 18px; }
  .shop-stepper { gap: 2px; }
  .shop-order-form { grid-template-columns: 1fr; }
  .shop-order-summary,
  .shop-customer-fields,
  .shop-payment-fields,
  .shop-proof-fields {
    grid-column: auto;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(135, 164, 215, .16);
  }
  .shop-proof-fields { border-bottom: 0; padding-bottom: 0; }
  .shop-order-actions { justify-content: stretch; }
  .shop-order-actions button { flex: 1; }
  .shop-form-message { text-align: left; }
  .shop-success-dialog { padding: 42px 18px 20px; }
}
@media (max-width: 480px) {
  .shop-hero-copy h1 { font-size: 2.25rem; }
  .shop-hero-visual { display: none; }
  .shop-page .shop-card-image { height: 158px; }
  .tool-orb { width: 86px; }
}
