@font-face {
 font-family: "araboto";
 src: url("https://fonts.livetp.online/araboto-light-400.ttf")
  format("truetype");
 font-weight: 300;
 font-style: normal;
}
@font-face {
 font-family: "araboto";
 src: url("https://fonts.livetp.online/araboto-normal-400.ttf")
  format("truetype");
 font-weight: 400;
 font-style: normal;
}

/***********/
@font-face {
 font-family: "akwe-pro";
 src: url("https://fonts.livetp.online/AkwePro-DemiBold.woff2") format("woff2"),
  url("https://fonts.livetp.online/AkwePro-DemiBold.woff") format("woff");
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "akwe-pro";
 src: url("https://fonts.livetp.online/AkwePro-Bold.woff2") format("woff2"),
  url("https://fonts.livetp.online/AkwePro-Bold.woff") format("woff");
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "akwe-pro";
 src: url("https://fonts.livetp.online/AkwePro-BoldItalic.woff2")
   format("woff2"),
  url("https://fonts.livetp.online/AkwePro-BoldItalic.woff") format("woff");
 font-weight: bold;
 font-style: italic;
 font-display: swap;
}

@font-face {
 font-family: "akwe-pro";
 src: url("https://fonts.livetp.online/AkwePro-ExtraLight.woff2")
   format("woff2"),
  url("https://fonts.livetp.online/AkwePro-ExtraLight.woff") format("woff");
 font-weight: 200;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "akwe-pro";
 src: url("https://fonts.livetp.online/AkwePro-Light.woff2") format("woff2"),
  url("https://fonts.livetp.online/AkwePro-Light.woff") format("woff");
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}

/************/
@font-face {
 font-family: "mitr";
 src: url("https://fonts.livetp.online/Mitr-Bold.ttf") format("truetype");
 font-weight: 600;
 font-style: normal;
}
@font-face {
 font-family: "mitr";
 src: url("https://fonts.livetp.online/Mitr-ExtraLight.ttf") format("truetype");
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: "mitr";
 src: url("https://fonts.livetp.online/Mitr-Light.ttf") format("truetype");
 font-weight: 400;
 font-style: normal;
}

@font-face {
 font-family: "mitr";
 src: url("https://fonts.livetp.online/Mitr-Regular.ttf") format("truetype");
 font-weight: 500;
 font-style: normal;
}

.momentum-section {
 background: linear-gradient(135deg, #f9fafb, #ffffff);
 border-radius: 20px;
 margin-top: 100px !important;
 margin-bottom: 100px !important;
}

.momentum-section .lead {
 font-size: 24px;
}

.momentum-section .list-unstyled li {
 font-size: 24px;
}

.text-gradient {
 background: linear-gradient(90deg, #ffb800, #ff6f00);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 font-size: 30px;
 margin-top: 20px;
 font-family: "akwe-pro";
 font-weight: 600;
}

.momentum-graphic {
 position: relative;
}

.pulse-circle {
 position: absolute;
 bottom: 10%;
 left: 50%;
 width: 80px;
 height: 80px;
 background: rgba(255, 200, 0, 0.4);
 border-radius: 50%;
 transform: translateX(-50%);
 animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
 0% {
  transform: translateX(-50%) scale(1);
  opacity: 0.7;
 }
 100% {
  transform: translateX(-50%) scale(1.8);
  opacity: 0;
 }
}

.animate-rise {
 animation: riseUp 2s ease-in-out;
}

@keyframes riseUp {
 0% {
  transform: translateY(40px);
  opacity: 0;
 }
 100% {
  transform: translateY(0);
  opacity: 1;
 }
}

.bold-btn {
 padding: 1.25rem !important;
 font-weight: 600 !important;
 font-size: 22px !important;
}

.contact-section {
 background: transparent;
 color: #111 !important;
}

.contact-section li {
 font-size: 20px;
}

.contact-form {
 background: rgba(255, 255, 255, 0.05);
 backdrop-filter: blur(10px);
 border-left: 5px solid hsl(42, 91%, 49%);
}

.contact-section .form-control {
 background-color: rgba(255, 255, 255, 0.1);
 color: #fff;
 border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-section .form-control:focus {
 background-color: rgba(255, 255, 255, 0.15);
 border-color: #0d6efd;
 box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.contact-section label {
 font-weight: 500;
}

.transaction-tabs .nav-tabs .nav-link.active {
 background-color: #111;
 color: white !important;
 border: none;
}

.transaction-tabs .nav-tabs .nav-link {
 border: none;
 color: #111 !important;
 font-weight: 500;
}

.transaction-tabs table {
 border-radius: 8px;
 overflow: hidden;
}

.card {
 transition: all 0.3s ease-in-out;
}
.card:hover {
 transform: translateY(-4px);
 box-shadow: 0 0 25px rgba(0, 255, 200, 0.2);
}

.plan-card {
 transition: all 0.3s ease;
 border-left: 5px solid transparent;
}

.plan-card:hover {
 transform: translateY(-5px);
 border-left: 5px solid #007bff;
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.plan-card .badge {
 font-size: 0.85rem;
 padding: 8px 12px;
 border-radius: 6px;
}

.stats .icon {
 font-size: 20px !important;
}
.stats .number {
 font-size: 20px !important;
}
.balance-card {
 background: #fff !important;
 color: #000 !important;
 border-radius: 10px;
 text-align: center;
 border: gold 1px solid !important;
 transition: transform 0.3s ease; /* Smooth zoom effect */
}

.balance-card:hover {
 transform: scale(1.05); /* Zoom in slightly */
}

.ltp-alert {
 border-left: 6px solid #dc3545 !important; /* red left border */
 background: #fff;
 color: #333;
 box-shadow: 0 0 10px rgba(220, 53, 69, 0.1);
 border-radius: 8px;
 font-size: 15px;
 padding: 15px 20px;
}

.ltp-alert-success {
 border-left: 6px solid #098329 !important; /* red left border */
 background: #fff;
 color: #333;
 box-shadow: 0 0 10px rgba(220, 53, 69, 0.1);
 border-radius: 8px;
 font-size: 15px;
 padding: 15px 20px;
}

.alert-warning.ltp-alert {
 border-left-color: #ffc107; /* yellow for warning */
 box-shadow: 0 0 10px rgba(255, 193, 7, 0.15);
}

.wallet-btn-wrapper {
 display: inline-flex;
 border-radius: 8px;
 padding: 12px 28px;
 cursor: pointer;
 transition: all 0.3s ease;
}

.wallet-btn-wrapper:hover {
 transform: scale(1.05);
 box-shadow: 0 0 20px rgba(255, 171, 0, 0.4);
}

.order-form {
 max-width: 500px;
 margin: 30px auto;
 padding: 20px;
 background: #eee;
 border-radius: 10px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.order-form h2 {
 text-align: center;
 margin-bottom: 30px;
 color: #222;
}

.order-form label {
 display: block;
 margin-bottom: 6px;
 font-weight: 600;
 color: #111;
 font-size: 18px;
}

.order-form input,
.order-form select,
.order-form textarea {
 width: 100%;
 padding: 10px;
 margin-bottom: 15px;
 border: 1px solid #b3b7f1;
 border-radius: 5px;
 font-size: 16px;
 transition: border-color 0.3s ease;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
 border-color: #007bff;
 outline: none;
}

.order-form button {
 background: #007bff;
 color: #fff;
 border: none;
 padding: 12px 20px;
 font-size: 16px;
 width: 100%;
 border-radius: 6px;
 cursor: pointer;
 transition: background 0.3s ease;
}

.order-form button:hover {
 background: #0056b3;
}

.service-sidebar {
 background-color: #ddd;
 padding: 20px 0;
 border-radius: 12px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
 display: flex;
 flex-direction: column;
 gap: 10px;
 overflow: auto;
 height: 100%;
 max-height: 90vh;
}

.platform-item {
 padding: 12px 20px;
 cursor: pointer;
 border-left: 4px solid transparent;
 transition: all 0.3s ease;
 font-weight: 500;
 color: #111;
 background-color: #f9f9f9;
 border-radius: 0 8px 8px 0;
 font-size: 20px;
}

.platform-item:hover {
 background-color: #d5e2fe;
 border-left: 4px solid #007bff;
}

.platform-item.active {
 background-color: #d5e2fe;
 color: #007bff;
 border-left: 4px solid #007bff;
 font-weight: bold;
}

.spin-overlay {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0, 0, 0, 0.5);
 z-index: 10000000000;
 display: flex; /* Corrected */
 justify-content: center;
 align-items: center;
}

/*LOGING*/
.login-page {
 min-height: 100vh;
 position: relative;
 background: #f6f5f8;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
}

.background-diagonal {
 position: absolute;
 top: -100px;
 left: -200px;
 width: 200%;
 height: 400px;
 background: url("../images/hero.png");
 transform: skewY(-5deg);
 z-index: 0;
}

.login-container {
 background: white;
 padding: 40px;
 border-radius: 16px;
 box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
 position: relative;
 z-index: 1;
 width: 100%;
 max-width: 400px;
 text-align: center;
}

.login-logo {
 width: 100px;
 height: auto;
 margin-bottom: 20px;
}

.login-title {
 margin-bottom: 30px;
 color: #1f1147;
 font-weight: bold;
}

.required {
 color: red;
 margin-left: 4px;
}

.form-group {
 text-align: left;
 margin-bottom: 20px;
 font-size: 18px;
}
.form-control {
 background-color: #f1f1f1 !important;
 height: 30px;
 color: #000;
 font-size: 18px;
}

.password-wrapper {
 position: relative;
}

.password-wrapper .eye-icon {
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 cursor: pointer;
 color: #4925b6;
}

.btn-login {
 background-color: #f8e28a !important;
 color: #111 !important;
 font-weight: 700 !important;
 border: none;
 padding: 10px 0 !important;
}

.btn-login:hover {
 background-color: #111;
 color: #fff;
}

.forgot-link,
.create-account {
 color: darkred;
 font-size: 14px;
 text-decoration: none;
}

.forgot-link:hover,
.create-account:hover {
 text-decoration: underline;
}

.container-footer-bottom {
 background: #000 !important;
 color: #fff;
 text-align: center;
}
.footer .list .title p {
 color: #fff;
 font-size: 1.3em;
}
.footer .list ul li {
 margin: 8px 0;
}
.footer .list ul li,
.footer .list ul li a {
 letter-spacing: 0.5px !important;
 font-size: 15px !important;
}
.footer .info p {
 font-size: 15px !important;
}
.footer {
 background-size: cover !important;
 background-position: center center;
 background-image: url("../images/footer.png") !important;
 background-repeat: no-repeat;
 z-index: 1;
 margin-top: 70px;
 height: auto;
 color: #fff;
 background-repeat: no-repeat;
 background-size: initial;
 background-position: 100% 93%;
 box-shadow: 0 -0.5px 1px #00000012;
}
.footer a {
 color: #fff;
 text-decoration: none;
 transition: color 0.2s ease-in-out;
}

.footer a:hover {
 color: gold;
}

.footer .title p {
 margin-bottom: 0.5rem;
}

.footer .info p {
 font-size: 0.95rem;
 line-height: 1.5;
}

.feature-inner {
 position: relative;
 height: 100%;
 text-align: center;
 background: #fff;
 padding: 3px 30px 15px;
 box-shadow: 0 1px 2px #0000001a;
 border-radius: 4px;
}

.feature .img-full {
 width: 100%;
 border-radius: 4px;
 border: 5px solid #ffff;
 box-shadow: 0 1px 2px #0000001a;
}

.benefit-container {
 background-image: url("../images/footer.png");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 15% 100%;
 padding: 10rem 30px 10rem 30px;
}
.features-inner h1 {
 font-family: "akwe-pro";
 font-weight: 600;
 font-size: 35px !important;
}
.features-inner h3 {
 font-weight: 600;
}
.features-wrap .feature {
 height: 420px;
}
.feature-inner span.icon i {
 background: linear-gradient(180deg, #b239ffb3 0%, #ff4444b3 100%);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
 font-size: 36px;
 margin: 16px 0 15px;
 padding-top: 15px;
}
.feature-inner h2 {
 font-size: 18px;
 font-weight: 600;
 margin-bottom: 22px !important;
}
.feature-inner h3 {
 font-size: 18px;
 font-weight: 600;
 margin-bottom: 18px !important;
}
.row-feature-icons .feature-inner h3 {
 margin-top: 11px;
}
.feature-inner p {
 letter-spacing: 0.26px;
 line-height: 22px;
 margin-top: 7px;
 font-size: 18px;
}
.feature-inner.no-icon h2 {
 margin-bottom: 26px;
}
.feature-inner.no-icon h3 {
 margin-bottom: 26px;
}
.feature-inner a {
 text-decoration: none;
 color: #646c77ff;
}
.feature-inner a:hover {
 text-decoration: underline;
}
.benefit-container h1 {
 color: #fff;
 text-align: center;
 margin-top: 5rem;
 margin-bottom: 1rem;
 font-size: 4rem;
 font-weight: 700;
 letter-spacing: 1px;
}

.features-inner p.subheadline {
 margin-top: -12px;
 font-size: 15px;
 font-weight: 500;
}
.row-feature-icons .feature-inner h3 {
 margin-top: 11px;
}
.features-wrap:not(:last-of-type) {
 margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
 .features-wrap {
  display: flex;
 }
}

.ad-card {
 background: #fff;
 border-radius: 10px;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
 padding: 30px 20px;
 max-width: 320px;
 text-align: center;
 margin: 15px auto;
 position: relative;
 transition: transform 0.3s ease;
}

.ad-card:hover {
 transform: translateY(-15px);
}

.badge {
 position: absolute;
 top: 15px;
 left: 15px;
 background-color: #ba3be0;
 color: white;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 12px;
 border-radius: 20px;
 text-transform: uppercase;
}

.title {
 font-size: 22px;
 font-weight: bold;
 margin-top: 30px;
 color: #5c5f6e;
}

.subtitle {
 font-size: 16px;
 color: #6c757d;
 margin-top: 5px;
 margin-bottom: 20px;
}

.icon {
 font-size: 50px;
 color: #6c757d;
 margin-bottom: 20px;
}

.buy-btn {
 background-color: #008cdd;
 color: white;
 border: none;
 font-size: 16px;
 font-weight: bold;
 padding: 12px 30px;
 border-radius: 30px;
 cursor: pointer;
 width: 100%;
 transition: background 0.3s ease;
}

.buy-btn:hover {
 background-color: #007ac3;
}

/* Multicolor doughnut ring with text visible */
.statsNumber {
 --size: 120px; /* circle size */
 --ring: 5px; /* ring thickness */

 position: relative;
 width: var(--size);
 height: var(--size);
 margin: 0 auto 12px;
 display: grid;
 place-items: center;
 font-size: 24px;
 font-weight: 700;
 color: #333; /* number color */
}

/* Draw the ring below the text */
.statsNumber::before {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: 50%;
 background: conic-gradient(
  #ff4d4d 0 25%,
  #ff9933 0 50%,
  #4caf50 0 75%,
  #2196f3 0 100%
 );
 /* punch the hole to make a doughnut */
 -webkit-mask: radial-gradient(
  circle at 50% 50%,
  transparent calc(50% - var(--ring)),
  #000 calc(50% - var(--ring) + 1px)
 );
 mask: radial-gradient(
  circle at 50% 50%,
  transparent calc(50% - var(--ring)),
  #000 calc(50% - var(--ring) + 1px)
 );
 z-index: 0;
}

/* keep the number above the ring */
.statsNumber {
 z-index: 1;
}
.background_stats {
 padding-top: 11px;
 background: #00000006;
 padding-bottom: 3px;
 box-shadow: 0 1px 1px #00000014;
 margin-top: 30px;
 margin-bottom: 30px;
}
.statsNumber {
 text-align: center;
 font-size: 24px;
 letter-spacing: 0.8px;
 font-weight: 500;
}
p.statsDescription {
 font-family: "Raleway", sans-serif;
 text-transform: uppercase;
 text-align: center;
 font-size: 13.5px;
 margin-top: 2px;
 letter-spacing: 0.4px;
 font-weight: 500;
 margin-bottom: 11px;
}

.navbar-toggler {
 border: none;
 background-color: #fff !important; /* Make it visible */
 color: #000 !important;
}

.top-bar {
 background-color: #0a1633;
 font-size: 14px;
 letter-spacing: 0.15px;
}

.top-bar .highlight {
 color: #f4d03f;
 font-weight: bold;
}

.main-navbar {
 background-color: #000;
 min-height: 100px;
}

.main-navbar .nav-link {
 color: #fff !important;
 font-weight: 500;
 padding: 0.9rem 1.2rem !important;
 text-decoration: none;
 letter-spacing: 1px;
 font-size: 24px !important;
 cursor: pointer;
 font-family: "mitr";
}

.nav-link:hover {
 color: gold !important;
}

.navbar-toggler {
 border: none;
 background-color: transparent;
}

.btn-info {
 background-color: #00bfff;
 border: none;
}

.hero-section {
 background: url("../images/hero.png") no-repeat center center/cover;
 padding: 100px 0;
 position: relative;
 background-size: cover;
 background-repeat: no-repeat;
 top: 0;
 left: 0;
 right: 0;
 box-shadow: 0 1px 1px #00000012;
}

.hero-page {
 background: url("../images/hero.png") no-repeat center center/cover;
 padding: 100px 0;
 position: relative;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 15% 100%;
 top: 0;
 left: 0;
 right: 0;
}

.hero-title {
 font-size: 60px;
 font-weight: 600;
 line-height: 1.3;
 letter-spacing: 0.9px;
 font-family: "akwe-pro";
 margin-left: 40px;
 margin-right: 40px;
 text-transform: uppercase;
}

.highlight-yellow {
 color: #f4d03f;
}

.hero-description {
 margin: 25px;
 font-family: "akwe-pro", Sans-serif;
 line-height: 1.3;
 letter-spacing: 0.1px;
 font-weight: 400;
 font-size: 35px;
}

.hero-buttons button {
 font-weight: 600;
 margin-left: 30px;
 margin-left: 30px;
 margin-right: 30px;
}

/* Optional: prevent page scroll when menu open */
body.nav-open {
 overflow: hidden;
 touch-action: none;
}

/* FAQ layout */
.faq {
 max-width: 900px;
 margin: 48px auto;
 padding: 0 16px;
 font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue",
  Arial, sans-serif;
 color: #111;
}
.faq-header {
 text-align: center;
 margin-bottom: 18px;
}
.faq-header h2 {
 margin: 0 0 6px;
 font-size: 5rem;
 font-family: "akwe-pro";
 font-weight: 600;
 text-transform: uppercase;
}
.faq-sub {
 margin: 0;
 color: #111;
 font-size: 18px;
}

/* List */
.faq-list {
 display: grid;
 gap: 12px;
}

/* Items */
.faq-item {
 position: relative;
 border-radius: 14px;
 background: #fff;
 border: 1px solid rgba(0, 0, 0, 0.06);
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
 overflow: hidden;
 transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.faq-item::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 4px;
 background: linear-gradient(
  135deg,
  #ff4d4d,
  #ff9933 40%,
  #4caf50 70%,
  #2196f3
 );
}
.faq-item[open] {
 box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
 border-color: rgba(0, 0, 0, 0.08);
}

/* Summary header */
.faq-item > summary {
 list-style: none;
 cursor: pointer;
 display: flex;
 align-items: center;
 gap: 12px;
 justify-content: space-between;
 padding: 16px 18px 16px 22px;
 font-weight: 700;
 outline: none;
}
.faq-item > summary::-webkit-details-marker {
 display: none;
}

.faq-item > summary span {
 line-height: 1.3;
 padding-right: 10px;
 font-size: 18px;
}

/* Chevron */
.faq-item .chev {
 transition: transform 0.25s ease;
 opacity: 0.85;
}
.faq-item[open] .chev {
 transform: rotate(180deg);
}

/* Panel */
.faq-panel {
 padding: 0 22px 16px 22px;
 color: #111;
 border-top: 1px solid rgba(0, 0, 0, 0.06);
 font-size: 18px;
}
.faq-panel p {
 margin: 12px 0 0;
 line-height: 1.6;
}

/* Focus-visible for keyboard users */
.faq-item > summary:focus-visible {
 box-shadow: inset 0 0 0 3px rgba(33, 150, 243, 0.25);
 border-radius: 14px;
}

.hiw-cta {
 text-align: center;
 margin-top: 26px;
}

/* Bold, stylish gradient button */
.cta-btn {
 --bg1: #111827; /* inner gradient start (dark) */
 --bg2: #1f2937; /* inner gradient end   (dark) */
 --ring1: #ff4d4d; /* outer glow colors */
 --ring2: #ff9933;
 --ring3: #4caf50;
 --ring4: #2196f3;

 display: inline-flex;
 align-items: center;
 gap: 10px;
 padding: 16px 28px;
 border-radius: 999px;
 font-weight: 800;
 font-size: 18px;
 letter-spacing: 0.3px;
 color: #fff;
 text-decoration: none;
 position: relative;
 overflow: hidden;

 /* gradient fill + gradient border trick */
 background: linear-gradient(135deg, var(--bg1), var(--bg2)) padding-box,
  conic-gradient(
    from 140deg,
    var(--ring1),
    var(--ring2),
    var(--ring3),
    var(--ring4),
    var(--ring1)
   )
   border-box;
 border: 2px solid transparent;

 box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18), 0 0 0 0 rgba(33, 150, 243, 0); /* animated focus ring placeholder */

 transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

/* Shine sweep */
.cta-btn::after {
 content: "";
 position: absolute;
 top: 0;
 left: -30%;
 width: 30%;
 height: 100%;
 background: linear-gradient(
  120deg,
  rgba(255, 255, 255, 0),
  rgba(255, 255, 255, 0.45),
  rgba(255, 255, 255, 0)
 );
 transform: skewX(-20deg);
 transition: left 0.6s ease;
}

/* Hover / active states */
.cta-btn:hover {
 transform: translateY(-2px);
 box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22), 0 0 24px rgba(33, 150, 243, 0.25);
 filter: saturate(1.1);
}
.cta-btn:hover::after {
 left: 130%;
}
.cta-btn:active {
 transform: translateY(0);
}

/* Keyboard focus */
.cta-btn:focus-visible {
 outline: none;
 box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(33, 150, 243, 0.35);
}

/* Small screens: comfortable tap target */
@media (max-width: 480px) {
 .cta-btn {
  width: 100%;
  justify-content: center;
 }
}

/* ---- Base layout ---- */
.howitworks {
 max-width: 1100px;
 margin: 0 auto;
 padding: 48px 16px;
 font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue",
  Arial, sans-serif;
 color: #111;
}
.hiw-header {
 text-align: center;
 margin-bottom: 28px;
}
.hiw-header h1 {
 margin: 0 0 8px;
 font-size: 5rem;
 letter-spacing: 1px;
 font-family: "akwe-pro";
 font-weight: 600;
 text-transform: uppercase;
}
.hiw-header p {
 margin: 0;
 color: #111;
 font-size: 20px;
}

/* ---- Responsive grid ---- */
.hiw-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 gap: 18px;
}

/* ---- Cards ---- */
.hiw-card {
 position: relative;
 background: #fff;
 border-radius: 18px;
 padding: 18px;
 box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
 min-height: 280px;
}
.hiw-title {
 margin: 12px 0 6px;
 font-size: 18px;
 font-weight: 700;
}
.hiw-text {
 margin: 0;
 color: #6b7280;
 line-height: 1.5;
 font-size: 14.5px;
}

/* ---- Step badge (multicolor) ---- */
.hiw-badge {
 position: absolute;
 top: -14px;
 left: 18px;
 width: 38px;
 height: 38px;
 display: grid;
 place-items: center;
 font-weight: 700;
 color: #fff;
 border-radius: 50%;
 background: linear-gradient(
  135deg,
  #ff4d4d,
  #ff9933 40%,
  #4caf50 70%,
  #2196f3
 );
 box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* ---- Image placeholder with multicolor frame ---- */
.hiw-media {
 position: relative;
 height: 160px;
 border-radius: 14px;
 margin-bottom: 10px;
 overflow: hidden;
 background: #fff;
 display: block;
}
/* outer rainbow ring */
.hiw-media::before {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: inherit;
 background: conic-gradient(
  #ff4d4d 0 25%,
  #ff9933 0 50%,
  #4caf50 0 75%,
  #2196f3 0 100%
 );
}
/* inner panel to form ring thickness */
.hiw-media::after {
 content: "";
 position: absolute;
 inset: 12px; /* ring thickness */
 border-radius: 12px;
 background: #f9fafb;
 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
/* Actual image area (sits above the inner panel) */
.hiw-image {
 position: absolute;
 inset: 12px;
 border-radius: 12px;
 overflow: hidden;
 display: grid;
 place-items: center;
 z-index: 1;
 background: #fff; /* fallback */
}
.hiw-image svg {
 width: 100%;
 height: 100%;
 display: block;
}

/* Small screens */
@media (max-width: 480px) {
 .howitworks {
  padding: 36px 14px;
 }
 .hiw-header h2 {
  font-size: 24px;
 }
 .hiw-media {
  height: 140px;
 }
}

html {
 font-size: 10px;
 -webkit-tap-highlight-color: #0000;
 font-display: optional;
}
body {
 font-size: 18px;
 line-height: 1.42857143;
 font-display: optional;
 position: relative;
 margin: 0;
 min-height: 100%;
 font-family: "araboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 background-color: #f5f5f5 !important;
 color: #111;
 padding-top: 100px;
}
body.dashboard-page {
 padding-top: 0 !important;
}
body,
html {
 overflow-x: hidden;
}
html {
 height: 100%;
 box-sizing: border-box;
}
html.noscroll {
 position: fixed;
 overflow-y: hidden;
 width: 100%;
}
body.payment {
 background-color: #fff;
}
h1,
h2,
h3,
h4 {
 font-family: "akwe-pro", sans-serif;
 font-weight: 600 !important;
}

.btn.btn-red {
 border: 1px solid #067de0;
 background-color: #068de0;
 color: #f5f5f5;
}
.btn.btn-focus:hover {
 border-color: #9c4ae3cc;
 background-color: #9c4ae3cc;
}
.btn.btn-focus:active {
 border-color: #9c4ae3a6;
 background-color: #9c4ae3a6;
}
.btn.btn-transparent {
 border: 1px solid #fff;
 box-shadow: 0 0 0 transparent !important;
 color: #fff;
 background: transparent;
}
.btn.btn-transparent:hover {
 border-color: #9c4ae3cc;
 color: #9c4ae3cc;
 background: #f5f5f5;
}
.btn.btn-transparent:focus {
 opacity: 0.7;
}
.btn {
 border-radius: 50px;
 border: 1px solid #f5f5f5;
 background-color: #0000;
 box-shadow: 0 1px 1px #00000012;
 letter-spacing: 0.4px;
 text-decoration: none;
 font-size: 13px;
 font-weight: 700;
}
