/*** START EMBEDDING /home/deps/DEPWORK/dtwww2/docs/res/vib/vibrance.css ***/
body {
    font-size: 17px;
    line-height: 1.6;
}

.vibmodule
{
    width:170px;
    margin:10px;
    font-size:1.3em
}

.portalSection
{
    background:url('/vib/portalOnPhone.webp') no-repeat top right -180px;
    background-size:cover;
}

.portalSection2
{
    background:url('/vib/portalOnPhone.webp') no-repeat center left -220px;
    background-size:cover;
}

.supportBoxRight
{
    grid-row:4 / span 2;
    grid-column:1 / span 2;
}

@media (min-width:992px) 
{

    .portalSection
    {
        background:url('/vib/portalOnPhone.webp') no-repeat top center;
        background-size:cover;
    }

    .portalSection2
    {
        background:url('/vib/portalOnPhone.webp') no-repeat top center;
        background-size:cover;
    }

    .supportBoxRight
    {
        grid-row:2 / span 2;
        grid-column:3 / span 2;
    }

}

@media (prefers-color-scheme: dark) 
{
    .vibmodule
    {
        box-shadow:0px 0px 50px 15px #ffffff33;
        border:1px solid #666;
    }
}

@media (max-width: 500px) 
{
    .supportBoxRight
    {
        grid-row:auto;
        grid-column:1;
    }
}

.hero-section {
  background-color: #020617;
  background-image: radial-gradient(
    ellipse 120% 100% at 50% 40%,
    #1E1B4B 0%,
    #0F172A 35%,
    #020617 100%
  );
  padding-top: 3rem;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.vib-hero-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #fef5f1 100%);
  padding-top: 3rem;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.vib-hero-light .vib-hero-copy h1 {
  color: #1a202c;
}

.vib-hero-light .vib-hero-copy p {
  color: #4a5568;
}

.vib-hero-light .vib-hero-badge strong {
  color: #1a202c;
}

.vib-hero-light .vib-hero-badge span {
  color: #4a5568;
}

.vib-hero-light .vib-cta-secondary {
  border-color: #f26f21;
  color: #f26f21;
}

.vib-hero-image {
  width: 100%;
  max-width: 520px;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(5, 12, 28, 0.55);
}

.vib-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.vib-portal-section {
  position: relative;
  background: url('/vib/portalOnPhone.webp') no-repeat center;
  background-size: cover;
  color: white;
}

.vib-portal-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.vib-portal-section > * {
  position: relative;
  z-index: 1;
}

.vib-hero {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 48px;
    align-items: center;
    padding: clamp(40px, 6vw, 80px);
    border-radius: 36px;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(255, 179, 107, 0.35), transparent 45%),
                radial-gradient(circle at 75% 0%, rgba(76, 129, 238, 0.45), transparent 55%),
                linear-gradient(135deg, #050c1c, #0f1f38 65%, #111b2f);
    color: #f9fbff;
    box-shadow: 0 40px 90px rgba(5, 12, 28, 0.4);
}

.vib-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 140%;
    background: radial-gradient(circle, rgba(76, 129, 238, 0.55), transparent 65%);
    filter: blur(60px);
    opacity: 0.6;
}

.vib-hero > * {
    position: relative;
    z-index: 1;
}

.vib-hero-copy h1 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    margin-bottom: 16px;
    color: #ffffff;
}

.vib-overline {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    color: #ffb36b;
    margin-bottom: 12px;
    display: inline-block;
}

.vib-hero-copy p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.85);
}

.vib-hero-points {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: grid;
    gap: 12px;
}

.vib-hero-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
}

.vib-hero-points li::before {
    content: '\2713';
    color: #ffb36b;
    font-weight: bold;
}

.vib-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.vib-cta-primary,
.vib-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vib-cta-primary {
    background: linear-gradient(135deg, #f26f21, #ffb36b);
    color: #0b1324;
    box-shadow: 0 15px 30px rgba(242, 111, 33, 0.35);
}

.vib-cta-secondary {
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff;
}

.vib-cta-primary:hover,
.vib-cta-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
}

.vib-hero-media {
    position: relative;
    text-align: center;
}

.vib-hero-media img {
    width: 100%;
    max-width: 520px;
    /*border-radius: 24px;
    box-shadow: 0 30px 60px rgba(5, 12, 28, 0.55);*/
}

.vib-hero-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding: 18px 28px;
    text-align: left;
}

.vib-hero-badge strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: #ffffff;
}

.vib-hero-badge span {
    font-size: 1.3rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.hand-underline {
    position: relative;
    display: inline;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 10'%3E%3Cpath d='M0 7 Q 25 3, 50 6 T 100 6 T 150 7 T 200 5 T 250 6 T 300 7 T 350 5 T 400 6 T 450 7 T 500 5 T 550 6 T 600 7 T 650 5 T 700 6 T 750 7 T 800 5' fill='none' stroke='%23ffb36b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 10px;
    padding-bottom: 6px;
}

.vib-metric-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin: -80px auto 40px auto;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.vib-metric {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 28px;
    text-align: center;
}

.vib-metric .metric-value {
    font-size: 2.2rem;
    font-weight: 600;
}

.vib-metric-enhanced {
    position: relative;
    overflow: visible;
    padding: 32px 24px 24px 24px;
}

.vib-metric-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--metric-grad-1, #667eea) 0%, var(--metric-grad-2, #764ba2) 100%);
    border-radius: 22px 22px 0 0;
}

.metric-icon-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--metric-grad-1, #667eea) 0%, var(--metric-grad-2, #764ba2) 100%);
    border-radius: 12px;
    font-size: 1.3rem;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.metric-value-enhanced {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--metric-grad-1, #667eea) 0%, var(--metric-grad-2, #764ba2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    line-height: 1.2;
}

.metric-label {
    font-size: 0.95rem;
    line-height: 1.4;
    opacity: 0.8;
}

.vib-section {
    padding: 80px 0;
}

.vib-section-dark {
    position: relative;
    color: #0b1324;
    overflow: hidden;
}

.vib-section-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 255, 255, 0.45) 30%,
        rgba(255, 255, 255, 0.28) 60%,
        rgba(255, 255, 255, 0.12) 82%,
        rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
}

.vib-section-dark > * {
    position: relative;
    z-index: 1;
}

.vib-section-dark .vib-section-heading p {
    color: rgba(11, 19, 36, 0.7);
}

.vib-section-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.vib-section-heading h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 12px 0;
}

.vib-section-heading p {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
}

.vib-feature-grid {
    display: grid;
    gap: 24px;
}

.vib-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.vib-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.vib-grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.vib-feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vib-feature-card-dark {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #0b1324;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.vib-feature-card-dark p,
.vib-feature-card-dark li {
    color: rgba(11, 19, 36, 0.8);
}

.vib-feature-card-dark h3 {
    color: #0b1324;
}

.vib-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(76, 129, 238, 0.15);
    color: #4c81ee;
    font-size: 1.5rem;
    padding:5px;
}

.vib-split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    align-items: center;
}

.vib-image-card {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.vib-image-card img {
    width: 100%;
    display: block;
}

.vib-portal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.vib-portal-card {
    background: #00000088;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #ffffff44;
    color: #fff;
    min-height: 140px;
    display: flex;
    align-items: center;
    text-align: center;
}

.vib-cta-panel {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #0b1324, #172c52);
    border-radius: 32px;
    color: #fff;
    margin: 60px auto;
}

.vib-cta-panel p {
    font-size: 1.3rem;
    margin-bottom: 32px;
}

@media (prefers-color-scheme: dark) {
    .vib-feature-card {
        background: var(--primarybg);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 8px 32px 0 rgba(76, 129, 238, 0.1),
                    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    }

    .vib-section-heading p {
        color: rgba(255, 255, 255, 0.8);
    }

    .vib-feature-icon {
        background: rgba(76, 129, 238, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(76, 129, 238, 0.3);
        box-shadow: 0 8px 32px 0 rgba(76, 129, 238, 0.2);
        color: #6b9eff;
    }

    .product-feature-card .vib-feature-icon {
        background: rgba(255, 255, 255, 0.12) !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .vib-hero-light {
        background-color: #020617;
        background-image: radial-gradient(
            ellipse 120% 100% at 50% 40%,
            #1E1B4B 0%,
            #0F172A 35%,
            #020617 100%
        );
    }

    .vib-hero-light .vib-hero-copy h1 {
        color: #ffffff;
    }

    .vib-hero-light .vib-hero-copy p {
        color: rgba(255, 255, 255, 0.85);
    }

    .vib-hero-light .vib-hero-badge strong {
        color: #ffffff;
    }

    .vib-hero-light .vib-hero-badge span {
        color: rgba(255, 255, 255, 0.9);
    }

    .vib-hero-light .vib-cta-secondary {
        border-color: rgba(255, 255, 255, 0.55);
        color: #ffffff;
    }

    .metric-value-enhanced {
        background: linear-gradient(135deg, var(--metric-grad-1, #667eea) 0%, var(--metric-grad-2, #764ba2) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .metric-heading-card p {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .emp-feature-card {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
    }

    .vib-section-dark {
        color: #fff;
    }

    .vib-section-dark::before {
        background: linear-gradient(120deg,
            rgba(7, 15, 28, 0.7) 0%,
            rgba(12, 25, 49, 0.6) 30%,
            rgba(18, 33, 66, 0.45) 60%,
            rgba(18, 33, 66, 0.2) 82%,
            rgba(18, 33, 66, 0.08) 100%);
        backdrop-filter: blur(0.5px);
        -webkit-backdrop-filter: blur(0.5px);
    }

    .vib-section-dark .vib-section-heading p {
        color: rgba(255, 255, 255, 0.85);
    }

    .vib-feature-card-dark {
        background: rgba(6, 16, 35, 0.65);
        border-color: rgba(255, 255, 255, 0.25);
        color: #fff;
        box-shadow: none;
    }

    .vib-feature-card-dark p,
    .vib-feature-card-dark li {
        color: rgba(255, 255, 255, 0.9);
    }

    .vib-feature-card-dark h3 {
        color: #fff;
    }

    .vib-image-card {
        box-shadow: none;
        border: none;
        background: transparent;
        padding: 0;
    }

    .vib-image-card img {
        border: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-bottom: 60px;
    }

    .vib-metric-row {
        margin-top: 0;
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .emp-phrases-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .vib-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vib-cta-row {
        flex-direction: column;
        align-items: stretch;
    }

    .vib-hero-badge {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 16px;
    }
}

/*** END EMBEDDING /home/deps/DEPWORK/dtwww2/docs/res/vib/vibrance.css ***/
