:root{--primary:#A11D33;--primary-dark:#6B0F1A;--secondary:#5C0A12;--accent:#D63B47;--dark:#111827;--pure-dark:#111827;--pure-dark-2:#1A0A0F;--light:#f7fafc;--white:#ffffff;--gray-light:#e5e9f2;--gray:#4a5568;--gray-blue:#8C5E64;--overlay:rgba(58, 10, 18, 0.85);--pure-white:#ffffff;--font-heading:'Montserrat',sans-serif;--font-body:'Open Sans',sans-serif;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.1);--shadow-md:0 4px 8px rgba(0, 0, 0, 0.12);--shadow-lg:0 8px 16px rgba(0, 0, 0, 0.14);--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease}@media (prefers-color-scheme:dark){:root{--primary:#D63B47;--primary-dark:#A11D33;--secondary:#f5f5f5;--accent:#FF8B7A;--dark:#f0f0f0;--pure-dark:#111827;--pure-dark-2:#1A0A0F;--light:#1A0A0F;--white:#2B1418;--gray-light:#2d3748;--gray:#a0aec0;--gray-blue:#E5B5AA;--overlay:rgba(26, 10, 15, 0.9);--pure-white:#ffffff}.contact-text p{color:var(--pure-white);margin-bottom:0}body{background-color:var(--light);color:var(--dark)}.about,.modal-content,.testimonial-card{background-color:var(--white);color:#f0f0f0!important}.about-title,.service-title,h1,h2,h3,h4,h5,h6{color:var(--secondary)}.footer-logo,.footer-title{color:var(--secondary)}.filter-btn{color:var(--gray)}.filter-btn.active,.filter-btn:hover{color:var(--primary)}.back-to-top{background-color:var(--primary);color:#fff}.cta-btn-primary{background-color:var(--primary);color:#fff}.cta-btn-primary:hover{background-color:var(--primary-dark);color:#fff}}.contact-text p{color:var(--dark);margin-bottom:0}.faq-bg,.pricing-bg,.process-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.faq-grid-bg,.pricing-grid-bg,.process-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(161,29,51,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(161,29,51,.03) 1px,transparent 1px);background-size:40px 40px}.faq-orb,.pricing-orb,.process-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12}.faq-badge,.pricing-badge,.process-badge{display:inline-block;padding:.6rem 1.8rem;background:rgba(161,29,51,.08);border:1px solid rgba(161,29,51,.15);border-radius:50px;font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2rem}.faq-header,.pricing-header,.process-header{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.faq-heading,.pricing-heading,.process-heading{font-family:var(--font-heading);font-size:4rem;font-weight:800;color:var(--secondary);line-height:1.2;margin-bottom:1.5rem}.faq-heading-accent,.pricing-heading-accent,.process-heading-accent{color:var(--accent)}.faq-subtitle,.pricing-subtitle,.process-subtitle{font-family:var(--font-body);font-size:1.6rem;color:var(--gray);max-width:600px;margin:0 auto}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:1.6rem;line-height:1.6;color:var(--dark);background-color:var(--light);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--secondary);margin-bottom:var(--spacing-sm)}h1{font-size:4.8rem}h2{font-size:3.6rem}h3{font-size:2.8rem}h4{font-size:2.4rem}p{margin-bottom:var(--spacing-md)}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}ol,ul{list-style-position:inside;margin-bottom:var(--spacing-md)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.section{padding:var(--spacing-lg) 0}.section-title{text-align:center;margin-bottom:var(--spacing-lg);position:relative}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-between{justify-content:space-between;align-items:center}.grid{display:grid;gap:var(--spacing-md)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){html{font-size:56.25%}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){html{font-size:50%}.grid-4{grid-template-columns:1fr}}.nav-bar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#08060a;transition:all .4s cubic-bezier(.4, 0, .2, 1)}.nav-bar.scrolled{background:rgba(8,6,10,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 8px 32px rgba(0,0,0,.3)}.nav-bar-container{display:flex;justify-content:space-between;align-items:center;padding:2rem var(--spacing-sm);transition:padding .3s ease}.nav-bar.scrolled .nav-bar-container{padding:1rem var(--spacing-sm)}.nav-bar-logo{display:inline-flex;align-items:center;transition:opacity .3s ease}.nav-bar-logo img{height:40px;width:auto;display:block}.nav-bar-logo:hover{opacity:.85}.nav-bar-menu{display:flex;align-items:center;list-style:none;margin:0;gap:8px}.nav-bar-item{margin:0}.nav-bar-link{font-family:var(--font-heading);font-size:1.45rem;font-weight:600;color:rgba(255,255,255,.7);padding:12px 16px;border-radius:8px;transition:color .3s ease,background .3s ease;position:relative}.nav-bar-link::after{content:"";position:absolute;left:16px;right:16px;bottom:6px;height:2px;background:var(--accent);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .35s cubic-bezier(.16, 1, .3, 1)}.nav-bar-link:hover{color:var(--pure-white)}.nav-bar-link.active::after,.nav-bar-link:hover::after{transform:scaleX(1)}.nav-bar-link.active{color:var(--pure-white)}.nav-bar-cta{position:relative;overflow:hidden;font-family:var(--font-heading);font-size:1.45rem;font-weight:600;color:var(--pure-white);padding:10px 24px;background:rgba(161,29,51,.3);border:1px solid rgba(161,29,51,.5);border-radius:10px;transition:background .3s ease,border-color .3s ease,transform .3s cubic-bezier(.16, 1, .3, 1),box-shadow .3s ease}.nav-bar-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.18) 50%,transparent 70%);transform:translateX(-110%);transition:transform .8s cubic-bezier(.16, 1, .3, 1);pointer-events:none}.nav-bar-cta:hover{background:rgba(161,29,51,.55);border-color:rgba(214,59,71,.7);color:var(--pure-white);transform:translateY(-2px) scale(1.03);box-shadow:0 10px 28px rgba(161,29,51,.35)}.nav-bar-cta:hover::before{transform:translateX(110%)}.nav-bar-cta:active{transform:translateY(0) scale(.97);transition-duration:.1s}.nav-bar-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:8px;position:relative;z-index:1002}.nav-bar-toggle span{display:block;width:24px;height:2px;background-color:var(--pure-white);margin:6px 0;transition:transform .3s ease,opacity .3s ease;border-radius:2px}.nav-bar-toggle.active span:first-child{transform:translateY(8px) rotate(45deg)}.nav-bar-toggle.active span:nth-child(2){opacity:0}.nav-bar-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:992px){.nav-bar-toggle{display:block}.nav-bar-menu{position:fixed;top:0;right:-100%;flex-direction:column;width:280px;max-width:85%;height:100vh;background:rgba(8,6,10,.97);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-left:1px solid rgba(255,255,255,.06);padding:90px 24px 30px;transition:right .35s cubic-bezier(.4, 0, .2, 1);z-index:1001;gap:4px}.nav-bar-menu.active{right:0}.nav-bar-item{width:100%}.nav-bar-link{display:block;padding:14px 16px;font-size:1.6rem;border-radius:10px}.nav-bar-cta{display:block;text-align:center;margin-top:12px;padding:14px 24px;font-size:1.6rem}body.menu-open{overflow:hidden}}@media (max-width:576px){.nav-bar-container{padding:12px var(--spacing-sm)}.nav-bar-logo{font-size:2rem}}.services{background-color:var(--white)}.service-card{background-color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--spacing-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal);height:100%;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.service-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:.5rem;background-color:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform var(--transition-normal)}.service-card:hover::before{transform:scaleX(1)}.service-icon{color:var(--primary);font-size:4.8rem;margin-bottom:var(--spacing-sm)}.service-title{font-size:2.2rem;margin-bottom:var(--spacing-sm)}.service-description{color:var(--gray)}.service-arrow{display:inline-block;margin-top:var(--spacing-sm);color:var(--primary);transition:transform var(--transition-fast)}.service-card:hover .service-arrow{transform:translateX(10px)}.about{background-color:var(--gray-light);position:relative;overflow:hidden}.about-content{position:relative;z-index:2}.about-title{margin-bottom:var(--spacing-md)}.about-subtitle{font-size:2rem;color:var(--primary);margin-bottom:var(--spacing-sm);font-weight:600}.about-text{margin-bottom:var(--spacing-md)}.about-stats{display:flex;flex-wrap:wrap;gap:var(--spacing-md);margin-top:var(--spacing-lg)}.stat-item{flex:1;min-width:150px;text-align:center}.stat-number{font-size:4.8rem;font-weight:700;color:var(--primary);margin-bottom:var(--spacing-xs);opacity:0;transform:translateY(20px)}.stat-number.in-view{animation:countUp 2s ease forwards,fadeInUp 1s ease forwards}.stat-label{font-size:1.8rem;font-weight:600;color:var(--secondary)}.about-image{height:100%;min-height:400px;background-size:cover;background-position:center;border-radius:var(--radius-lg);position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,var(--primary-dark),transparent);opacity:.3}@media (max-width:992px){.about-image{margin-top:var(--spacing-lg)}}.projects{background-color:var(--white)}.project-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg)}.filter-btn{background:0 0;border:none;padding:var(--spacing-xs) var(--spacing-sm);font-family:var(--font-heading);font-size:1.6rem;font-weight:600;color:var(--gray);cursor:pointer;transition:color var(--transition-fast),transform var(--transition-fast);position:relative}.filter-btn::after{content:"";position:absolute;bottom:-.5rem;left:0;width:0;height:2px;background-color:var(--primary);transition:width var(--transition-normal)}.filter-btn.active,.filter-btn:hover{color:var(--primary)}.filter-btn.active::after,.filter-btn:hover::after{width:100%}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--spacing-md)}.project-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:300px;box-shadow:var(--shadow-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.project-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.project-image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--spacing-md);opacity:0;transition:opacity var(--transition-normal)}.project-card:hover .project-overlay{opacity:1}.project-category{color:var(--pure-white);font-size:1.4rem;font-weight:600;text-transform:uppercase;margin-bottom:var(--spacing-xs);transform:translateY(20px);opacity:0;transition:transform var(--transition-normal) .1s,opacity var(--transition-normal) .1s}.project-title{color:var(--pure-white)!important;font-size:2.2rem;margin-bottom:var(--spacing-sm);transform:translateY(20px);opacity:0;transition:transform var(--transition-normal) .2s,opacity var(--transition-normal) .2s}.project-link{color:var(--pure-white);font-weight:600;display:inline-flex;align-items:center;transform:translateY(20px);opacity:0;transition:transform var(--transition-normal) .3s,opacity var(--transition-normal) .3s}.project-link i{margin-left:var(--spacing-xs);transition:transform var(--transition-fast)}.project-link:hover i{transform:translateX(5px)}.project-card:hover .project-category,.project-card:hover .project-link,.project-card:hover .project-title{transform:translateY(0);opacity:1}.testimonials{background-color:var(--gray-light);position:relative}.testimonial-slider{overflow:hidden;position:relative}.testimonial-track{display:flex;transition:transform var(--transition-slow)}.testimonial-slide{min-width:100%;padding:0 var(--spacing-sm)}.testimonial-card{background-color:var(--white);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-md);position:relative}.testimonial-card::before{content:""";
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 8rem;
  line-height: 1;
  font-family: serif;
  color: var(--primary);
  opacity: 0.2;
}

.testimonial-text {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: var(--spacing-md);
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: var(--spacing-sm);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-info h4 {
  margin-bottom: 0.5rem;
}

.testimonial-position {
  color: var(--gray);
  font-size: 1.4rem;
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  margin-top: var(--spacing-lg);
  gap: var(--spacing-sm);
}

.testimonial-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--secondary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: background-color var(--transition-fast),
              color var(--transition-fast),
              transform var(--transition-fast);
}

.testimonial-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  margin-top: var(--spacing-md);
  gap: var(--spacing-xs);
}

.testimonial-dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: var(--gray-light);
  border: 2px solid var(--primary);
  transition: background-color var(--transition-fast),
              transform var(--transition-fast);
  cursor: pointer;
}

.testimonial-dot.active,
.testimonial-dot:hover {
  background-color: var(--primary);
  transform: scale(1.2);
}

/* ===== CTA SECTION ===== */
.cta {
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  padding: var(--spacing-xl) 0;
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%231a56db" opacity="0.1" d="M10 0l3.6 7.2L20 8.4l-5 4.8 1.2 6.8L10 16l-6.2 4-1.2-6.8-5-4.8 6.4-1.2L10 0z"/></svg>');
  opacity: 0.05;
}

.cta .cta-btn:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.cta-title {
  color: var(--white);
  margin-bottom: var(--spacing-md);
}

.cta-text {
  font-size: 1.8rem;
  max-width: 600px;
  margin: 0 auto var(--spacing-lg);
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: var(--spacing-md);
  flex-wrap: wrap;
}

.cta-btn {
  padding: 1.5rem 3rem;
  border-radius: var(--radius-md);
  font-size: 1.8rem;
  font-weight: 600;
  transition: transform var(--transition-fast),
              box-shadow var(--transition-fast);
}

.cta-btn-primary {
  background-color: var(--primary);
  color: var(--pure-white);
}

.cta-btn-secondary {
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}


.cta-btn-primary:hover {
  background-color: var(--primary-dark);
  color: var(--white);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.cta-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ===== CONTACT SECTION ===== */
.contact {
  background-color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg);
}

.contact-details {
  margin-top: var(--spacing-md);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--spacing-md);
}

.contact-icon {
  font-size: 2.4rem;
  color: var(--primary);
  margin-right: var(--spacing-sm);
}

.contact-text h4 {
  margin-bottom: var(--spacing-xs);
  font-size: 1.8rem;
}


.contact-social {
  display: flex;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-lg);
}

.social-link {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--gray-light);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  transition: background-color var(--transition-fast),
              color var(--transition-fast),
              transform var(--transition-fast);
}

.social-link:hover {
  background-color: var(--primary);
  color: var(--white);
  transform: translateY(-5px);
}

.contact-form {
  background-color: var(--gray-light);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-md);
}

.form-group {
  margin-bottom: var(--spacing-md);
}

.form-control {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--gray-light);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 1.6rem;
  transition: border-color var(--transition-fast),
              box-shadow var(--transition-fast);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(161, 29, 51, 0.2);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.form-btn {
  background-color: var(--primary);
  color: var(--pure-white);
  padding: 1.2rem 2.5rem;
  border: none;
  border-radius: var(--radius-md);
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color var(--transition-fast),
              transform var(--transition-fast),
              box-shadow var(--transition-fast);
}

.form-btn:hover {
  background-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-info {
    padding-right: 0;
    margin-bottom: var(--spacing-lg);
  }
}

/* ===== FOOTER ===== */
/* ===== FOOTER - Hero-matched design ===== */
.ft {
  position: relative;
  background: linear-gradient(135deg, #050307 0%, #0c0a10 50%, #060508 100%);
  padding: 80px 0 30px;
  overflow: hidden;
}

.ft-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.ft-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
      linear-gradient(rgba(161, 29, 51, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(161, 29, 51, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
}

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

.ft-orb-1 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(161, 29, 51, 0.25), transparent 70%);
  bottom: -10%;
  left: 5%;
  animation: orbFloat2 25s ease-in-out infinite;
}

.ft-orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 139, 122, 0.15), transparent 70%);
  top: -5%;
  right: 10%;
  animation: orbFloat3 20s ease-in-out infinite;
}

/* Footer main grid */
.ft-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 50px;
  position: relative;
  z-index: 1;
}

/* Brand column */
.ft-brand {
  max-width: 320px;
}

.ft-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  transition: opacity 0.3s ease;
}

.ft-logo img {
  height: 44px;
  width: auto;
  display: block;
}

.ft-logo:hover {
  opacity: 0.85;
}

.ft-about {
  font-size: 1.45rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

.ft-social {
  display: flex;
  gap: 10px;
}

.ft-social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  transition: all 0.3s ease;
}

.ft-social-link:hover {
  background: rgba(161, 29, 51, 0.2);
  border-color: rgba(161, 29, 51, 0.4);
  color: var(--pure-white);
  transform: translateY(-3px);
}

/* Footer columns */
.ft-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--pure-white);
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}

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

.ft-links li {
  margin-bottom: 12px;
}

.ft-links a {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.ft-links a:hover {
  color: var(--accent);
  padding-left: 6px;
}

/* Contact list in footer */
.ft-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ft-contact-list li i {
  color: rgba(214, 59, 71, 0.9);
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.ft-contact-list li span {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Divider */
.ft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  margin: 50px 0 25px;
  position: relative;
  z-index: 1;
}

/* Bottom bar */
.ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.ft-copyright {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.75);
}

.ft-bottom-links {
  display: flex;
  gap: 25px;
}

.ft-bottom-links a {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.3s ease;
}

.ft-bottom-links a:hover {
  color: var(--accent);
}

/* Responsive */
@media (max-width: 992px) {
  .ft-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .ft-brand {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .ft {
    padding: 60px 0 25px;
  }

  .ft-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ft-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== BACK TO TOP BUTTON ===== */
.back-to-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--transition-normal),
              visibility var(--transition-normal),
              transform var(--transition-normal),
              background-color var(--transition-fast);
  box-shadow: var(--shadow-md);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background-color: var(--primary-dark);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-20px) translateX(-50%);
  }
  60% {
    transform: translateY(-10px) translateX(-50%);
  }
}

@keyframes countUp {
  from {
    content: "0";
  }
  to {
    content: attr(data-count);
  }
}

/* ===== UTILITY CLASSES ===== */
.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.text-white {
  color: var(--white);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: var(--spacing-xs);
}

.mb-2 {
  margin-bottom: var(--spacing-sm);
}

.mb-3 {
  margin-bottom: var(--spacing-md);
}

.mb-4 {
  margin-bottom: var(--spacing-lg);
}

.mb-5 {
  margin-bottom: var(--spacing-xl);
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: var(--spacing-xs);
}

.mt-2 {
  margin-top: var(--spacing-sm);
}

.mt-3 {
  margin-top: var(--spacing-md);
}

.mt-4 {
  margin-top: var(--spacing-lg);
}

.mt-5 {
  margin-top: var(--spacing-xl);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-light {
  background-color: var(--light);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-white {
  background-color: var(--white);
}

.rounded-sm {
  border-radius: var(--radius-sm);
}

.rounded-md {
  border-radius: var(--radius-md);
}

.rounded-lg {
  border-radius: var(--radius-lg);
}

.shadow-sm {
  box-shadow: var(--shadow-sm);
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadow-lg);
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
  
  h1 {
    font-size: 4.2rem;
  }
  
  h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  
  .section {
    padding: var(--spacing-md) 0;
  }
  
  h1 {
    font-size: 3.6rem;
  }
  
  h2 {
    font-size: 2.8rem;
  }
  
  h3 {
    font-size: 2.4rem;
  }
  
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 var(--spacing-md);
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2rem;
  }
}

/* ===== PAGE LOADER ===== */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0d0b0e 0%, #14101a 45%, #0f0c12 75%, #060508 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity var(--transition-normal),
              visibility var(--transition-normal);
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

/* Catalyx brand loader — shared with the Rails app. */
.catalyx-loader {
  display: inline-block;
  width: 96px;
  height: 96px;
  animation: catalyx-loader-spin 1.6s linear infinite;
  filter: drop-shadow(0 4px 20px rgba(214, 59, 71, 0.45));
  vertical-align: middle;
}

.catalyx-loader--sm {
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 1px 4px rgba(214, 59, 71, 0.45));
}

@keyframes catalyx-loader-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .catalyx-loader { animation-duration: 6s; }
}

/* ===== SCROLL REVEAL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--transition-normal),
              transform var(--transition-normal);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity var(--transition-normal),
              transform var(--transition-normal);
}

.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity var(--transition-normal),
              transform var(--transition-normal);
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* ===== CUSTOM CURSOR ===== */
.cursor {
  position: fixed;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--primary);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s, border-color 0.3s;
  z-index: 9999;
  opacity: 0;
}

.cursor.active {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--primary);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s, background-color 0.3s, transform 0.1s;
  z-index: 9999;
  opacity: 0;
}

.cursor-follower.active {
  opacity: 1;
}

.cursor.hover,
.cursor-follower.hover {
  background-color: transparent;
  width: 5rem;
  height: 5rem;
  border-color: var(--primary);
}

/* ===== PREFERS REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  
  .hero-title,
  .hero-title-line,
  .hero-title-accent,
  .hero-subtitle,
  .hero-badge,
  .hero-actions,
  .hero-cta,
  .hero-stats-grid,
  .hero-orb,
  .hero-line,
  .hero-stage-aura,
  .hero-stage-arc,
  .hero-stage-particles span,
  .hero-result-card,
  .hero-result-chip,
  .hero-stage-mark,
  .hrc-meter-fill,
  .hrc-bars span,
  .hrc-dot,
  .project-category,
  .project-title,
  .project-link,
  .reveal,
  .reveal-left,
  .reveal-right,
  .stat-number {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  
  .service-card,
  .project-card,
  .cta-btn,
  .social-link,
  .form-btn,
  .back-to-top,
  .navbar-cta,
  .project-image {
    transition: none !important;
    transform: none !important;
  }

  /* Hero showcase: ensure animated-into-existence elements have a sane final state. */
  .hrc-meter-fill { width: 100% !important; }
}

/* (Feature card base styles moved to features-section block below) */

/* Technology icons section */
.tech-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-lg);
  margin-top: var(--spacing-md);
}

.tech-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform var(--transition-normal);
}

.tech-icon:hover {
  transform: translateY(-10px);
}

.tech-icon i {
  font-size: 4rem;
  color: var(--primary);
  margin-bottom: var(--spacing-sm);
}

.tech-icon span {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--secondary);
}

/* Industry cards styles */
.industry-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 200px;
  margin-bottom: var(--spacing-md);
}

.industry-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.industry-card:hover .industry-image {
  transform: scale(1.1);
}

.industry-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--spacing-sm);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.industry-title {
  font-size: 2rem;
  margin-bottom: 0;
  color: var(--pure-white);
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.modal-content {
  position: relative;
  background-color: var(--white);
  margin: 50px auto;
  padding: 30px;
  width: 80%;
  max-width: 800px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transform: translateY(-50px);
  transition: transform 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
}

.modal.show .modal-content {
  transform: translateY(0);
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--dark);
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}

.close-modal:hover {
  color: var(--primary);
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    padding: 20px;
    margin: 30px auto;
  }
}

.nav-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-bar-overlay.active {
  display: block;
  opacity: 1;
}

/* Modern Hero Slideshow Styles */
/* ===== MODERN HERO SECTION ===== */
.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #0d0b0e 0%, #14101a 45%, #0f0c12 75%, #060508 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Animated background */
.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0;
    transition: opacity 600ms ease-out;
    will-change: opacity, transform;
}
body.hero-ready .hero-orb { opacity: 0.4; }
@media (max-width: 768px) {
    .hero-orb { filter: blur(40px); }
    .hero-orb-3, .hero-line { display: none; }
}

.hero-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(214, 59, 71, 0.18), transparent 70%);
    top: -10%;
    right: 10%;
    animation: orbFloat1 20s ease-in-out infinite;
}

.hero-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(120, 80, 100, 0.14), transparent 70%);
    bottom: 0%;
    left: -5%;
    animation: orbFloat2 25s ease-in-out infinite;
}

.hero-orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(80, 90, 120, 0.16), transparent 70%);
    top: 50%;
    left: 40%;
    animation: orbFloat3 18s ease-in-out infinite;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, 30px) scale(1.05); }
    66% { transform: translate(20px, -20px) scale(0.95); }
}

@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -40px) scale(1.08); }
    66% { transform: translate(-20px, 20px) scale(0.96); }
}

@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, -30px) scale(1.1); }
}

/* Animated diagonal lines */
.hero-line {
    position: absolute;
    width: 1px;
    height: 200px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: rotate(35deg);
    opacity: 0;
    animation: lineSweep 8s ease-in-out infinite;
}

.hero-line-1 {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.hero-line-2 {
    top: 30%;
    right: 30%;
    animation-delay: 3s;
    height: 150px;
}

.hero-line-3 {
    bottom: 20%;
    left: 50%;
    animation-delay: 5.5s;
    height: 180px;
}

@keyframes lineSweep {
    0%, 100% { opacity: 0; transform: rotate(35deg) translateY(0); }
    15% { opacity: 0.6; }
    50% { opacity: 0.3; }
    85% { opacity: 0; transform: rotate(35deg) translateY(150px); }
}

/* Grid layout */
.hero-grid-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 6rem;
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: calc(100vh - 120px);
}

/* Hero content (left) */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 50px;
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: heroFadeUp 0.8s ease-out 0.2s forwards;
}

.hero-title {
    font-size: 5.5rem;
    font-weight: 800;
    color: var(--pure-white);
    line-height: 1.08;
    margin-bottom: 2.5rem;
}

.hero-title-line {
    display: block;
    opacity: 0;
    animation: heroClipReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-title-line:nth-child(1) { animation-delay: 0.3s; }
.hero-title-line:nth-child(2) { animation-delay: 0.5s; }
.hero-title-line:nth-child(3) { animation-delay: 0.7s; }

.hero-title-accent {
    color: var(--accent);
    animation: heroClipReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes heroClipReveal {
    from {
        opacity: 0;
        transform: translateY(40px);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 1.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    max-width: 520px;
    margin-bottom: 3.5rem;
    opacity: 0;
    animation: heroFadeUp 0.8s ease-out 0.9s forwards;
}

/* CTA buttons */
.hero-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
    opacity: 0;
    animation: heroFadeUp 0.8s ease-out 1.1s forwards;
}

@keyframes ctaIdleGlow {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(161, 29, 51, 0.35), 0 0 0 0 rgba(161, 29, 51, 0);
    }
    50% {
        box-shadow: 0 6px 28px rgba(161, 29, 51, 0.55), 0 0 0 10px rgba(161, 29, 51, 0.06);
    }
}

@keyframes ctaIdleShimmer {
    0%, 70% { transform: translateX(-110%); }
    85%, 100% { transform: translateX(110%); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-cta,
    .pricing-cta--featured {
        animation: none;
    }
    .hero-cta::before,
    .pricing-cta--featured::before {
        animation: none;
    }
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: var(--pure-white);
    padding: 1.6rem 3.2rem;
    border-radius: 12px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, color 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(161, 29, 51, 0.35);
    animation: ctaIdleGlow 3.2s ease-in-out infinite;
}

.hero-cta i {
    font-size: 1.4rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
    transform: translateX(-110%);
    transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    animation: ctaIdleShimmer 6s ease-in-out infinite 2.5s;
}

.hero-cta:hover::before {
    animation: none;
    transform: translateX(110%);
}

.hero-cta:hover {
    animation: none;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 40px rgba(161, 29, 51, 0.55), 0 0 0 1px rgba(161, 29, 51, 0.35);
    color: var(--pure-white);
}

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

.hero-cta:active {
    transform: translateY(-1px) scale(0.99);
    transition-duration: 0.12s;
    box-shadow: 0 6px 20px rgba(161, 29, 51, 0.4);
}

.hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.6rem 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-cta-secondary:hover {
    color: var(--pure-white);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.hero-cta-secondary:active {
    transform: translateY(0);
    transition-duration: 0.1s;
}

/* Right side: abstract visual */
.hero-visual {
    position: relative;
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Floating glassmorphism cards */
.hero-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding: 1.6rem 2.2rem;
    background: rgba(42, 14, 22, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    z-index: 3;
    opacity: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.hero-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.hero-card-1 .hero-card-icon {
    background: rgba(161, 29, 51, 0.2);
    color: var(--accent);
}

.hero-card-2 .hero-card-icon {
    background: rgba(255, 139, 122, 0.2);
    color: #FF8B7A;
}

.hero-card-3 .hero-card-icon {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.hero-card-label {
    display: block;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-card-value {
    display: block;
    font-size: 1.5rem;
    color: var(--pure-white);
    font-weight: 700;
}

.hero-card-1 {
    top: 10%;
    right: 5%;
    animation: heroCardFloat 1s ease-out 0.6s forwards, heroCardHover 6s ease-in-out 1.6s infinite;
}

.hero-card-2 {
    top: 45%;
    left: 0%;
    animation: heroCardFloat 1s ease-out 0.9s forwards, heroCardHover 6s ease-in-out 1.9s infinite;
}

.hero-card-3 {
    bottom: 8%;
    right: 10%;
    animation: heroCardFloat 1s ease-out 1.2s forwards, heroCardHover 6s ease-in-out 2.2s infinite;
}

@keyframes heroCardFloat {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes heroCardHover {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Rings */
.hero-visual-ring {
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(161, 29, 51, 0.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 8s ease-in-out infinite;
}

.hero-visual-ring-2 {
    width: 220px;
    height: 220px;
    border-color: rgba(255, 139, 122, 0.12);
    animation: ringPulse 8s ease-in-out 2s infinite;
}

@keyframes ringPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.08); opacity: 0.8; }
}

/* Floating dots */
.hero-visual-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    opacity: 0.6;
}

.hero-visual-dot-1 { top: 20%; left: 30%; animation: dotPulse 3s ease-in-out infinite; }
.hero-visual-dot-2 { top: 60%; right: 20%; animation: dotPulse 3s ease-in-out 0.8s infinite; }
.hero-visual-dot-3 { bottom: 25%; left: 25%; animation: dotPulse 3s ease-in-out 1.6s infinite; }
.hero-visual-dot-4 { top: 35%; right: 35%; animation: dotPulse 3s ease-in-out 2.4s infinite; }

@keyframes dotPulse {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.8); opacity: 0.8; }
}

/* Connector lines */
.hero-connector {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(161, 29, 51, 0.25), transparent);
    z-index: 1;
}

.hero-connector-1 {
    width: 120px;
    top: 30%;
    left: 15%;
    transform: rotate(-20deg);
    animation: connectorFade 4s ease-in-out infinite;
}

.hero-connector-2 {
    width: 100px;
    bottom: 35%;
    right: 15%;
    transform: rotate(25deg);
    animation: connectorFade 4s ease-in-out 2s infinite;
}

@keyframes connectorFade {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

/* ===== Hero stage — designed Outcome Stack on the right side ===== */
.hero-stage {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    aspect-ratio: 1 / 1;
    z-index: 1;
    isolation: isolate;
}

/* Ambient radial glow that sits behind everything */
.hero-stage-aura {
    position: absolute;
    inset: -18%;
    background:
        radial-gradient(circle at 32% 38%, rgba(214, 59, 71, 0.42), transparent 58%),
        radial-gradient(circle at 75% 70%, rgba(255, 139, 122, 0.22), transparent 60%);
    filter: blur(45px);
    z-index: 0;
    pointer-events: none;
    animation: stageAura 10s ease-in-out infinite;
}

@keyframes stageAura {
    0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.9; }
    50%      { transform: scale(1.08) translate(2%, -2%); opacity: 1; }
}

/* Dashed orbital arcs (SVG) */
.hero-stage-arc {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    animation: stageArcIn 1.2s ease-out 0.3s forwards, stageSpin 80s linear 1.5s infinite;
}

@keyframes stageArcIn {
    from { opacity: 0; transform: rotate(-12deg) scale(0.85); }
    to   { opacity: 1; transform: rotate(0) scale(1); }
}

@keyframes stageSpin {
    from { transform: rotate(0); }
    to   { transform: rotate(360deg); }
}

/* Sparkle particles around the composition */
.hero-stage-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-stage-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 12px rgba(214, 59, 71, 0.8);
    opacity: 0;
    animation: stageParticle 4s ease-in-out infinite;
}

.hero-stage-particles span:nth-child(1) { top: 8%;  left: 18%; animation-delay: 0s; }
.hero-stage-particles span:nth-child(2) { top: 24%; left: 78%; animation-delay: 0.6s; width: 3px; height: 3px; }
.hero-stage-particles span:nth-child(3) { top: 58%; left: 6%;  animation-delay: 1.2s; }
.hero-stage-particles span:nth-child(4) { top: 72%; left: 92%; animation-delay: 1.8s; width: 5px; height: 5px; }
.hero-stage-particles span:nth-child(5) { top: 90%; left: 32%; animation-delay: 2.4s; }
.hero-stage-particles span:nth-child(6) { top: 44%; left: 50%; animation-delay: 3.0s; background: #FF8B7A; box-shadow: 0 0 12px rgba(255, 139, 122, 0.8); }

@keyframes stageParticle {
    0%, 100% { opacity: 0; transform: scale(0.6); }
    50%      { opacity: 0.9; transform: scale(1.4); }
}

/* ---- Primary result card (the focal point) ---- */
.hero-result-card {
    position: absolute;
    z-index: 3;
    background: linear-gradient(155deg, rgba(38, 18, 26, 0.94), rgba(18, 8, 12, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(214, 59, 71, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    opacity: 0;
    transform: translateY(20px);
    animation: stageCardIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-result-card--primary {
    top: 8%;
    right: 4%;
    width: 64%;
    padding: 2rem 2rem 1.8rem;
    animation-delay: 0.55s;
    overflow: hidden;
}

.hero-result-card--primary::before {
    /* Subtle corner sheen */
    content: "";
    position: absolute;
    top: -40%;
    right: -20%;
    width: 70%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(214, 59, 71, 0.35), transparent 65%);
    pointer-events: none;
    filter: blur(20px);
}

.hero-result-card--primary > * {
    position: relative;
}

@keyframes stageCardIn {
    to { opacity: 1; transform: translateY(0); }
}

.hrc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 1.1rem;
    background: rgba(214, 59, 71, 0.18);
    border: 1px solid rgba(214, 59, 71, 0.32);
    border-radius: 50px;
    color: var(--accent);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hrc-eyebrow i { font-size: 0.95rem; }

.hrc-figure {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
    font-family: var(--font-heading);
    line-height: 1;
}

.hrc-number {
    font-size: 6.2rem;
    font-weight: 800;
    color: var(--pure-white);
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #fff 30%, #FF8B7A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 30px rgba(214, 59, 71, 0.25);
}

.hrc-number small {
    font-size: 0.55em;
    font-weight: 700;
    -webkit-text-fill-color: initial;
    color: var(--accent);
    margin-left: -0.04em;
}

.hrc-suffix {
    font-size: 1.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
}

.hrc-meter {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 1.1rem;
}

.hrc-meter-fill {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--accent), #FF8B7A);
    border-radius: 50px;
    box-shadow: 0 0 16px rgba(214, 59, 71, 0.55);
    animation: meterFill 1.6s cubic-bezier(0.16, 1, 0.3, 1) 1.1s forwards;
}

.hrc-meter-fill--green {
    background: linear-gradient(90deg, #34d399, #6ee7b7);
    box-shadow: 0 0 16px rgba(52, 211, 153, 0.5);
}

@keyframes meterFill {
    from { width: 0; }
    to   { width: 100%; }
}

.hrc-label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.45;
    margin: 0;
}

/* ---- Secondary card (sparkline / bar chart) ---- */
.hero-result-card--secondary {
    bottom: 8%;
    left: 0;
    width: 56%;
    padding: 1.5rem 1.6rem 1.4rem;
    border-radius: 18px;
    animation-delay: 0.85s;
}

.hrc-mini-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hrc-mini-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(214, 59, 71, 0.22);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.hrc-mini-icon--green {
    background: rgba(52, 211, 153, 0.2);
    color: #34d399;
}

.hrc-mini-value {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--pure-white);
    line-height: 1;
    letter-spacing: -0.02em;
}

.hrc-mini-label {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.55);
}

.hrc-spark {
    width: 100%;
    height: 36px;
    color: var(--accent);
    display: block;
}

.hrc-bars {
    display: flex;
    align-items: flex-end;
    gap: 0.45rem;
    height: 44px;
}

.hrc-bars span {
    flex: 1;
    height: var(--h, 50%);
    background: linear-gradient(180deg, #34d399, #10b981);
    border-radius: 4px 4px 2px 2px;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.3);
    animation: barRise 1s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.hrc-bars span:nth-child(1) { animation-delay: 1.3s; }
.hrc-bars span:nth-child(2) { animation-delay: 1.4s; }
.hrc-bars span:nth-child(3) { animation-delay: 1.5s; }
.hrc-bars span:nth-child(4) { animation-delay: 1.6s; }
.hrc-bars span:nth-child(5) { animation-delay: 1.7s; }

@keyframes barRise {
    from { height: 0; opacity: 0; }
    to   { height: var(--h, 50%); opacity: 1; }
}

/* ---- Live status chip ---- */
.hero-result-chip {
    position: absolute;
    z-index: 4;
    top: 56%;
    right: -6%;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 1.2rem;
    background: rgba(20, 8, 14, 0.92);
    border: 1px solid rgba(52, 211, 153, 0.35);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(52, 211, 153, 0.08);
    opacity: 0;
    animation: stageCardIn 0.8s ease-out 1.3s forwards, chipBob 5s ease-in-out 2s infinite;
}

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

.hrc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
    animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6); }
    50%      { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
}

/* ---- Brand mark (corner accent) ---- */
.hero-stage-mark {
    position: absolute;
    z-index: 2;
    bottom: 6%;
    right: 6%;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 18px 40px rgba(161, 29, 51, 0.45), 0 0 0 1px rgba(255, 139, 122, 0.18);
    opacity: 0;
    transform: rotate(-8deg) scale(0.8);
    animation: markIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.5s forwards, markBob 6s ease-in-out 2.5s infinite;
}

@keyframes markIn {
    to { opacity: 1; transform: rotate(-8deg) scale(1); }
}

@keyframes markBob {
    0%, 100% { transform: rotate(-8deg) translateY(0); }
    50%      { transform: rotate(-4deg) translateY(-5px); }
}

/* ---- Responsive ---- */
@media (max-width: 1200px) {
    .hero-result-card--primary { width: 72%; right: 0; }
    .hero-result-card--secondary { width: 60%; left: 0; }
    .hero-result-chip { right: 0; }
}

@media (max-width: 1024px) {
    .hero-stage {
        max-width: 540px;
        margin: 0 auto;
        aspect-ratio: 1 / 0.85;
    }
    .hero-result-card--primary { width: 60%; right: 4%; }
    .hero-result-card--secondary { width: 54%; left: 2%; }
    .hero-result-chip { right: 4%; top: 50%; }
    .hero-stage-mark { right: 3%; bottom: 4%; }
    .hrc-number { font-size: 5.4rem; }
}

@media (max-width: 768px) {
    .hero-stage { max-width: 460px; aspect-ratio: 1 / 0.9; }
    .hero-result-card--primary { width: 70%; padding: 1.6rem 1.6rem 1.4rem; }
    .hero-result-card--secondary { width: 62%; padding: 1.2rem 1.3rem; }
    .hrc-number { font-size: 4.8rem; }
    .hrc-suffix { font-size: 1.5rem; }
    .hrc-mini-value { font-size: 1.9rem; }
    .hrc-label { font-size: 1.1rem; }
    .hero-stage-mark { width: 48px; height: 48px; font-size: 1.7rem; }
}

@media (max-width: 576px) {
    .hero-stage {
        max-width: 100%;
        aspect-ratio: 1 / 0.95;
    }
    .hero-result-card--primary {
        top: 4%;
        right: 2%;
        width: 78%;
        padding: 1.4rem 1.4rem 1.2rem;
        border-radius: 18px;
    }
    .hero-result-card--secondary {
        bottom: 4%;
        left: 0;
        width: 68%;
        padding: 1.1rem 1.2rem;
        border-radius: 16px;
    }
    .hrc-number { font-size: 4.2rem; }
    .hrc-eyebrow { font-size: 0.95rem; padding: 0.35rem 0.9rem; margin-bottom: 1rem; }
    .hrc-figure { margin-bottom: 0.9rem; }
    .hrc-meter { margin-bottom: 0.8rem; }
    .hrc-label { font-size: 1rem; }
    .hrc-mini-icon { width: 36px; height: 36px; font-size: 1.2rem; }
    .hrc-mini-value { font-size: 1.7rem; }
    .hrc-mini-label { font-size: 1rem; }
    .hero-result-chip {
        right: auto;
        left: 50%;
        top: auto;
        bottom: 38%;
        transform: translateX(-50%);
        font-size: 1rem;
        padding: 0.55rem 1rem;
    }
    .hero-stage-mark { width: 44px; height: 44px; font-size: 1.55rem; bottom: 6%; right: 4%; }
}

/* Bottom stats bar */
.hero-stats {
    position: relative;
    z-index: 3;
    padding: 0 0 3rem;
}

.hero-stats-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 2.5rem 4rem;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    opacity: 0;
    animation: heroFadeUp 0.8s ease-out 1.4s forwards;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--pure-white);
    font-family: var(--font-heading);
    line-height: 1;
    margin-bottom: 0.4rem;
}

.hero-stat-label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

/* ===== HERO RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hero-grid-layout {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
        padding-top: 140px;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        height: 350px;
    }

    .hero-title {
        font-size: 4.5rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 3.8rem;
    }

    .hero-subtitle {
        font-size: 1.7rem;
    }

    .hero-stats-grid {
        flex-wrap: wrap;
        gap: 2rem;
        padding: 2rem;
    }

    .hero-stat-divider {
        display: none;
    }

    .hero-stat {
        flex: 1 1 40%;
    }

    .hero-visual {
        height: 300px;
    }

    .hero-card {
        padding: 1.2rem 1.6rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 3.2rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-cta,
    .hero-cta-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-visual {
        display: none;
    }

    .hero-stat-number {
        font-size: 2.4rem;
    }
}


/* ===== ABOUT SECTION ===== */
/* ===== ABOUT SECTION - Dark immersive design ===== */
.about-section {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(160deg, #060508 0%, #0f0c12 35%, #14101a 65%, #0d0b0e 100%);
}

.about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.about-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse 60% 50% at 20% 50%, rgba(161, 29, 51, 0.08) 0%, transparent 100%),
        radial-gradient(ellipse 50% 60% at 80% 30%, rgba(214, 59, 71, 0.06) 0%, transparent 100%);
}

.about-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(214, 59, 71, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 59, 71, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.about-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.about-bg-orb-1 {
    top: -80px;
    right: 10%;
    width: 400px;
    height: 400px;
    background: rgba(161, 29, 51, 0.12);
    animation: about-float 18s infinite alternate ease-in-out;
}

.about-bg-orb-2 {
    bottom: -120px;
    left: 5%;
    width: 350px;
    height: 350px;
    background: rgba(214, 59, 71, 0.08);
    animation: about-float 15s infinite alternate-reverse ease-in-out;
}

@keyframes about-float {
    0% { transform: translate(0, 0); }
    100% { transform: translate(25px, 20px); }
}

/* --- Section Header (centered) --- */
.about-header {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 70px;
}

.section-label--center {
    justify-content: center;
}

.section-label--center .label-line {
    margin: 0 15px;
}

.section-label--center .label-text {
    color: var(--accent);
}

.about-section .about-title {
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0;
    color: #ffffff;
}

.text-gradient-light {
    color: #FF8B7A;
    position: relative;
    display: inline-block;
}

.text-gradient-light::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #D63B47, #FF8B7A);
    border-radius: 2px;
    opacity: 0.4;
}

/* --- Main Content Grid --- */
.about-section .about-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 70px;
}

.about-section .about-content-wrapper {
    position: relative;
    display: flex;
    gap: 24px;
}

.about-accent-bar {
    width: 4px;
    min-height: 100%;
    background: linear-gradient(to bottom, #D63B47, #FF8B7A, transparent);
    border-radius: 4px;
    flex-shrink: 0;
}

.about-text-block {
    flex: 1;
}

/* Lead & Body Text */
.about-section .about-lead {
    font-size: 1.8rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    font-weight: 500;
}

.about-section .about-body {
    font-size: 1.55rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* --- Visual / Image Side --- */
.about-section .about-visual {
    position: relative;
    padding-top: 0;
}

.about-section .about-visual-frame {
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(214, 59, 71, 0.15);
}

.about-visual-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg, transparent 0%, rgba(214, 59, 71, 0.1) 25%, transparent 50%, rgba(161, 29, 51, 0.08) 75%, transparent 100%);
    animation: glow-rotate 12s linear infinite;
    z-index: 0;
}

@keyframes glow-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.about-section .about-visual-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.6s ease;
}

.about-section .about-visual-frame:hover .about-visual-img {
    transform: scale(1.04);
}

.about-section .about-visual-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgba(8, 6, 10, 0.5) 0%, rgba(161, 29, 51, 0.15) 50%, transparent 100%);
    z-index: 2;
}

/* Experience badge */
.about-section .about-visual-experience {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #A11D33, #D63B47);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 12px 40px rgba(161, 29, 51, 0.4);
    z-index: 4;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.about-section .exp-number {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.about-section .exp-number span {
    font-size: 1.8rem;
    font-weight: 600;
}

.about-section .exp-text {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Tech strip */
.about-tech-strip {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(14, 26, 58, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(214, 59, 71, 0.2);
    border-radius: 12px;
    padding: 12px 28px;
    z-index: 5;
    white-space: nowrap;
}

.tech-strip-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.tech-strip-item i {
    color: #D63B47;
    font-size: 1.4rem;
}

.tech-strip-divider {
    width: 1px;
    height: 18px;
    background: rgba(214, 59, 71, 0.25);
}

/* --- Pillar Cards - 3 column --- */
.about-section .about-pillars {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 70px;
}

.about-section .pillar-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 36px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(214, 59, 71, 0.1);
    border-radius: 18px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.about-section .pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.08), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-section .pillar-card:hover {
    border-color: rgba(214, 59, 71, 0.25);
    box-shadow: 0 16px 48px rgba(161, 29, 51, 0.15);
    transform: translateY(-6px);
}

.about-section .pillar-card:hover::before {
    opacity: 1;
}

.pillar-number {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.about-section .pillar-icon-wrap {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.15), rgba(214, 59, 71, 0.08));
    border: 1px solid rgba(214, 59, 71, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D63B47;
    font-size: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.about-section .pillar-card:hover .pillar-icon-wrap {
    background: linear-gradient(135deg, #A11D33, #D63B47);
    border-color: transparent;
    color: white;
    box-shadow: 0 8px 24px rgba(161, 29, 51, 0.3);
}

.about-section .pillar-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.about-section .pillar-desc {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* --- Stats Bar (glassmorphism on dark) --- */
.about-section .about-stats-bar {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(214, 59, 71, 0.12);
    border-radius: 18px;
    padding: 40px 50px;
    backdrop-filter: blur(12px);
}

.about-section .stat-bar-item {
    flex: 1;
    text-align: center;
}

.about-section .stat-bar-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 3.8rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}

.about-section .stat-bar-number .plus {
    font-size: 2.4rem;
    font-weight: 700;
    margin-left: 2px;
    color: #D63B47;
}

.about-section .stat-bar-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.about-section .stat-bar-divider {
    width: 1px;
    height: 50px;
    background: rgba(214, 59, 71, 0.15);
    flex-shrink: 0;
}

/* --- About Responsive --- */
@media (max-width: 992px) {
    .about-section .about-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-section .about-pillars {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-section .pillar-card {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 24px 28px;
    }

    .pillar-number {
        display: none;
    }

    .about-section .pillar-icon-wrap {
        margin-bottom: 0;
    }

    .about-section .about-stats-bar {
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px 30px;
    }

    .about-section .stat-bar-divider {
        display: none;
    }

    .about-section .stat-bar-item {
        flex: 0 0 calc(50% - 10px);
    }

    .about-section .about-visual-experience {
        top: auto;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 80px 0 70px;
    }

    .about-header {
        margin-bottom: 50px;
    }

    .about-section .about-title {
        font-size: 3rem;
    }

    .about-section .about-content-wrapper {
        gap: 16px;
    }

    .about-section .about-lead {
        font-size: 1.6rem;
    }

    .about-section .about-stats-bar {
        padding: 25px 20px;
    }

    .about-section .stat-bar-number {
        font-size: 2.8rem;
    }

    .about-section .about-visual-frame {
        height: 350px;
    }

    .about-section .about-visual-experience {
        width: 100px;
        height: 100px;
    }

    .about-section .exp-number {
        font-size: 2.6rem;
    }

    .about-tech-strip {
        padding: 10px 20px;
        gap: 12px;
    }

    .tech-strip-item {
        font-size: 1.15rem;
    }

    .about-section .about-pillars {
        margin-bottom: 50px;
    }

    .about-section .about-wrapper {
        margin-bottom: 50px;
    }
}

/* Modern Features Section Styles */
/* ===== FEATURES SECTION - Hero-matched design ===== */
.features-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #060508 0%, #0f0c12 30%, #14101a 60%, #0d0b0e 100%);
    overflow: hidden;
}

/* Animated background - mirrors hero */
.features-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.features-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(161, 29, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161, 29, 51, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
}

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

.features-orb-1 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.3), transparent 70%);
    top: -15%;
    left: 10%;
    animation: orbFloat2 22s ease-in-out infinite;
}

.features-orb-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(214, 59, 71, 0.2), transparent 70%);
    bottom: -10%;
    right: 5%;
    animation: orbFloat1 18s ease-in-out infinite;
}

.features-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 139, 122, 0.18), transparent 70%);
    top: 40%;
    right: 30%;
    animation: orbFloat3 16s ease-in-out infinite;
}

.features-line {
    position: absolute;
    width: 1px;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(161, 29, 51, 0.25), transparent);
    transform: rotate(35deg);
    opacity: 0;
    animation: lineSweep 8s ease-in-out infinite;
}

.features-line-1 {
    top: 15%;
    right: 20%;
    animation-delay: 1.5s;
}

.features-line-2 {
    bottom: 20%;
    left: 15%;
    animation-delay: 4.5s;
    height: 150px;
}

/* Section Header - hero style */
.features-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.features-badge {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 50px;
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.features-title {
    font-family: var(--font-heading);
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--pure-white);
    margin-bottom: 1.5rem;
}

.features-title-line {
    display: block;
}

.features-title-accent {
    color: var(--accent);
}

.features-subtitle {
    font-size: 1.7rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
    max-width: 550px;
    margin: 0 auto;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Feature Card - glass morphism like hero cards */
.feature-card {
    position: relative;
    height: 100%;
}

.feature-card-inner {
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 32px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.feature-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(161, 29, 51, 0.08), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.feature-card:hover .feature-card-inner {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(161, 29, 51, 0.3);
    box-shadow: 0 20px 60px rgba(161, 29, 51, 0.15), 0 0 40px rgba(161, 29, 51, 0.05);
}

.feature-card:hover .feature-card-glow {
    opacity: 1;
}

/* Feature Header */
.feature-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.feature-icon i {
    font-size: 24px;
    color: var(--accent);
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
    background: rgba(161, 29, 51, 0.25);
    border-color: rgba(214, 59, 71, 0.4);
    box-shadow: 0 0 20px rgba(161, 29, 51, 0.2);
}

.feature-card:hover .feature-icon i {
    color: #fff;
}

.feature-number {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    transition: color 0.4s ease;
}

.feature-card:hover .feature-number {
    color: #ffffff;
}

/* Feature Content */
.feature-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--pure-white);
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.feature-description {
    font-size: 1.5rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.feature-card:hover .feature-description {
    color: #ffffff;
}

/* Feature Benefits */
.feature-benefits {
    margin-top: auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.benefit-item i {
    color: var(--accent);
    margin-right: 10px;
    font-size: 14px;
    transition: color 0.4s ease;
}

.feature-card:hover .benefit-item i {
    color: #FF8B7A;
}

.benefit-item span {
    font-size: 1.45rem;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.4s ease;
}

.feature-card:hover .benefit-item span {
    color: #ffffff;
}

/* Feature Link */
.feature-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--accent);
    font-weight: 600;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.feature-link i {
    transition: transform 0.3s ease;
}

.feature-link:hover {
    color: #FF8B7A;
}

.feature-link:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-title {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 80px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .features-title {
        font-size: 3.2rem;
    }

    .features-subtitle {
        font-size: 1.5rem;
    }

    .feature-card-inner {
        padding: 32px 24px;
    }
}

/* Professional Modern Services Section */
/* ===== SERVICES SECTION - Hero-matched design ===== */
.services-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #0d0b0e 0%, #14101a 40%, #0f0c12 70%, #060508 100%);
    overflow: hidden;
}

/* Animated background - mirrors hero */
.services-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.services-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(161, 29, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161, 29, 51, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
}

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

.services-orb-1 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.3), transparent 70%);
    top: -5%;
    right: 5%;
    animation: orbFloat1 20s ease-in-out infinite;
}

.services-orb-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(214, 59, 71, 0.2), transparent 70%);
    bottom: 5%;
    left: -5%;
    animation: orbFloat2 25s ease-in-out infinite;
}

.services-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 139, 122, 0.18), transparent 70%);
    top: 55%;
    left: 45%;
    animation: orbFloat3 18s ease-in-out infinite;
}

.services-line {
    position: absolute;
    width: 1px;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(161, 29, 51, 0.3), transparent);
    transform: rotate(35deg);
    opacity: 0;
    animation: lineSweep 8s ease-in-out infinite;
}

.services-line-1 {
    top: 15%;
    left: 15%;
    animation-delay: 1s;
}

.services-line-2 {
    bottom: 20%;
    right: 20%;
    animation-delay: 4.5s;
    height: 150px;
}

/* Section header - hero style */
.services-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 1;
}

.services-badge {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 50px;
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.services-heading {
    font-size: 4rem;
    font-weight: 800;
    color: var(--pure-white);
    line-height: 1.15;
    margin-bottom: 2rem;
}

.services-heading-accent {
    color: var(--accent);
}

.services-subtitle {
    font-size: 1.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    max-width: 600px;
    margin: 0 auto;
}

/* Services grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1;
}

/* Service item */
.service-item {
    height: 100%;
}

/* Service card - glassmorphism like hero cards */
.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 36px 32px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.service-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 60px rgba(161, 29, 51, 0.15), 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Card icon - colored backgrounds like hero cards */
.service-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    flex-shrink: 0;
    margin-bottom: 24px;
    background: rgba(161, 29, 51, 0.2);
    color: var(--accent);
    transition: all 0.4s ease;
}

.service-card:hover .service-card-icon {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(161, 29, 51, 0.3);
}

.service-card-icon--purple {
    background: rgba(255, 139, 122, 0.2);
    color: #FF8B7A;
}

.service-card:hover .service-card-icon--purple {
    box-shadow: 0 8px 24px rgba(255, 139, 122, 0.3);
}

.service-card-icon--teal {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.service-card:hover .service-card-icon--teal {
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.service-card-icon--indigo {
    background: rgba(161, 29, 51, 0.2);
    color: #FF8B7A;
}

.service-card:hover .service-card-icon--indigo {
    box-shadow: 0 8px 24px rgba(161, 29, 51, 0.3);
}

/* Card content */
.service-card-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--pure-white);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.service-card-desc {
    font-size: 1.5rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}

.service-card-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(161, 29, 51, 0.15), rgba(255, 255, 255, 0.08));
    margin: 20px 0;
}

.service-card-features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.service-card-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    font-weight: 500;
}

.service-card-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 12px;
    flex-shrink: 0;
    opacity: 0.6;
}

.service-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    padding: 1.2rem 2.4rem;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: fit-content;
    transition: all 0.3s ease;
}

.service-card-link i {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.service-card-link:hover {
    color: var(--pure-white);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
}

.service-card-link:hover i {
    transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .services-grid {
        gap: 24px;
    }
}

@media (max-width: 992px) {
    .services-section {
        padding: 100px 0;
    }

    .services-grid {
        gap: 20px;
    }

    .service-card {
        padding: 28px 24px;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 80px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-heading {
        font-size: 3.2rem;
    }

    .services-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .service-card {
        padding: 24px 20px;
    }

    .service-card-icon {
        width: 48px;
        height: 48px;
        font-size: 1.8rem;
    }

    .service-card-title {
        font-size: 2rem;
    }

    .services-heading {
        font-size: 2.8rem;
    }
}

/* ===== TECHNOLOGIES SECTION - Hero-matched design ===== */
.technologies-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #060508 0%, #0f0c12 30%, #14101a 60%, #0d0b0e 100%);
    overflow: hidden;
}

/* Animated background - mirrors hero */
.tech-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.tech-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(161, 29, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161, 29, 51, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
}

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

.tech-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.3), transparent 70%);
    top: -10%;
    right: 15%;
    animation: orbFloat1 20s ease-in-out infinite;
}

.tech-orb-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(214, 59, 71, 0.2), transparent 70%);
    bottom: -5%;
    left: 5%;
    animation: orbFloat2 24s ease-in-out infinite;
}

.tech-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 139, 122, 0.18), transparent 70%);
    top: 50%;
    left: 40%;
    animation: orbFloat3 17s ease-in-out infinite;
}

.tech-line {
    position: absolute;
    width: 1px;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(161, 29, 51, 0.25), transparent);
    transform: rotate(35deg);
    opacity: 0;
    animation: lineSweep 8s ease-in-out infinite;
}

.tech-line-1 {
    top: 20%;
    left: 10%;
    animation-delay: 2s;
}

.tech-line-2 {
    bottom: 15%;
    right: 15%;
    animation-delay: 5s;
    height: 150px;
}

/* Section header - hero style */
.tech-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.tech-badge {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 50px;
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.tech-heading {
    font-size: 4rem;
    font-weight: 800;
    color: var(--pure-white);
    line-height: 1.15;
    margin-bottom: 2rem;
}

.tech-heading-accent {
    color: var(--accent);
}

.tech-subtitle {
    font-size: 1.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto;
}

/* Tech cards grid */
.tech-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2;
}

/* Tech card - glassmorphism */
.tech-card-item {
    height: 100%;
}

.tech-card-glass {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px 28px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.tech-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(161, 29, 51, 0.08), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.tech-card-item:hover .tech-card-glass {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(161, 29, 51, 0.3);
    box-shadow: 0 20px 60px rgba(161, 29, 51, 0.15), 0 0 40px rgba(161, 29, 51, 0.05);
}

.tech-card-item:hover .tech-card-glow {
    opacity: 1;
}

/* Card header */
.tech-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.tech-card-icon {
    width: 56px;
    height: 56px;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--accent);
    transition: all 0.4s ease;
}

.tech-card-item:hover .tech-card-icon {
    background: rgba(161, 29, 51, 0.25);
    border-color: rgba(214, 59, 71, 0.4);
    box-shadow: 0 0 20px rgba(161, 29, 51, 0.2);
    color: #fff;
}

.tech-card-icon--purple {
    background: rgba(255, 139, 122, 0.15);
    border-color: rgba(255, 139, 122, 0.25);
    color: #FF8B7A;
}

.tech-card-item:hover .tech-card-icon--purple {
    background: rgba(255, 139, 122, 0.25);
    border-color: rgba(214, 59, 71, 0.4);
    box-shadow: 0 0 20px rgba(255, 139, 122, 0.2);
}

.tech-card-icon--teal {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.25);
    color: #34d399;
}

.tech-card-item:hover .tech-card-icon--teal {
    background: rgba(16, 185, 129, 0.25);
    border-color: rgba(52, 211, 153, 0.4);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.2);
}

.tech-card-icon--indigo {
    background: rgba(161, 29, 51, 0.15);
    border-color: rgba(161, 29, 51, 0.25);
    color: #FF8B7A;
}

.tech-card-item:hover .tech-card-icon--indigo {
    background: rgba(161, 29, 51, 0.25);
    border-color: rgba(214, 59, 71, 0.4);
    box-shadow: 0 0 20px rgba(161, 29, 51, 0.2);
}

.tech-card-num {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    transition: color 0.4s ease;
}

.tech-card-item:hover .tech-card-num {
    color: #ffffff;
}

/* Card content */
.tech-card-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--pure-white);
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.tech-card-desc {
    font-size: 1.45rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    transition: color 0.4s ease;
}

.tech-card-item:hover .tech-card-desc {
    color: rgba(255, 255, 255, 0.85);
}

/* Tags */
.tech-card-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.tech-tag {
    padding: 5px 14px;
    background: rgba(161, 29, 51, 0.1);
    border: 1px solid rgba(161, 29, 51, 0.15);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tech-card-item:hover .tech-tag {
    background: rgba(161, 29, 51, 0.15);
    border-color: rgba(161, 29, 51, 0.25);
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 1200px) {
    .tech-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .technologies-section {
        padding: 100px 0;
    }

    .tech-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .tech-card-glass {
        padding: 28px 24px;
    }
}

@media (max-width: 768px) {
    .technologies-section {
        padding: 80px 0;
    }

    .tech-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tech-heading {
        font-size: 3.2rem;
    }

    .tech-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .tech-card-glass {
        padding: 24px 20px;
    }

    .tech-heading {
        font-size: 2.8rem;
    }
}

/* ===== INDUSTRIES SECTION - Hero-matched design ===== */
.industries-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #0d0b0e 0%, #14101a 40%, #0f0c12 70%, #060508 100%);
    overflow: hidden;
}

/* Animated background - mirrors hero */
.ind-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.ind-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(161, 29, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161, 29, 51, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
}

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

.ind-orb-1 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.3), transparent 70%);
    top: -5%;
    left: 10%;
    animation: orbFloat2 22s ease-in-out infinite;
}

.ind-orb-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(214, 59, 71, 0.2), transparent 70%);
    bottom: 5%;
    right: -5%;
    animation: orbFloat1 18s ease-in-out infinite;
}

.ind-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 139, 122, 0.18), transparent 70%);
    top: 45%;
    right: 35%;
    animation: orbFloat3 15s ease-in-out infinite;
}

.ind-line {
    position: absolute;
    width: 1px;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(161, 29, 51, 0.3), transparent);
    transform: rotate(35deg);
    opacity: 0;
    animation: lineSweep 8s ease-in-out infinite;
}

.ind-line-1 {
    top: 10%;
    right: 20%;
    animation-delay: 1.5s;
}

.ind-line-2 {
    bottom: 25%;
    left: 12%;
    animation-delay: 5s;
    height: 150px;
}

/* Section header - hero style */
.ind-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 1;
}

.ind-badge {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 50px;
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.ind-heading {
    font-size: 4rem;
    font-weight: 800;
    color: var(--pure-white);
    line-height: 1.15;
    margin-bottom: 2rem;
}

.ind-heading-accent {
    color: var(--accent);
}

.ind-subtitle {
    font-size: 1.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto;
}

/* Industries cards grid */
.ind-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

/* Industry card - glassmorphism */
.ind-card-item {
    height: 100%;
}

.ind-card-glass {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 36px 32px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.ind-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(161, 29, 51, 0.08), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.ind-card-item:hover .ind-card-glass {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 60px rgba(161, 29, 51, 0.15), 0 8px 32px rgba(0, 0, 0, 0.2);
}

.ind-card-item:hover .ind-card-glow {
    opacity: 1;
}

/* Card header */
.ind-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.ind-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    flex-shrink: 0;
    background: rgba(161, 29, 51, 0.2);
    color: var(--accent);
    transition: all 0.4s ease;
}

.ind-card-item:hover .ind-card-icon {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(161, 29, 51, 0.3);
}

.ind-card-icon--purple {
    background: rgba(255, 139, 122, 0.2);
    color: #FF8B7A;
}

.ind-card-item:hover .ind-card-icon--purple {
    box-shadow: 0 8px 24px rgba(255, 139, 122, 0.3);
}

.ind-card-icon--teal {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

.ind-card-item:hover .ind-card-icon--teal {
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
}

.ind-card-icon--amber {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
}

.ind-card-item:hover .ind-card-icon--amber {
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3);
}

.ind-card-icon--blue {
    background: rgba(96, 165, 250, 0.2);
    color: #60a5fa;
}

.ind-card-item:hover .ind-card-icon--blue {
    box-shadow: 0 8px 24px rgba(96, 165, 250, 0.3);
}

.ind-card-num {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    transition: color 0.4s ease;
}

.ind-card-item:hover .ind-card-num {
    color: #ffffff;
}

/* Card content */
.ind-card-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--pure-white);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.ind-card-desc {
    font-size: 1.5rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.ind-card-item:hover .ind-card-desc {
    color: rgba(255, 255, 255, 0.85);
}

.ind-card-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(161, 29, 51, 0.15), rgba(255, 255, 255, 0.08));
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

.ind-card-features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.ind-card-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    font-weight: 500;
    transition: color 0.4s ease;
}

.ind-card-item:hover .ind-card-features li {
    color: rgba(255, 255, 255, 0.9);
}

.ind-card-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 12px;
    flex-shrink: 0;
    opacity: 0.6;
}

.ind-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent);
    padding: 1.2rem 2.4rem;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: fit-content;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.ind-card-link i {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.ind-card-link:hover {
    color: var(--pure-white);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
}

.ind-card-link:hover i {
    transform: translateX(5px);
}

/* Industries CTA - glassmorphism style */
.ind-cta {
    position: relative;
    background: rgba(161, 29, 51, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(161, 29, 51, 0.25);
    border-radius: 20px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease;
}

.ind-cta:hover {
    border-color: rgba(161, 29, 51, 0.4);
    box-shadow: 0 20px 60px rgba(161, 29, 51, 0.12);
}

.ind-cta-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.15), transparent 60%);
    pointer-events: none;
}

.ind-cta-content {
    max-width: 65%;
    position: relative;
    z-index: 1;
}

.ind-cta-content h3 {
    color: var(--pure-white);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.ind-cta-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0;
}

.ind-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 1.4rem 3rem;
    background: rgba(161, 29, 51, 0.3);
    border: 1px solid rgba(161, 29, 51, 0.5);
    border-radius: 12px;
    color: var(--pure-white);
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.ind-cta-button:hover {
    background: rgba(161, 29, 51, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(161, 29, 51, 0.2);
    color: var(--pure-white);
}

.ind-cta-button i {
    transition: transform 0.3s ease;
}

.ind-cta-button:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
    .industries-section {
        padding: 100px 0;
    }

    .ind-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ind-cta {
        padding: 40px;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .ind-cta-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .industries-section {
        padding: 80px 0;
    }

    .ind-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ind-heading {
        font-size: 3.2rem;
    }

    .ind-header {
        margin-bottom: 50px;
    }

    .ind-cta {
        padding: 32px 24px;
    }
}

@media (max-width: 576px) {
    .ind-card-glass {
        padding: 28px 20px;
    }

    .ind-heading {
        font-size: 2.8rem;
    }

    .ind-cta-content h3 {
        font-size: 2rem;
    }

    .ind-cta-content p {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .industry-content {
        padding: 25px 20px;
    }
    
    .industries-cta {
        padding: 30px 25px;
    }
    
    .industries-cta-content h3 {
        font-size: 2.2rem;
    }
    
    .industries-cta-content p {
        font-size: 1.5rem;
    }
}

/* Professional Projects Section */
/* ===== PROJECTS SECTION - Hero-matched design ===== */
.projects-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #060508 0%, #0f0c12 30%, #14101a 60%, #0d0b0e 100%);
    overflow: hidden;
}

/* Animated background - mirrors hero */
.proj-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.proj-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(161, 29, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161, 29, 51, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
}

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

.proj-orb-1 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.3), transparent 70%);
    top: -10%;
    left: 5%;
    animation: orbFloat2 22s ease-in-out infinite;
}

.proj-orb-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(214, 59, 71, 0.2), transparent 70%);
    bottom: -5%;
    right: 10%;
    animation: orbFloat1 19s ease-in-out infinite;
}

.proj-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 139, 122, 0.18), transparent 70%);
    top: 45%;
    right: 25%;
    animation: orbFloat3 16s ease-in-out infinite;
}

.proj-line {
    position: absolute;
    width: 1px;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(161, 29, 51, 0.25), transparent);
    transform: rotate(35deg);
    opacity: 0;
    animation: lineSweep 8s ease-in-out infinite;
}

.proj-line-1 {
    top: 15%;
    right: 18%;
    animation-delay: 2s;
}

.proj-line-2 {
    bottom: 20%;
    left: 12%;
    animation-delay: 5.5s;
    height: 150px;
}

/* Section header */
.proj-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 2;
}

.proj-badge {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 50px;
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.proj-heading {
    font-size: 4rem;
    font-weight: 800;
    color: var(--pure-white);
    line-height: 1.15;
    margin-bottom: 2rem;
}

.proj-heading-accent {
    color: var(--accent);
}

.proj-subtitle {
    font-size: 1.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto;
}

/* Filter buttons - glassmorphism */
.proj-filter-container {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.proj-filter {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px;
    border-radius: 14px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.proj-filter-btn {
    background: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.proj-filter-btn.active {
    background: rgba(161, 29, 51, 0.3);
    border-color: rgba(161, 29, 51, 0.5);
    color: var(--pure-white);
    box-shadow: 0 4px 15px rgba(161, 29, 51, 0.2);
}

.proj-filter-btn:hover:not(.active) {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

/* Projects grid */
.proj-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

/* Project card */
.proj-card {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.proj-card:hover {
    transform: translateY(-8px);
    border-color: rgba(161, 29, 51, 0.3);
    box-shadow: 0 20px 60px rgba(161, 29, 51, 0.15), 0 0 40px rgba(161, 29, 51, 0.05);
}

.proj-card-inner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.proj-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.proj-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.proj-card:hover .proj-image {
    transform: scale(1.05);
}

.proj-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 180px;
    padding: 30px;
    background: linear-gradient(to top, rgba(8, 6, 10, 0.95), rgba(15, 12, 18, 0.7) 80%, transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: min-height 0.4s ease, background 0.4s ease;
    z-index: 1;
}

.proj-card:hover .proj-overlay {
    min-height: 100%;
    background: linear-gradient(to top, rgba(8, 6, 10, 0.97), rgba(15, 12, 18, 0.85));
}

.proj-content {
    position: relative;
    transition: all 0.4s ease;
}

.proj-card:hover .proj-content {
    transform: translateY(-20px);
}

.proj-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.proj-category span {
    padding: 4px 14px;
    background: rgba(161, 29, 51, 0.2);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 20px;
    color: var(--accent);
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.proj-date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
}

.proj-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--pure-white);
    margin-bottom: 15px;
    line-height: 1.3;
}

.proj-description {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
    max-width: 500px;
}

.proj-card:hover .proj-description {
    opacity: 1;
    transform: translateY(0);
}

.proj-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.2s;
}

.proj-card:hover .proj-meta {
    opacity: 1;
    transform: translateY(0);
}

.proj-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.proj-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    padding: 0.8rem 1.8rem;
    font-size: 1.4rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.proj-link:hover {
    color: var(--pure-white);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.proj-link i {
    transition: transform 0.3s ease;
}

.proj-link:hover i {
    transform: translateX(5px);
}

/* Projects button */
.proj-button-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.proj-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 1.4rem 3rem;
    background: rgba(161, 29, 51, 0.2);
    border: 1px solid rgba(161, 29, 51, 0.4);
    border-radius: 12px;
    color: var(--pure-white);
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.proj-button:hover {
    background: rgba(161, 29, 51, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(161, 29, 51, 0.2);
    color: var(--pure-white);
}

.proj-button i {
    transition: transform 0.3s ease;
}

.proj-button:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
    .projects-section {
        padding: 100px 0;
    }

    .proj-filter-btn {
        padding: 8px 16px;
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .projects-section {
        padding: 80px 0;
    }

    .proj-grid {
        grid-template-columns: 1fr;
    }

    .proj-card-inner {
        height: 380px;
    }

    .proj-heading {
        font-size: 3.2rem;
    }

    .proj-header {
        margin-bottom: 50px;
    }

    .proj-overlay {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .proj-filter {
        flex-direction: column;
        padding: 6px;
    }

    .proj-filter-btn {
        width: 100%;
    }

    .proj-card-inner {
        height: 350px;
    }

    .proj-title {
        font-size: 2rem;
    }

    .proj-heading {
        font-size: 2.8rem;
    }

    .proj-overlay {
        padding: 20px;
    }
}

/* ===== CONTACT SECTION - Hero-matched design ===== */
.contact-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #0d0b0e 0%, #14101a 40%, #0f0c12 70%, #060508 100%);
    overflow: hidden;
}

/* Animated background - mirrors hero */
.ct-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.ct-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(161, 29, 51, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161, 29, 51, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%);
}

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

.ct-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.3), transparent 70%);
    top: -5%;
    right: 10%;
    animation: orbFloat1 21s ease-in-out infinite;
}

.ct-orb-2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(214, 59, 71, 0.2), transparent 70%);
    bottom: 0%;
    left: -5%;
    animation: orbFloat2 25s ease-in-out infinite;
}

.ct-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 139, 122, 0.18), transparent 70%);
    top: 50%;
    left: 45%;
    animation: orbFloat3 17s ease-in-out infinite;
}

.ct-line {
    position: absolute;
    width: 1px;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(161, 29, 51, 0.3), transparent);
    transform: rotate(35deg);
    opacity: 0;
    animation: lineSweep 8s ease-in-out infinite;
}

.ct-line-1 {
    top: 10%;
    left: 15%;
    animation-delay: 1s;
}

.ct-line-2 {
    bottom: 15%;
    right: 18%;
    animation-delay: 4.5s;
    height: 150px;
}

/* Section header */
.ct-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 1;
}

.ct-badge {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: rgba(161, 29, 51, 0.15);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 50px;
    color: var(--accent);
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.ct-heading {
    font-size: 4rem;
    font-weight: 800;
    color: var(--pure-white);
    line-height: 1.15;
    margin-bottom: 2rem;
}

.ct-heading-accent {
    color: var(--accent);
}

.ct-subtitle {
    font-size: 1.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto;
}

/* Contact wrapper */
.ct-wrapper {
    position: relative;
    z-index: 1;
}

/* Contact card - glassmorphism */
.ct-card {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Contact info panel */
.ct-info {
    background: rgba(161, 29, 51, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding: 50px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ct-info-glow {
    position: absolute;
    top: -30%;
    left: -30%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(161, 29, 51, 0.15), transparent 60%);
    pointer-events: none;
}

.ct-info-header {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.ct-info-header h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--pure-white);
    margin-bottom: 15px;
}

.ct-info-header p {
    font-size: 1.5rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

.ct-info-content {
    margin-bottom: 40px;
    flex: 1;
    position: relative;
    z-index: 1;
}

.ct-info-item {
    display: flex;
    margin-bottom: 28px;
}

.ct-info-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(161, 29, 51, 0.2);
    border: 1px solid rgba(161, 29, 51, 0.3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    transition: all 0.3s ease;
}

.ct-info-item:hover .ct-info-icon {
    background: rgba(161, 29, 51, 0.3);
    box-shadow: 0 0 20px rgba(161, 29, 51, 0.15);
}

.ct-info-icon i {
    font-size: 18px;
    color: var(--accent);
}

.ct-info-text h4 {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--pure-white);
    margin-bottom: 5px;
}

.ct-info-text p {
    font-size: 1.45rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.ct-info-text a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

.ct-info-text a:hover {
    color: var(--accent);
}

.ct-social {
    position: relative;
    z-index: 1;
}

.ct-social h4 {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--pure-white);
    margin-bottom: 15px;
}

.ct-social-links {
    display: flex;
    gap: 12px;
}

.ct-social-link {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.ct-social-link:hover {
    background: rgba(161, 29, 51, 0.3);
    border-color: rgba(161, 29, 51, 0.5);
    color: var(--pure-white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(161, 29, 51, 0.15);
}

/* Contact form */
.ct-form-wrapper {
    padding: 50px;
    position: relative;
}

.ct-form h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--pure-white);
    margin-bottom: 30px;
}

.ct-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.ct-form-group {
    margin-bottom: 20px;
}

.ct-form-group label {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.ct-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.ct-input-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
    z-index: 1;
}

.ct-textarea-wrapper i {
    top: 25px;
    transform: none;
}

.ct-input {
    width: 100%;
    padding: 13px 15px 13px 45px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 1.5rem;
    color: var(--pure-white);
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.3s ease;
}

.ct-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.ct-input:focus {
    outline: none;
    border-color: rgba(161, 29, 51, 0.5);
    box-shadow: 0 0 0 3px rgba(161, 29, 51, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

select.ct-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

select.ct-input option {
    background: #14101a;
    color: var(--pure-white);
}

textarea.ct-input {
    min-height: 120px;
    resize: vertical;
}

/* Checkbox */
.ct-form-privacy {
    margin-bottom: 25px;
}

.ct-checkbox {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.ct-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ct-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.ct-checkbox:hover input ~ .ct-checkmark {
    border-color: rgba(161, 29, 51, 0.4);
}

.ct-checkbox input:checked ~ .ct-checkmark {
    background: rgba(161, 29, 51, 0.5);
    border-color: rgba(161, 29, 51, 0.7);
}

.ct-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ct-checkbox input:checked ~ .ct-checkmark:after {
    display: block;
}

.ct-checkbox .ct-checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ct-checkbox-text {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}

.ct-checkbox-text a {
    color: var(--accent);
    font-weight: 600;
    transition: color 0.3s ease;
}

.ct-checkbox-text a:hover {
    color: #FF8B7A;
}

/* Submit button */
.ct-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(161, 29, 51, 0.3);
    border: 1px solid rgba(161, 29, 51, 0.5);
    color: var(--pure-white);
    border-radius: 12px;
    padding: 14px 30px;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ct-submit-btn:hover {
    background: rgba(161, 29, 51, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(161, 29, 51, 0.2);
}

.ct-submit-btn i {
    transition: transform 0.3s ease;
}

.ct-submit-btn:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1200px) {
    .ct-card {
        grid-template-columns: 1fr 1.2fr;
    }

    .ct-info {
        padding: 40px 30px;
    }

    .ct-form-wrapper {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .contact-section {
        padding: 100px 0;
    }

    .ct-card {
        grid-template-columns: 1fr;
    }

    .ct-info {
        padding: 40px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .ct-form-wrapper {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 80px 0;
    }

    .ct-form-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }

    .ct-info {
        padding: 30px;
    }

    .ct-form-wrapper {
        padding: 30px;
    }

    .ct-heading {
        font-size: 3.2rem;
    }

    .ct-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .ct-info-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        margin-right: 14px;
    }

    .ct-info-icon i {
        font-size: 15px;
    }

    .ct-form h3,
    .ct-info-header h3 {
        font-size: 2.2rem;
    }

    .ct-heading {
        font-size: 2.8rem;
    }
}

/* ==========================================================================
   NEW SECTIONS
   ========================================================================== */

/* ===== TECH STACK STRIP ===== */
.techstrip-section {
  padding: 3rem 0;
  background: var(--light);
  overflow: hidden;
  border-top: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
}

.techstrip-label {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

.techstrip-track {
  overflow: hidden;
  width: 100%;
}

.techstrip-slide {
  display: flex;
  animation: techstrip-scroll 30s linear infinite;
  width: max-content;
}

.techstrip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0 2.5rem;
  flex-shrink: 0;
}

.techstrip-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.3s;
  filter: grayscale(30%);
}

.techstrip-item:hover img {
  opacity: 1;
  transform: scale(1.15);
  filter: grayscale(0%);
}

.techstrip-item span {
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: var(--gray);
  font-weight: 500;
}

@keyframes techstrip-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .techstrip-item { padding: 0 1.5rem; }
  .techstrip-item img { width: 36px; height: 36px; }
  .techstrip-item span { font-size: 1rem; }
}

/* ===== PROCESS SECTION ===== */
.process-section {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  background: var(--light);
}

.process-orb-1 {
  width: 400px;
  height: 400px;
  background: var(--primary);
  top: 10%;
  left: -10%;
}

.process-orb-2 {
  width: 300px;
  height: 300px;
  background: var(--accent);
  bottom: 10%;
  right: -5%;
}

.process-header { margin-bottom: 6rem; }

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  z-index: 1;
}

.process-line {
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: 0.3;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.process-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(161,29,51,0.3);
}

.process-step-card {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.process-step-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.process-step-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(161,29,51,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.process-step-icon i {
  font-size: 2rem;
  color: var(--primary);
}

.process-step-card h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 1rem;
}

.process-step-card p {
  font-family: var(--font-body);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--secondary);
  line-height: 1.65;
}

@media (max-width: 992px) {
  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .process-line { display: none; }
}

@media (max-width: 576px) {
  .process-timeline { grid-template-columns: 1fr; }
  .process-heading { font-size: 2.8rem; }
}

/* ===== PRICING SECTION ===== */
.pricing-section {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  background: var(--light);
}

.pricing-orb-1 {
  width: 350px;
  height: 350px;
  background: var(--primary);
  top: 15%;
  right: -5%;
}

.pricing-orb-2 {
  width: 300px;
  height: 300px;
  background: var(--accent);
  bottom: 10%;
  left: -8%;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.pricing-card {
  position: relative;
}

.pricing-card-inner {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-card-inner:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.pricing-card--featured .pricing-card-inner {
  border: 2px solid var(--primary);
  box-shadow: 0 8px 40px rgba(161,29,51,0.15);
  position: relative;
}

.pricing-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

.pricing-card-header {
  margin-bottom: 2rem;
}

.pricing-plan-name {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--secondary);
  display: block;
  margin-bottom: 0.5rem;
}

.pricing-plan-desc {
  font-family: var(--font-body);
  font-size: 1.3rem;
  color: var(--gray);
}

.pricing-card-price {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-light);
}

.pricing-currency {
  display: block;
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: var(--gray);
  margin-bottom: 0.3rem;
}

.pricing-amount {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--primary);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
  flex: 1;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: 1.35rem;
  color: var(--dark);
  padding: 0.7rem 0;
}

.pricing-features li i {
  font-size: 1.2rem;
  color: var(--primary);
  width: 18px;
  text-align: center;
}

.pricing-feature-disabled {
  opacity: 0.4;
}

.pricing-feature-disabled i {
  color: var(--gray) !important;
}

.pricing-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  padding: 1.4rem 2rem;
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: var(--radius-md);
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.pricing-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

.pricing-cta i {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pricing-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(161, 29, 51, 0.28);
}

.pricing-cta:hover::before {
  transform: scaleX(1);
}

.pricing-cta:hover i {
  transform: translateX(6px);
}

.pricing-cta:active {
  transform: translateY(0) scale(0.99);
  transition-duration: 0.12s;
  box-shadow: 0 4px 12px rgba(161, 29, 51, 0.2);
}

.pricing-cta--featured {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border: none;
  color: #fff;
  animation: ctaIdleGlow 3.6s ease-in-out infinite;
}

.pricing-cta--featured::before {
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.22) 50%, transparent 70%);
  transform: translateX(-110%);
  transform-origin: center center;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  animation: ctaIdleShimmer 7s ease-in-out infinite 3s;
}

.pricing-cta--featured:hover {
  animation: none;
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 40px rgba(161, 29, 51, 0.45), 0 0 0 1px rgba(161, 29, 51, 0.3);
}

.pricing-cta--featured:hover::before {
  animation: none;
  transform: translateX(110%);
}

@media (max-width: 992px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
  .pricing-card--featured { order: -1; }
}

@media (max-width: 576px) {
  .pricing-heading { font-size: 2.8rem; }
}

/* ===== FAQ SECTION ===== */
.faq-section {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  background: var(--white);
}

.faq-orb-1 {
  width: 300px;
  height: 300px;
  background: var(--primary);
  top: 20%;
  left: -8%;
}

.faq-orb-2 {
  width: 250px;
  height: 250px;
  background: var(--accent);
  bottom: 15%;
  right: -5%;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-item {
  border: 1px solid var(--gray-light);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
  background: var(--white);
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: var(--shadow-sm);
}

.faq-item.active {
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(161,29,51,0.1);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--dark);
  text-align: left;
  transition: color 0.3s;
  letter-spacing: -0.005em;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-question i {
  font-size: 1.2rem;
  color: var(--primary);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 600px;
}

.faq-answer p {
  padding: 0 2.5rem 2rem;
  font-family: var(--font-body);
  font-size: 1.65rem;
  color: var(--dark);
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 576px) {
  .faq-heading { font-size: 2.8rem; }
  .faq-question { font-size: 1.35rem; padding: 1.5rem 1.8rem; }
  .faq-answer p { padding: 0 1.8rem 1.5rem; font-size: 1.3rem; }
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 10rem;
  right: 2.5rem;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-tooltip {
  position: absolute;
  right: 72px;
  background: var(--white);
  color: var(--dark);
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 1.2rem;
  white-space: nowrap;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: opacity 0.3s, transform 0.3s;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 2.6rem;
    bottom: 9rem;
    right: 1.5rem;
  }
  .whatsapp-tooltip { display: none; }
}

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  border-top: 1px solid var(--gray-light);
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  z-index: 10000;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

.cookie-content i {
  font-size: 2.4rem;
  color: var(--primary);
  flex-shrink: 0;
}

.cookie-content p {
  font-family: var(--font-body);
  font-size: 1.3rem;
  color: var(--dark);
  margin: 0;
  line-height: 1.5;
}

.cookie-content a {
  color: var(--primary);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 0.8rem 2rem;
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}

.cookie-btn--accept {
  background: var(--primary);
  color: #fff;
}

.cookie-btn--accept:hover {
  background: var(--primary-dark);
}

.cookie-btn--decline {
  background: transparent;
  border: 1px solid var(--gray-light);
  color: var(--gray);
}

.cookie-btn--decline:hover {
  border-color: var(--gray);
  color: var(--dark);
}

@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    padding: 2rem;
    text-align: center;
  }
  .cookie-content { flex-direction: column; gap: 1rem; }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; }
}


/* ==============================================================
   CRO additions (lead magnet, sticky bar, comparison, hero, etc)
   Moved inline from index.html on 2026-05-19
   ============================================================== */
    /* Hero trust micro-row */
    .hero-trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 1.8rem 2.4rem;
      margin-top: 1.8rem;
      font-family: var(--font-body);
      font-size: 1.35rem;
      color: rgba(255,255,255,0.78);
    }
    .hero-trust-row span {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      letter-spacing: 0.2px;
    }
    .hero-trust-row span::before {
      content: "\2713";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(214, 59, 71, 0.18);
      color: var(--accent);
      font-size: 1.1rem;
      font-weight: 700;
    }

    /* Hero secondary CTA: WhatsApp variant */
    .hero-cta-whatsapp {
      background: rgba(37, 211, 102, 0.12);
      border: 1px solid rgba(37, 211, 102, 0.45);
      color: #25d366;
    }
    .hero-cta-whatsapp:hover {
      background: rgba(37, 211, 102, 0.22);
      color: #25d366;
    }
    .hero-cta-whatsapp i { color: #25d366; }

    /* ====== Lead magnet section ====== */
    .lead-magnet-section {
      position: relative;
      padding: 7rem 0 5rem;
      background: linear-gradient(180deg, var(--pure-dark) 0%, var(--pure-dark-2) 100%);
      overflow: hidden;
    }
    .lead-magnet-bg {
      position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
    }
    .lead-magnet-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(161,29,51,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161,29,51,0.05) 1px, transparent 1px);
      background-size: 40px 40px;
      opacity: 0.6;
    }
    .lead-magnet-bg::after {
      content: "";
      position: absolute;
      top: -120px; right: -120px;
      width: 420px; height: 420px;
      background: radial-gradient(circle, rgba(161,29,51,0.35) 0%, transparent 70%);
      filter: blur(40px);
    }
    .lead-magnet-wrap {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: 4.5rem;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 20px;
      padding: 4rem;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .lead-magnet-pitch .lm-eyebrow {
      display: inline-block;
      padding: 0.5rem 1.4rem;
      background: rgba(161,29,51,0.14);
      border: 1px solid rgba(161,29,51,0.32);
      border-radius: 50px;
      font-family: var(--font-heading);
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--accent);
      text-transform: uppercase;
      letter-spacing: 1.4px;
      margin-bottom: 1.6rem;
    }
    .lead-magnet-pitch h2 {
      font-family: var(--font-heading);
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.18;
      color: #fff;
      margin-bottom: 1.4rem;
    }
    .lead-magnet-pitch h2 span {
      color: var(--accent);
    }
    .lead-magnet-pitch p {
      font-family: var(--font-body);
      font-size: 1.55rem;
      line-height: 1.6;
      color: rgba(255,255,255,0.72);
      margin-bottom: 2rem;
    }
    .lead-magnet-bullets {
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .lead-magnet-bullets li {
      display: flex;
      align-items: flex-start;
      gap: 0.85rem;
      font-family: var(--font-body);
      font-size: 1.4rem;
      color: rgba(255,255,255,0.85);
      line-height: 1.5;
    }
    .lead-magnet-bullets li i {
      color: var(--accent);
      margin-top: 0.35rem;
      font-size: 1.3rem;
      flex-shrink: 0;
    }

    .lead-magnet-form {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px;
      padding: 2.6rem;
    }
    .lead-magnet-form h3 {
      font-family: var(--font-heading);
      font-size: 1.9rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0.4rem;
    }
    .lead-magnet-form .lm-form-sub {
      font-family: var(--font-body);
      font-size: 1.3rem;
      color: rgba(255,255,255,0.6);
      margin-bottom: 1.8rem;
    }
    .lm-field {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      margin-bottom: 1.2rem;
    }
    .lm-field label {
      font-family: var(--font-heading);
      font-size: 1.2rem;
      font-weight: 600;
      color: rgba(255,255,255,0.78);
      letter-spacing: 0.3px;
    }
    .lm-field label .lm-optional {
      font-weight: 400;
      color: rgba(255,255,255,0.45);
      text-transform: none;
      margin-left: 0.4rem;
    }
    .lm-field input,
    .lm-field textarea {
      width: 100%;
      padding: 1.1rem 1.3rem;
      font-family: var(--font-body);
      font-size: 1.45rem;
      color: #fff;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 10px;
      transition: all 0.2s ease;
    }
    .lm-field input::placeholder,
    .lm-field textarea::placeholder { color: rgba(255,255,255,0.35); }
    .lm-field input:focus,
    .lm-field textarea:focus {
      outline: none;
      border-color: var(--accent);
      background: rgba(255,255,255,0.06);
      box-shadow: 0 0 0 3px rgba(161,29,51,0.15);
    }
    .lm-field input.error,
    .lm-field textarea.error {
      border-color: #f87171;
      background: rgba(248,113,113,0.06);
    }
    .lm-field textarea {
      resize: vertical;
      min-height: 90px;
    }
    @keyframes lmSubmitIdleGlow {
      0%, 100% { box-shadow: 0 6px 22px rgba(161,29,51,0.3); }
      50% { box-shadow: 0 8px 30px rgba(161,29,51,0.55), 0 0 0 8px rgba(161,29,51,0.07); }
    }
    @keyframes lmSubmitIdleShimmer {
      0%, 70% { transform: translateX(-110%); }
      85%, 100% { transform: translateX(110%); }
    }
    .lm-submit {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding: 1.35rem 1.6rem;
      font-family: var(--font-heading);
      font-size: 1.5rem;
      font-weight: 700;
      letter-spacing: 0.3px;
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      margin-top: 0.5rem;
      animation: lmSubmitIdleGlow 3.4s ease-in-out infinite;
    }
    .lm-submit:disabled { animation: none; }
    .lm-submit::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.22) 50%, transparent 70%);
      transform: translateX(-110%);
      transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
      pointer-events: none;
      animation: lmSubmitIdleShimmer 6.5s ease-in-out infinite 2.5s;
    }
    .lm-submit:disabled::before { animation: none; }
    .lm-submit i {
      transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .lm-submit:hover:not(:disabled) {
      animation: none;
      transform: translateY(-2px) scale(1.01);
      box-shadow: 0 14px 36px rgba(161,29,51,0.45);
    }
    .lm-submit:hover:not(:disabled)::before { animation: none; transform: translateX(110%); }
    .lm-submit:hover:not(:disabled) i { transform: translateX(5px); }
    .lm-submit:active:not(:disabled) {
      transform: translateY(0) scale(0.99);
      transition-duration: 0.12s;
      box-shadow: 0 4px 14px rgba(161,29,51,0.3);
    }
    .lm-submit:disabled { opacity: 0.65; cursor: not-allowed; }
    .lm-microcopy {
      font-family: var(--font-body);
      font-size: 1.15rem;
      color: rgba(255,255,255,0.45);
      text-align: center;
      margin-top: 1rem;
    }
    .lm-status {
      display: none;
      padding: 1rem 1.2rem;
      border-radius: 8px;
      font-family: var(--font-body);
      font-size: 1.35rem;
      margin-top: 1rem;
      align-items: center;
      gap: 0.7rem;
    }
    .lm-status.is-visible { display: flex; }
    .lm-status--success {
      color: #6ee7b7;
      background: rgba(16,185,129,0.1);
      border: 1px solid rgba(16,185,129,0.3);
    }
    .lm-status--error {
      color: #fca5a5;
      background: rgba(248,113,113,0.1);
      border: 1px solid rgba(248,113,113,0.3);
    }

    /* ====== Sticky lead bar ====== */
    .sticky-lead-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 950;
      background: rgba(10, 5, 8, 0.98);
      border-top: 1px solid rgba(161,29,51,0.3);
      padding: 1.1rem 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      transform: translateY(120%);
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 -8px 30px rgba(0,0,0,0.3);
    }
    .sticky-lead-bar.is-visible { transform: translateY(0); }
    .sticky-lead-bar-text {
      font-family: var(--font-heading);
      font-size: 1.4rem;
      font-weight: 600;
      color: #fff;
      margin: 0;
    }
    .sticky-lead-bar-text strong {
      color: var(--accent);
      font-weight: 700;
    }
    @keyframes stickyCtaIdleGlow {
      0%, 100% { box-shadow: 0 4px 14px rgba(161,29,51,0.35); }
      50% { box-shadow: 0 6px 22px rgba(161,29,51,0.6), 0 0 0 6px rgba(161,29,51,0.08); }
    }
    @keyframes stickyCtaIdleShimmer {
      0%, 70% { transform: translateX(-110%); }
      85%, 100% { transform: translateX(110%); }
    }
    .sticky-lead-bar-cta {
      position: relative;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      padding: 0.85rem 1.6rem;
      font-family: var(--font-heading);
      font-size: 1.35rem;
      font-weight: 700;
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      border-radius: 8px;
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
      white-space: nowrap;
      animation: stickyCtaIdleGlow 2.8s ease-in-out infinite;
    }
    .sticky-lead-bar-cta::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.22) 50%, transparent 70%);
      transform: translateX(-110%);
      transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
      pointer-events: none;
      animation: stickyCtaIdleShimmer 5.5s ease-in-out infinite 2s;
    }
    .sticky-lead-bar-cta i {
      transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .sticky-lead-bar-cta:hover {
      animation: none;
      transform: translateY(-2px) scale(1.03);
      color: #fff;
      box-shadow: 0 10px 24px rgba(161,29,51,0.5);
    }
    .sticky-lead-bar-cta:hover::before { animation: none; transform: translateX(110%); }
    .sticky-lead-bar-cta:hover i { transform: translateX(4px); }
    .sticky-lead-bar-cta:active {
      transform: translateY(0) scale(0.98);
      transition-duration: 0.1s;
    }
    .sticky-lead-bar-close {
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      border: none;
      color: rgba(255,255,255,0.5);
      font-size: 1.6rem;
      cursor: pointer;
      padding: 0.4rem 0.7rem;
      line-height: 1;
    }
    .sticky-lead-bar-close:hover { color: #fff; }

    /* ====== Comparison / Why-vs-agency section ====== */
    .compare-section {
      position: relative;
      padding: 8rem 0;
      background: var(--light);
      overflow: hidden;
    }
    .compare-bg {
      position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
    }
    .compare-bg::before {
      content: "";
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(161,29,51,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(161,29,51,0.03) 1px, transparent 1px);
      background-size: 40px 40px;
    }
    .compare-header {
      text-align: center;
      max-width: 720px;
      margin: 0 auto 5rem;
      position: relative; z-index: 1;
    }
    .compare-badge {
      display: inline-block;
      padding: 0.6rem 1.8rem;
      background: rgba(161,29,51,0.08);
      border: 1px solid rgba(161,29,51,0.15);
      border-radius: 50px;
      font-family: var(--font-heading);
      font-size: 1.2rem;
      font-weight: 600;
      color: var(--primary);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 2rem;
    }
    .compare-heading {
      font-family: var(--font-heading);
      font-size: 3.8rem;
      font-weight: 800;
      color: var(--secondary);
      line-height: 1.2;
      margin-bottom: 1.4rem;
    }
    .compare-heading span {
      color: var(--primary);
    }
    .compare-subtitle {
      font-family: var(--font-body);
      font-size: 1.55rem;
      color: var(--gray);
    }
    .compare-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      max-width: 1100px;
      margin: 0 auto;
    }
    .compare-card {
      background: var(--white);
      border: 1px solid var(--gray-light);
      border-radius: 16px;
      padding: 2.4rem 2rem;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      position: relative;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .compare-card--featured {
      background: linear-gradient(160deg, rgba(161,29,51,0.04), rgba(161,29,51,0.02));
      border: 1.5px solid rgba(161,29,51,0.35);
      box-shadow: 0 18px 50px rgba(161,29,51,0.12);
      transform: translateY(-6px);
    }
    .compare-card-tag {
      display: inline-block;
      align-self: flex-start;
      padding: 0.35rem 0.9rem;
      background: rgba(161,29,51,0.08);
      color: var(--primary);
      font-family: var(--font-heading);
      font-size: 1.05rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      border-radius: 6px;
      margin-bottom: 1rem;
    }
    .compare-card--featured .compare-card-tag {
      background: linear-gradient(135deg, var(--primary), var(--accent));
      color: #fff;
    }
    .compare-card-name {
      font-family: var(--font-heading);
      font-size: 2.1rem;
      font-weight: 800;
      color: var(--secondary);
      margin-bottom: 0.4rem;
    }
    .compare-card-sub {
      font-family: var(--font-body);
      font-size: 1.3rem;
      color: var(--gray);
      margin-bottom: 1.8rem;
    }
    .compare-list {
      list-style: none;
      padding: 0;
      margin: 0 0 1.6rem;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }
    .compare-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
      font-family: var(--font-body);
      font-size: 1.35rem;
      line-height: 1.5;
      color: var(--dark);
    }
    .compare-list li i {
      margin-top: 0.3rem;
      font-size: 1.2rem;
      flex-shrink: 0;
    }
    .compare-list .ico-yes { color: #16a34a; }
    .compare-list .ico-no  { color: #cbd5e0; }
    .compare-list .ico-meh { color: #f59e0b; }

    /* ====== Pricing transparency tweaks ====== */
    .pricing-amount.pricing-amount--range {
      font-size: 3rem;
      letter-spacing: -0.5px;
    }
    .pricing-amount-note {
      display: block;
      font-family: var(--font-body);
      font-size: 1.2rem;
      font-weight: 400;
      color: var(--gray);
      margin-top: 0.3rem;
    }
    @media (prefers-color-scheme: dark) {
      .pricing-amount-note { color: var(--gray); }
    }

    /* ====== Contact form: inline success / error states ====== */
    .form-success-inline,
    .form-error-inline {
      display: none;
      padding: 1.3rem 1.5rem;
      border-radius: 10px;
      font-family: var(--font-body);
      font-size: 1.4rem;
      margin-top: 1.4rem;
      align-items: center;
      gap: 0.8rem;
    }
    .form-success-inline.is-visible,
    .form-error-inline.is-visible { display: flex; }
    .form-success-inline {
      background: rgba(16,185,129,0.1);
      border: 1px solid rgba(16,185,129,0.3);
      color: #059669;
    }
    .form-error-inline {
      background: rgba(248,113,113,0.1);
      border: 1px solid rgba(248,113,113,0.3);
      color: #dc2626;
    }
    @media (prefers-color-scheme: dark) {
      .form-success-inline { color: #6ee7b7; }
      .form-error-inline { color: #fca5a5; }
    }

    /* ====== Responsive ====== */
    @media (max-width: 900px) {
      .lead-magnet-wrap { grid-template-columns: 1fr; padding: 2.8rem 2rem; gap: 2.5rem; }
      .lead-magnet-pitch h2 { font-size: 2.6rem; }
      .compare-grid { grid-template-columns: 1fr; gap: 1.6rem; }
      .compare-card--featured { transform: none; }
      .compare-heading { font-size: 2.8rem; }
      .sticky-lead-bar { flex-direction: column; gap: 0.8rem; padding: 1rem 1.4rem 1.2rem; }
      .sticky-lead-bar-text { font-size: 1.25rem; text-align: center; }
      .sticky-lead-bar-close { top: 0.5rem; transform: none; }
    }
    @media (max-width: 576px) {
      .lead-magnet-section { padding: 5rem 0 3rem; }
      .lead-magnet-form { padding: 2rem 1.6rem; }
      .hero-trust-row { gap: 1rem 1.6rem; font-size: 1.25rem; }
    }

    /* ============================================================
       MOBILE CENTERING — desktop stays untouched.
       Centers stacked single-column content on tablets/phones
       where left-aligned layouts otherwise look off-balance.
       ============================================================ */

    /* Hero trust row: center when hero stacks (≤1024px) */
    @media (max-width: 1024px) {
      .hero-trust-row { justify-content: center; }
    }

    /* Lead magnet pitch: center text when stacked (≤900px) */
    @media (max-width: 900px) {
      .lead-magnet-pitch { text-align: center; }
      .lead-magnet-bullets {
        align-items: center;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
      }
      .lead-magnet-bullets li { text-align: left; }
    }

    /* About section: center stacked content + flatten vertical accent bar */
    @media (max-width: 992px) {
      .about-section .about-content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .about-section .about-accent-bar {
        width: 60px;
        height: 3px;
        min-height: 3px;
        background: linear-gradient(to right, #D63B47, #FF8B7A, transparent);
        margin-bottom: 4px;
      }
    }

    /* Feature cards: center inner content on mobile */
    @media (max-width: 768px) {
      .feature-card-inner { text-align: center; align-items: center; }
      .feature-header {
        justify-content: center;
        gap: 14px;
        width: 100%;
      }
      .feature-benefits {
        display: inline-block;
        text-align: left;
      }
      .feature-link { justify-content: center; gap: 0.8rem; }
    }

    /* Service & Industry cards: center inner content on mobile */
    @media (max-width: 768px) {
      .service-card,
      .ind-card-glass {
        text-align: center;
        align-items: center;
      }
      .service-card-icon,
      .ind-card-icon { margin-left: auto; margin-right: auto; }
      .ind-card-head { justify-content: center; gap: 14px; width: 100%; }
      .service-card-features,
      .ind-card-features {
        display: inline-block;
        text-align: left;
      }
      .service-card-link,
      .ind-card-link { margin-left: auto; margin-right: auto; }
    }

    /* Tech cards: center inner content on mobile */
    @media (max-width: 768px) {
      .tech-card-glass { text-align: center; align-items: center; }
      .tech-card-head {
        justify-content: center;
        gap: 14px;
        width: 100%;
      }
      .tech-card-tags { justify-content: center; }
    }

    /* Pricing cards: center inner content when grid collapses (≤992px) */
    @media (max-width: 992px) {
      .pricing-card-inner { align-items: center; text-align: center; }
      .pricing-card-header,
      .pricing-card-price { text-align: center; width: 100%; }
      .pricing-features {
        display: inline-block;
        text-align: left;
        align-self: center;
        width: auto;
      }
      .pricing-cta { width: 100%; max-width: 320px; }
    }

    /* Comparison cards: center content on stacked layout (≤900px) */
    @media (max-width: 900px) {
      .compare-card { text-align: center; align-items: center; }
      .compare-card-tag { align-self: center; }
      .compare-list {
        display: inline-block;
        text-align: left;
        max-width: 100%;
      }
    }

    /* Process cards already use text-align center; no fix needed */

    /* Contact info: center on small screens */
    @media (max-width: 576px) {
      .ct-info-header,
      .ct-form h3 { text-align: center; }
      .ct-info-content {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
      }
      .ct-social { text-align: center; }
      .ct-social-links { justify-content: center; }
    }

    /* Footer: center all column content when stacked (≤576px) */
    @media (max-width: 576px) {
      .ft-main { text-align: center; }
      .ft-brand { margin-left: auto; margin-right: auto; }
      .ft-social { justify-content: center; }
      .ft-contact-list li { justify-content: center; }
      .ft-bottom-links { justify-content: center; flex-wrap: wrap; }
    }

    /* ============================================================
       FREEBIES BAR — sits above pricing, matches competitor's
       "GRATIS Dominio + Hosting + Correos" hook
       ============================================================ */
    .freebies-bar {
      position: relative;
      z-index: 2;
      max-width: 980px;
      margin: 0 auto 3.5rem;
      padding: 1.6rem 2rem;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(161,29,51,0.14), rgba(161,29,51,0.04));
      border: 1px solid rgba(161,29,51,0.32);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 1rem 2.4rem;
      font-family: var(--font-body);
      color: var(--dark);
    }
    .freebies-bar-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.35rem 0.9rem;
      border-radius: 999px;
      background: linear-gradient(90deg, #f97316, #fb923c);
      color: #fff;
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: 0.4px;
      text-transform: uppercase;
    }
    .freebies-bar-items {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem 1.8rem;
      justify-content: center;
      font-size: 1.4rem;
      font-weight: 600;
    }
    .freebies-bar-items span {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
    }
    .freebies-bar-items i {
      color: var(--accent);
      font-size: 1.15rem;
    }
    @media (prefers-color-scheme: dark) {
      .freebies-bar { color: #e5e7eb; }
    }

    /* ============================================================
       PRICING REDESIGN — 4-col sites + 2-col software,
       compact amount, vs-competitor strikethrough, payment plan
       ============================================================ */
    .pricing-section-sub {
      margin-top: 2.5rem;
      margin-bottom: 1.6rem;
      text-align: center;
    }
    .pricing-section-sub-eyebrow {
      display: inline-block;
      font-family: var(--font-body);
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 0.5rem;
    }
    .pricing-section-sub h3 {
      font-family: var(--font-heading);
      font-size: 2.4rem;
      font-weight: 700;
      color: var(--dark);
      margin: 0 0 0.6rem;
    }
    .pricing-section-sub p {
      font-family: var(--font-body);
      font-size: 1.45rem;
      color: var(--gray);
      max-width: 640px;
      margin: 0 auto;
    }
    @media (prefers-color-scheme: dark) {
      .pricing-section-sub h3 { color: #f3f4f6; }
    }

    .pricing-grid--four {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.6rem;
      align-items: stretch;
    }
    .pricing-grid--two {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.8rem;
      align-items: stretch;
      max-width: 920px;
      margin: 0 auto;
    }
    @media (max-width: 1100px) {
      .pricing-grid--four { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .pricing-grid--four,
      .pricing-grid--two { grid-template-columns: 1fr; }
    }

    .pricing-amount--compact {
      font-size: 3.6rem;
      letter-spacing: -1px;
      line-height: 1;
    }
    /* "Cotización privada" treatment — intentional, exclusive,
       not a missing-price bug. Solid color, smaller display weight,
       paired with a "Bajo consulta" eyebrow tag. */
    .pricing-quote-tag {
      display: inline-block;
      padding: 0.4rem 0.9rem;
      border-radius: 6px;
      background: rgba(20,18,24,0.07);
      color: var(--gray);
      font-family: var(--font-body);
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }
    @media (prefers-color-scheme: dark) {
      .pricing-quote-tag { background: rgba(255,255,255,0.07); color: #cbd5e1; }
    }
    .pricing-amount--quote {
      display: block;
      font-size: 2.4rem;
      letter-spacing: -0.3px;
      line-height: 1.2;
      color: var(--dark);
      font-weight: 700;
      font-family: var(--font-heading);
      margin-top: 0;
    }
    @media (prefers-color-scheme: dark) {
      .pricing-amount--quote { color: #f3f4f6; }
    }
    .pricing-amount-strike {
      display: inline-block;
      margin-left: 0.5rem;
      font-family: var(--font-body);
      font-size: 1.35rem;
      font-weight: 600;
      color: var(--gray);
      text-decoration: line-through;
      opacity: 0.7;
    }
    .pricing-vs {
      display: inline-block;
      margin-top: 0.3rem;
      padding: 0.2rem 0.7rem;
      border-radius: 999px;
      background: rgba(34,197,94,0.14);
      color: #15803d;
      font-family: var(--font-body);
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: 0.3px;
    }
    @media (prefers-color-scheme: dark) {
      .pricing-vs { background: rgba(34,197,94,0.18); color: #4ade80; }
    }
    .pricing-pay-plan {
      display: block;
      margin-top: 0.5rem;
      font-family: var(--font-body);
      font-size: 1.2rem;
      color: var(--gray);
      font-weight: 500;
    }
    .pricing-delivery {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      margin-top: 1.2rem;
      margin-bottom: 0.6rem;
      padding: 0.4rem 0.9rem;
      border-radius: 6px;
      background: rgba(161,29,51,0.1);
      color: var(--accent);
      font-family: var(--font-body);
      font-size: 1.15rem;
      font-weight: 600;
    }
    .pricing-guarantee {
      display: block;
      margin-top: 0.9rem;
      margin-bottom: 1.6rem;
      padding: 0.7rem 1rem;
      border-radius: 8px;
      background: rgba(16,185,129,0.08);
      border: 1px solid rgba(16,185,129,0.25);
      font-family: var(--font-body);
      font-size: 1.2rem;
      color: #059669;
      font-weight: 600;
      text-align: center;
    }
    @media (prefers-color-scheme: dark) {
      .pricing-guarantee { color: #6ee7b7; background: rgba(16,185,129,0.12); }
    }
    .pricing-card--compact .pricing-card-inner {
      padding: 2.4rem 1.8rem;
    }
    .pricing-card--compact .pricing-features {
      font-size: 1.3rem;
      gap: 0.7rem;
    }
    .pricing-card--compact .pricing-plan-name {
      font-size: 1.75rem;
    }
    .pricing-card--compact .pricing-plan-desc {
      font-size: 1.2rem;
    }

    /* ============================================================
       TRUST STRIP v2 — single horizontal divider-separated row.
       Replaces the 4-card icon-block template with something tighter,
       closer to a marquee of facts than a "feature grid".
       ============================================================ */
    .risk-strip {
      margin-top: 4rem;
      padding: 1.4rem 1.8rem;
      border-radius: 999px;
      background: rgba(20,18,24,0.04);
      border: 1px solid rgba(20,18,24,0.06);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 0.8rem 0;
    }
    @media (prefers-color-scheme: dark) {
      .risk-strip { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.06); }
    }
    .risk-strip-item {
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0 1.6rem;
      border-right: 1px solid rgba(20,18,24,0.1);
      font-family: var(--font-body);
    }
    .risk-strip-item:last-child { border-right: 0; }
    @media (prefers-color-scheme: dark) {
      .risk-strip-item { border-right-color: rgba(255,255,255,0.12); }
    }
    .risk-strip-icon {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      border-radius: 8px;
      background: var(--dark);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.15rem;
    }
    @media (prefers-color-scheme: dark) {
      .risk-strip-icon { background: #f3f4f6; color: #111827; }
    }
    .risk-strip-label {
      display: flex;
      flex-direction: column;
      gap: 1px;
      line-height: 1.25;
      text-align: left;
    }
    .risk-strip-title {
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--dark);
      letter-spacing: -0.1px;
    }
    .risk-strip-text {
      font-size: 1.1rem;
      color: var(--gray);
    }
    @media (prefers-color-scheme: dark) {
      .risk-strip-title { color: #f3f4f6; }
    }
    @media (max-width: 900px) {
      .risk-strip {
        border-radius: 16px;
        flex-direction: column;
        gap: 1rem;
        padding: 1.6rem 1.4rem;
      }
      .risk-strip-item {
        border-right: 0;
        padding: 0;
      }
    }

    /* ============================================================
       DEMOS GRID v2 — real screenshots as the hero, browser-frame
       wrapper, ONE global "all live" indicator (kicker), no per-card spam.
       ============================================================ */
    .demos-kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      margin: 0 auto 1rem;
      padding: 0.55rem 1.1rem;
      border-radius: 999px;
      background: rgba(16,185,129,0.1);
      color: #059669;
      font-family: var(--font-body);
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: 0.3px;
    }
    .demos-kicker::before {
      content: "";
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #10b981;
      box-shadow: 0 0 0 4px rgba(16,185,129,0.16);
      animation: demoPulse 2.4s ease-in-out infinite;
    }
    @keyframes demoPulse {
      0%, 100% { box-shadow: 0 0 0 4px rgba(16,185,129,0.16); }
      50%      { box-shadow: 0 0 0 8px rgba(16,185,129,0.06); }
    }
    @media (prefers-color-scheme: dark) {
      .demos-kicker { background: rgba(16,185,129,0.14); color: #6ee7b7; }
    }

    .demos-filter {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.5rem;
      margin: 2rem auto 3rem;
      padding: 0.4rem;
      border-radius: 999px;
      background: rgba(20, 18, 24, 0.04);
      width: fit-content;
      max-width: 100%;
    }
    @media (prefers-color-scheme: dark) {
      .demos-filter { background: rgba(255,255,255,0.04); }
    }
    .demos-filter-btn {
      padding: 0.7rem 1.4rem;
      border-radius: 999px;
      border: 0;
      background: transparent;
      color: var(--gray);
      font-family: var(--font-body);
      font-size: 1.2rem;
      font-weight: 600;
      cursor: pointer;
      transition: color 0.2s ease, background 0.2s ease;
    }
    .demos-filter-btn:hover { color: var(--dark); }
    .demos-filter-btn.is-active {
      background: var(--dark);
      color: #fff;
    }
    @media (prefers-color-scheme: dark) {
      .demos-filter-btn:hover { color: #f3f4f6; }
      .demos-filter-btn.is-active { background: #f3f4f6; color: #111827; }
    }

    .demos-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.6rem 1.4rem;
    }
    @media (max-width: 1080px) { .demos-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .demos-grid { grid-template-columns: 1fr; } }

    .demo-card {
      position: relative;
      display: flex;
      flex-direction: column;
      border-radius: 12px;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid rgba(20,18,24,0.08);
      transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                  border-color 0.25s ease,
                  box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    }
    @media (prefers-color-scheme: dark) {
      .demo-card { background: #1a1d23; border-color: rgba(255,255,255,0.08); }
    }
    .demo-card:hover {
      transform: translateY(-3px);
      border-color: rgba(20,18,24,0.18);
      box-shadow: 0 24px 50px -28px rgba(0,0,0,0.35);
    }

    /* Browser-chrome frame for the screenshot */
    .demo-card-frame {
      position: relative;
      aspect-ratio: 16 / 10;
      overflow: hidden;
      background: linear-gradient(180deg, #ececec 0%, #d8d8d8 100%);
      border-bottom: 1px solid rgba(20,18,24,0.06);
    }
    .demo-card-chrome {
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 26px;
      display: flex;
      align-items: center;
      padding: 0 10px;
      background: linear-gradient(180deg, #f4f4f6, #e6e7eb);
      border-bottom: 1px solid rgba(20,18,24,0.08);
      z-index: 2;
      pointer-events: none;
    }
    .demo-card-dots {
      display: flex;
      gap: 5px;
    }
    .demo-card-dots span {
      width: 9px; height: 9px;
      border-radius: 50%;
      background: #d0d0d4;
    }
    .demo-card-dots span:nth-child(1) { background: #ff5f57; }
    .demo-card-dots span:nth-child(2) { background: #febc2e; }
    .demo-card-dots span:nth-child(3) { background: #28c840; }
    .demo-card-url {
      margin: 0 auto;
      padding: 2px 12px;
      font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
      font-size: 10px;
      color: #6b6e76;
      background: #fff;
      border-radius: 4px;
      max-width: 60%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .demo-card-shot {
      position: absolute;
      top: 26px; left: 0; right: 0; bottom: 0;
      width: 100%;
      height: calc(100% - 26px);
      object-fit: cover;
      object-position: top center;
      display: block;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .demo-card:hover .demo-card-shot { transform: scale(1.03); }
    .demo-card-frame::after {
      content: "";
      position: absolute;
      inset: 26px 0 0 0;
      background: linear-gradient(180deg, rgba(20,18,24,0) 60%, rgba(20,18,24,0.45) 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 1;
      pointer-events: none;
    }
    .demo-card:hover .demo-card-frame::after { opacity: 1; }

    .demo-card-body {
      padding: 1.1rem 1.3rem 1.3rem;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      flex: 1;
    }
    .demo-card-industry {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-family: var(--font-body);
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--gray);
      letter-spacing: 0.4px;
      text-transform: uppercase;
    }
    .demo-card-industry i { color: var(--accent); font-size: 1rem; }
    .demo-card-title {
      font-family: var(--font-heading);
      font-size: 1.7rem;
      font-weight: 700;
      color: var(--dark);
      margin: 0;
      line-height: 1.2;
      letter-spacing: -0.2px;
    }
    @media (prefers-color-scheme: dark) {
      .demo-card-title { color: #f8fafc; }
    }
    .demo-card-tagline {
      font-family: var(--font-body);
      font-size: 1.25rem;
      color: var(--gray);
      line-height: 1.45;
      margin: 0;
    }
    .demo-card-actions {
      display: flex;
      gap: 0.6rem;
      margin-top: auto;
      padding-top: 0.4rem;
    }
    .demo-card-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.45rem;
      padding: 0.7rem 1rem;
      border-radius: 8px;
      font-family: var(--font-body);
      font-size: 1.2rem;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }
    .demo-card-btn--primary {
      flex: 1;
      background: var(--dark);
      color: #fff;
    }
    @media (prefers-color-scheme: dark) {
      .demo-card-btn--primary { background: #f3f4f6; color: #111827; }
    }
    .demo-card-btn--primary:hover { transform: translateY(-1px); }
    .demo-card-btn--ghost {
      background: transparent;
      color: var(--accent);
      padding: 0.7rem 0.4rem;
    }
    .demo-card-btn--ghost:hover { color: var(--dark); }
    @media (prefers-color-scheme: dark) {
      .demo-card-btn--ghost:hover { color: #f3f4f6; }
    }


    /* ====== Hero carousel ====== */
    .hero-carousel {
      position: relative;
      width: 100%;
      z-index: 2;
      min-height: calc(100vh - 200px);
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.65s ease;
    }
    /* First slide is the "anchor" — always position: relative so it drives carousel height,
       even when its opacity is 0 and another slide is overlaid on top. */
    .hero-slide:first-child {
      position: relative;
    }
    .hero-slide.is-active {
      opacity: 1;
      pointer-events: auto;
      z-index: 1;
    }
    .hero-carousel-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: rgba(255, 255, 255, 0.85);
      font-size: 1.5rem;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    }
    .hero-carousel-arrow:hover {
      background: rgba(255, 255, 255, 0.14);
      border-color: rgba(255, 255, 255, 0.3);
      color: #fff;
    }
    .hero-carousel-arrow:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 3px;
    }
    .hero-carousel-arrow--prev { left: 1.4rem; }
    .hero-carousel-arrow--next { right: 1.4rem; }
    .hero-carousel-dots {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 5;
      display: flex;
      gap: 1.6rem;
      padding: 0;
      margin: 0;
    }
    .hero-carousel-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.45);
      background: rgba(255, 255, 255, 0.12);
      padding: 0;
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }
    .hero-carousel-dot:hover { background: rgba(255, 255, 255, 0.3); }
    .hero-carousel-dot.is-active {
      background: var(--accent);
      border-color: var(--accent);
      transform: scale(1.25);
    }
    .hero-carousel-dot:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 3px;
    }
    /* Once the hero collapses to a single column (≤1024px), the arrows at
       top:50% land on top of the centered title/CTA stack. Pull them down
       and group them with the dots as a single pagination strip. */
    @media (max-width: 1024px) {
      .hero-carousel-arrow {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
        top: auto;
        bottom: 0.8rem;
        transform: none;
      }
      .hero-carousel-arrow--prev {
        left: 50%;
        right: auto;
        margin-left: -96px;
      }
      .hero-carousel-arrow--next {
        right: 50%;
        left: auto;
        margin-right: -96px;
      }
      /* Center dots vertically with the 44px arrows: 0.8rem + (44-10)/2. */
      .hero-carousel-dots { bottom: calc(0.8rem + 17px); }
    }
    @media (max-width: 480px) {
      .hero-carousel-arrow--prev { margin-left: -88px; }
      .hero-carousel-arrow--next { margin-right: -88px; }
    }

/* ==============================================================
   Scroll-reveal (AOS replacement — fade-up / fade-left / fade-right)
   Added 2026-05-19 so we no longer ship the AOS library.
   ============================================================== */
[data-aos] {
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  will-change: opacity, transform;
}
[data-aos="fade-up"]    { transform: translate3d(0, 24px, 0); }
[data-aos="fade-left"]  { transform: translate3d(24px, 0, 0); }
[data-aos="fade-right"] { transform: translate3d(-24px, 0, 0); }
[data-aos].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==============================================================
   Demo card performance: offscreen cards skip layout/paint until
   they scroll near the viewport. Saves significant mobile paint
   time on the long demos grid (~15 cards).
   ============================================================== */
.demo-card {
  content-visibility: auto;
  contain-intrinsic-size: 1px 540px;
}

/* ==============================================================
   Hero right-side hover effects.
   The .hero-stage container is aria-hidden (decorative), so these
   are purely visual feedback when a curious visitor hovers the
   floating cards / chip / mark on the right side of the hero.
   ============================================================== */
.hero-result-card,
.hero-result-chip,
.hero-stage-mark {
    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease;
    will-change: transform;
}

.hero-result-card:hover {
    transform: translateY(-6px) scale(1.015);
    border-color: rgba(214, 59, 71, 0.45);
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.65),
        0 0 0 1px rgba(214, 59, 71, 0.35),
        0 0 60px rgba(214, 59, 71, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-result-card .hrc-number,
.hero-result-card .hrc-mini-value {
    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.4s ease;
    transform-origin: left center;
}

.hero-result-card:hover .hrc-number,
.hero-result-card:hover .hrc-mini-value {
    transform: scale(1.05);
    filter: drop-shadow(0 0 18px rgba(214, 59, 71, 0.55));
}

.hero-result-card .hrc-eyebrow,
.hero-result-card .hrc-mini-icon {
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-result-card:hover .hrc-eyebrow {
    background: rgba(214, 59, 71, 0.32);
    border-color: rgba(214, 59, 71, 0.55);
    box-shadow: 0 0 18px rgba(214, 59, 71, 0.35);
}

.hero-result-card:hover .hrc-mini-icon {
    transform: rotate(-8deg) scale(1.08);
    box-shadow: 0 0 22px rgba(214, 59, 71, 0.5);
}

.hero-result-card .hrc-meter-fill,
.hero-result-card .hrc-spark,
.hero-result-card .hrc-bars span {
    transition: filter 0.4s ease;
}

.hero-result-card:hover .hrc-meter-fill,
.hero-result-card:hover .hrc-spark {
    filter: drop-shadow(0 0 8px rgba(214, 59, 71, 0.6));
}

.hero-result-card:hover .hrc-bars span {
    filter: drop-shadow(0 0 6px rgba(214, 59, 71, 0.55));
}

.hero-result-chip:hover {
    transform: translateY(-2px) scale(1.04);
    border-color: rgba(255, 139, 122, 0.5);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.4),
        0 0 24px rgba(214, 59, 71, 0.25);
}

.hero-result-chip .hrc-dot {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-result-chip:hover .hrc-dot {
    transform: scale(1.45);
    box-shadow: 0 0 14px rgba(46, 204, 113, 0.85);
}

.hero-stage-mark:hover {
    transform: rotate(-10deg) scale(1.12);
    box-shadow: 0 0 36px rgba(214, 59, 71, 0.55);
}

@media (prefers-reduced-motion: reduce) {
    .hero-result-card:hover,
    .hero-result-card:hover .hrc-number,
    .hero-result-card:hover .hrc-mini-value,
    .hero-result-card:hover .hrc-mini-icon,
    .hero-result-chip:hover,
    .hero-result-chip:hover .hrc-dot,
    .hero-stage-mark:hover {
        transform: none;
    }}i>svg{width:1em;height:1em;vertical-align:-.125em;fill:currentColor;pointer-events:none}

/* ===== SITUATIONS SECTION ===== */
.situations-section { position: relative; padding: 120px 0; background: linear-gradient(135deg, #0a0a0c 0%, #110d18 40%, #0d0a12 70%, #060508 100%); overflow: hidden; }
.sit-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.sit-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(96,165,250,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(96,165,250,0.04) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 70%); }
.sit-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; }
.sit-orb-1 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(251,191,36,0.18), transparent 70%); top: 5%; left: -5%; animation: orbFloat1 22s ease-in-out infinite; }
.sit-orb-2 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(96,165,250,0.18), transparent 70%); bottom: -5%; right: 5%; animation: orbFloat2 18s ease-in-out infinite; }
.sit-header { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto 60px; }
.sit-badge { display: inline-block; padding: 8px 18px; background: rgba(96,165,250,0.12); border: 1px solid rgba(96,165,250,0.3); border-radius: 999px; font-size: 1.3rem; font-weight: 600; color: #93c5fd; letter-spacing: 0.02em; margin-bottom: 20px; }
.sit-heading { font-family: var(--font-heading); font-size: 4rem; font-weight: 800; color: var(--pure-white); line-height: 1.15; margin-bottom: 18px; }
.sit-heading-accent { background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #fb923c 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sit-subtitle { font-size: 1.7rem; color: rgba(255,255,255,0.7); line-height: 1.55; max-width: 680px; margin: 0 auto; }
.sit-cards-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 40px; }
.sit-card { position: relative; display: flex; flex-direction: column; padding: 36px 32px; background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); box-shadow: 0 8px 32px rgba(0,0,0,0.15); overflow: hidden; }
.sit-card-glow { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 30%, rgba(96,165,250,0.08), transparent 50%); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; z-index: 0; }
.sit-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); box-shadow: 0 20px 60px rgba(96,165,250,0.12), 0 8px 32px rgba(0,0,0,0.2); }
.sit-card:hover .sit-card-glow { opacity: 1; }
.sit-card-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.sit-card-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; transition: all 0.4s ease; }
.sit-card:hover .sit-card-icon { transform: scale(1.08); }
.sit-card-icon--amber { background: rgba(251,191,36,0.2); color: #fbbf24; }
.sit-card-icon--teal { background: rgba(16,185,129,0.2); color: #34d399; }
.sit-card-icon--purple { background: rgba(255,139,122,0.2); color: #FF8B7A; }
.sit-card-icon--blue { background: rgba(96,165,250,0.2); color: #60a5fa; }
.sit-card-tag { font-size: 1.2rem; font-weight: 600; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.06em; text-align: right; }
.sit-card-quote { position: relative; z-index: 1; font-family: var(--font-heading); font-size: 2.1rem; font-weight: 700; line-height: 1.3; color: var(--pure-white); margin-bottom: 14px; font-style: italic; }
.sit-card-pain { position: relative; z-index: 1; font-size: 1.5rem; color: rgba(255,255,255,0.7); line-height: 1.55; margin-bottom: 20px; }
.sit-card-arrow { position: relative; z-index: 1; text-align: center; font-size: 2rem; color: rgba(255,255,255,0.25); line-height: 1; margin-bottom: 14px; }
.sit-card-solution { position: relative; z-index: 1; padding: 20px 22px; margin-bottom: 22px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; }
.sit-card-solution-label { display: block; font-size: 1.1rem; font-weight: 700; color: #93c5fd; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.sit-card-solution-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.sit-card-solution-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 1.4rem; color: rgba(255,255,255,0.82); line-height: 1.45; }
.sit-card-solution-list li i { flex-shrink: 0; color: #34d399; font-size: 1.3rem; margin-top: 3px; }
.sit-card-cta { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; margin-top: auto; background: linear-gradient(135deg, #A11D33 0%, #C72A42 100%); color: #ffffff; border-radius: 12px; font-size: 1.5rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 6px 18px rgba(161,29,51,0.25); }
.sit-card-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(161,29,51,0.4); }
.sit-card-cta i { transition: transform 0.3s ease; }
.sit-card-cta:hover i { transform: translateX(4px); }
.sit-footnote { position: relative; z-index: 1; text-align: center; margin-top: 40px; padding: 24px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; }
.sit-footnote p { font-size: 1.5rem; color: rgba(255,255,255,0.75); margin: 0; }
.sit-footnote a { color: #34d399; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(52,211,153,0.4); transition: all 0.2s ease; }
.sit-footnote a:hover { color: #6ee7b7; border-bottom-color: #6ee7b7; }
@media (max-width: 992px) { .situations-section { padding: 100px 0; } .sit-cards-grid { grid-template-columns: 1fr; gap: 20px; } .sit-heading { font-size: 3.2rem; } }
@media (max-width: 576px) { .situations-section { padding: 80px 0; } .sit-card { padding: 28px 22px; } .sit-card-quote { font-size: 1.85rem; } .sit-heading { font-size: 2.8rem; } .sit-card-tag { font-size: 1.05rem; } }
.reviews-section { padding: 100px 0; background: linear-gradient(180deg, rgba(20,18,24,0) 0%, rgba(20,18,24,0.025) 100%); }
@media (prefers-color-scheme: dark) { .reviews-section { background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.025) 100%); } }
.reviews-container { max-width: 1180px; }
.reviews-header { text-align: center; margin-bottom: 4rem; }
.reviews-badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.6rem 1.4rem; border-radius: 999px; background: rgba(20,18,24,0.06); color: var(--dark); font-family: var(--font-body); font-size: 1.15rem; font-weight: 600; letter-spacing: 0.2px; margin-bottom: 1.6rem; }
.reviews-badge .icon { width: 16px; height: 16px; display: inline-flex; }
.reviews-badge .icon svg { width: 100%; height: 100%; }
@media (prefers-color-scheme: dark) { .reviews-badge { background: rgba(255,255,255,0.08); color: #f3f4f6; } }
.reviews-heading { font-family: var(--font-display, var(--font-body)); font-size: clamp(2.8rem, 4vw, 4rem); line-height: 1.15; font-weight: 700; color: var(--dark); margin: 0 0 1.2rem; }
.reviews-heading-accent { color: var(--primary, #6366f1); }
@media (prefers-color-scheme: dark) { .reviews-heading { color: #f3f4f6; } }
.reviews-summary { min-height: 32px; display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.8rem; font-family: var(--font-body); font-size: 1.3rem; color: var(--gray); }
.reviews-summary-skeleton { display: inline-block; width: 280px; height: 22px; border-radius: 6px; background: linear-gradient(90deg, rgba(20,18,24,0.06) 0%, rgba(20,18,24,0.12) 50%, rgba(20,18,24,0.06) 100%); background-size: 200% 100%; animation: reviewsShimmer 1.4s ease-in-out infinite; }
.reviews-summary-rating { font-weight: 700; color: var(--dark); font-size: 1.8rem; }
.reviews-summary-count { color: var(--gray); }
@media (prefers-color-scheme: dark) { .reviews-summary-rating { color: #f3f4f6; } .reviews-summary-skeleton { background: linear-gradient(90deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 100%); } }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.8rem; min-height: 260px; }
.review-card { background: #fff; border: 1px solid rgba(20,18,24,0.08); border-radius: 16px; padding: 1.8rem; box-shadow: 0 2px 12px rgba(20,18,24,0.04); display: flex; flex-direction: column; gap: 1.2rem; transition: transform .2s ease, box-shadow .2s ease; }
.review-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(20,18,24,0.08); }
@media (prefers-color-scheme: dark) { .review-card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); box-shadow: 0 2px 12px rgba(0,0,0,0.2); } }
.review-skeleton { min-height: 220px; border: 0; background: linear-gradient(90deg, rgba(20,18,24,0.04) 0%, rgba(20,18,24,0.08) 50%, rgba(20,18,24,0.04) 100%); background-size: 200% 100%; animation: reviewsShimmer 1.4s ease-in-out infinite; box-shadow: none; }
@media (prefers-color-scheme: dark) { .review-skeleton { background: linear-gradient(90deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.04) 100%); } }
@keyframes reviewsShimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.review-card-head { display: flex; align-items: center; gap: 1rem; }
.review-avatar { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--primary, #6366f1); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 700; font-size: 1.6rem; }
.review-author { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.review-author-name { font-family: var(--font-body); font-weight: 600; font-size: 1.35rem; color: var(--dark); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-author-meta { font-size: 1.1rem; color: var(--gray); }
@media (prefers-color-scheme: dark) { .review-author-name { color: #f3f4f6; } }
.review-stars { color: #f5a623; font-size: 1.4rem; letter-spacing: 1px; line-height: 1; }
.review-stars-empty { color: rgba(20,18,24,0.18); }
@media (prefers-color-scheme: dark) { .review-stars-empty { color: rgba(255,255,255,0.2); } }
.review-text { font-family: var(--font-body); font-size: 1.4rem; line-height: 1.6; color: var(--gray); margin: 0; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.reviews-empty { grid-column: 1 / -1; text-align: center; padding: 3rem 1.5rem; background: rgba(20,18,24,0.03); border: 1px dashed rgba(20,18,24,0.12); border-radius: 16px; font-family: var(--font-body); font-size: 1.4rem; color: var(--gray); }
.reviews-empty p { margin: 0 0 0.6rem; }
.reviews-empty p:last-child { margin-bottom: 0; }
.reviews-empty strong { color: var(--dark); }
@media (prefers-color-scheme: dark) { .reviews-empty { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.12); } .reviews-empty strong { color: #f3f4f6; } }
.reviews-cta { text-align: center; margin-top: 3rem; }
.reviews-cta-btn { display: inline-flex; align-items: center; gap: 0.8rem; padding: 1.2rem 2.4rem; border-radius: 999px; background: var(--dark); color: #fff; font-family: var(--font-body); font-size: 1.35rem; font-weight: 600; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.reviews-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(20,18,24,0.18); background: var(--primary, #6366f1); }
.reviews-cta-btn .icon { width: 14px; height: 14px; display: inline-flex; }
.reviews-cta-btn .icon svg { width: 100%; height: 100%; }
@media (prefers-color-scheme: dark) { .reviews-cta-btn { background: #f3f4f6; color: #111827; } .reviews-cta-btn:hover { background: var(--primary, #6366f1); color: #fff; } }
@media (max-width: 768px) { .reviews-section { padding: 80px 0; } .reviews-grid { min-height: 600px; gap: 1.4rem; } .review-card { padding: 1.5rem; } }
@media (max-width: 576px) { .reviews-header { margin-bottom: 3rem; } }
.clients-section { padding: 100px 0; }
.clients-container { max-width: 1180px; }
.clients-header { text-align: center; margin-bottom: 3.5rem; }
.clients-badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.6rem 1.4rem; border-radius: 999px; background: rgba(20,18,24,0.06); color: var(--dark); font-family: var(--font-body); font-size: 1.15rem; font-weight: 600; letter-spacing: 0.2px; margin-bottom: 1.6rem; }
@media (prefers-color-scheme: dark) { .clients-badge { background: rgba(255,255,255,0.08); color: #f3f4f6; } }
.clients-heading { font-family: var(--font-display, var(--font-body)); font-size: clamp(2.6rem, 3.6vw, 3.6rem); line-height: 1.15; font-weight: 700; color: var(--dark); margin: 0 0 1rem; }
.clients-heading-accent { color: var(--primary, #A11D33); }
@media (prefers-color-scheme: dark) { .clients-heading { color: #f3f4f6; } }
.clients-subtitle { max-width: 620px; margin: 0 auto; font-family: var(--font-body); font-size: 1.25rem; line-height: 1.6; color: var(--gray); }
.clients-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.6rem; max-width: 1080px; margin: 0 auto; }
.client-logo { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid rgba(20,18,24,0.08); border-radius: 16px; padding: 1.8rem 1.6rem; min-height: 140px; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.client-logo img { max-width: 100%; max-height: 96px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: 0.75; transition: filter .25s ease, opacity .25s ease, transform .25s ease; }
.client-logo:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(20,18,24,0.10); border-color: rgba(161,29,51,0.25); }
.client-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.03); }
.client-logo--static { cursor: default; }
.client-logo--static:hover { transform: none; box-shadow: none; border-color: rgba(20,18,24,0.08); }
.client-logo--static:hover img { transform: none; }
@media (prefers-color-scheme: dark) { .client-logo--static:hover { border-color: rgba(255,255,255,0.10); } }
@media (prefers-color-scheme: dark) { .client-logo { background: rgba(255,255,255,0.94); border-color: rgba(255,255,255,0.10); } .client-logo:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.35); border-color: rgba(214,59,71,0.35); } }
@media (max-width: 768px) { .clients-section { padding: 80px 0; } .clients-header { margin-bottom: 2.5rem; } .clients-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.2rem; } .client-logo { min-height: 120px; padding: 1.4rem 1.2rem; } .client-logo img { max-height: 80px; } }
.demos-carousel { position: relative; margin: 0 -0.4rem; }
.demos-carousel-track { display: flex; align-items: flex-start; gap: 1.6rem; overflow-x: auto; overflow-y: hidden; scroll-padding-left: 0.4rem; -webkit-overflow-scrolling: touch; padding: 0.6rem 0.4rem 1.8rem; scrollbar-width: thin; scrollbar-color: rgba(20,18,24,0.18) transparent; }
.demos-carousel-track::-webkit-scrollbar { height: 8px; }
.demos-carousel-track::-webkit-scrollbar-track { background: transparent; }
.demos-carousel-track::-webkit-scrollbar-thumb { background: rgba(20,18,24,0.18); border-radius: 4px; }
@media (prefers-color-scheme: dark) { .demos-carousel-track { scrollbar-color: rgba(255,255,255,0.18) transparent; } .demos-carousel-track::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.18); } }
.demos-carousel-track .demo-card { flex: 0 0 calc((100% - 3.2rem) / 3); min-width: 0; height: 542px; }
.demos-carousel-track .demo-card-frame { flex-shrink: 0; }
.demos-carousel-track .demo-card-body { flex: 1; overflow: hidden; }
.demos-carousel-track .demo-card:hover { transform: none; }
.demos-carousel-track .demo-card:hover .demo-card-shot { transform: none; }
.demos-carousel-track .demo-card-frame::after { display: none; }
@media (max-width: 1080px) { .demos-carousel-track .demo-card { flex: 0 0 calc((100% - 1.6rem) / 2); height: 520px; } }
@media (max-width: 640px) { .demos-carousel-track .demo-card { flex: 0 0 86%; height: 500px; } }
.demos-carousel-nav { position: absolute; top: 38%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1px solid rgba(20,18,24,0.10); display: inline-flex; align-items: center; justify-content: center; color: var(--dark); cursor: pointer; box-shadow: 0 6px 20px rgba(20,18,24,0.12); transition: transform .2s ease, opacity .2s ease, background .2s ease, color .2s ease; z-index: 5; padding: 0; }
.demos-carousel-nav:hover { transform: translateY(-50%) scale(1.06); background: var(--primary); color: #fff; border-color: var(--primary); }
.demos-carousel-nav.is-disabled { opacity: 0.3; pointer-events: none; box-shadow: 0 2px 8px rgba(20,18,24,0.06); }
.demos-carousel-nav .icon { width: 18px; height: 18px; display: inline-flex; }
.demos-carousel-nav .icon svg { width: 100%; height: 100%; }
.demos-carousel-prev { left: -22px; }
.demos-carousel-next { right: -22px; }
@media (prefers-color-scheme: dark) { .demos-carousel-nav { background: #1a1d23; color: #f3f4f6; border-color: rgba(255,255,255,0.10); box-shadow: 0 6px 20px rgba(0,0,0,0.35); } .demos-carousel-nav:hover { background: var(--primary); color: #fff; border-color: var(--primary); } }
@media (max-width: 768px) { .demos-carousel { margin: 0; } .demos-carousel-prev { left: 4px; } .demos-carousel-next { right: 4px; } .demos-carousel-nav { width: 40px; height: 40px; box-shadow: 0 4px 12px rgba(20,18,24,0.2); } .demos-carousel-nav .icon { width: 14px; height: 14px; } }
