.row>div {
    padding: 0 30px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

div,
p,
span,
li,
a {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: 100%;
}

.black-highlighter,
.red-highlighter,
.green-highlighter {
    font-weight: 600;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.white-text {
    color: #fff;
}

.top-bar {
    background-color: #041320;
    text-align: center;
    padding: 10px 0;
    border-bottom: 4px solid #008cff;
}

.top-bar p {
    color: #ffca00;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.section-padding-top {
    padding-top: 40px;
}

.section-padding-bottom {
    padding-bottom: 40px;
}

.hero h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}


.hero p {
    font-size: 25px;
}

.hero-subheading {
    font-size: 22px;
    margin-top: 12px;
    line-height: 1.5;
}

.hero-highlights {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 0;
    margin: 24px auto 16px;
    max-width: 640px;
}

.hero-highlights li {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}

.hero-note {
    font-size: 16px;
    margin-top: 14px;
    color: #d6e8ff;
}

/* .hero-img {
    margin: -20px 0;
} */

p {
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0;
}

.cta-btn {
    padding: 13px 20px;
    background: #044737;
    border: 1px solid #044737;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(4, 71, 55, 0.32);
    margin-top: 20px;
    font-size: 20px;
    transition: 0.35s ease;
}

.hero .cta-btn:hover {
    background: transparent;
    color: #19c28e;
    border: 1px solid #19c28e;
    box-shadow: 0 0 35px rgba(25, 194, 142, 0.35);
}

.cta-btn:hover {
    background-color: transparent;
    color: #044737;
    border: 1px solid #044737;
    box-shadow: 0 0 35px rgba(4, 71, 55, 0.32);
}

.cta-btn.secondary-btn {
    background: transparent;
    color: #044737;
    border-color: #044737;
    box-shadow: none;
}

.cta-btn.secondary-btn:hover {
    background: #044737;
    color: #ffffff;
}

.cta-btn.retry-btn {
    background: #c62828;
    border-color: #c62828;
    box-shadow: 0 0 35px rgba(198, 40, 40, 0.25);
}

.cta-btn.retry-btn:hover {
    color: #c62828;
    background: transparent;
    border-color: #c62828;
    box-shadow: 0 0 35px rgba(198, 40, 40, 0.25);
}

.payu-button {
    display: inline-block;
    width: 135px;
    background-color: #01451b;
    text-align: center;
    font-weight: 800;
    padding: 11px 0;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3.229px;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.payu-button:hover {
    color: #ffffff;
    background-color: #026428;
    text-decoration: none;
}

.hero {
    background: #041320;
    color: #fff;
    text-align: center;
}

.blue-highlighter {
    color: #008cff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.black-highlighter {
    font-weight: 700;
}

.red-highlighter {
    color: red;
    font-weight: 700;
}

.green-highlighter {
    color: #06b041;
    font-weight: 700;
}

.sub-text {
    font-size: 25px;
    font-weight: 600;
}

.bottom-text {
    font-size: 24px;
}

.bottom-text {
    font-size: 22px;
    margin: 20px 0 0px 0;
}

.grey-bg {
    background: #dddddd2e;
}

.hero .green-highlighter {
    color: #5cff59;
    font-weight: 800;
    font-size: inherit;
}

.footer {
    background: #041320;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.footer p {
    margin: 0;
}

.disclaimer p {
    font-size: 9px;
    text-align: center;
}

.price-comparison {
    display: flex;
    gap: 20px;
}

.p-before p:nth-child(1),
.p-after p:nth-child(1) {
    margin: 0;
    font-weight: 600;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.p-before p:nth-child(2),
.p-after p:nth-child(2) {
    margin: 0;
    font-weight: 800;
    color: #06b041;
    font-size: 25px;
    font-family: "Inter", sans-serif;
}

.p-after p:nth-child(2) {
    color: red;
}

.price-comparison div {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    flex: 1;
    text-align: center;
}

.thankyou {
    padding: 40px 0;
    background: #041320;
    color: #fff;
}

.thankyou h1 {
    font-weight: 600;
}

.thankyou p {
    font-size: 18px;
}

.thankyou .hero-img {
    padding: 40px 0 0 0;
}

iframe {
    width: 100%;
    max-width: 700px;
    height: 420px;
    border-radius: 12px;
    border: none;
}

.sample-canvas-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sample-canvas {
    border: 2px solid #ddd;
    box-shadow: 0 0 50px #0024ff2b;
}

.sample-link {
    overflow-wrap: anywhere;
    word-break: break-all;
    font-size: 24px;
    line-height: 1.2;
    display: block;
}

.list-intro {
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
}

p.hero-price {
    margin: -5px 0;
}

p.hero-price span {
    color: #fff;
    font-weight: 700;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 35px;
    margin-bottom: 0;
}

p.hero-price del {
    color: #ff0000f7;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.icon-text-item {
    padding: 20px;
    background: #f5f5f58c;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.icon-text-area .icon-text-item:first-child {
    margin-top: 20px;
}

.icon-text-item .icon {
    width: 50px;
    margin-bottom: 20px;
}

.grey-bg .icon-text-item {
    background: #ffffff;
}

.text ul li {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.text ul li:last-child {
    border: none;
}

.comparison img {
    width: 20px;
    height: auto;
    border-radius: 50%;
}

.download-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin: 24px auto 0;
}

.download-actions .cta-btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
}

.download-checklist {
    margin: 24px auto 0;
    max-width: 560px;
    text-align: left;
}

.download-checklist li {
    padding: 6px 0;
    font-size: 18px;
    position: relative;
    padding-left: 18px;
}

.download-checklist li::before {
    content: "•";
    color: #19c28e;
    position: absolute;
    left: 0;
    top: 0;
}

.success-note {
    font-size: 18px;
    margin-top: 12px;
    color: #d6e8ff;
}

.payment-failed {
    padding: 80px 0;
    background: #fff5f5;
    text-align: center;
}

.payment-failed h1 {
    font-size: 42px;
    color: #c62828;
    margin-bottom: 20px;
}

.payment-failed p {
    color: #3a3a3a;
    max-width: 640px;
    margin: 0 auto 12px;
    font-size: 18px;
}

.payment-failed .cta-btn.retry-btn {
    color: #ffffff;
}

.support-note {
    font-size: 16px;
    color: #3a3a3a;
    margin-top: 20px;
}


.comparison {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
ul.footer-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
ul.footer-links li a {
    text-decoration: none;
    font-size: 13px;
}
