/* DeciNova landing — pixel match creator.tagmango.app/decinova */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.dn-landing-body {
    margin: 0;
    font-family: Raleway, system-ui, sans-serif;
    background: #01061b;
    color: #f8f8f8;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dn-tm-page {
    background-color: #01061b;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 2rem;
}

.dn-tm-prehead {
    text-align: center;
    padding: 1.25rem 0 0;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 300;
    color: #f8f8f8;
}

/* —— Hero section —— */
.dn-tm-hero-section {
    background-image: linear-gradient(#02071c 0, #02071c 100%);
    color: #f8f8f8;
    font-weight: 300;
    padding: 80px 0;
    text-align: center;
}

.dn-tm-logo {
    max-width: 280px;
    margin-bottom: 1.5rem;
}

.dn-tm-logo--sm {
    max-width: 200px;
    margin-bottom: 1rem;
}

.dn-tm-hero-img {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.dn-tm-headline {
    font-size: clamp(2rem, 5vw, 52px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0.5rem;
    color: #fff;
}

.dn-tm-subhead {
    font-size: clamp(1.15rem, 3vw, 30px);
    color: #ffb74d;
    margin: 0 0 1.5rem;
    font-weight: 300;
}

.dn-tm-inner {
    margin-top: 1rem;
}

.dn-tm-upskill {
    color: #f6f5f3;
    font-family: Poppins, sans-serif;
    font-size: clamp(1rem, 2.5vw, 21px);
    text-align: center;
    margin: 2rem 0 1rem;
    line-height: 1.5;
}

.dn-tm-upskill-accent {
    font-weight: 700;
    color: #ffb74d;
}

.dn-tm-webinar-line {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.dn-tm-wide-img {
    width: 100%;
    max-width: 900px;
    margin: 1.5rem auto;
}

.dn-tm-h1 {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(1.35rem, 3vw, 33px);
    font-weight: 700;
    text-align: center;
    margin: 1.5rem 0 1rem;
    color: #fff;
}

.dn-tm-system {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.dn-tm-india {
    color: #f8f4ed;
    font-family: Poppins, sans-serif;
    font-size: clamp(1.25rem, 3vw, 31px);
    font-weight: 500;
    line-height: 140%;
    margin: 1rem 0;
}

.dn-tm-leader {
    color: #7e7979;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: italic;
    margin: 1rem 0 1.5rem;
}

.dn-tm-limited-title {
    color: #ffb74d;
    font-family: Poppins, sans-serif;
    font-size: clamp(1.75rem, 4vw, 36px);
    font-weight: 700;
    line-height: 1.73;
    text-align: center;
    margin: 2rem 0 0.5rem;
}

.dn-tm-limited-copy {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.dn-tm-limited-copy u {
    text-decoration: underline;
}

/* —— Buttons (TagMango red gradient) —— */
.dn-tm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: linear-gradient(to bottom, #c62d1f 0, #f24437 100%);
    border: 1px solid #d02718;
    border-radius: 18px;
    box-shadow: #8a2a21 3px 4px 0 0;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    padding: 9px 15px;
    text-decoration: none;
    text-shadow: #810d05 0 1px 0;
    margin: 0.5rem 0.35rem;
    cursor: pointer;
    transition: transform 0.12s;
}

.dn-tm-btn:hover {
    transform: translateY(-1px);
    color: #fff;
}

.dn-tm-btn-icon {
    font-size: 1.25rem;
    line-height: 1;
    opacity: 0.75;
}

.dn-tm-btn--price {
    margin-top: 1.25rem;
}

/* —— Register / countdown block —— */
.dn-tm-register-block {
    text-align: center;
    padding: 2rem 0;
}

.dn-tm-batch {
    align-items: center;
    color: #fbfdfd;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.25rem;
}

.dn-tm-countdown {
    margin: 1.25rem 0;
}

.dn-tm-countdown-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.dn-tm-countdown-block {
    text-align: center;
}

.dn-tm-countdown-digit {
    align-items: center;
    background-color: #ef0b0b;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: clamp(2rem, 8vw, 64px);
    font-weight: 700;
    height: 90px;
    justify-content: center;
    width: 90px;
    line-height: 1;
    font-family: Poppins, sans-serif;
}

.dn-tm-countdown-label {
    font-size: 0.75rem;
    text-transform: lowercase;
    margin-top: 0.35rem;
    color: #f8f8f8;
}

/* —— Pillars white card —— */
.dn-tm-pillars-wrap {
    background-color: #fffffe;
    border-radius: 20px;
    padding: 25px;
    margin: 2rem 0;
}

.dn-tm-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.dn-tm-pillar {
    text-align: center;
    color: #0f172a;
}

.dn-tm-pillar-icon {
    font-size: 48px;
    color: #4a5afe;
    display: block;
    margin: 0 auto 0.75rem;
}

.dn-tm-pillar h1 {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 30px);
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.5rem;
}

.dn-tm-pillar p {
    font-size: 0.9rem;
    color: #475569;
    margin: 0;
    line-height: 1.45;
}

.dn-tm-pillar p strong {
    color: #0f172a;
}

/* —— Compare —— */
.dn-tm-compare-title {
    font-family: Oswald, sans-serif;
    font-size: clamp(1.25rem, 3vw, 29px);
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 2.5rem 0 0.75rem;
    line-height: 1.35;
}

.dn-tm-compare-highlight {
    color: #ff7b00;
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    text-align: center;
    margin: 0 0 2rem;
    line-height: 1.5;
}

/* —— Second CTA block —— */
.dn-tm-cta-section {
    text-align: center;
    padding: 2rem 0 3rem;
}

.dn-tm-spots {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: clamp(1.25rem, 3vw, 32px);
    font-weight: 500;
    margin: 1rem 0 1.25rem;
}

.dn-tm-hurry {
    color: #ef4444;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1.25rem;
}

/* —— Framework —— */
.dn-tm-framework {
    padding: 3rem 0;
    text-align: center;
}

.dn-tm-framework h2 {
    font-family: Poppins, sans-serif;
    font-size: clamp(1.5rem, 4vw, 40px);
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    color: #fff;
}

.dn-tm-unlock {
    color: #ffb74d;
}

/* —— FAQ —— */
.dn-tm-faq-section {
    background: #02071c;
    padding: 3rem 0 4rem;
}

.dn-tm-faq-inner {
    max-width: 900px;
    margin: 0 auto;
}

.dn-tm-faq-title {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: clamp(1.75rem, 4vw, 40px);
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 2rem;
    text-align: left;
}

.dn-tm-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dn-tm-acc-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.dn-tm-acc-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border: none;
    background: #fff;
    text-align: left;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.dn-tm-acc-head .faq-icon {
    color: #4a5afe;
    margin-top: 0.2rem;
    transition: transform 0.2s;
}

.dn-tm-acc-item.is-open .dn-tm-acc-head .faq-icon {
    transform: rotate(180deg);
}

.dn-tm-acc-body {
    padding: 0 1.25rem 1.15rem 2.75rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

.dn-tm-faq-extra {
    margin-top: 2rem;
    color: #e2e8f0;
}

.dn-tm-faq-extra-q {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.dn-tm-faq-extra-a {
    color: #94a3b8;
    margin: 0;
}

/* —— Footer —— */
.dn-tm-footer {
    text-align: center;
    padding: 2rem 0 2.5rem;
    color: #94a3b8;
    font-size: 0.85rem;
}

.dn-tm-footer-seo {
    font-size: 0.68rem;
    opacity: 0.65;
    line-height: 1.5;
    margin: 0.75rem 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.dn-tm-app-links {
    margin-top: 1rem;
    font-size: 0.8rem;
}

.dn-tm-app-links a {
    color: #ffb74d;
    text-decoration: none;
}

.dn-tm-app-links a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .dn-tm-hero-section {
        padding: 48px 0;
    }

    .dn-tm-pillars-grid {
        grid-template-columns: 1fr;
    }

    .dn-tm-countdown-digit {
        width: 72px;
        height: 72px;
        font-size: 2rem;
    }

    .dn-tm-btn {
        font-size: 16px;
        padding: 10px 14px;
    }
}
