/* 850Cloud public site — conventional telecom, not iLanding SaaS. */

:root {
  --c-pink: #c2185b;
  --c-navy: #0f1a2b;
  --c-navy-2: #162338;
  --c-text: #1c2430;
  --c-muted: #5b6573;
  --c-line: #d8dde4;
  --c-bg: #f3f5f7;
  --c-white: #ffffff;
  --default-font: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --heading-font: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --nav-font: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --background-color: #ffffff;
  --default-color: #1c2430;
  --heading-color: #0f1a2b;
  --accent-color: #c2185b;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-color: #e8edf3;
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #0f1a2b;
  --nav-dropdown-background-color: #162338;
  --nav-dropdown-color: #e8edf3;
  --nav-dropdown-hover-color: #ffffff;
}

.light-background {
  --background-color: #f3f5f7;
  --surface-color: #ffffff;
  --default-color: #1c2430;
  --heading-color: #0f1a2b;
}

.dark-background,
.hero-band,
.page-band,
.cta-band,
.footer,
.header {
  --background-color: #0f1a2b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
}

body {
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  letter-spacing: 0;
  font-weight: 700;
}

section,
.section {
  overflow: visible;
  padding: 56px 0;
}

body:not(.aos-initialized) [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* --- Header: full-width corporate bar, not a floating pill --- */
.header {
  padding: 0 !important;
  background: var(--c-navy) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.scrolled .header {
  background: var(--c-navy) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.header .header-container {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 8px !important;
  min-height: 68px;
}

.header .logo img {
  height: 40px;
  width: auto;
}

.header .navmenu ul {
  gap: 2px;
}

.header .navmenu a,
.header .navmenu a:focus {
  color: #d5dde8 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 11px !important;
  transition: color 0.2s ease;
}

.header .navmenu a:hover,
.header .navmenu .active,
.header .navmenu .active:focus {
  color: #fff !important;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.header .btn-header-oim,
.header .btn-header-oim:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  color: var(--c-pink) !important;
  border: 0;
  border-radius: 3px !important;
  padding: 9px 16px !important;
  margin: 0 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.header .btn-header-oim:hover {
  background: #fff !important;
  color: #9d174d !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(255, 255, 255, 0.18);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  background: var(--c-pink) !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 9px 16px !important;
  margin: 0 !important;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.header .btn-getstarted:hover {
  background: #9d174d !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(194, 24, 91, 0.32);
}

.mobile-nav-toggle {
  color: #fff !important;
}

/* --- Buttons --- */
.btn-primary,
.hero .btn-primary {
  background: var(--c-pink);
  border-color: var(--c-pink);
  border-radius: 3px;
  padding: 11px 20px;
  font-weight: 700;
  color: #fff !important;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover,
.hero .btn-primary:hover {
  background: #9d174d;
  border-color: #9d174d;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(194, 24, 91, 0.28);
}

.btn-ghost {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: 10px 18px;
  font-weight: 700;
  color: inherit;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  transform: translateY(-2px);
}

/* --- Hero band --- */
.hero.section,
.hero {
  padding: 0 !important;
  background: none !important;
}

.hero::before,
.hero::after {
  display: none !important;
}

.hero-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 520px;
  padding: 128px 0 72px;
  background:
    linear-gradient(90deg, rgba(15, 26, 43, 0.86) 0%, rgba(15, 26, 43, 0.55) 58%, rgba(15, 26, 43, 0.28) 100%),
    var(--hero-image) center / cover no-repeat;
  color: #fff;
}

.hero-band::before,
.hero-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-band::before {
  width: 420px;
  height: 420px;
  top: -80px;
  right: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(194, 24, 91, 0.38) 0%, transparent 68%);
  animation: glow-float 8s ease-in-out infinite;
}

.hero-band::after {
  width: 280px;
  height: 280px;
  bottom: -90px;
  left: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, transparent 70%);
  animation: glow-float 10s ease-in-out infinite reverse;
}

.hero-band .container {
  position: relative;
  z-index: 1;
}

.hero-band,
.hero-band h1,
.hero-band h2,
.hero-band h3,
.hero-band p,
.hero-band a:not(.btn-primary) {
  color: #fff !important;
}

.hero-band h1 {
  max-width: 640px;
  margin-bottom: 16px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.25;
  font-weight: 700;
}

.hero-band p {
  max-width: 560px;
  margin-bottom: 28px;
  color: #e8edf3 !important;
  font-size: 17px;
}

@keyframes glow-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-18px, 14px, 0) scale(1.08); }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.page-band {
  padding: 120px 0 40px;
  background: var(--c-navy);
  color: #fff;
}

.page-band,
.page-band h1,
.page-band h2,
.page-band p {
  color: #fff !important;
}

.page-band h1 {
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 10px;
}

.page-band p {
  max-width: 640px;
  margin: 0;
  color: #c9d2de !important;
}

.crumb {
  display: block;
  margin-bottom: 8px;
  color: #9aa6b8;
  font-size: 13px;
}

.crumb a {
  color: #d5dde8;
}

/* --- Section titles --- */
.band-head {
  margin-bottom: 28px;
}

.band-head h2 {
  margin-bottom: 8px;
  font-size: 26px;
  color: var(--c-navy);
}

.band-head p {
  margin: 0;
  max-width: 640px;
  color: var(--c-muted);
}

/* --- Numbers --- */
.number-row {
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}

.number-item {
  padding: 22px 8px;
  height: 100%;
  transition: background 0.25s ease, transform 0.25s ease;
}

.number-item:hover {
  background: #f8f9fb;
  transform: translateY(-4px);
}

.number-item + .number-item {
  border-left: 1px solid var(--c-line);
}

.number-code {
  display: block;
  margin-bottom: 6px;
  color: var(--c-pink);
  font-size: 28px;
  font-weight: 800;
}

.number-item h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.number-item p {
  margin: 0;
  color: var(--c-muted);
}

/* --- Split photo + copy --- */
.split-photo {
  overflow: hidden;
}

.split-photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.split-photo:hover img {
  transform: scale(1.05);
}

.tick-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding: 6px 0 6px 18px;
}

.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--c-pink);
}

/* --- Feature table --- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--c-line);
}

.feature-cell {
  padding: 18px 16px;
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  background: #fff;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-cell:hover {
  background: #f8f9fb;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 26, 43, 0.08);
}

.feature-cell h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.feature-cell p {
  margin: 0;
  color: var(--c-muted);
  font-size: 14px;
}

/* --- Why / steps --- */
.plain-list {
  margin: 0;
  padding-left: 18px;
}

.plain-list li {
  margin-bottom: 8px;
}

.step-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--c-line);
}

.step-cell {
  padding: 18px 14px;
  border-right: 1px solid var(--c-line);
  background: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}

.step-cell:hover {
  background: #f8f9fb;
  transform: translateY(-3px);
}

.step-cell strong {
  display: block;
  margin-bottom: 6px;
  color: var(--c-pink);
  font-size: 13px;
}

.step-cell p {
  margin: 0;
  font-size: 15px;
}

/* --- Pricing table --- */
.price-wrap {
  overflow-x: auto;
  border: 1px solid var(--c-line);
  background: #fff;
}

.price-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 12px 14px;
  border: 1px solid var(--c-line);
  text-align: center;
  vertical-align: middle;
}

.price-table th:first-child,
.price-table td:first-child {
  text-align: left;
  background: #f8f9fb;
  font-weight: 650;
  width: 22%;
}

.price-table thead th {
  background: var(--c-navy);
  color: #fff;
  font-weight: 700;
}

.price-table thead th:first-child {
  background: var(--c-navy-2);
  color: #fff;
}

.price-table .pkg-price {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.price-table .pkg-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background: var(--c-pink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.price-table .pkg-cta:hover {
  color: #fff;
  background: #9d174d;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(194, 24, 91, 0.28);
}

.price-table tbody tr {
  transition: background 0.2s ease;
}

.price-table tbody tr:hover td {
  background: #f4f6f9;
}

.price-table tbody tr:hover td:first-child {
  background: #eef1f5;
}

/* --- FAQ --- */
.faq-9.faq.section {
  background: #fff;
}

.faq-title {
  color: var(--c-text);
  font-size: 26px;
}

.faq-description {
  color: var(--c-muted);
}

.faq-item {
  border: 1px solid var(--c-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 18px rgba(15, 26, 43, 0.08) !important;
}

.faq .faq-container .faq-item h3,
.faq .faq-container .faq-item .faq-content p {
  color: var(--c-text);
}

.faq .faq-container .faq-item h3:hover,
.faq .faq-container .faq-active h3 {
  color: var(--c-pink);
}

/* --- CTA --- */
.cta-band {
  background: var(--c-navy) !important;
  color: #fff;
}

.cta-band,
.cta-band h2,
.cta-band h3,
.cta-band p,
.cta-band a:not(.cta-btn) {
  color: #fff !important;
}

.cta-band h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.cta-band p {
  color: #c9d2de !important;
}

.cta-band .cta-btn {
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 11px 18px;
  background: var(--c-pink);
  color: #fff !important;
  font-weight: 700;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-band .cta-btn:hover {
  background: #9d174d;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(194, 24, 91, 0.28);
}

.cta-band .cta-btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.cta-band .cta-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* --- Footer --- */
.footer {
  background: #0b1422 !important;
  color: #c5ced9 !important;
  padding-top: 48px;
}

.footer,
.footer p,
.footer li,
.footer .footer-about p,
.footer .footer-contact p,
.footer .copyright p {
  color: #c5ced9 !important;
}

.footer .logo img {
  height: 38px;
}

.footer h4 {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 12px;
}

.footer a,
.footer .footer-links ul a {
  color: #c5ced9 !important;
  transition: color 0.2s ease;
}

.footer a:hover,
.footer .footer-links ul a:hover {
  color: #fff !important;
}

.footer .legal-note {
  color: #9aa6b8 !important;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0 28px;
}

.footer-creator {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-creator span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9aa6b8 !important;
}

.footer-creator img {
  height: 36px;
  width: auto;
  display: block;
}

.company-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 0 0 20px;
}

.company-card p {
  margin: 0 0 6px;
}

.company-card p:last-child {
  margin-bottom: 0;
}

.scroll-top {
  background-color: var(--c-pink) !important;
  transition: all 0.4s ease;
}

.scroll-top:hover {
  background-color: #9d174d !important;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .footer-creator {
    justify-content: center;
  }

  .number-item + .number-item {
    border-left: 0;
    border-top: 1px solid var(--c-line);
  }

  .feature-grid,
  .step-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1199px) {
  .header .header-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header .logo img {
    height: 32px;
  }

  .header .btn-getstarted,
  .header .btn-header-oim {
    padding: 7px 12px !important;
    font-size: 13px;
  }
}

.crumb .crumb-sep {
  margin: 0 6px;
  color: #9aa6b8;
}

.header .navmenu .dropdown ul {
  background: #162338 !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.header .navmenu .dropdown ul a {
  color: #d5dde8 !important;
}

.header .navmenu .dropdown ul a:hover {
  color: #fff !important;
}

.seo-prose h2 {
  margin: 0 0 12px;
  font-size: 22px;
  color: var(--c-navy);
}

.seo-prose h3 {
  margin: 20px 0 8px;
  font-size: 18px;
}

.seo-prose p,
.seo-prose li {
  color: var(--c-text);
}

.seo-prose p {
  margin-bottom: 14px;
}

.seo-prose a {
  color: var(--c-pink);
  font-weight: 600;
}

.seo-prose a:hover {
  color: #9d174d;
}

.flow-list {
  padding-left: 20px;
}

.flow-list li {
  margin-bottom: 10px;
}

.number-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
}

.number-form input,
.number-form select,
.number-form textarea {
  width: 100%;
  border: 1px solid var(--c-line);
  border-radius: 3px;
  padding: 9px 10px;
  background: #fff;
  color: var(--c-text);
}

.form-ok {
  padding: 10px 12px;
  background: #e8f6ee;
  color: #14532d;
}

.form-err {
  margin-top: 10px;
  color: #9d174d;
}

.blog-body {
  max-width: 760px;
}

.blog-body h2 {
  margin-top: 28px;
}

@media (max-width: 575px) {
  .feature-grid,
  .step-row,
  .feature-grid.dense,
  .need-grid,
  .use-grid,
  .call-flow,
  .cost-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Dense feature grid (4-up commercial pages) --- */
.feature-grid.dense {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid.dense .feature-cell h3 {
  font-size: 15px;
}

/* --- Call progress diagram --- */
.call-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--c-line);
  background: #fff;
}

.call-flow > li {
  position: relative;
  padding: 18px 16px 20px;
  border-right: 1px solid var(--c-line);
}

.call-flow > li:last-child {
  border-right: 0;
}

.call-flow-step {
  display: block;
  margin-bottom: 8px;
  color: var(--c-pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.call-flow strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: var(--c-navy);
}

.call-flow p {
  margin: 0;
  color: var(--c-muted);
  font-size: 13px;
  line-height: 1.45;
}

.call-flow > li::after {
  content: "→";
  position: absolute;
  right: -7px;
  top: 22px;
  z-index: 1;
  width: 14px;
  color: var(--c-pink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
}

.call-flow > li:last-child::after {
  content: none;
}

/* --- Comparison / planning tables --- */
.compare-table {
  width: 100%;
  margin: 0 0 18px;
  border-collapse: collapse;
  background: #fff;
}

.compare-table th,
.compare-table td {
  padding: 11px 12px;
  border: 1px solid var(--c-line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.compare-table thead th {
  background: var(--c-navy);
  color: #fff;
  font-weight: 700;
}

.compare-table tbody th {
  width: 22%;
  background: #f8f9fb;
  color: var(--c-navy);
  font-weight: 650;
}

.compare-note {
  margin-top: 8px;
  color: var(--c-muted);
  font-size: 13px;
}

/* --- Use-case and planning cards --- */
.use-grid,
.need-grid,
.cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--c-line);
}

.need-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-cell,
.need-cell,
.cost-cell {
  padding: 18px 16px;
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  background: #fff;
}

.use-cell:nth-child(3n),
.cost-cell:nth-child(3n),
.need-cell:nth-child(4n) {
  border-right: 0;
}

.use-cell h3,
.need-cell h3,
.cost-cell h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.use-cell p,
.need-cell p,
.cost-cell p,
.use-cell li,
.need-cell li {
  margin: 0;
  color: var(--c-muted);
  font-size: 14px;
}

.need-cell ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

/* --- Compact number-request panel (near-top conversion) --- */
.number-request-panel {
  border: 1px solid var(--c-line);
  background: #fff;
}

.number-request-panel .number-form {
  max-width: none;
}

.number-request-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--c-pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-band .hero-actions {
  margin-top: 18px;
}

.qa-direct {
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.55;
  color: #0f1a2b;
  border-left: 3px solid #c2185b;
  padding-left: 14px;
  margin-bottom: 1rem;
}
.qa-block { margin-bottom: 1.75rem; }
.qa-block h2 { margin-bottom: 0.6rem; }

.legal-index { list-style: none; padding: 0; }
.legal-index li { padding: 10px 0; border-bottom: 1px solid var(--c-line, #e5e7eb); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.legal-status { font-size: 12px; }
.legal-status.draft { color: #9a3412; }
.legal-status.published { color: #166534; }
.legal-body { white-space: pre-wrap; font-family: inherit; font-size: 15px; line-height: 1.6; background: #f8fafc; padding: 16px; border-radius: 8px; }
.cookie-center { position: fixed; inset: auto 16px 16px 16px; z-index: 40; }
.cookie-card { max-width: 520px; margin-left: auto; background: #0f1a2b; color: #fff; padding: 18px 20px; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.28); }
.cookie-card h2 { font-size: 16px; margin-bottom: 8px; }
.cookie-row { display: block; margin: 8px 0; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }

@media (max-width: 991px) {
  .call-flow {
    grid-template-columns: 1fr 1fr;
  }

  .call-flow > li::after {
    content: none;
  }

  .feature-grid.dense,
  .need-grid {
    grid-template-columns: 1fr 1fr;
  }

  .need-cell:nth-child(4n),
  .use-cell:nth-child(3n),
  .cost-cell:nth-child(3n) {
    border-right: 1px solid var(--c-line);
  }
}
