/* Telecomkings Homepage V2
   This file is intentionally scoped under .tk-home so it does not disturb
   shop.html, billpay.html, contact.html, or the existing shared stylesheet. */

.tk-home {
  --tk-bg: #071321;
  --tk-bg-2: #0b1d30;
  --tk-panel: #102842;
  --tk-panel-soft: #14314f;
  --tk-white: #ffffff;
  --tk-text: #eef5fb;
  --tk-muted: #adc0d1;
  --tk-dark: #132238;
  --tk-accent: #20b8ff;
  --tk-accent-2: #55e2bd;
  --tk-line: rgba(255,255,255,.13);
  --tk-shadow: 0 22px 60px rgba(4,18,32,.16);
  margin: 0;
  background: var(--tk-bg);
  color: var(--tk-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.tk-home *,
.tk-home *::before,
.tk-home *::after {
  box-sizing: border-box;
}

.tk-home img {
  max-width: 100%;
}

.tk-home a {
  color: inherit;
}

.tk-shell {
  width: min(1180px, calc(100% - 38px));
  margin: 0 auto;
}

.tk-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--tk-line);
  background: rgba(7,19,33,.91);
  backdrop-filter: blur(18px);
}

.tk-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.tk-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  margin-right: auto;
}

.tk-crown {
  color: var(--tk-accent-2);
  font-size: 1.75rem;
  line-height: 1;
}

.tk-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.tk-brand-copy strong {
  font-size: 1.25rem;
  letter-spacing: .01em;
}

.tk-brand-copy strong span {
  color: var(--tk-accent);
}

.tk-brand-copy small {
  margin-top: 5px;
  color: var(--tk-muted);
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tk-main-nav {
  display: flex;
  align-items: center;
  gap: 23px;
}

.tk-main-nav a {
  color: var(--tk-muted);
  text-decoration: none;
  font-weight: 700;
  font-size: .94rem;
}

.tk-main-nav a:hover,
.tk-main-nav a.active {
  color: var(--tk-white);
}

.tk-call-link {
  padding: 11px 17px;
  border-radius: 999px;
  background: var(--tk-accent);
  color: #031423 !important;
  text-decoration: none;
  font-weight: 800;
}

.tk-menu-button {
  display: none;
  border: 1px solid var(--tk-line);
  border-radius: 10px;
  background: transparent;
  color: var(--tk-white);
  padding: 9px 12px;
  font-weight: 700;
}

.tk-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at 10% 5%, rgba(32,184,255,.18), transparent 34%),
    linear-gradient(145deg, #06101c 0%, #0a1d31 58%, #0c2940 100%);
}

.tk-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .28;
}

.tk-orb-one {
  width: 320px;
  height: 320px;
  background: var(--tk-accent);
  right: 2%;
  top: -30px;
}

.tk-orb-two {
  width: 250px;
  height: 250px;
  background: var(--tk-accent-2);
  left: 2%;
  bottom: -110px;
}

.tk-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr .78fr;
  gap: 66px;
  align-items: center;
}

.tk-eyebrow {
  margin: 0 0 14px;
  color: var(--tk-accent-2);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tk-hero h1,
.tk-section h2,
.tk-community h2,
.tk-cta h2,
.tk-store-card h2 {
  margin-top: 0;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.tk-hero h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
}

.tk-lead {
  max-width: 720px;
  margin: 0 0 34px;
  color: var(--tk-muted);
  font-size: 1.2rem;
}

.tk-hero-actions,
.tk-store-card-actions,
.tk-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.tk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.tk-button:hover {
  transform: translateY(-2px);
}

.tk-button-primary {
  background: linear-gradient(135deg, var(--tk-accent), #7ad8ff);
  color: #041321 !important;
  box-shadow: 0 13px 30px rgba(32,184,255,.23);
}

.tk-button-ghost,
.tk-button-outline {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.05);
  color: var(--tk-white) !important;
}

.tk-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.tk-proof-row span {
  padding: 8px 12px;
  border: 1px solid var(--tk-line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: var(--tk-muted);
  font-size: .89rem;
}

.tk-store-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
  box-shadow: 0 35px 85px rgba(0,0,0,.28);
}

.tk-open-pill {
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--tk-accent-2);
  color: #0b2c25;
  font-size: .8rem;
  font-weight: 900;
}

.tk-card-kicker {
  margin: 0 0 7px;
  color: var(--tk-accent);
  font-weight: 800;
}

.tk-store-card h2 {
  font-size: 2rem;
}

.tk-store-detail {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid var(--tk-line);
}

.tk-store-detail span {
  color: var(--tk-muted);
}

.tk-store-card-actions {
  margin-top: 24px;
}

.tk-service-strip {
  border-top: 1px solid var(--tk-line);
  border-bottom: 1px solid #dbe5ee;
  background: var(--tk-white);
  color: var(--tk-dark);
}

.tk-service-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tk-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 105px;
  padding: 20px 24px;
  border-right: 1px solid #dbe5ee;
  text-decoration: none;
}

.tk-strip-item:last-child {
  border-right: 0;
}

.tk-strip-item:hover {
  background: #f4f9fd;
}

.tk-strip-icon {
  font-size: 1.8rem;
}

.tk-strip-item strong,
.tk-strip-item small {
  display: block;
}

.tk-strip-item small {
  margin-top: 4px;
  color: #647589;
  line-height: 1.35;
}

.tk-section {
  padding: 95px 0;
}

.tk-section-light {
  background: #f4f7fb;
  color: var(--tk-dark);
}

.tk-section-soft {
  background: #eaf1f7;
  color: var(--tk-dark);
}

.tk-section-dark {
  background: var(--tk-bg-2);
}

.tk-section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.tk-section-heading h2,
.tk-community h2,
.tk-cta h2 {
  margin-bottom: 17px;
  font-size: clamp(2rem, 4.2vw, 3.45rem);
}

.tk-section-heading > p:not(.tk-eyebrow) {
  color: #5f7184;
  font-size: 1.06rem;
}

.tk-section-dark .tk-section-heading > p:not(.tk-eyebrow) {
  color: var(--tk-muted);
}

.tk-section-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.tk-section-heading-compact {
  max-width: none;
}

.tk-text-link {
  flex-shrink: 0;
  color: #006fa8 !important;
  text-decoration: none;
  font-weight: 900;
}

.tk-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}

.tk-product-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.tk-product-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dce5ed;
  border-radius: 20px;
  background: var(--tk-white);
  box-shadow: var(--tk-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.tk-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(4,18,32,.2);
}

.tk-product-image-wrap {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / .82;
  padding: 20px;
  background: linear-gradient(145deg, #edf4f8, #ffffff);
}

.tk-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tk-product-placeholder {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--tk-bg-2);
  color: var(--tk-accent);
  font-size: 1.55rem;
  font-weight: 900;
}

.tk-product-content {
  padding: 22px;
}

.tk-product-tag {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #dff6ff;
  color: #006998;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tk-product-name {
  min-height: 52px;
  margin: 0 0 11px;
  color: var(--tk-dark);
  font-size: 1.07rem;
  line-height: 1.35;
}

.tk-product-price {
  margin: 0 0 6px;
  color: #0a79ad;
  font-size: 1.55rem;
  font-weight: 900;
}

.tk-product-note {
  min-height: 42px;
  margin: 0 0 17px;
  color: #68798a;
  font-size: .88rem;
}

.tk-buy-button {
  width: 100%;
  min-height: 45px;
  border: 0;
  border-radius: 11px;
  background: var(--tk-bg-2);
  color: var(--tk-white);
  cursor: pointer;
  font-weight: 900;
}

.tk-buy-button:hover {
  background: #12395d;
}

.tk-loading-card {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed #bccbd8;
  border-radius: 17px;
  background: rgba(255,255,255,.65);
  color: #647589;
  text-align: center;
}

.tk-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tk-category-card {
  padding: 28px;
  border: 1px solid var(--tk-line);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.tk-category-icon {
  margin-bottom: 18px;
  font-size: 2.15rem;
}

.tk-category-card h3 {
  margin: 0 0 11px;
  font-size: 1.24rem;
}

.tk-category-card p {
  color: var(--tk-muted);
}

.tk-category-card a {
  color: var(--tk-accent) !important;
  text-decoration: none;
  font-weight: 900;
}

.tk-two-column-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}

.tk-community {
  padding: 100px 0;
  background: #0a1a2b;
}

.tk-community-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 60px;
  align-items: center;
}

.tk-community-grid > div:first-child > p:not(.tk-eyebrow) {
  color: var(--tk-muted);
  font-size: 1.07rem;
}

.tk-check-list {
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
}

.tk-check-list li {
  position: relative;
  margin: 13px 0;
  padding-left: 30px;
  color: #d9e6f0;
}

.tk-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--tk-accent-2);
  font-weight: 900;
}

.tk-trust-panel {
  padding: 34px;
  border: 1px solid var(--tk-line);
  border-radius: 23px;
  background: rgba(255,255,255,.055);
}

.tk-trust-panel blockquote {
  margin: 0 0 24px;
  font-size: 1.55rem;
  font-weight: 850;
  line-height: 1.4;
}

.tk-stat {
  padding: 19px 0;
  border-top: 1px solid var(--tk-line);
}

.tk-stat strong,
.tk-stat span {
  display: block;
}

.tk-stat strong {
  color: var(--tk-accent);
  font-size: 1.08rem;
}

.tk-stat span {
  color: var(--tk-muted);
}

.tk-cta {
  padding: 78px 0;
  background: linear-gradient(135deg, #087db7, #0a5b88 58%, #0b3c5b);
}

.tk-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.tk-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.tk-footer {
  padding: 52px 0 22px;
  background: #040b13;
  border-top: 1px solid var(--tk-line);
}

.tk-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
}

.tk-footer h3 {
  margin: 0 0 13px;
  font-size: 1rem;
}

.tk-footer p {
  margin: 5px 0;
  color: #91a4b5;
  font-size: .92rem;
}

.tk-footer a {
  color: #c7d8e6;
  text-decoration: none;
}

.tk-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid var(--tk-line);
}

@media (max-width: 1050px) {
  .tk-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tk-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tk-service-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tk-strip-item:nth-child(2) {
    border-right: 0;
  }

  .tk-strip-item:nth-child(-n+2) {
    border-bottom: 1px solid #dbe5ee;
  }

  .tk-product-grid-two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .tk-nav {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .tk-menu-button {
    display: inline-block;
  }

  .tk-call-link {
    display: none;
  }

  .tk-main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 6px;
  }

  .tk-main-nav.open {
    display: flex;
  }

  .tk-main-nav a {
    padding: 12px 0;
    border-top: 1px solid var(--tk-line);
  }

  .tk-hero-grid,
  .tk-community-grid,
  .tk-two-column-products {
    grid-template-columns: 1fr;
  }

  .tk-hero {
    padding-top: 76px;
  }

  .tk-section-heading-row,
  .tk-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .tk-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .tk-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 590px) {
  .tk-shell {
    width: min(100% - 26px, 1180px);
  }

  .tk-brand-copy strong {
    font-size: 1.05rem;
  }

  .tk-brand-copy small {
    font-size: .6rem;
  }

  .tk-hero h1 {
    font-size: 2.5rem;
  }

  .tk-lead {
    font-size: 1.04rem;
  }

  .tk-hero-actions,
  .tk-store-card-actions,
  .tk-cta-actions {
    flex-direction: column;
  }

  .tk-button {
    width: 100%;
  }

  .tk-store-card {
    padding: 24px;
  }

  .tk-store-detail {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .tk-service-strip-grid,
  .tk-product-grid,
  .tk-category-grid,
  .tk-footer-grid {
    grid-template-columns: 1fr;
  }

  .tk-strip-item {
    border-right: 0;
    border-bottom: 1px solid #dbe5ee;
  }

  .tk-strip-item:last-child {
    border-bottom: 0;
  }

  .tk-product-name,
  .tk-product-note {
    min-height: auto;
  }

  .tk-footer-grid > div:first-child {
    grid-column: auto;
  }

  .tk-footer-bottom {
    flex-direction: column;
  }
}


/* Official TelecomKings logo */
.tk-brand-logo {
  display: inline-flex;
  align-items: center;
  max-width: 270px;
  margin-right: auto;
}

.tk-brand-logo img {
  display: block;
  width: 100%;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.tk-footer-brand.tk-brand-logo {
  max-width: 310px;
  margin-bottom: 14px;
}

.tk-footer-brand.tk-brand-logo img {
  max-height: 115px;
}

@media (max-width: 590px) {
  .tk-brand-logo {
    max-width: 205px;
  }

  .tk-brand-logo img {
    max-height: 52px;
  }

  .tk-footer-brand.tk-brand-logo {
    max-width: 250px;
  }
}
