/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7skm43cj8a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7skm43cj8a] {
    flex: 1;
}

.sidebar[b-7skm43cj8a] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7skm43cj8a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7skm43cj8a]  a, .top-row[b-7skm43cj8a]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7skm43cj8a]  a:hover, .top-row[b-7skm43cj8a]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7skm43cj8a]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7skm43cj8a] {
        justify-content: space-between;
    }

    .top-row[b-7skm43cj8a]  a, .top-row[b-7skm43cj8a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7skm43cj8a] {
        flex-direction: row;
    }

    .sidebar[b-7skm43cj8a] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7skm43cj8a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7skm43cj8a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7skm43cj8a], article[b-7skm43cj8a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Elevare Solutions - NavMenu Component Styles */

.navbar-toggler[b-jh5eohdhnq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jh5eohdhnq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jh5eohdhnq] {
    font-size: 1.1rem;
}

.bi[b-jh5eohdhnq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-jh5eohdhnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jh5eohdhnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jh5eohdhnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-jh5eohdhnq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jh5eohdhnq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jh5eohdhnq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jh5eohdhnq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jh5eohdhnq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jh5eohdhnq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Theme:
   Primary: #172a54
   Secondary: #f19258
   Third: #fefefe
*/

.top-nav[b-jh5eohdhnq] {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #172a54;
  color: #fefefe;
  box-shadow: 0 2px 6px rgba(23, 42, 84, 0.12);
}

/* layout */
.top-nav .container[b-jh5eohdhnq] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* brand */
.brand[b-jh5eohdhnq] {
  color: #fefefe;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  letter-spacing: 0.2px;
}

/* horizontal nav */
.nav-container[b-jh5eohdhnq] {
  display: flex;
  align-items: center;
}

.nav-items[b-jh5eohdhnq] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.nav-link[b-jh5eohdhnq] {
  color: #fefefe;
  text-decoration: none;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  transition: background 150ms ease, color 150ms ease, transform 120ms ease;
  font-weight: 600;
}

.nav-link:hover[b-jh5eohdhnq],
.nav-link:focus[b-jh5eohdhnq] {
  background: rgba(241,146,88,0.12);
  outline: none;
}

/* active link styling (NavLink applies .active) */
.nav-link.active[b-jh5eohdhnq] {
  background: #f19258;
  color: #172a54;
  box-shadow: 0 6px 18px rgba(241,146,88,0.16);
}

/* simple hamburger */
.menu-toggle[b-jh5eohdhnq] {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}
.menu-toggle .bar[b-jh5eohdhnq] {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: #fefefe;
  border-radius: 2px;
}

/* responsive: collapse nav into vertical panel on small screens */
.nav-container.collapsed[b-jh5eohdhnq] {
  display: none;
}

.nav-container.expanded[b-jh5eohdhnq] {
  display: block;
}

/* mobile layout */
@media (max-width: 760px) {
  .menu-toggle[b-jh5eohdhnq] { display: block; }

  .nav-container.expanded[b-jh5eohdhnq] {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #172a54;
    padding: 0.75rem 1rem;
    box-shadow: 0 10px 30px rgba(23,42,84,0.12);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .nav-items[b-jh5eohdhnq] {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }

  .nav-link[b-jh5eohdhnq] {
    display: block;
    width: 100%;
  }
}
/* /Pages/Home.razor.rz.scp.css */
/* Palette:
   Primary: #172a54
   Secondary: #f19258
   Third: #fefefe
*/

*[b-yz7vhpzdrv] {
    box-sizing: border-box;
}

.home-main[b-yz7vhpzdrv] {
    background: #fefefe;
}

/* ========== HEADER & NAV ========== */
.home-header[b-yz7vhpzdrv] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(23, 42, 84, 0.08);
    animation: slideDown-b-yz7vhpzdrv 0.4s ease;
}

@keyframes slideDown-b-yz7vhpzdrv {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav[b-yz7vhpzdrv] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.45rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-yz7vhpzdrv] {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.2px;
}

.logo[b-yz7vhpzdrv] {
    height: 75px;
    transition: transform 0.3s ease;
}

    .logo:hover[b-yz7vhpzdrv] {
        transform: scale(1.5);
    }

.nav-links[b-yz7vhpzdrv] {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    align-items: center;
}

    .nav-links a[b-yz7vhpzdrv] {
        color: #172a54;
        text-decoration: none;
        padding: 0.6rem 1rem;
        border-radius: 8px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .nav-links a:hover[b-yz7vhpzdrv] {
            background: rgba(241, 146, 88, 0.1);
            transform: translateY(-2px);
        }

.cta-nav[b-yz7vhpzdrv] {
    background: #f19258 !important;
    color: #fefefe !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(241, 146, 88, 0.3);
}

    .cta-nav:hover[b-yz7vhpzdrv] {
        background: #e07d43 !important;
        box-shadow: 0 6px 20px rgba(241, 146, 88, 0.4);
    }

/* ========== HERO SECTION ========== */
.hero[b-yz7vhpzdrv] {
    position: relative;
    background: linear-gradient(135deg, #172a54 0%, #1a3564 50%, #122043 100%);
    color: #fefefe;
    padding: 8rem 2rem 6rem;
    text-align: center;
    overflow: hidden;
}

.hero-background[b-yz7vhpzdrv] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(241, 146, 88, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(241, 146, 88, 0.08) 0%, transparent 50%);
    animation: float-b-yz7vhpzdrv 20s ease-in-out infinite;
}

@keyframes float-b-yz7vhpzdrv {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.hero-content[b-yz7vhpzdrv] {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
}

.hero-badge[b-yz7vhpzdrv] {
    display: inline-block;
    background: rgba(241, 146, 88, 0.15);
    border: 1px solid rgba(241, 146, 88, 0.3);
    color: #fefefe;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    animation: fadeInUp-b-yz7vhpzdrv 0.6s ease 0.2s backwards;
}

.hero-title[b-yz7vhpzdrv] {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    animation: fadeInUp-b-yz7vhpzdrv 0.6s ease 0.3s backwards;
}

@keyframes fadeInUp-b-yz7vhpzdrv {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tagline[b-yz7vhpzdrv] {
    font-size: 1.25rem;
    margin: 0 0 2.5rem 0;
    opacity: 0.95;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp-b-yz7vhpzdrv 0.6s ease 0.4s backwards;
}

.cta-group[b-yz7vhpzdrv] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    animation: fadeInUp-b-yz7vhpzdrv 0.6s ease 0.5s backwards;
}

.btn-primary[b-yz7vhpzdrv] {
    display: inline-block;
    background: #f19258;
    color: #172a54;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(241, 146, 88, 0.3);
}

    .btn-primary:hover[b-yz7vhpzdrv] {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(241, 146, 88, 0.5);
        background: #e07d43;
    }

.btn-secondary[b-yz7vhpzdrv] {
    display: inline-block;
    background: transparent;
    color: #fefefe;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.05rem;
    border: 2px solid rgba(254, 254, 254, 0.3);
    transition: all 0.3s ease;
}

    .btn-secondary:hover[b-yz7vhpzdrv] {
        background: rgba(254, 254, 254, 0.1);
        border-color: rgba(254, 254, 254, 0.6);
        transform: translateY(-4px);
    }

.hero-stats[b-yz7vhpzdrv] {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp-b-yz7vhpzdrv 0.6s ease 0.6s backwards;
}

.stat[b-yz7vhpzdrv] {
    text-align: center;
}

.stat-number[b-yz7vhpzdrv] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #f19258;
    margin-bottom: 0.25rem;
}

.stat-label[b-yz7vhpzdrv] {
    font-size: 0.95rem;
    opacity: 0.85;
}

/* ========== SECTION STYLES ========== */
section[b-yz7vhpzdrv] {
    padding: 5rem 2rem;
}

.section-header[b-yz7vhpzdrv] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-tag[b-yz7vhpzdrv] {
    display: inline-block;
    color: #f19258;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 1.5px;
    margin-bottom: 0.75rem;
}

.section-header h2[b-yz7vhpzdrv] {
    font-size: 2.5rem;
    color: #172a54;
    margin: 0.5rem 0;
    font-weight: 800;
}

.section-description[b-yz7vhpzdrv] {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 1rem auto 0;
}

/* ========== ABOUT SECTION ========== */
.about[b-yz7vhpzdrv] {
    background: #fefefe;
    max-width: 1200px;
    margin: 0 auto;
}

.about-content[b-yz7vhpzdrv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text p[b-yz7vhpzdrv] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
}

.about-features[b-yz7vhpzdrv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.mini-feature[b-yz7vhpzdrv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(241, 146, 88, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .mini-feature:hover[b-yz7vhpzdrv] {
        background: rgba(241, 146, 88, 0.1);
        transform: translateX(5px);
    }

    .mini-feature .icon[b-yz7vhpzdrv] {
        color: #f19258;
        font-weight: 800;
        font-size: 1.2rem;
    }

.about-image[b-yz7vhpzdrv] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-placeholder[b-yz7vhpzdrv] {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #172a54, #1a3564);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(23, 42, 84, 0.2);
}

.placeholder-icon[b-yz7vhpzdrv] {
    font-size: 6rem;
}

/* ========== SERVICES SECTION ========== */
.services[b-yz7vhpzdrv] {
    background: linear-gradient(to bottom, #fefefe, #f8f9fa);
    max-width: 1300px;
    margin: 0 auto;
}

.features[b-yz7vhpzdrv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.feature[b-yz7vhpzdrv] {
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(23, 42, 84, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

    .feature:hover[b-yz7vhpzdrv] {
        transform: translateY(-10px);
        box-shadow: 0 12px 40px rgba(23, 42, 84, 0.15);
        border-color: #f19258;
    }

.feature-highlight[b-yz7vhpzdrv] {
    border: 2px solid #f19258;
    background: linear-gradient(135deg, #ffffff, #fff8f4);
}

.feature-badge[b-yz7vhpzdrv] {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #f19258;
    color: #fefefe;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.feature-icon[b-yz7vhpzdrv] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feature h3[b-yz7vhpzdrv] {
    color: #172a54;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
}

.feature p[b-yz7vhpzdrv] {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.feature-list[b-yz7vhpzdrv] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

    .feature-list li[b-yz7vhpzdrv] {
        padding: 0.5rem 0;
        color: #666;
        position: relative;
        padding-left: 1.5rem;
    }

        .feature-list li[b-yz7vhpzdrv]::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #f19258;
            font-weight: 700;
        }

.feature-link[b-yz7vhpzdrv] {
    color: #f19258;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .feature-link:hover[b-yz7vhpzdrv] {
        color: #172a54;
        transform: translateX(5px);
        display: inline-block;
    }

/* ========== TECH STACK SECTION ========== */
.tech-stack[b-yz7vhpzdrv] {
    background: #172a54;
    color: #fefefe;
}

    .tech-stack .section-tag[b-yz7vhpzdrv] {
        color: #f19258;
    }

    .tech-stack h2[b-yz7vhpzdrv] {
        color: #fefefe;
    }

    .tech-stack .section-description[b-yz7vhpzdrv] {
        color: rgba(254, 254, 254, 0.8);
    }

.tech-grid[b-yz7vhpzdrv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.tech-item[b-yz7vhpzdrv] {
    background: rgba(254, 254, 254, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid rgba(254, 254, 254, 0.1);
    transition: all 0.3s ease;
}

    .tech-item:hover[b-yz7vhpzdrv] {
        background: rgba(241, 146, 88, 0.1);
        border-color: #f19258;
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(241, 146, 88, 0.2);
    }

/* ========== WHY US SECTION ========== */
.why-us[b-yz7vhpzdrv] {
    background: #fefefe;
    max-width: 1200px;
    margin: 0 auto;
}

.why-grid[b-yz7vhpzdrv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.why-card[b-yz7vhpzdrv] {
    text-align: center;
    padding: 2rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(23, 42, 84, 0.06);
    transition: all 0.3s ease;
}

    .why-card:hover[b-yz7vhpzdrv] {
        transform: translateY(-8px);
        box-shadow: 0 12px 35px rgba(23, 42, 84, 0.12);
    }

.why-icon[b-yz7vhpzdrv] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.why-card h3[b-yz7vhpzdrv] {
    color: #172a54;
    font-size: 1.3rem;
    margin: 0.5rem 0 1rem;
    font-weight: 700;
}

.why-card p[b-yz7vhpzdrv] {
    color: #666;
    line-height: 1.7;
}

/* ========== CONTACT SECTION ========== */
.contact[b-yz7vhpzdrv] {
    background: linear-gradient(135deg, #172a54, #1a3564);
    color: #fefefe;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
}

.contact-content[b-yz7vhpzdrv] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.contact-info h2[b-yz7vhpzdrv] {
    color: #fefefe;
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
}

.contact-info p[b-yz7vhpzdrv] {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-details[b-yz7vhpzdrv] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item[b-yz7vhpzdrv] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-icon[b-yz7vhpzdrv] {
    font-size: 1.8rem;
}

.contact-label[b-yz7vhpzdrv] {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-item a[b-yz7vhpzdrv] {
    color: #f19258;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

    .contact-item a:hover[b-yz7vhpzdrv] {
        color: #fefefe;
    }

.contact-form-container[b-yz7vhpzdrv] {
    background: rgba(254, 254, 254, 0.05);
    padding: 3rem;
    border-radius: 16px;
    border: 2px solid rgba(254, 254, 254, 0.1);
}

.contact-form-placeholder[b-yz7vhpzdrv] {
    text-align: center;
    padding: 3rem 1rem;
}

    .contact-form-placeholder p[b-yz7vhpzdrv] {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .contact-form-placeholder .small[b-yz7vhpzdrv] {
        font-size: 0.95rem;
        opacity: 0.7;
    }

/* ========== FOOTER ========== */
.footer[b-yz7vhpzdrv] {
    background: #0f1e3a;
    color: rgba(254, 254, 254, 0.8);
    padding: 3rem 2rem 1.5rem;
}

.footer-content[b-yz7vhpzdrv] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-brand[b-yz7vhpzdrv] {
    max-width: 300px;
}

.footer-logo[b-yz7vhpzdrv] {
    height: 50px;
    margin-bottom: 1rem;
}

.footer-brand p[b-yz7vhpzdrv] {
    opacity: 0.7;
    line-height: 1.6;
}

.footer-links[b-yz7vhpzdrv] {
    display: flex;
    gap: 3rem;
}

.footer-col h4[b-yz7vhpzdrv] {
    color: #fefefe;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-col a[b-yz7vhpzdrv] {
    display: block;
    color: rgba(254, 254, 254, 0.7);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

    .footer-col a:hover[b-yz7vhpzdrv] {
        color: #f19258;
        transform: translateX(5px);
    }

.footer-bottom[b-yz7vhpzdrv] {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(254, 254, 254, 0.1);
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.6;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .hero-title[b-yz7vhpzdrv] {
        font-size: 2.5rem;
    }

    .about-content[b-yz7vhpzdrv] {
        grid-template-columns: 1fr;
    }

    .image-placeholder[b-yz7vhpzdrv] {
        height: 300px;
    }

    .contact-content[b-yz7vhpzdrv] {
        grid-template-columns: 1fr;
    }

    .footer-content[b-yz7vhpzdrv] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .nav-links[b-yz7vhpzdrv] {
        display: none;
    }

    .hero[b-yz7vhpzdrv] {
        padding: 5rem 1.5rem 4rem;
    }

    .hero-title[b-yz7vhpzdrv] {
        font-size: 2rem;
    }

    .tagline[b-yz7vhpzdrv] {
        font-size: 1.05rem;
    }

    .cta-group[b-yz7vhpzdrv] {
        flex-direction: column;
    }

    .btn-primary[b-yz7vhpzdrv],
    .btn-secondary[b-yz7vhpzdrv] {
        width: 100%;
    }

    .hero-stats[b-yz7vhpzdrv] {
        gap: 2rem;
    }

    .section-header h2[b-yz7vhpzdrv] {
        font-size: 2rem;
    }

    .about-features[b-yz7vhpzdrv] {
        grid-template-columns: 1fr;
    }

    .features[b-yz7vhpzdrv] {
        grid-template-columns: 1fr;
    }

    .tech-grid[b-yz7vhpzdrv] {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid[b-yz7vhpzdrv] {
        grid-template-columns: 1fr;
    }
}
