.selling-shell,
.selling-shell * {
  box-sizing: border-box;
}

.selling-shell {
  --sc-bg: #f3f6fb;
  --sc-text: #0f172a;
  --sc-muted: #5b6679;
  --sc-line: #dbe3ef;
  --sc-brand: #0e8a6f;
  --sc-brand-dark: #0b6e59;
  --sc-brand-alt: #f08a2f;
  --sc-nav-h: 78px;
  margin: 0;
  color: var(--sc-text);
  background:
    radial-gradient(1000px 340px at 88% -10%, rgba(14, 138, 111, 0.16), transparent 66%),
    radial-gradient(800px 280px at -10% -10%, rgba(240, 138, 47, 0.12), transparent 62%),
    var(--sc-bg);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: var(--sc-nav-h);
}

.selling-main {
  min-height: calc(100vh - 180px);
}

.selling-shell .container {
  max-width: 1180px;
}

.selling-nav {
  min-height: var(--sc-nav-h);
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.09);
}

.selling-nav-brand {
  height: var(--sc-nav-h);
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.selling-nav .brand-logo {
  max-width: 132px;
  max-height: 42px;
}

.selling-nav .navbar-nav > li > a {
  color: #1f2937;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-top: 28px;
  padding-bottom: 28px;
  transition: color 0.2s ease;
}

.selling-nav .navbar-nav > li > a:hover,
.selling-nav .navbar-nav > li.active > a,
.selling-nav .navbar-nav > li.active > a:hover {
  color: var(--sc-brand);
  background: transparent;
}

.selling-nav-cta-wrap {
  padding: 18px 0 0 10px;
}

.selling-nav-cta {
  background: linear-gradient(135deg, var(--sc-brand) 0%, #10a586 100%);
  border-radius: 12px;
  color: #fff !important;
  font-weight: 800;
  padding: 10px 16px !important;
  line-height: 1.2;
  box-shadow: 0 10px 18px rgba(14, 138, 111, 0.28);
}

.selling-center-wrap {
  padding: 22px 0 28px;
}

.sc-breadcrumb {
  margin: 0 0 14px;
}

.sc-breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #526079;
  font-size: 13px;
}

.sc-breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.sc-breadcrumb li + li:before {
  content: "/";
  margin-right: 8px;
  color: #90a0ba;
}

.sc-breadcrumb a {
  color: #47648b;
  text-decoration: none;
}

.sc-breadcrumb a:hover {
  color: var(--sc-brand);
}

.sc-top-tabs {
  margin-bottom: 12px;
  border: 1px solid var(--sc-line);
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.sc-top-tabs a {
  padding: 11px 14px;
  color: #1c2f4b;
  font-weight: 700;
  text-decoration: none;
  border-right: 1px solid var(--sc-line);
}

.sc-top-tabs a:hover {
  background: #f2f8ff;
  color: var(--sc-brand);
}

.sc-hero,
.sc-page-hero {
  background: linear-gradient(132deg, #0e1b32 0%, #12395a 58%, #115a5b 100%);
  border-radius: 22px;
  box-shadow: 0 22px 46px rgba(8, 19, 40, 0.24);
  color: #ecf4ff;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}

.sc-page-hero {
  grid-template-columns: 1fr 340px;
}

.sc-hero:before,
.sc-hero:after,
.sc-page-hero:before,
.sc-page-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.sc-hero:before,
.sc-page-hero:before {
  width: 270px;
  height: 270px;
  right: -110px;
  top: -80px;
  background: rgba(240, 138, 47, 0.28);
}

.sc-hero:after,
.sc-page-hero:after {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -130px;
  background: rgba(14, 138, 111, 0.28);
}

.sc-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #eef9ff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 6px 12px;
  margin-bottom: 12px;
}

.sc-hero h1,
.sc-page-hero h1 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  font-size: clamp(30px, 4vw, 46px);
}

.sc-page-hero h1 {
  font-size: clamp(28px, 3.4vw, 40px);
}

.sc-hero p,
.sc-page-hero p {
  margin: 0;
  line-height: 1.72;
  color: #d7e4f6;
  max-width: 66ch;
}

.sc-hero-actions,
.sc-page-hero-actions,
.sc-cta-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 11px;
  font-weight: 800;
  padding: 11px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sc-btn:hover,
.sc-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.sc-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sc-brand) 0%, #10a586 100%);
  box-shadow: 0 12px 20px rgba(14, 138, 111, 0.28);
}

.sc-btn-primary:hover,
.sc-btn-primary:focus {
  color: #fff;
}

.sc-btn-secondary {
  color: #17324f;
  background: #fff;
}

.sc-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.sc-hero-aside,
.sc-page-hero-actions {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.sc-hero-aside h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 20px;
}

.sc-hero-aside ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.62;
  color: #e4eefb;
}

.sc-trust-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sc-trust-item {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.sc-trust-item strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 2px;
}

.sc-trust-item span {
  color: #d8e7f8;
  font-size: 13px;
}

.sc-section {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--sc-line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.sc-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 14px;
}

.sc-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-family: "Sora", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.sc-section-head p {
  margin: 6px 0 0;
  color: var(--sc-muted);
  line-height: 1.68;
  max-width: 68ch;
}

.sc-search-controls {
  display: grid;
  gap: 8px;
  width: min(380px, 100%);
}

.sc-search-controls input,
.sc-search-controls select {
  border: 1px solid #cfdae9;
  background: #f8fbff;
  border-radius: 10px;
  padding: 10px 12px;
  color: #1a2c44;
  min-height: 44px;
}

.sc-search-controls input:focus,
.sc-search-controls select:focus {
  outline: none;
  border-color: #0ea687;
  box-shadow: 0 0 0 3px rgba(14, 166, 135, 0.14);
  background: #fff;
}

.sc-card-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-card-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-card,
.sc-guide-card,
.sc-hub-card {
  border: 1px solid #dbe4ef;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

.sc-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sc-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(14, 138, 111, 0.14), rgba(14, 138, 111, 0.04));
  color: var(--sc-brand);
  font-size: 18px;
}

.sc-card h3,
.sc-guide-card h3,
.sc-hub-card h3 {
  margin: 0;
  color: #10203a;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.sc-card p,
.sc-guide-card p,
.sc-hub-card p {
  margin: 0;
  color: var(--sc-muted);
  line-height: 1.6;
}

.sc-inline-link {
  color: #1f4e84;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
}

.sc-inline-link:hover {
  color: var(--sc-brand);
  text-decoration: none;
}

.sc-inline-link-block {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d3deec;
  border-radius: 10px;
  padding: 10px 12px;
  background: #f8fbff;
}

.sc-empty {
  margin-top: 12px;
  border: 1px dashed #bccbe0;
  border-radius: 12px;
  padding: 12px;
  color: #4f5f78;
  background: #f8fbff;
}

.sc-empty strong {
  display: block;
  margin-bottom: 2px;
}

.sc-hub-grid,
.sc-guide-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-hub-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sc-hub-card li {
  border-top: 1px dashed #d7e1ee;
  padding-top: 10px;
}

.sc-hub-card li:first-child {
  border-top: 0;
  padding-top: 0;
}

.sc-hub-card li a {
  font-weight: 700;
  color: #1f4e84;
  text-decoration: none;
}

.sc-hub-card li a:hover {
  color: var(--sc-brand);
}

.sc-hub-card li span {
  display: block;
  font-size: 13px;
  color: #5d6b80;
  margin-top: 3px;
}

.sc-guide-card {
  background: linear-gradient(160deg, #ffffff 0%, #f7fbff 100%);
}

.sc-guide-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #e8f7f2;
  color: var(--sc-brand-dark);
  padding: 5px 10px;
  margin-bottom: 10px;
}

.sc-roadmap {
  display: grid;
  gap: 10px;
}

.sc-roadmap-item {
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: flex-start;
}

.sc-step-no {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0e8a6f;
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sc-roadmap-item h3 {
  margin: 0 0 4px;
  color: #10203a;
  font-family: "Sora", sans-serif;
  font-size: 18px;
}

.sc-roadmap-item p {
  margin: 0;
  color: var(--sc-muted);
  line-height: 1.6;
}

.sc-faq-list {
  display: grid;
  gap: 8px;
}

.sc-faq-item {
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}

.sc-faq-item[open] {
  background: #f9fbff;
  border-color: #c9d8ea;
}

.sc-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #10203a;
  position: relative;
  padding-right: 20px;
}

.sc-faq-item summary::-webkit-details-marker {
  display: none;
}

.sc-faq-item summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #2b4f77;
}

.sc-faq-item[open] summary:after {
  content: "−";
}

.sc-faq-item p {
  margin: 8px 0 0;
  color: #57657b;
  line-height: 1.62;
}

.sc-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.sc-highlight-item {
  border-radius: 12px;
  border: 1px solid #dbe4ef;
  background: #fff;
  padding: 14px;
}

.sc-highlight-item strong {
  display: block;
  color: #0f2038;
  font-size: 20px;
  margin-bottom: 3px;
  font-family: "Sora", sans-serif;
}

.sc-highlight-item span {
  color: #5a677c;
  font-size: 14px;
}

.sc-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sc-cta-band {
  margin-top: 14px;
  border-radius: 16px;
  background: linear-gradient(138deg, #10213a 0%, #0f4b62 60%, #0e8a6f 100%);
  color: #ebf5ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.sc-cta-band h2 {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(24px, 2.4vw, 30px);
}

.sc-cta-band p {
  margin: 0;
  color: #d5e6f8;
  max-width: 66ch;
}

.sc-section-contact .container {
  padding: 0;
  width: 100%;
}

.selling-footer {
  background: #0f172a;
  color: #d6deeb;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 18px;
  padding: 34px 0 20px;
}

.selling-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 16px;
}

.selling-footer h4 {
  color: #ffffff;
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
}

.selling-footer p {
  margin: 0;
  line-height: 1.7;
  color: #b8c3d7;
}

.selling-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.selling-footer-links a {
  color: #d6deeb;
  text-decoration: none;
}

.selling-footer-links a:hover {
  color: #84ffe5;
}

.selling-social {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.selling-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8fbff;
  text-decoration: none;
}

.selling-social a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.selling-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 14px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #9ca9bf;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .sc-card-grid,
  .sc-card-grid-compact,
  .sc-hub-grid,
  .sc-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-hero,
  .sc-page-hero {
    grid-template-columns: 1fr;
  }

  .sc-page-hero-actions {
    border: 0;
    background: transparent;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .selling-nav .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .selling-nav-cta-wrap {
    padding: 8px 15px 14px;
  }

  .selling-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sc-cta-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .selling-shell {
    --sc-nav-h: 70px;
  }

  .selling-center-wrap {
    padding-top: 16px;
  }

  .sc-hero,
  .sc-page-hero,
  .sc-section,
  .sc-cta-band {
    border-radius: 14px;
    padding: 16px;
  }

  .sc-hero h1,
  .sc-page-hero h1 {
    font-size: 30px;
  }

  .sc-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sc-card-grid,
  .sc-card-grid-compact,
  .sc-hub-grid,
  .sc-guide-grid,
  .sc-highlight-grid,
  .sc-trust-grid {
    grid-template-columns: 1fr;
  }

  .selling-footer-grid {
    grid-template-columns: 1fr;
  }

  .sc-top-tabs a {
    width: 100%;
    border-right: 0;
    border-top: 1px solid var(--sc-line);
  }

  .sc-top-tabs a:first-child {
    border-top: 0;
  }
}
