.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #07080a;
  color: #e8eaed;
  padding: 8px 16px;
  z-index: 10000;
  font-size: 14px;
  font-family: 'DM Sans', 'Roboto', sans-serif;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 0;
  color: #e8eaed;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #00c8ff;
  outline-offset: 2px;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

body, html {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'DM Sans', 'Roboto', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  background-color: #07080a;
  color: #e8eaed;
  height: 100%;
}



.bread {
  border-bottom: 1px solid #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
}

.bread .item {
  margin-right: 5px;
  margin-left: 5px;
}




.item {
  color: #767676;
}

.bread .grey a {
  color: #767676;
}

.bread .grey a:hover {
  text-decoration: none;
}

.bread .grey {
  color: #767676;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-color: #07080a;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -50%;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}



.padding {
  padding: 20px;
}

#myNav {
  z-index: 1000;
}

header,
header.site-header {
  padding: 12px 10px;
  background-color: #07080a;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  min-height: 25px;
  position: relative;
  z-index: 10;
}


.logo {
  width: 300px;
}


.top-logo {
  width: 150px;
}

.image-border {
  border-bottom:3px solid #30a2db;
}



.content {
  font-size: 1.125rem;
  color: #333;
  padding-bottom: 25px;
}

.content h1 {
  font-size: 1.75rem;
}

.content .subheader {
  color:#30a2db;
  padding-top:10px;
  padding-bottom:5px;
  font-size: 14px;
}

.content .press h1 {
  font-size: 1.225rem;
  line-height: 1.55rem;
  margin-bottom: 10px;
}

.content .press a {
  text-decoration: none;
  color: #333;
}

.content .press p {
  font-size: .925rem;
  line-height: 1.35rem;
}

.content .press a>p {
  color: #555;
}

.content .press .date {
  margin-top:5px;
  font-size: .725rem;
  color:#555;
}

.content .about p:first-of-type { 
  font-size: 1.325rem;
}

.content h2 {
  font-size: 1.35rem;
  line-height: 2.07rem;
}

.content .article-details {
  font-size: .875rem;
  margin-top: 5px;
  margin-bottom:5px;
}

.content .read-more a {
  padding: 10px;
  font-size: .875rem;
  color:#fff;
  border-radius: 5px;
  text-decoration: none;
  background: #30a2db;
  transition: 0.3s;
}

.top-logo-left {
  width: 25px;
}

.content .read-more a:hover {
  background-color: #305196;
}


.container {
  max-width: 1100px;
}

.alexa-logo {
  width: 250px;
}

.center {
  text-align: center;
}

.text {
  font-size: .975rem;
  color: #c9c9c9;
}

.mb-20 {
  margin-bottom:20px;
}

.vac {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-20 {
  margin-top:20px;
}

.mb-25 {
  margin-bottom:25px;
}

.mb-30 {
  margin-bottom:30px;
}

.mb-35 {
  margin-bottom:35px;
}

.mb-50 {
  margin-bottom:50px;
}

.mb-40 {
  margin-bottom:40px;
}

.mb-10 {
  margin-bottom:10px;
}

.pd-15 {
  padding:15px;
}

.top-logo-icon {
  width: 30px;
}

.brd-bottom {
  border-bottom: 1px solid #444;
}

.menu-footer .item a {
  font-size: .7rem;
  color: #565a63;
  font-weight: 500;
  font-family: 'DM Sans', 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}

.menu-footer .item a:hover {
  text-decoration: none;
  color: #8b8f98;
}

.menu-footer .item {
  margin-left: 20px;
}

.large-menu .item a {
  font-size: .75rem;
  color: #8b8f98;
  font-weight: 600;
  font-family: 'Syne', 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 10px;
  background-color: #07080a;
  border-top: 1px solid rgba(255,255,255,0.04);
  min-height: 25px;
  z-index: 10;
}

.grecaptcha-badge { 
  bottom:65px !important; 
}

.white {
  color: #fff;
}

.krg_frm {
  background: #fafafa;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  transition: all 0.4s ease;
  display: block;
  outline: none;
  margin: 0;
  border: none;
  font-family: inherit;
  width:100%;
  padding:15px;
}

.krg_frm:focus,
.krg_frm:focus-visible {
  outline: 2px solid #30a2db;
  outline-offset: 2px;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(48, 162, 219, 0.2);
}

.contact p {
  font-weight: 300;
}

.contact a {
  font-weight: 300;
  color:#333;
  text-decoration: underline;
}



.law h1 {
  margin-bottom: 30px;
}

.law h2 {
font-weight: bold;
font-size: 1.25rem;
}

.large-menu .item a:hover {
  text-decoration: none;
  color: #00c8ff;
}

.large-menu .active a {
  color: #00c8ff;
}

.large-menu .item {
  margin-right: 20px;
}

.large-menu .last {
  margin-right: 20px;
}

.menu {
  font-size: 32px;
  color:#fff;
  cursor: pointer;
  width:150px;
}

.menu button {
  background: transparent;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

.menu button:focus-visible {
  outline: 2px solid #00c8ff;
  outline-offset: 2px;
}


.skill-icon {
  max-width: 64px;
}

.lang {
  width: 150px;
  padding: 5px;
}

.lang_select {
  border-radius: 8px;
  
}

.lang_select img {
  max-width: 25px;
  filter: grayscale(80%) brightness(0.7);
  cursor: pointer;
  transition: filter 0.3s;
}

.lang_select img:hover {
  filter: grayscale(0%) brightness(1);
}

.lang_select img.active {
  filter: grayscale(0%) brightness(1);
}



.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(7,8,10,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow-x: hidden;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.overlay-content {
  position: relative;
  top: 18%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

.overlay a {
  padding: 10px 8px;
  text-decoration: none;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #565a63;
  display: block;
  transition: color 0.3s, transform 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #00c8ff;
  text-decoration: none;
  transform: translateX(4px);
}

.overlay .closebtn {
  position: absolute;
  top: 16px;
  right: 40px;
  font-size: 52px;
  background: none;
  border: none;
  color: #565a63;
  cursor: pointer;
  transition: color 0.3s;
}

.overlay .closebtn:hover {
  color: #e8eaed;
}

@media screen and (max-height: 450px) {
  .overlay a { font-size: 18px; }
  .overlay .closebtn {
    font-size: 36px;
    top: 12px;
    right: 30px;
  }
}

/* ===== Chat Hosting Landing Page ===== */

.chat-hosting-hero {
  background: linear-gradient(135deg, #1c1c1e 0%, #2a3a4e 100%);
  color: #fff;
  padding: 60px 0 50px;
  text-align: center;
}

.chat-hosting-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}

.ch-hero-sub {
  font-size: 1.125rem;
  color: #e0e0e0;
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.btn-ch-cta {
  display: inline-block;
  background: #30a2db;
  color: #fff;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
  border: none;
  cursor: pointer;
}

.btn-ch-cta:hover,
.btn-ch-cta:focus {
  background: #2589bd;
  color: #fff;
  text-decoration: none;
}

.ch-story {
  padding: 40px 0 30px;
  background: #fff;
}

.ch-story h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.ch-story p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #444;
}

.ch-audience {
  padding: 30px 0;
  background: #f8f9fa;
  text-align: center;
}

.ch-audience h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #222;
}

.ch-audience-item {
  padding: 16px;
  margin-bottom: 12px;
}

.ch-audience-item i {
  font-size: 1.8rem;
  color: #30a2db;
  margin-bottom: 10px;
  display: block;
}

.ch-audience-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222;
}

.ch-audience-item p {
  font-size: 0.9rem;
  color: #4a4a4a;
  margin: 0;
  line-height: 1.5;
}

.ch-usps {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ch-usp-card {
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.ch-usp-icon {
  font-size: 2.5rem;
  color: #30a2db;
  margin-bottom: 12px;
}

.ch-usp-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.ch-usp-card p {
  font-size: 0.925rem;
  color: #4a4a4a;
  line-height: 1.5;
}

.ch-features {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #ededed;
}

.ch-features h2 {
  font-weight: 700;
  margin-bottom: 16px;
}

.ch-features ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}

.ch-features ul li {
  font-size: 0.95rem;
  color: #444;
  padding: 4px 0 4px 24px;
  position: relative;
}

.ch-features ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #30a2db;
  font-size: 0.85rem;
}

.ch-custom {
  margin-bottom: 30px;
}

.ch-custom-box {
  border: 2px solid #30a2db;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}

.ch-custom-icon {
  font-size: 2.2rem;
  color: #30a2db;
  margin-bottom: 12px;
}

.ch-custom-box h2 {
  font-weight: 700;
  margin-bottom: 12px;
}

.ch-custom-box p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto;
}

.ch-proof {
  margin-bottom: 30px;
  text-align: center;
}

.ch-proof p {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
}

.ch-pricing {
  margin-bottom: 30px;
}

.ch-pricing-box {
  background: #f0f7fb;
  border-radius: 8px;
  padding: 24px 30px;
  text-align: center;
}

.ch-pricing-box h2 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.ch-pricing-box p {
  font-size: 0.95rem;
  color: #444;
  margin: 0;
}

.ch-waitlist-box {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.ch-waitlist-box h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.ch-waitlist-box > p {
  color: #4a4a4a;
  margin-bottom: 20px;
}

.ch-waitlist-form .form-group {
  margin-bottom: 12px;
  text-align: left;
}

.ch-waitlist-form label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.ch-waitlist-form .btn-ch-cta {
  margin-top: 10px;
  width: 100%;
}

.ch-mid-cta {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .chat-hosting-hero h1 {
    font-size: 1.5rem;
  }

  .ch-features ul {
    grid-template-columns: 1fr;
  }

  .ch-waitlist-box {
    padding: 20px 16px;
    margin-bottom: 60px;
  }
}

/* ===== Skills Overview Page ===== */

.skills-hero {
  background: linear-gradient(135deg, #1c1c1e 0%, #2a3a4e 100%);
  color: #fff;
  padding: 50px 0 40px;
  text-align: center;
}

.skills-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.skills-hero-sub {
  font-size: 1.05rem;
  color: #e0e0e0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.skills-hero .container,
.skills-grid-wrap .container {
  max-width: 1200px;
}

.skills-grid {
  margin-top: 10px;
}

.skill-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s, transform 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.skill-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.skill-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  min-width: 0;
}

.skill-card-header > div {
  min-width: 0;
}

.skill-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  flex-shrink: 0;
}

.skill-card-name {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 2px;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
}

.skill-card-cat {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.skill-card-desc {
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 14px;
}

.skill-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.skill-card-reviews {
  font-size: 0.85rem;
  color: #e8a317;
  font-weight: 600;
}

.skill-card-reviews i {
  margin-right: 3px;
}

.skill-card-langs {
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.skill-card-link {
  display: block;
  text-align: center;
  background: #1c1c1e;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.skill-card-link:hover,
.skill-card-link:focus {
  background: #30a2db;
  color: #fff;
  text-decoration: none;
}

.skill-card-link i {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .skills-hero h1 {
    font-size: 1.5rem;
  }

  .skills-grid > [class*="col-"] {
    margin-bottom: 24px;
  }
}

.skills-grid-wrap {
  padding-bottom: 60px;
}

/* FAQ Page */
.faq-hero {
  background: #1c1c1e;
  color: #fff;
  padding: 48px 0 36px;
  text-align: center;
}

.faq-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.faq-hero-sub {
  font-size: 1.05rem;
  color: #b0b0b0;
  max-width: 600px;
  margin: 0 auto;
}

.faq-wrap {
  padding-bottom: 80px;
}

.faq-category {
  margin-bottom: 36px;
}

.faq-category-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1c1c1e;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #30a2db;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-category-title i {
  color: #30a2db;
  font-size: 1.1rem;
}

.faq-item {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #fff;
  transition: box-shadow 0.2s;
}

.faq-item[open] {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.faq-question {
  padding: 16px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 300;
  color: #999;
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-item[open] .faq-question::after {
  content: '\2212';
  color: #30a2db;
}

.faq-question:hover {
  color: #30a2db;
}

.faq-answer {
  padding: 0 20px 16px;
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 1.6;
}

.faq-answer a {
  color: #30a2db;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .faq-hero h1 {
    font-size: 1.5rem;
  }

  .faq-question {
    font-size: 0.9rem;
    padding: 14px 16px;
  }

  .faq-answer {
    padding: 0 16px 14px;
    font-size: 0.85rem;
  }
}

/* ========================================
   NEW HOMEPAGE — "Midnight Forge"
   Dark editorial design with glassmorphism
   ======================================== */

:root {
  --hp-base: #07080a;
  --hp-surface: #0e1017;
  --hp-elevated: #151820;
  --hp-border: rgba(255,255,255,0.06);
  --hp-border-hover: rgba(255,255,255,0.12);
  --hp-primary: #00c8ff;
  --hp-primary-dim: #0099cc;
  --hp-primary-glow: rgba(0,200,255,0.12);
  --hp-accent: #f5a623;
  --hp-text: #e8eaed;
  --hp-text-dim: #8b8f98;
  --hp-text-muted: #565a63;
  --hp-font-display: 'Syne', 'Montserrat', sans-serif;
  --hp-font-body: 'DM Sans', 'Roboto', sans-serif;
  --hp-radius: 14px;
  --hp-radius-sm: 8px;
  --hp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Scroll reveal ---- */
.hp-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s var(--hp-ease), transform 0.7s var(--hp-ease);
}
.hp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Noise texture overlay ---- */
.hp-noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}

/* ---- HERO ---- */
.hp-hero {
  position: relative;
  background: var(--hp-base);
  color: #fff;
  text-align: center;
  padding: 100px 0 80px;
  overflow: hidden;
}

.hp-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -20%;
  width: 80%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(0,200,255,0.08) 0%, transparent 65%);
  animation: hp-mesh-drift 14s ease-in-out infinite alternate;
  pointer-events: none;
}

.hp-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -15%;
  width: 70%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(245,166,35,0.05) 0%, transparent 60%);
  animation: hp-mesh-drift 18s ease-in-out infinite alternate-reverse;
  pointer-events: none;
}

@keyframes hp-mesh-drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(5%, -3%) scale(1.08); }
}

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

.hp-hero-logo {
  width: 160px;
  margin-bottom: 32px;
  filter: drop-shadow(0 0 30px rgba(0,200,255,0.15));
  animation: hp-logo-float 6s ease-in-out infinite;
}

@keyframes hp-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hp-hero-tagline {
  font-family: var(--hp-font-display);
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0 0 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, #d0d4dc 40%, var(--hp-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hp-hero-sub {
  font-family: var(--hp-font-body);
  font-size: 1.15rem;
  color: var(--hp-text-dim);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.hp-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hp-primary);
  color: var(--hp-base);
  padding: 15px 36px;
  border-radius: 50px;
  font-family: var(--hp-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.3s var(--hp-ease), box-shadow 0.3s var(--hp-ease);
  box-shadow: 0 0 0 0 rgba(0,200,255,0);
}

.hp-hero-cta:hover,
.hp-hero-cta:focus {
  color: var(--hp-base);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,200,255,0.3), 0 0 60px rgba(0,200,255,0.1);
}

.hp-hero-cta i {
  margin-left: 2px;
  font-size: 0.8rem;
  transition: transform 0.3s var(--hp-ease);
}

.hp-hero-cta:hover i {
  transform: translateX(3px);
}

/* ---- STATS ---- */
.hp-stats {
  position: relative;
  background: var(--hp-surface);
  padding: 56px 0;
  border-top: 1px solid var(--hp-border);
  border-bottom: 1px solid var(--hp-border);
  z-index: 1;
}

.hp-stats-grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hp-stat {
  text-align: center;
  background: var(--hp-elevated);
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius);
  padding: 28px 36px;
  min-width: 160px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 0.3s, transform 0.3s var(--hp-ease);
}

.hp-stat:hover {
  border-color: var(--hp-border-hover);
  transform: translateY(-2px);
}

.hp-stat-number {
  display: block;
  font-family: var(--hp-font-display);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--hp-primary);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.hp-stat-label {
  font-family: var(--hp-font-body);
  font-size: 0.78rem;
  color: var(--hp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

/* ---- FEATURED SKILLS ---- */
.hp-featured {
  position: relative;
  background: var(--hp-base);
  padding: 80px 0 64px;
  z-index: 1;
}

.hp-section-title {
  font-family: var(--hp-font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--hp-text);
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.01em;
}

.hp-featured-grid {
  margin-bottom: 40px;
}

.hp-skill-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px 28px;
  border: 1px solid var(--hp-border);
  border-radius: var(--hp-radius);
  background: var(--hp-surface);
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s var(--hp-ease);
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hp-skill-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--hp-radius);
  background: radial-gradient(ellipse at top center, var(--hp-primary-glow) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.hp-skill-card:hover,
.hp-skill-card:focus {
  border-color: rgba(0,200,255,0.2);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 60px var(--hp-primary-glow);
  transform: translateY(-4px);
  text-decoration: none;
  color: inherit;
}

.hp-skill-card:hover::before {
  opacity: 1;
}

.hp-skill-icon {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  transition: transform 0.4s var(--hp-ease);
}

.hp-skill-card:hover .hp-skill-icon {
  transform: scale(1.06);
}

.hp-skill-name {
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hp-text);
  margin: 0 0 10px;
  word-break: break-word;
  position: relative;
  z-index: 1;
}

.hp-skill-desc {
  font-family: var(--hp-font-body);
  font-size: 0.85rem;
  color: var(--hp-text-dim);
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.hp-skill-reviews {
  font-family: var(--hp-font-body);
  font-size: 0.8rem;
  color: var(--hp-accent);
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.hp-skill-reviews i {
  margin-right: 4px;
}

.hp-featured-more {
  text-align: center;
}

.hp-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hp-primary);
  font-family: var(--hp-font-display);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.3s, gap 0.3s var(--hp-ease);
}

.hp-link-btn:hover,
.hp-link-btn:focus {
  color: #5cdeff;
  text-decoration: none;
  gap: 12px;
}

.hp-link-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s var(--hp-ease);
}

.hp-link-btn:hover i {
  transform: translateX(3px);
}

/* ---- ABOUT ---- */
.hp-about {
  position: relative;
  background: var(--hp-surface);
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid var(--hp-border);
  border-bottom: 1px solid var(--hp-border);
  z-index: 1;
}

.hp-about-text {
  font-family: var(--hp-font-body);
  font-size: 1.1rem;
  color: var(--hp-text-dim);
  line-height: 1.85;
  max-width: 680px;
  margin: 0 auto;
}

/* ---- ECHOTALK TEASER ---- */
.hp-echotalk {
  position: relative;
  background: var(--hp-base);
  padding: 80px 0 120px;
  z-index: 1;
}

.hp-echo-card {
  background: var(--hp-elevated);
  color: #fff;
  border-radius: var(--hp-radius);
  border: 1px solid var(--hp-border);
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hp-echo-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hp-primary), transparent);
}

.hp-echo-badge {
  display: inline-block;
  background: transparent;
  color: var(--hp-primary);
  font-family: var(--hp-font-display);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 6px 18px;
  border-radius: 50px;
  border: 1px solid rgba(0,200,255,0.3);
  margin-bottom: 20px;
}

.hp-echo-card h2 {
  font-family: var(--hp-font-display);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.hp-echo-text {
  font-family: var(--hp-font-body);
  font-size: 0.95rem;
  color: var(--hp-text-dim);
  max-width: 550px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.hp-echo-card .hp-link-btn {
  color: var(--hp-primary);
}

.hp-echo-card .hp-link-btn:hover {
  color: #5cdeff;
}

/* ---- Header overrides for homepage dark theme ---- */
.hp-hero ~ .hp-stats,
.hp-hero ~ .hp-featured,
.hp-hero ~ .hp-about,
.hp-hero ~ .hp-echotalk {
  position: relative;
  z-index: 1;
}

/* ---- MOBILE ---- */
@media (max-width: 767px) {
  .hp-hero {
    padding: 64px 0 48px;
  }

  .hp-hero-logo {
    width: 110px;
    margin-bottom: 24px;
  }

  .hp-hero-tagline {
    font-size: 2rem;
    letter-spacing: -0.01em;
  }

  .hp-hero-sub {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .hp-hero-cta {
    padding: 13px 28px;
    font-size: 0.85rem;
  }

  .hp-stats {
    padding: 36px 0;
  }

  .hp-stats-grid {
    gap: 12px;
  }

  .hp-stat {
    padding: 20px 24px;
    min-width: 140px;
  }

  .hp-stat-number {
    font-size: 2rem;
  }

  .hp-featured {
    padding: 48px 0 40px;
  }

  .hp-featured-grid > [class*="col-"] {
    margin-bottom: 20px;
  }

  .hp-section-title {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }

  .hp-about {
    padding: 48px 0;
  }

  .hp-echotalk {
    padding: 48px 0 120px;
  }

  .hp-echo-card {
    padding: 36px 24px;
  }

  .hp-echo-card h2 {
    font-size: 1.3rem;
  }
}

@media (max-width: 400px) {
  .hp-stats-grid {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hp-stat {
    width: 100%;
    max-width: 280px;
  }
}