/* Global styles for the SmartBoatecosystem multi-page site */
:root {
  --bg: #eef2ff;
  --card: rgba(255, 255, 255, 0.62);
  --card-2: rgba(255, 255, 255, 0.78);
  --text: rgba(15, 23, 42, 0.96);
  --muted: rgba(15, 23, 42, 0.72);
  --muted-2: rgba(15, 23, 42, 0.58);
  --border: rgba(15, 23, 42, 0.12);
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);

  --brand-1: #4f46e5; /* indigo */
  --brand-2: #22c55e; /* green */
  --brand-3: #06b6d4; /* cyan */
  --danger: #ef4444;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;

  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(1000px 420px at 20% -10%, rgba(79, 70, 229, 0.22), transparent 60%),
    radial-gradient(900px 360px at 90% 0%, rgba(34, 197, 94, 0.16), transparent 55%),
    radial-gradient(1000px 420px at 50% 110%, rgba(6, 182, 212, 0.14), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus {
  left: 12px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(235, 239, 255, 0.70);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 1), rgba(34, 197, 94, 1));
  color: #061018;
  font-weight: 800;
}
.logo-text {
  font-weight: 800;
  letter-spacing: -0.01em;
}
.logo-sub {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-weight: 600;
}

.nav-menu {
  display: flex;
  gap: 18px;
  align-items: center;
}
.nav-menu a {
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}
.nav-menu a[aria-current="page"] {
  color: var(--text);
  border-bottom-color: rgba(79, 70, 229, 0.9);
}

.cta-link {
  padding: 10px 14px !important;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.12);
  color: var(--text) !important;
  border-bottom: none !important;
}

/* Header auth buttons */
.header-auth-btn {
  padding: 10px 14px !important;
  border-radius: 999px;
  border-bottom: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.header-auth-login {
  background: rgba(79, 70, 229, 0.12);
  color: var(--text) !important;
}
.header-auth-signup {
  background: linear-gradient(135deg, rgba(79, 70, 229, 1), rgba(34, 197, 94, 1));
  color: #ffffff !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  position: relative;
}
.nav-toggle > span[aria-hidden="true"] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: rgba(15, 23, 42, 0.75);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}
.nav-toggle > span[aria-hidden="true"]::before,
.nav-toggle > span[aria-hidden="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: rgba(15, 23, 42, 0.75);
}
.nav-toggle > span[aria-hidden="true"]::before {
  top: -6px;
}
.nav-toggle > span[aria-hidden="true"]::after {
  top: 6px;
}

/* Language translator (Google Translate widget) */
.lang-translator {
  display: flex;
  align-items: center;
}
.lang-translator #google_translate_element {
  min-width: 150px;
}
@media (max-width: 860px) {
  .lang-translator {
    display: flex;
  }
  .lang-translator #google_translate_element {
    min-width: 130px;
  }
}

/* Hide Google Translate branding ("Powered by Google Translate") */
iframe.goog-te-banner-frame,
iframe.goog-te-banner-frame.skiptranslate,
div.goog-te-banner-frame {
  display: none !important;
}
.goog-logo-link,
.goog-te-gadget-icon,
#goog-gt-tt {
  display: none !important;
}

/* Mobile menu */
@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-menu {
    position: absolute;
    top: 68px;
    right: 18px;
    left: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(246, 248, 255, 0.92);
    border: 1px solid var(--border);
    display: none;
    flex-direction: column;
    gap: 0;
  }
  .nav-menu a {
    width: 100%;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--text);
  }
  .nav-menu a:last-child {
    border-bottom: none;
  }
  .nav-menu.is-open {
    display: flex;
  }
}

main {
  min-height: 60vh;
}

.hero {
  position: relative;
  padding: 40px 0 26px;
}
.hero-bg-scroll {
  position: absolute;
  inset: -40px 0 auto 0;
  height: 320px;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.hero-bg-scroll img {
  position: absolute;
  width: 220px;
  height: 220px;
  object-fit: contain;
  opacity: 0.9;
}
.hero-bg-1 {
  left: -30px;
  top: 10px;
  animation: heroDrift1 18s linear infinite;
}
.hero-bg-2 {
  right: -10px;
  top: 0px;
  width: 240px;
  height: 240px;
  animation: heroDrift2 22s linear infinite;
}
.hero-bg-3 {
  left: 35%;
  top: 120px;
  width: 210px;
  height: 210px;
  animation: heroDrift3 20s linear infinite;
}

@keyframes heroDrift1 {
  0% {
    transform: translate(-10%, 0) rotate(-6deg);
  }
  100% {
    transform: translate(35%, 10%) rotate(6deg);
  }
}
@keyframes heroDrift2 {
  0% {
    transform: translate(0, 0) rotate(10deg);
  }
  100% {
    transform: translate(-35%, 14%) rotate(-8deg);
  }
}
@keyframes heroDrift3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(-25%, -10%) rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-move {
    animation: none !important;
  }
}

/* Ensure hero content stays above animated background */
.hero-grid,
.hero-copy-wide {
  position: relative;
  z-index: 1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.hero-copy-wide {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.eyebrow {
  margin: 0 0 10px;
  color: rgba(15, 23, 42, 0.72);
  font-weight: 700;
  letter-spacing: 0.02em;
}

h1,
h2,
h3 {
  letter-spacing: -0.02em;
}

h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
}

.grad-text {
  background: linear-gradient(135deg, rgba(79, 70, 229, 1), rgba(34, 197, 94, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}
.btn:focus {
  outline: 3px solid rgba(79, 70, 229, 0.35);
  outline-offset: 2px;
}
.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: linear-gradient(135deg, rgba(79, 70, 229, 1), rgba(34, 197, 94, 1));
  color: #ffffff;
}
.btn-ghost {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.10), rgba(34, 197, 94, 0.07));
  border-color: rgba(15, 23, 42, 0.14);
  color: var(--text);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.badge {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.70));
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 999px;
  padding: 10px 12px;
  color: rgba(15, 23, 42, 0.78);
  font-weight: 650;
  font-size: 13px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 16px;
}

.hero-illus {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 6px;
  margin-bottom: 14px;
}
.hero-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.hero-card-pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(79, 70, 229, 0.10);
  color: rgba(15, 23, 42, 0.90);
  font-weight: 700;
  font-size: 13px;
}
.hero-card-kpi {
  display: grid;
  justify-items: end;
  gap: 2px;
}
.kpi-value {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.kpi-label {
  color: var(--muted);
  font-weight: 650;
  font-size: 12px;
}

.tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.tech {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(15, 23, 42, 0.86);
  font-weight: 650;
  font-size: 13px;
}

.hero-card-bottom {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: grid;
  gap: 10px;
}
.mini-row {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(15, 23, 42, 0.78);
  font-weight: 600;
  font-size: 13px;
}
.mini-icon {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.14);
  display: grid;
  place-items: center;
  color: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(34, 197, 94, 0.28);
  font-weight: 900;
}

.section {
  padding: 34px 0;
}
.section-soft {
  background: linear-gradient(
    180deg,
    rgba(79, 70, 229, 0.07) 0%,
    rgba(34, 197, 94, 0.045) 45%,
    rgba(6, 182, 212, 0.035) 100%
  );
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.section-sub {
  color: var(--muted);
  margin: 0;
  max-width: 60ch;
}
.section-head h2 {
  margin: 0;
  font-size: 26px;
}

@media (max-width: 860px) {
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.feature {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.86) 0%,
    rgba(255, 255, 255, 0.68) 55%,
    rgba(255, 255, 255, 0.60) 100%
  );
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--radius-md);
  padding: 16px;
}
.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: rgba(15, 23, 42, 0.92);
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.16), rgba(34, 197, 94, 0.14));
  border: 1px solid rgba(79, 70, 229, 0.18);
  margin-bottom: 12px;
}
.feature-icon i {
  font-size: 18px;
  line-height: 1;
}
.feature h3 {
  margin-top: 0;
}
.feature p {
  margin: 10px 0 0;
  color: var(--muted);
}
@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 980px) {
  .card-grid,
  .card-grid.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .card-grid,
  .card-grid.three {
    grid-template-columns: 1fr;
  }
}

.card {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(255, 255, 255, 0.64) 55%,
    rgba(255, 255, 255, 0.56) 100%
  );
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.25);
  background: linear-gradient(
    180deg,
    rgba(79, 70, 229, 0.10) 0%,
    rgba(34, 197, 94, 0.06) 100%
  );
}

.card h3 {
  margin: 10px 0 10px;
}
.card p {
  margin: 0 0 12px;
  color: var(--muted);
}
.card-link {
  color: rgba(15, 23, 42, 0.88);
  font-weight: 700;
}

/* Product roadmap cards */
.product-card {
  position: relative;
  min-height: 146px;
}
.product-card .card-link {
  font-weight: 900;
}
.product-card-live {
  border: 1px solid rgba(79, 70, 229, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.70));
  box-shadow: 0 14px 34px rgba(79, 70, 229, 0.12);
}
.live-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(79, 70, 229, 0.12);
  border: 1px solid rgba(79, 70, 229, 0.28);
  color: rgba(79, 70, 229, 0.95);
  font-weight: 900;
  font-size: 12px;
}
.product-card-live .card-link {
  color: rgba(79, 70, 229, 0.92);
  font-weight: 900;
}
.product-card-live h3 {
  margin-top: 22px;
}

/* Owner think card (home) */
.owner-think-card .owner-think-photo {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.70);
  margin-bottom: 14px;
}
.owner-think-card .owner-think-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.owner-think-card h3 {
  margin-top: 0;
}
.owner-think-desc {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.6;
}

/* Owner Think split layout (image right, quotes left) */
.owner-think-split .owner-think-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 18px;
  align-items: start;
}

.owner-think-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.owner-think-mini {
  width: 74px;
  height: 74px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(79, 70, 229, 0.22);
  background: rgba(255, 255, 255, 0.72);
}
.owner-think-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owner-think-role {
  margin: -2px 0 0;
  font-weight: 900;
  color: rgba(79, 70, 229, 0.92);
}

.owner-quote-slider {
  margin-top: 6px;
}

.owner-quote-items {
  position: relative;
  min-height: 190px; /* quotes can be longer; keep stable placement */
}

.owner-quote-item {
  display: none;
  opacity: 0;
  transition: opacity 240ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.owner-quote-item.is-active {
  display: block;
  opacity: 1;
}
.owner-quote-item blockquote {
  margin: 0;
  padding: 0;
  font-style: normal;
  color: rgba(15, 23, 42, 0.90);
  font-weight: 750;
  line-height: 1.55;
  text-align: left;
}

.owner-think-right .owner-think-photo {
  margin-bottom: 0;
  border-radius: var(--radius-md);
}

@media (max-width: 980px) {
  .owner-think-split .owner-think-split-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* On mobile, show big image first, then quotes/content below */
  .owner-think-right {
    order: 0;
  }
  .owner-think-left {
    order: 1;
  }
  .owner-think-right .owner-think-photo img {
    height: 250px;
  }
}

/* Owner Think: Video carousel */
.owner-video-card h3 {
  margin-top: 0;
}
.owner-video-carousel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.owner-video-nav {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.owner-video-nav i {
  font-size: 18px;
  color: rgba(15, 23, 42, 0.85);
}
.owner-video-scroller {
  flex: 1;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 4px 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.owner-video-scroller::-webkit-scrollbar {
  height: 10px;
}
.owner-video-scroller::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.18);
  border-radius: 999px;
}
.owner-video-scroller::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.06);
  border-radius: 999px;
}
.owner-video-slide {
  scroll-snap-align: start;
  flex: 0 0 280px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.76);
  padding: 12px;
  cursor: pointer;
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease;
}
.owner-video-slide:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.25);
}
.owner-video-thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(0, 0, 0, 0.04);
}
.owner-video-thumb video {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  background: #000;
}
.owner-video-thumb-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.owner-video-thumb-play i {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 20px;
  background: rgba(79, 70, 229, 0.16);
  border: 1px solid rgba(79, 70, 229, 0.26);
  color: rgba(79, 70, 229, 0.95);
}
.owner-video-slide-title {
  margin-top: 10px;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.92);
}
@media (max-width: 980px) {
  .owner-video-slide {
    flex-basis: 260px;
  }
}
@media (max-width: 560px) {
  .owner-video-nav {
    display: none;
  }
  .owner-video-slide {
    flex-basis: 240px;
  }
}

/* Owner Think: Video modal */
.owner-video-modal {
  position: fixed;
  inset: 0;
  background: rgba(6, 18, 30, 0.56);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 1000;
}
.owner-video-modal.is-open {
  display: flex;
}
.owner-video-modal-backdrop {
  position: absolute;
  inset: 0;
}
.owner-video-modal-dialog {
  position: relative;
  width: min(980px, 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.owner-video-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
}
.owner-video-modal-title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.92);
}
.owner-video-modal-close {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.owner-video-modal-close i {
  font-size: 18px;
  color: rgba(15, 23, 42, 0.85);
}
.owner-video-modal-body {
  padding: 14px;
}
.owner-video-player {
  width: 100%;
  height: auto;
  max-height: 72vh;
  border-radius: 12px;
  background: #000;
  border: 0;
}
.coming-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.82);
  font-weight: 900;
  font-size: 12px;
}
.product-card.is-coming {
  opacity: 0.66;
  filter: grayscale(0.35);
}
.product-card.is-coming .card-link {
  color: rgba(15, 23, 42, 0.62);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.step {
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  padding: 14px;
}
.step-no {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(79, 70, 229, 0.14);
  border: 1px solid rgba(79, 70, 229, 0.22);
  font-weight: 900;
}
.step h3 {
  margin: 10px 0 6px;
  font-size: 16px;
}
.step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 980px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.project-card {
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.72);
}
.project-card h3 {
  margin: 10px 0 10px;
}
.project-card p {
  margin: 0 0 12px;
  color: var(--muted);
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.tag {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(15, 23, 42, 0.88);
  font-weight: 650;
  font-size: 12px;
}
.project-link {
  font-weight: 800;
  color: rgba(15, 23, 42, 0.92);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.quote {
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.66);
  padding: 16px;
  margin: 0;
}
.quote-icon {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: rgba(15, 23, 42, 0.92);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(79, 70, 229, 0.14));
  border: 1px solid rgba(34, 197, 94, 0.18);
  margin-bottom: 12px;
}
.quote-icon i {
  font-size: 18px;
  line-height: 1;
}
.quote blockquote {
  margin: 0;
  color: rgba(15, 23, 42, 0.90);
  font-weight: 650;
}
.quote figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 980px) {
  .quote-grid {
    grid-template-columns: 1fr;
  }
}

.contact-cta {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.72);
}
.cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
}
@media (max-width: 860px) {
  .cta-grid {
    grid-template-columns: 1fr;
  }
}
.cta-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .cta-actions {
    justify-content: flex-start;
  }
}

.site-footer {
  padding: 34px 0 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.60);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr;
  gap: 16px;
  align-items: start;
}
@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}
.footer-brand-copy {
  margin-top: 12px;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.8);
}
.footer-title {
  margin: 0 0 10px;
  font-size: 14px;
  color: rgba(15, 23, 42, 0.88);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-link {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-weight: 650;
}
.footer-link:hover {
  color: var(--text);
}
.footer-social {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
  transition: transform 140ms ease, filter 140ms ease;
}
.footer-social a:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.05);
}
.footer-social a[aria-label="Facebook"] {
  background: linear-gradient(135deg, #1877f2, #0d47a1);
}
.footer-social a[aria-label="Instagram"] {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}
.footer-social a[aria-label="X (Twitter)"] {
  background: linear-gradient(135deg, #111111, #404040);
}
.footer-social a[aria-label="LinkedIn"] {
  background: linear-gradient(135deg, #0a66c2, #004182);
}
.footer-social a[aria-label="YouTube"] {
  background: linear-gradient(135deg, #ff0000, #b00000);
}

.footer-contact {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius-md);
  padding: 16px;
}

.footer-contact .footer-title {
  margin: 0 0 12px;
}

.footer-contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 6px 0;
}

.footer-contact-ic {
  font-size: 18px;
  flex: 0 0 auto;
}

.footer-contact .muted {
  color: rgba(15, 23, 42, 0.72);
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact .bi-envelope-at-fill {
  color: rgba(79, 70, 229, 1);
}

.footer-contact .bi-telephone-fill {
  color: rgba(6, 182, 212, 1);
}

.footer-contact .bi-clock-fill {
  color: rgba(34, 197, 94, 1);
}

.footer-contact a {
  text-decoration: underline;
  text-decoration-color: rgba(79, 70, 229, 0.35);
}

.footer-contact a:hover {
  text-decoration-color: rgba(79, 70, 229, 0.9);
}

.footer-contact .footer-social {
  margin-top: 12px;
}
.muted {
  color: var(--muted);
}
.footer-bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

/* Generic page layouts */
.page-hero {
  padding: 34px 0 18px;
}
.page-hero-box {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.72);
  padding: 20px;
}
.page-title {
  margin: 0 0 10px;
  font-size: 34px;
}
.breadcrumb {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: center;
}

.page-hero-media {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.72);
  padding: 12px;
  overflow: hidden;
}

.page-hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 980px) {
  .page-hero-grid {
    grid-template-columns: 1fr;
  }
}

/* Two-column sections */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
@media (max-width: 980px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}
.panel {
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.84) 0%,
    rgba(255, 255, 255, 0.66) 55%,
    rgba(255, 255, 255, 0.60) 100%
  );
  padding: 16px;
}
.panel-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: rgba(15, 23, 42, 0.92);
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.16), rgba(6, 182, 212, 0.14));
  border: 1px solid rgba(15, 23, 42, 0.10);
  margin-bottom: 10px;
}
.panel-icon i {
  font-size: 18px;
  line-height: 1;
}
.panel h3 {
  margin-top: 0;
}
.panel p {
  color: var(--muted);
}

/* Founder & team (about) */
.owner-card {
  margin-bottom: 26px;
  padding: 26px 28px;
  border: 1px solid rgba(79, 70, 229, 0.18);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(79, 70, 229, 0.06) 45%,
    rgba(34, 197, 94, 0.05) 100%
  );
  box-shadow: 0 14px 40px rgba(79, 70, 229, 0.08);
}
.owner-card-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 560px) {
  .owner-card-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .owner-card-copy {
    text-align: center;
  }
}
.person-avatar {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.92);
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.18), rgba(6, 182, 212, 0.14));
  border: 1px solid rgba(79, 70, 229, 0.22);
  flex-shrink: 0;
}
.person-avatar i {
  font-size: 30px;
  line-height: 1;
  color: rgba(79, 70, 229, 0.9);
}
.person-avatar-lg {
  width: 104px;
  height: 104px;
  border-radius: 30px;
}
.person-avatar-lg i {
  font-size: 46px;
}
.founder-avatar {
  width: 180px;
  height: 220px;
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(79, 70, 229, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}
.founder-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
@media (max-width: 560px) {
  .founder-avatar {
    width: 170px;
    height: 210px;
    margin: 0 auto;
  }
}
.person-role {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(79, 70, 229, 0.88);
}
.owner-card-copy h3 {
  margin: 0 0 12px;
  font-size: 24px;
}
.owner-card-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  max-width: 65ch;
}
.owner-bio {
  line-height: 1.65;
  max-width: 72ch;
}
.team-subheading {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.88);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 980px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.team-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 22px 22px 24px;
  transition: transform 160ms ease, border-color 160ms ease;
}
.team-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.22);
}
.team-card .person-avatar {
  margin-bottom: 14px;
}
.team-name {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}
.team-role {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(79, 70, 229, 0.85);
}
.team-note {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.62;
  color: var(--muted);
}

.list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(15, 23, 42, 0.86);
  font-weight: 650;
}
.list .dot {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.14);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 12px;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px 16px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.92);
}
.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
}

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

.legal-doc-grid {
  display: grid;
  gap: 12px;
}

.legal-doc-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius-md);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 255, 255, 0.70) 100%
  );
  padding: 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.legal-doc-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(79, 70, 229, 0.24);
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.16), rgba(34, 197, 94, 0.14));
  color: rgba(79, 70, 229, 0.95);
}

.legal-doc-icon i {
  font-size: 20px;
  line-height: 1;
}

.legal-doc-copy h4 {
  margin: 0 0 6px;
  font-size: 17px;
  color: rgba(15, 23, 42, 0.94);
}

.legal-doc-copy p {
  margin: 0 0 10px;
  color: var(--muted);
}

@media (max-width: 560px) {
  .legal-doc-card {
    grid-template-columns: 1fr;
  }
}

/* Roadmap compact section */
.roadmap-compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* (home video section removed) */
@media (max-width: 980px) {
  .roadmap-compact {
    grid-template-columns: 1fr;
  }
}
.roadmap-coming {
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.72);
  padding: 16px;
}
.roadmap-coming summary {
  cursor: default;
  pointer-events: none;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.95);
}
.roadmap-coming ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.roadmap-coming .dot {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 8px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.14);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 12px;
}
.roadmap-coming li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(15, 23, 42, 0.86);
  font-weight: 650;
}

/* Forms */
form {
  margin: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 700px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.field {
  display: grid;
  gap: 8px;
}
.field label {
  font-weight: 750;
  color: rgba(15, 23, 42, 0.74);
  font-size: 13px;
}

/* Keep contact form labels readable above light glass backgrounds */
.panel .field > label {
  color: rgba(15, 23, 42, 0.92) !important;
  opacity: 1 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.input,
textarea,
select {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.14);
  color: var(--text);
  outline: none;
  font-weight: 600;
}
textarea {
  min-height: 120px;
  resize: vertical;
}
.input::placeholder,
textarea::placeholder {
  color: rgba(15, 23, 42, 0.38);
}
.input:focus,
textarea:focus,
select:focus {
  border-color: rgba(79, 70, 229, 0.5);
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.16);
}
.error {
  color: rgba(239, 68, 68, 0.95);
  font-weight: 700;
  font-size: 12px;
  min-height: 14px;
}
.form-actions {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.contact-details {
  display: grid;
  gap: 12px;
}
.detail {
  border-radius: var(--radius-md);
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}
.detail h3 {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.85);
}
.detail p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

/* Gallery */
.gallery-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.gallery-filter {
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(15, 23, 42, 0.86);
  font-weight: 700;
  border-radius: 999px;
  padding: 9px 14px;
  cursor: pointer;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}
.gallery-filter:hover {
  border-color: rgba(79, 70, 229, 0.35);
}
.gallery-filter[aria-pressed="true"] {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.18), rgba(34, 197, 94, 0.16));
  border-color: rgba(79, 70, 229, 0.42);
  color: rgba(15, 23, 42, 0.96);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}
.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.58);
}
.gallery-meta {
  padding: 12px 13px;
}
.gallery-meta h3 {
  margin: 0 0 4px;
  font-size: 16px;
}
.gallery-meta p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  font-size: 13px;
}
[data-gallery-item].is-hidden {
  display: none;
}

/* Page hero image box */
.hero-illus {
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(15, 23, 42, 0.10);
  padding: 6px;
  margin-bottom: 14px;
}

/* Roadmap compact styles: coming soon in light theme */
.coming-badge {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.82);
}
.product-card.is-coming .card-link {
  color: rgba(15, 23, 42, 0.62);
}
.roadmap-coming {
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-md);
  padding: 16px;
}
.roadmap-coming summary {
  cursor: default;
  pointer-events: none;
  color: rgba(15, 23, 42, 0.95);
}
.roadmap-coming li {
  color: rgba(15, 23, 42, 0.86);
}

/* Home sticky contact: phone + WhatsApp */
.sticky-contact {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
}
.sticky-contact-toggle {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(79, 70, 229, 1), rgba(34, 197, 94, 1));
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}
.sticky-contact-options {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  top: auto;
  display: none;
  flex-direction: column;
  gap: 8px;
}
.sticky-contact.is-open .sticky-contact-options {
  display: flex;
}
.sticky-contact-option {
  min-width: 134px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
}
.sticky-contact-option.phone {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}
.sticky-contact-option.whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}
@media (max-width: 560px) {
  .sticky-contact {
    right: 12px;
  }
}

/* Smart Business page: video & tutorial cards */
.btn-sm {
  padding: 10px 14px;
  font-size: 13px;
  border-radius: 12px;
  flex: 1;
  min-width: 0;
  justify-content: center;
}

.sb-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 980px) {
  .sb-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .sb-card-grid {
    grid-template-columns: 1fr;
  }
}

.sb-card.panel {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.sb-card.panel:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.22);
  box-shadow: 0 16px 40px rgba(79, 70, 229, 0.1);
}

.sb-card-thumb {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(34, 197, 94, 0.06));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.sb-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sb-card-title {
  margin: 0;
  padding: 16px 16px 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  color: rgba(15, 23, 42, 0.94);
  flex: 1;
}

.sb-card-actions {
  display: flex;
  gap: 10px;
  padding: 14px 16px 18px;
  margin-top: auto;
}

.sb-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.sb-detail-modal.is-open {
  display: flex;
}

.sb-detail-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
}

.sb-detail-modal-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: min(88vh, 720px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
}

.sb-detail-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
}

.sb-detail-modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  color: rgba(15, 23, 42, 0.94);
  padding-right: 8px;
}

.sb-detail-modal-close {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.sb-detail-modal-close i {
  font-size: 18px;
  color: rgba(15, 23, 42, 0.85);
}

.sb-detail-modal-body {
  padding: 0 18px 18px;
  overflow-y: auto;
  flex: 1;
}

.sb-detail-modal-media {
  margin: 0 -18px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(79, 70, 229, 0.06);
}

.sb-detail-modal-media img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  display: block;
}

.sb-detail-modal-meta {
  margin: 14px 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(79, 70, 229, 0.9);
  letter-spacing: 0.02em;
}

.sb-detail-modal-text {
  color: rgba(15, 23, 42, 0.86);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.sb-detail-modal-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

