/* ==========================================================================
   DaaS V2 — Device as a Service Page
   Isolated styles matching Figma design.
   ========================================================================== */

/* ---------- Reset & Base ---------- */
.daas-v2-wrap {
    font-family: 'Graphik', 'Inter', -apple-system, sans-serif;
    color: #030712;
    line-height: 1.6;
    overflow-x: hidden;
}

.daas-v2-wrap *,
.daas-v2-wrap *::before,
.daas-v2-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.daas-v2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Eyebrow Pill ---------- */
.daas-v2-eyebrow {
    align-items: center;
    padding: 9px 16px;
    background: #FFFFFF;
    border: none;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 500;
    color: #030712;
    z-index: 1;
    width: max-content;
    margin-bottom: 16px;
    border: #EAE8E4;
    border-width: 1px;
    border-style: solid;
}

/* ---------- Section Title ---------- */
.daas-v2-section-title {
    font-weight: 600;
    font-size: clamp(36px, 4vw, 51px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: #030712;
    margin-bottom: 16px;
}

/* ---------- Section Description ---------- */
.daas-v2-section-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: -0.01em;
    color: #6B7280;
    max-width: 660px;
}

/* ==========================================================================
   SECTION 1 — HERO
   ========================================================================== */
.daas-v2-hero {
    position: relative;
    min-height: 820px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.daas-v2-hero .daas-v2-container {
    position: relative;
    z-index: 2;
}

.daas-v2-hero-content {
    max-width: 660px;
    padding: 120px 0;
}

.daas-v2-hero h1 {
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: #000;
    margin-bottom: 40px;
}

.daas-v2-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 28px;
    background: #0076CE;
    color: #fff;
    border-radius: 999px;
    font-size: 15.6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 217px;
}

.daas-v2-hero-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 118, 206, 0.3);
}

/* ==========================================================================
   SECTION 2 — OLD MODEL vs DaaS
   ========================================================================== */
.daas-v2-old-model {
    background: #EBD8FF;
    padding: 96px 0 80px;
}

.daas-v2-old-model .daas-v2-section-desc {
    margin-bottom: 50px;
}

.daas-v2-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border-radius: 32px;
    overflow: hidden;
}

.daas-v2-compare-card {
    background: #fff;
    border: 1px solid #EAE8E4;
    border-radius: 32px;
    padding: 36px 40px;
    min-height: 283px;
}

.daas-v2-compare-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.daas-v2-compare-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.daas-v2-compare-icon.old {
    background: #F6F5F3;
    color: #6B7280;
}

.daas-v2-compare-icon.new {
    background: #FDE7F0;
    color: #FD1774;
}

.daas-v2-compare-card h3 {
    font-size: 16px;
    font-weight: 500;
}

.daas-v2-compare-list {
    list-style: none;
}

.daas-v2-compare-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    letter-spacing: -0.01em;
    padding: 6px 0;
}

.daas-v2-compare-list li .bullet {
    width: 25px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.daas-v2-compare-list li .bullet.cross {
    background: #F6F5F3;
    color: #9CA3AF;
}

.daas-v2-compare-list li .bullet.check {
    background: #FDE7F0;
    color: #FD1774;
}

.daas-v2-compare-card.old-card .daas-v2-compare-list li {
    color: #6B7280;
}

.daas-v2-compare-card.new-card .daas-v2-compare-list li {
    color: #030712;
}



/* ==========================================================================
   SECTION 4 — WHY TEAM COMPUTERS
   ========================================================================== */
.daas-v2-why {
    background: #F6F5F3;
    padding: 96px 0;
}

.daas-v2-why .daas-v2-section-desc {
    margin-bottom: 50px;
}

.daas-v2-why-layout {
    display: grid;
    grid-template-columns: 526px 1fr;
    gap: 20px;
}

.daas-v2-why-image-wrap {
    border-radius: 32px;
    overflow: hidden;
    background: #ECEAE6;
    position: relative;
    height: 100%;
}

.daas-v2-why-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daas-v2-why-image-badge {
    position: absolute;
    top: 26px;
    left: 26px;
    background: #fff;
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 13.5px;
    font-weight: 500;
    color: #030712;
}

.daas-v2-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.daas-v2-why-card {
    background: #fff;
    border: 1px solid #EAE8E4;
    border-radius: 20px;
    padding: 24px;
}

.daas-v2-why-card-icon {
    width: 44px;
    height: 44px;
    background: #F6F5F3;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.daas-v2-why-card h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.015em;
    margin-bottom: 8px;
    line-height: 1.2;
}

.daas-v2-why-card p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.005em;
    color: #6B7280;
}

/* ==========================================================================
   SECTION 5 — HOW IT WORKS
   ========================================================================== */
.daas-v2-hiw {
    background: #EBD8FF;
    padding: 96px 0;
}

.daas-v2-hiw .daas-v2-section-desc {
    margin-bottom: 50px;
}

.daas-v2-hiw-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: stretch;
}

.daas-v2-hiw-visual {
    position: relative;
    background: #ECEAE6;
    border-radius: 32px;
    overflow: hidden;
}

.daas-v2-hiw-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.daas-v2-hiw-visual img.active {
    opacity: 1;
}

.daas-v2-hiw-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 7, 18, 0) 40%, rgba(3, 7, 18, 0.74) 100%);
    z-index: 2;
    pointer-events: none;
}

.daas-v2-hiw-visual-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 32px;
    z-index: 3;
}

.daas-v2-hiw-step-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    background: #FD1774;
    color: #fff;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 500;
    margin-bottom: 8px;
}

.daas-v2-hiw-visual-caption h3 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.daas-v2-hiw-visual-caption p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.52;
}

.daas-v2-hiw-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.daas-v2-hiw-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 79px;
}

.daas-v2-hiw-step:hover {
    background: #f9f9f9;
}

.daas-v2-hiw-step.active {
    background: #030712;
    border-color: #030712;
    color: #fff;
}

.daas-v2-hiw-step-num {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background: #F6F5F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.daas-v2-hiw-step.active .daas-v2-hiw-step-num {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.daas-v2-hiw-step span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.015em;
}

/* ==========================================================================
   SECTION 6 — ECOSYSTEM
   ========================================================================== */
.daas-v2-ecosystem {
    background: #F6F5F3;
    padding: 96px 0;
}

.daas-v2-ecosystem .daas-v2-section-desc {
    margin-bottom: 50px;
}

.daas-v2-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.daas-v2-eco-card {
    background: #fff;
    border: 1px solid #EAE8E4;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.daas-v2-eco-card-img {
    height: 170px;
    overflow: hidden;
    border-radius: 22px;
    margin: 15px;
    background: #ECEAE6;
}

.daas-v2-eco-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daas-v2-eco-card-content {
    padding: 0 32px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.daas-v2-eco-card h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 8px;
}

.daas-v2-eco-card p {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -0.005em;
    color: #6B7280;
    margin-bottom: 16px;
    flex: 1;
}

.daas-v2-eco-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #FD1774;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.daas-v2-eco-link:hover {
    gap: 12px;
}

.daas-v2-eco-link .arrow {
    font-size: 16px;
    font-weight: 510;
}

/* ==========================================================================
   SECTION 7 — ONE DaaS PARTNER
   ========================================================================== */
.daas-v2-partner {
    background: #fff;
    padding: 96px 0;
}

.daas-v2-partner .daas-v2-section-desc {
    margin-bottom: 50px;
}

.daas-v2-partner-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.daas-v2-partner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    border: 1px solid #EAE8E4;
    border-radius: 32px;
    overflow: hidden;
    min-height: 251px;
}

.daas-v2-partner-row.image-left {
    direction: rtl;
}

.daas-v2-partner-row.image-left>* {
    direction: ltr;
}

.daas-v2-partner-row-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 44px;
}

.daas-v2-partner-row-icon {
    width: 58px;
    height: 48px;
    background: #EBD8FF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.daas-v2-partner-row-icon img,
.daas-v2-partner-row-icon svg {
    width: 32px;
    height: 32px;
}

.daas-v2-partner-row h4 {
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.09;
    margin-bottom: 12px;
}

.daas-v2-partner-row p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.005em;
    color: #6B7280;
}

.daas-v2-partner-row-img {
    background: #ECEAE6;
    overflow: hidden;
}

.daas-v2-partner-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   SECTION 8 — DaaS PLANS (Pricing)
   ========================================================================== */
.daas-v2-plans {
    background: #FFF0CD;
    padding: 96px 0;
}

.daas-v2-plans .daas-v2-section-desc {
    margin-bottom: 54px;
}

.daas-v2-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.daas-v2-plan-card {
    background: #fff;
    border: 1px solid #EAE8E4;
    border-radius: 32px;
    padding: 35px 31px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.daas-v2-plan-card.highlighted {
    border-color: #0076CE;
    box-shadow: 0 28px 52px 0 rgba(17, 24, 39, 0.12);
}

.daas-v2-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #0076CE;
    color: #fff;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 13.6px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 14px 35px -18px rgba(253, 23, 116, 0.6);
}

.daas-v2-plan-label {
    font-size: 13.6px;
    font-weight: 500;
    color: #6B7280;
    letter-spacing: -0.005em;
    margin-bottom: 8px;
}

.daas-v2-plan-name {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.daas-v2-plan-tagline {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 8px;
}

.daas-v2-plan-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #6B7280;
    margin-bottom: 20px;
}

.daas-v2-plan-divider {
    border: none;
    border-top: 0.56px solid #EEECE8;
    margin-bottom: 16px;
}

.daas-v2-plan-includes-label {
    font-size: 13.7px;
    font-weight: 500;
    color: #6B7280;
    letter-spacing: -0.005em;
    margin-bottom: 18px;
}

.daas-v2-plan-features {
    list-style: none;
    margin-bottom: 24px;
    flex: 1;
}

.daas-v2-plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-size: 15px;
    letter-spacing: -0.005em;
}

.daas-v2-plan-features li .feat-check {
    width: 18px;
    height: 18px;
    background: #FDE7F0;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #FD1774;
    flex-shrink: 0;
}

.daas-v2-plan-features li .feat-check.blue {
    color: #0076CE;
}

.daas-v2-plan-best-for {
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 16px;
}

.daas-v2-plan-best-for span {
    font-weight: 400;
    color: #6B7280;
}

.daas-v2-plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 999px;
    font-size: 15.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.daas-v2-plan-btn.dark {
    background: #171717;
    color: #fff;
}

.daas-v2-plan-btn.dark:hover {
    background: #333;
}

.daas-v2-plan-btn.primary {
    background: #0076CE;
    color: #fff;
}

.daas-v2-plan-btn.primary:hover {
    background: #005fa3;
}

/* ==========================================================================
   SECTION 9 — COMPARE PLANS TABLE
   ========================================================================== */
.daas-v2-compare {
    background: #fff;
    padding: 96px 0;
}

.daas-v2-compare .daas-v2-section-title {
    margin-bottom: 44px;
}

.daas-v2-compare-table-wrap {
    border-radius: 32px;
    overflow: hidden;
}

.daas-v2-compare-table {
    width: 100%;
    border-collapse: collapse;
}

.daas-v2-compare-table .group-header td {
    background: #F6F5F3;
    padding: 16px 24px;
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
    letter-spacing: -0.005em;
}

.daas-v2-compare-table .plan-header th {
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: none;
    background: #111827;
    color: #fff;
}

.daas-v2-compare-table .plan-header th:first-child {
    text-align: left;
    width: 45%;
}

.daas-v2-compare-table tbody tr {
    border-top: 0.5px solid #EAE8E4;
}

.daas-v2-compare-table tbody tr:nth-child(even) {
    background: #FAF9F7;
}

.daas-v2-compare-table tbody td {
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.005em;
    vertical-align: middle;
}

.daas-v2-compare-table tbody td:first-child {
    color: #030712;
}

.daas-v2-compare-table tbody td:not(:first-child) {
    text-align: center;
}

.daas-v2-compare-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 28px;
    background: #FDE7F0;
    border-radius: 14px;
    color: #0076CE;
    font-size: 14px;
    font-weight: 600;
}

.premium-col {
    .daas-v2-compare-check {
        width: 24px;
    }

}

.daas-v2-compare-check.blue {
    color: #0076CE;
}

.daas-v2-compare-dash {
    color: #D1D5DB;
    font-size: 18px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .daas-v2-why-layout {
        grid-template-columns: 1fr;
    }

    .daas-v2-why-image-wrap {
        height: 400px;
    }

    .daas-v2-hiw-layout {
        grid-template-columns: 1fr;
    }

    .daas-v2-hiw-visual {
        aspect-ratio: 16/9;
    }

    .daas-v2-partner-row {
        grid-template-columns: 1fr;
    }

    .daas-v2-partner-row-img {
        height: 260px;
    }

    .daas-v2-plans-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .daas-v2-compare-table-wrap {
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .daas-v2-hero {
        min-height: 500px;
    }

    .daas-v2-hero h1 {
        font-size: 36px;
    }

    .daas-v2-hero-content {
        padding: 80px 0;
    }

    .daas-v2-comparison {
        grid-template-columns: 1fr;
    }

    .daas-v2-why-grid {
        grid-template-columns: 1fr;
    }

    .daas-v2-ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .daas-v2-section-title {
        font-size: 32px;
    }

    .daas-v2-section-desc {
        font-size: 16px;
    }

    .daas-v2-old-model,
    .daas-v2-why,
    .daas-v2-hiw,
    .daas-v2-ecosystem,
    .daas-v2-partner,
    .daas-v2-plans,
    .daas-v2-compare {
        padding: 64px 0;
    }
}

@media (max-width: 480px) {
    .daas-v2-hero h1 {
        font-size: 28px;
    }

    .daas-v2-section-title {
        font-size: 26px;
    }

    .daas-v2-hiw-step {
        padding: 16px;
        min-height: auto;
    }

    .daas-v2-plan-card {
        padding: 24px;
    }
}

/* ==========================================================================
   SECTION 10 — TYPES OF ASSETS
   ========================================================================== */
.daas-v2-types {
    background: #E5CBFF;
    padding: 96px 0;
}

.daas-v2-types-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    background: rgba(229, 203, 255, 0.98);
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 500;
    color: #030712;
    line-height: 1;
    margin-bottom: 12px;
}

.daas-v2-types-header {
    margin-bottom: 50px;
}

.daas-v2-types .daas-v2-section-desc {
    color: #152036;
}

.daas-v2-types-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.daas-v2-type-card {
    background: #fff;
    border: 1px solid #EAE8E4;
    border-radius: 32px;
    padding: 32px;
}

.daas-v2-type-card-icon {
    width: 44px;
    height: 44px;
    background: #F6F5F3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 24px;
    color: #030712;
}

.daas-v2-type-card h3 {
    font-size: 22.5px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.daas-v2-type-card p {
    font-size: 15.1px;
    line-height: 1.55;
    color: #6B7280;
    letter-spacing: -0.005em;
}

.daas-v2-types-catalog {
    background: #fff;
    border: 1px solid #EAE8E4;
    border-radius: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    overflow: hidden;
    padding: 40px;
}

.daas-v2-types-catalog-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.daas-v2-types-catalog-content h3 {
    font-size: 26.5px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 24px;
}

.daas-v2-types-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.daas-v2-types-pill {
    background: #F6F5F3;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: #030712;
}

.daas-v2-types-catalog-img {
    background: #ECEAE6;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 356px;
}

.daas-v2-types-catalog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   SECTION 11 — SUSTAINABLE IT
   ========================================================================== */
.daas-v2-sustainable {
    background: #fff;
    padding: 96px 0;
}

.daas-v2-sustainable-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.daas-v2-sustainable-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.daas-v2-sustainable h2 {
    color: #030712;
}

.daas-v2-sustainable .daas-v2-section-desc {
    font-size: 15.9px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.daas-v2-sus-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}

.daas-v2-sus-pill {
    background: #F6F5F3;
    padding: 11px 20px;
    border-radius: 999px;
    font-size: 14.8px;
    font-weight: 500;
    color: #030712;
}

.daas-v2-sus-link {
    font-size: 15.3px;
    font-weight: 500;
    color: #FD1774;
    text-decoration: none;
}

.daas-v2-sustainable-image {
    background: #ECEAE6;
    border-radius: 32px;
    height: 498px;
    position: relative;
    overflow: hidden;
}

.daas-v2-sustainable-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daas-v2-sustainable-badge {
    position: absolute;
    bottom: 32px;
    left: 32px;
    background: #fff;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    color: #030712;
}

/* ==========================================================================
   SECTION 12 — OPERATIONAL STRENGTH
   ========================================================================== */
.daas-v2-operational {
    position: relative;
    padding: 120px 0;
    background: #030712;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.daas-v2-operational::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 91%);
    mix-blend-mode: multiply;
    z-index: 1;
}

.daas-v2-operational .daas-v2-container {
    position: relative;
    z-index: 2;
}

.daas-v2-operational .daas-v2-eyebrow {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 16px;
}

.daas-v2-operational h2 {
    color: #fff;
    margin-bottom: 24px;
    max-width: 716px;
}

.daas-v2-operational .daas-v2-section-desc {
    color: rgba(255, 255, 255, 0.66);
    max-width: 577px;
    margin-bottom: 48px;
}

.daas-v2-op-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 600px;
}

.daas-v2-op-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 999px;
    color: #fff;
    font-size: 14.5px;
    font-weight: 500;
}

.daas-v2-op-highlight::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #FD1774;
    border-radius: 50%;
}

/* ==========================================================================
   SECTION 13 — CONTACT
   ========================================================================== */
.daas-v2-contact {
    padding: 120px 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.daas-v2-contact::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 118, 206, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.daas-v2-contact .daas-v2-container {
    position: relative;
    z-index: 2;
}

.daas-v2-contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.daas-v2-contact h2 {
    font-size: 44px;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.daas-v2-contact p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.daas-v2-contact-form {
    background: transparent;
    padding: 0;
}

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

.daas-v2-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.daas-v2-form-row .daas-v2-form-group {
    margin-bottom: 0;
}

.daas-v2-form-group label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.daas-v2-form-group input,
.daas-v2-form-group textarea {
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    font-size: 15px;
    color: #fff;
    font-family: inherit;
    width: 100%;
    transition: all 0.3s ease;
}

.daas-v2-form-group input::placeholder,
.daas-v2-form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.daas-v2-form-group input:focus,
.daas-v2-form-group textarea:focus {
    outline: none;
    border-color: #0076CE;
    background: rgba(255, 255, 255, 0.12);
}

.daas-v2-form-group textarea {
    height: 140px;
    resize: vertical;
}

.daas-v2-submit-btn {
    background: #1a8fe3;
    color: #fff;
    padding: 14px 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    width: auto;
    min-width: 150px;
    transition: all 0.3s ease;
}

.daas-v2-submit-btn:hover {
    background: #1475bd;
}

.daas-v2-recaptcha {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.daas-v2-recaptcha-box {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.daas-v2-recaptcha-text {
    color: #fff;
    font-size: 14px;
}



/* ==========================================================================
   CF7 INTEGRATION STYLES FOR CONTACT SECTION (Grid & Pseudo Labels)
   ========================================================================== */
.daas-v2-contact-form .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.daas-v2-contact-form .wpcf7 form .form-group p {
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Suppress all CF7 line-breaks that break flex layout */
.daas-v2-contact-form .wpcf7 form br {
    display: none;
}

.daas-v2-contact-form .wpcf7 form>div.form-row,
.daas-v2-contact-form .wpcf7 form>div,
.daas-v2-contact-form .wpcf7 form>p {
    width: 100%;
    margin-bottom: 0 !important;
    padding: 0;
}

.daas-v2-contact-form .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Pseudo-labels using CF7 data-name */
.daas-v2-contact-form .wpcf7-form-control-wrap[data-name]::before {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    display: block;
}

.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="full_name"]::before,
.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="fullname"]::before {
    content: "FULL NAME";
}

.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="phone"]::before {
    content: "PHONE";
}

.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="email"]::before {
    content: "EMAIL ADDRESS";
}

.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="job_title"]::before {
    content: "JOB TITLE";
}

.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="company"]::before {
    content: "COMPANY";
}

.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="city"]::before {
    content: "CITY";
}

.daas-v2-contact-form .wpcf7-form-control-wrap[data-name="message"]::before {
    content: "MESSAGE";
}

/* Half-width fields */
.daas-v2-contact-form .wpcf7 form .form-row:has([data-name="full_name"]),
.daas-v2-contact-form .wpcf7 form .form-row:has([data-name="fullname"]),
.daas-v2-contact-form .wpcf7 form .form-row:has([data-name="phone"]),
.daas-v2-contact-form .wpcf7 form .form-row:has([data-name="job_title"]),
.daas-v2-contact-form .wpcf7 form .form-row:has([data-name="company"]),
.daas-v2-contact-form .wpcf7 form p:has([data-name="full_name"]),
.daas-v2-contact-form .wpcf7 form p:has([data-name="fullname"]),
.daas-v2-contact-form .wpcf7 form p:has([data-name="phone"]),
.daas-v2-contact-form .wpcf7 form p:has([data-name="job_title"]),
.daas-v2-contact-form .wpcf7 form p:has([data-name="company"]) {
    width: calc(50% - 10px);
}

.daas-v2-contact-form label {
    display: none;
}

/* Inputs & Textarea Styling to match dark mode UI */
.daas-v2-contact-form .wpcf7-form-control.wpcf7-text,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-textarea,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-email,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-tel {
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    font-size: 15px;
    color: #fff;
    font-family: inherit;
    width: 100%;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.daas-v2-contact-form .wpcf7-form-control.wpcf7-text::placeholder,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-textarea::placeholder,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-email::placeholder,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-tel::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.daas-v2-contact-form .wpcf7-form-control.wpcf7-text:focus,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-textarea:focus,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-email:focus,
.daas-v2-contact-form .wpcf7-form-control.wpcf7-tel:focus {
    outline: none;
    border-color: #0076CE;
    background: rgba(255, 255, 255, 0.12);
}

.daas-v2-contact-form .wpcf7-form-control.wpcf7-textarea {
    height: 140px;
    resize: vertical;
}

.daas-v2-contact-form .wpcf7-form-control.wpcf7-submit {
    background: #1a8fe3;
    color: #fff;
    padding: 14px 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    width: auto;
    min-width: 150px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 10px;
}

.daas-v2-contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #1475bd;
}

.daas-v2-contact-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff4d4f;
    margin-top: 4px;
}

.daas-v2-contact-form .wpcf7-response-output {
    border-radius: 8px;
    font-size: 14px;
}

@media (max-width: 767px) {

    .daas-v2-contact-form .wpcf7 form .form-row:has([data-name]),
    .daas-v2-contact-form .wpcf7 form p:has([data-name]) {
        width: 100%;
    }
}

/* ==========================================================================
   SECTION 14 — FAQ
   ========================================================================== */
.daas-v2-faq {
    padding: 96px 0;
    background: #fff;
    border-top: 1px solid #EAE8E4;
}

.daas-v2-faq-layout {
    display: grid;
    grid-template-columns: 446px 1fr;
    gap: 80px;
}

.daas-v2-faq-header h3 {
    color: #0076CE;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.daas-v2-faq-header h2 {
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #030712;
    line-height: 1.08;
    margin-bottom: 20px;
}

.daas-v2-faq-header p {
    font-size: 17px;
    color: #6E6E73;
    line-height: 1.55;
}

.daas-v2-faq-items {
    border-top: 1px solid #EAE8E4;
}

.daas-v2-faq-item {
    border-bottom: 1px solid #EAE8E4;
    padding: 24px 0;
}

.daas-v2-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #030712;
}

.daas-v2-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.daas-v2-faq-answer {
    margin-top: 16px;
    font-size: 15px;
    color: #6B7280;
    line-height: 1.6;
    display: none;
}

.daas-v2-faq-item.active .daas-v2-faq-answer {
    display: block;
}

.daas-v2-faq-item.active .daas-v2-faq-icon {
    transform: rotate(180deg);
}

/* Updates to Compare Section for exact match */
.daas-v2-compare-table .plan-header th.premium-col,
.daas-v2-compare-table .plan-header th.active-plan-col {
    background: #0076CE;
    color: #fff;
    transition: all 0.3s ease;
}

.daas-v2-compare-table tbody td.premium-col,
.daas-v2-compare-table tbody td.active-plan-col {
    background: rgba(0, 118, 206, 0.05);
    transition: all 0.3s ease;
}

.daas-v2-compare-table tbody td.premium-col .daas-v2-compare-check,
.daas-v2-compare-table tbody td.active-plan-col .daas-v2-compare-check {
    width: 28px;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .daas-v2-types-cards {
        grid-template-columns: 1fr;
    }

    .daas-v2-types-catalog {
        grid-template-columns: 1fr;
    }

    .daas-v2-sustainable-layout {
        grid-template-columns: 1fr;
    }

    .daas-v2-contact-layout {
        grid-template-columns: 1fr;
    }

    .daas-v2-faq-layout {
        grid-template-columns: 1fr;
    }
}

/* Fix for Hero container width */
.daas-v2-hero .daas-v2-container {
    width: 100%;
}

/* Arrow between comparison cards */
.daas-v2-comparison {
    position: relative;
    border-radius: 0;
    /* Remove overflow hidden to allow arrow shadow if needed */
}

.daas-v2-compare-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: #FD1774;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media (max-width: 1024px) {
    .daas-v2-dark-stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .daas-v2-dark-stats {
        grid-template-columns: 1fr;
    }

    .daas-v2-compare-arrow {
        display: none;
    }
}

/* Section 3 Dark CTA with Stats */
.daas-v2-dark-cta {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #030712;
    display: block;
    /* Force block to prevent flex shrink and centering */
}

.daas-v2-dark-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #030712 0%, #030712 11%, rgba(3, 7, 18, 0.7) 65%, rgba(3, 7, 18, 0) 100%);
    z-index: 1;
}

.daas-v2-dark-cta .daas-v2-container {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    /* Ensure container takes full 1200px so content aligns left */
}

.daas-v2-dark-content {
    max-width: 660px;
    color: #fff;
}

.daas-v2-eyebrow.dark {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 24px;
}

.daas-v2-dark-content .daas-v2-section-title {
    color: #fff;
}

.daas-v2-dark-content .daas-v2-section-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.daas-v2-dark-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.daas-v2-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.daas-v2-stat-card .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}

.daas-v2-stat-card .stat-value {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.daas-v2-stat-card .stat-subtext {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}

/* ==========================================================================
   MOBILE VISIBILITY & RESPONSIVE FIXES
   ========================================================================== */

/* Hero Overlay for better text visibility */
.daas-v2-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (max-width: 768px) {

    /* Hide br tags in headings on mobile to prevent weird wrapping */
    .daas-v2-hero h1 br,
    .daas-v2-section-title br,
    .daas-v2-section-desc br {
        display: none;
    }

    /* Make hero overlay stronger on mobile for readability */
    .daas-v2-hero::before {
        background: rgba(255, 255, 255, 0.7);
    }

    /* Force 3rd fold dark stats to be 2 columns on mobile */
    .daas-v2-dark-stats {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px;
    }

    .daas-v2-stat-card {
        padding: 16px 14px;
        border-radius: 16px;
    }

    .daas-v2-stat-card .stat-value {
        font-size: 26px;
    }

    .daas-v2-stat-card .stat-label {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .daas-v2-stat-card .stat-subtext {
        font-size: 11.5px;
    }

    .daas-v2-dark-cta {
        background-position: 75% center;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {

    /* Force 3rd fold dark stats to be 2 columns on tablet */
    .daas-v2-dark-stats {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* ==========================================================================
   SECTION 15 - FINAL CTA
   ========================================================================== */
.daas-v2-final-cta {
    padding: 96px 0;
    background: #fff;
    /* or whatever matches the section above it, usually white */
}

.daas-v2-final-cta-card {
    position: relative;
    background-color: #030712;
    background-image: url('../images/daas-v2/final-cta-bg.png');
    /* Fallback URL if image exists */
    background-size: cover;
    background-position: center right;
    border-radius: 40px;
    overflow: hidden;
    padding: 100px 80px;
}

.daas-v2-final-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.daas-v2-final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.daas-v2-final-cta-content h2 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 48px;
}

.daas-v2-final-cta-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.daas-v2-btn-pink {
    background: #FD1774;
    color: #fff;
    padding: 16px 32px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.daas-v2-btn-pink:hover {
    background: #e01265;
    color: #fff;
}

.daas-v2-btn-outline {
    background: transparent;
    color: #fff;
    padding: 16px 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.daas-v2-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 768px) {
    .daas-v2-final-cta-card {
        padding: 64px 32px;
        border-radius: 24px;
        background-position: center;
    }

    .daas-v2-final-cta-card::before {
        background: linear-gradient(90deg, #030712 0%, rgba(3, 7, 18, 0.9) 70%, rgba(3, 7, 18, 0) 100%);
    }

    .daas-v2-final-cta-content h2 {
        font-size: 36px;
        margin-bottom: 32px;
    }

    .daas-v2-final-cta-buttons {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .daas-v2-final-cta-buttons a {
        width: 100%;
        text-align: center;
    }
}