:root {
    --cream: #F7F3ED;
    --cream-2: #EFE9DF;
    --ink: #1E345D;
    --ink-2: #0D1526;
    --muted: #4A5B7A;
    --soft: #7B8AA3;
    --line: #E3DCCD;
    --coral: #FF716E;
    --blue: #5D95ED;
    --blue-2: #457AE4;
    --mint: #4FF7BC
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Open Sans, system-ui, -apple-system, sans-serif;
    background: var(--cream);
    color: var(--ink);
    font-size: 18px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: var(--cream);
}


h1,
h2,
h3,
h4 {
    font-family: Ubuntu, Open Sans, system-ui, sans-serif;
    font-weight: 500
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit;
    cursor: pointer;
    border: none;
    background: none
}

.section-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 32px
}

.section-inner-narrow {
    max-width: 780px
}

.section-title {
    font-family: Ubuntu, sans-serif;
    font-size: clamp(32px, 4.4vw, 52px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.02em;
    color: var(--ink);
    margin-bottom: 40px
}

.eyebrow {
    display: inline-block;
    font-family: DM Mono, monospace;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--soft);
    margin-bottom: 16px
}

.how-body {
    font-size: 18px;
    line-height: 1.75;
    color: var(--muted);
    margin-bottom: 40px
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ink);
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    transition: background .15s, transform .15s;
    text-decoration: none
}

.btn-primary:hover {
    background: #122546;
    transform: translateY(-1px)
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: var(--coral);
    padding: 14px 28px;
    border-radius: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background .15s, color .15s, transform .15s;
    text-decoration: none
}

.btn-hero-primary:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-1px)
}

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffffe0;
    padding: 14px 28px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, .4);
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: border-color .15s, color .15s;
    text-decoration: none
}

.btn-hero-outline:hover {
    border-color: #fffc;
    color: #fff
}

.cta-btn {
    padding: 15px 30px;
    font-size: 16px;
    background: #fff;
    color: var(--coral);
    font-family: Ubuntu, sans-serif;
    font-weight: 600
}

.cta-btn:hover {
    background: var(--ink);
    color: #fff
}

.cta-divider {
    width: 72px;
    height: 3px;
    background: #fff;
    margin: 0 auto 28px;
    border-radius: 2px
}

.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ff716eeb;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .18)
}

.nav-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
    height: 68px;
    display: flex;
    align-items: center;
    gap: 32px
}

.nav-logo {
    margin-right: auto
}

.logo-text {
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    color: #ffffffeb;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1;
    text-decoration: none
}

.logo-nirmata {
    color: #fff
}

.nav-links {
    display: flex;
    gap: 28px
}

.nav-links a {
    font-size: 16px;
    color: #ffffffd9;
    font-weight: 500;
    transition: color .15s
}

.nav-links a:hover {
    color: #fff
}

.nav-cta {
    background: #fff;
    color: var(--coral);
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    font-family: Ubuntu, sans-serif;
    transition: transform .15s, background .15s, color .15s;
    text-decoration: none
}

.nav-cta:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-1px)
}

.hero {
    position: relative;
    background: var(--coral);
    color: #fff;
    overflow: hidden;
    padding: 96px 32px 120px
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse at top, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at top, #000 30%, transparent 75%);
    pointer-events: none
}

.hero-glow {
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    filter: blur(120px);
    background: #ffdcd759;
    top: -340px;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none
}

.hero-glow-2 {
    width: 520px;
    height: 520px;
    background: #ff5b588c;
    top: 80px;
    left: 14%;
    transform: none
}

.hero-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center
}

.hero-headline {
    font-family: Ubuntu, sans-serif;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.025em;
    color: #fff;
    margin-bottom: 24px
}

.hero-sub {
    font-size: clamp(17px, 1.7vw, 20px);
    color: #ffffffe0;
    max-width: 560px;
    margin: 0 auto 40px;
    line-height: 1.65
}

.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.pricing-plans {
    background: var(--cream)
}

.pricing-plans .section-inner {
    padding-bottom: 80px
}

.plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch
}

.plan-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 36px 32px;
    position: relative;
    box-shadow: 0 4px 18px #1e345d0f, 0 1px 4px #1e345d0a;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s
}

.plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px #1e345d1a, 0 2px 8px #1e345d0f
}

.plan-card-featured {
    border-color: var(--coral);
    box-shadow: 0 4px 18px #ff716e1f, 0 1px 4px #ff716e14
}

.plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%);
    background: var(--coral);
    color: #fff;
    font-family: DM Mono, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 999px;
    white-space: nowrap
}

.plan-name {
    font-family: DM Mono, monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--coral);
    margin-bottom: 16px
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px
}

.plan-amount {
    font-family: Ubuntu, sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--ink);
    line-height: 1
}

.plan-amount-custom {
    font-size: 38px;
    font-style: italic
}

.plan-unit {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.4
}

.plan-commit {
    font-size: 13px;
    color: var(--soft)
}

.plan-desc {
    font-size: 15px;
    line-height: 1.65;
    color: var(--muted);
    margin-bottom: 24px
}

.plan-divider {
    height: 1px;
    background: var(--line);
    margin-bottom: 22px
}

.plan-specs {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 28px
}

.plan-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--cream-2, #EFE9DF)
}

.plan-spec:last-child {
    border-bottom: none
}

.spec-key {
    color: var(--muted);
    font-weight: 400
}

.spec-val {
    font-family: DM Mono, monospace;
    font-size: 12px;
    font-weight: 500;
    color: var(--ink);
    text-align: right
}

.spec-val.spec-accent {
    color: var(--coral)
}

.plan-cta {
    width: 100%;
    justify-content: center;
    margin-top: auto
}

.plan-cta-dark {
    background: var(--ink-2)
}

.plan-cta-dark:hover {
    background: #1a2a48
}

.trust-strip {
    background: var(--blue);
    padding: 48px 32px;
    text-align: center
}

.trust-inner {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap
}

.trust-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.trust-num {
    font-family: DM Mono, monospace;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -.02em
}

.trust-label {
    font-size: 13px;
    color: #ffffffa6;
    font-weight: 300
}

.trust-div {
    width: 1px;
    height: 40px;
    background: #ffffff40
}

.trust-text {
    font-size: 15px;
    color: #ffffffbf;
    font-weight: 300;
    line-height: 1.65;
    max-width: 680px;
    margin: 24px auto 0
}

.trust-text strong {
    color: #fff;
    font-weight: 500
}

.pricing-calc {
    background: var(--cream);
    border-top: 1px solid var(--line)
}

.calc-wrap {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 4px 24px #1e345d12
}

.calc-head {
    background: var(--coral);
    padding: 32px 40px 30px
}

.calc-head-title {
    font-family: Ubuntu, sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 6px
}

.calc-head-sub {
    font-size: 15px;
    color: #ffffffd1;
    line-height: 1.5
}

.calc-body {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.calc-in {
    padding: 36px 40px;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 32px
}

.calc-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.calc-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--muted)
}

.calc-val {
    font-family: DM Mono, monospace;
    font-size: 13px;
    font-weight: 500;
    color: var(--coral)
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: var(--line);
    border-radius: 3px;
    outline: none
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--coral);
    cursor: pointer;
    box-shadow: 0 0 0 4px #ff716e26
}

.calc-range-labels {
    display: flex;
    justify-content: space-between;
    font-family: DM Mono, monospace;
    font-size: 11px;
    color: var(--soft);
    letter-spacing: .04em
}

.calc-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--muted)
}

.calc-save-note {
    font-family: DM Mono, monospace;
    font-size: 11px;
    font-weight: 500;
    color: #16a34a;
    background: #16a34a14;
    border: 1px solid rgba(22, 163, 74, .2);
    padding: 2px 8px;
    border-radius: 999px;
    margin-left: 8px
}

.tog {
    position: relative;
    width: 44px;
    height: 26px;
    cursor: pointer;
    display: inline-block
}

.tog input {
    display: none
}

.ttrack {
    position: absolute;
    inset: 0;
    background: var(--line);
    border-radius: 13px;
    transition: background .2s
}

.tog input:checked+.ttrack {
    background: var(--coral)
}

.tthumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform .2s;
    box-shadow: 0 1px 4px #0003
}

.tog input:checked~.tthumb {
    transform: translate(18px)
}

.calc-out {
    padding: 36px 40px;
    display: flex;
    flex-direction: column
}

.calc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff716e14;
    border: 1px solid rgba(255, 113, 110, .2);
    border-radius: 999px;
    padding: 5px 14px;
    width: fit-content;
    margin-bottom: 18px;
    font-family: DM Mono, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--coral)
}

.calc-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--coral);
    flex-shrink: 0
}

.calc-price {
    font-family: Ubuntu, sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -.05em;
    color: var(--ink);
    line-height: 1;
    margin-bottom: 6px
}

.calc-price-sub {
    font-size: 13px;
    color: var(--soft);
    margin-bottom: 28px
}

.calc-breakdown {
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 14px
}

.brow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    font-size: 13px;
    border-bottom: 1px solid var(--line)
}

.brow:last-child {
    border-bottom: none
}

.brow-total {
    background: var(--cream)
}

.bk {
    color: var(--muted);
    font-weight: 400
}

.bk-bold {
    color: var(--ink);
    font-weight: 600
}

.bv {
    font-family: DM Mono, monospace;
    font-size: 12px;
    font-weight: 500;
    color: var(--ink)
}

.bv-amber {
    color: #d97706
}

.bv-green {
    color: #16a34a
}

.bv-coral {
    color: var(--coral)
}

.calc-note {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.55;
    display: none;
    margin-top: 8px
}

.calc-note.show {
    display: block
}

.calc-note-save {
    background: #16a34a12;
    border: 1px solid rgba(22, 163, 74, .18);
    color: #16a34a;
    font-weight: 500
}

.calc-note-ent {
    background: #5d95ed12;
    border: 1px solid rgba(93, 149, 237, .2);
    color: var(--blue-2)
}

.calc-note-ent strong {
    font-weight: 600;
    color: var(--ink)
}

.calc-note-ent a {
    color: var(--blue-2);
    text-decoration: underline;
    text-underline-offset: 2px
}

.pricing-features {
    background: var(--blue)
}

.ftable-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 40px #0d152638
}

.ftable {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

.ftable th {
    padding: 16px 20px;
    text-align: center;
    background: var(--cream);
    border-bottom: 2px solid var(--line);
    font-family: DM Mono, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--soft)
}

.ft-feature-col {
    text-align: left !important;
    width: 52%
}

.ftable td {
    padding: 13px 20px;
    font-size: 14px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    text-align: center;
    vertical-align: top
}

.ftable td:first-child {
    text-align: left;
    color: var(--ink);
    font-weight: 500
}

.ftable tr:last-child td {
    border-bottom: none
}

.ftable tr:hover td {
    background: #f7f3ed99
}

.cat-row td {
    font-family: DM Mono, monospace;
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--coral) !important;
    background: var(--cream) !important;
    padding: 11px 20px;
    font-weight: 500 !important
}

.feat-desc {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: var(--soft);
    margin-top: 3px;
    line-height: 1.45
}

.ck {
    color: var(--coral);
    font-size: 16px;
    font-weight: 700
}

.cx {
    color: var(--line);
    font-size: 16px
}

.cp {
    font-family: DM Mono, monospace;
    font-size: 11px;
    font-weight: 500;
    color: var(--blue-2)
}

.pricing-faq {
    background: var(--cream);
    border-top: 1px solid var(--line)
}

.faq-list {
    display: flex;
    flex-direction: column
}

.faq-item {
    border-bottom: 1px solid var(--line)
}

.faq-item:first-child {
    border-top: 1px solid var(--line)
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -.01em;
    text-align: left;
    transition: color .15s
}

.faq-q:hover {
    color: var(--coral)
}

.faq-icon {
    font-family: DM Mono, monospace;
    font-size: 20px;
    font-weight: 400;
    color: var(--soft);
    transition: transform .2s;
    flex-shrink: 0;
    margin-left: 16px
}

.faq-item.open .faq-icon {
    transform: rotate(45deg)
}

.faq-a {
    overflow: hidden
}

.faq-a-inner {
    padding: 0 0 22px;
    font-size: 15px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.7
}

.final-cta {
    background: var(--coral);
    color: #fff;
    position: relative;
    overflow: hidden
}

.final-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
    pointer-events: none
}

.final-cta .section-inner {
    position: relative;
    padding: 96px 32px 120px
}

.final-cta .section-title {
    color: #fff
}

.footer {
    background: var(--ink-2);
    color: #ffffff8c;
    padding: 36px 0
}

.footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 14px
}

.footer-copy a {
    color: #ffffff8c;
    transition: color .15s
}

.footer-copy a:hover {
    color: #fff
}

.footer-links {
    display: flex;
    gap: 22px
}

.footer-links a {
    color: #ffffff8c;
    transition: color .15s
}

.footer-links a:hover {
    color: #fff
}

@media(max-width:860px) {

    .plans-grid,
    .calc-body {
        grid-template-columns: 1fr
    }

    .calc-in {
        border-right: none;
        border-bottom: 1px solid var(--line)
    }

    .trust-inner {
        flex-direction: column;
        gap: 18px
    }

    .trust-div {
        width: 48px;
        height: 1px
    }
}

@media(max-width:640px) {
    .nav-inner {
        padding: 0 20px;
        gap: 16px;
        height: 60px
    }

    .nav-links {
        display: none
    }

    .nav-cta {
        padding: 8px 14px;
        font-size: 12.5px
    }

    .logo-text {
        font-size: 15px
    }

    .section-inner {
        padding: 64px 20px
    }

    .hero {
        padding: 72px 20px 96px
    }

    .calc-in,
    .calc-out {
        padding: 28px 24px
    }

    .calc-price {
        font-size: 52px
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0 20px
    }

    .trust-strip {
        padding: 40px 20px
    }
}

@media(max-width:420px) {
    .section-inner {
        padding: 56px 18px
    }

    .hero-actions {
        flex-direction: column;
        align-items: center
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 14px
    }
}

section#pricing {
    max-width: 1180px;
    margin: 100px auto 0px;
    border-radius: 22px;
    padding: 30px 40px;
}

section#pricing .hero-inner {
    text-align: left;
    display: grid;
    gap: 24px;
    align-items: center;
}

@media(min-width:768px) {
    section#pricing .hero-inner {
        grid-template-columns: 1.5fr 1fr;
    }
}

section#pricing p.eyebrow,
section#pricing h2.section-title,
section#pricing p.section-sub {
    color: #fff !important;
}


@media (max-width: 420px) {
    section#pricing {
        margin-left: 18px;
        margin-right: 18px;
    }
}

@media (max-width: 640px) and (min-width:420px) {
    section#pricing {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 640px) and (min-width:1244px) {
    section#pricing {
        margin-left: 32px;
        margin-right: 32px;
    }
}