@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

body{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	background: #0d0d0e;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
}

h1{
	line-height: 120%;
	font-size: 52px;
	font-weight: 600;
}

.form-control{
	color: #fff;
	background: #080808!important;
	border: 1px solid #282828!important;
}

.form-control:focus {
	color: #fff;
    background-color: #fff;
    border-color: #080808;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-box{
	background: #141418;
}

.section{
	overflow: hidden!important;
}

.container {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-light .navbar-toggler{
	background-color: var(--sp-text-gray-300);
}

.header{
	position: fixed;
	width: 100%;
	top: 0;
	transition: 0.3s all;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	z-index: 100;
}

.header.active{
	box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.05);
	background-color: #161618;
}

.header.active .navbar-nav > .nav-item > .nav-link{
	padding: 20px 13px;
}

.header .logo{
	height: 45px;
}

.header .logo img{
	height: 100%;
}

.header .navbar-nav > .nav-item > .nav-link{
	padding: 40px 17px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	transition: 0.3s all;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.header .dropdown:hover .dropdown-menu a{
}

.login{
	margin-top: 130px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
} 

.signup .bg-login-page{
	background-image: url("../img/signup.jpg");
	background-size: cover;
	border-radius: 0 20px 20px 0;
}

.blogs{
	margin-top: 130px;
	border-radius: 40px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner{
	margin-top: 150px;
	border-radius: 40px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner .content{
	text-align: center;
	max-width: 1024px;
	padding: 0 30px;
}

.banner .socials{
	text-align: center;
	background-color: #fff;	
	position: absolute;
	padding: 20px 60px 0;
	border-radius: 70px 70px 0 0;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.banner .socials ul{
	list-style: none;
	margin: auto;
	padding: 0;

}

.banner .socials ul li{
	margin: 0 10px;
	display: inline-block;
}

.banner .socials ul li img{
	width: 80px;
	height: 80px;
}

@media (max-width: 768px) {
	h1{
		font-size: 30px;
	}

	.container {
	  	padding-right: 25px;
	  	padding-left: 25px;
	  }

	.header{
		box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.05);
		background-color: #161618;
	}
	.header .navbar-nav{
		margin-top: 40px;
	}
	.header .navbar-nav > .nav-item > .nav-link{
		padding: 15px 13px!important;
	}
	.nav-btn-login .btn{
		width: 100%;
		margin-top: 15px;
	}
	.headline{
		text-align: center;
		padding: 0 40px;
	}

	.features .headline{
		margin-bottom: 70px;
	}

    .title{
    	font-size: 40px!important;
    }

    .pricing .pricing-feature-name{
		display: block!important;
	}

	.pricing .pricing-feature-icon{
		width: auto!important;
	}

	.pricing .pricing-feature-head{
		opacity: 1!important;
	}
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(72, 219, 86, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


.circles li:nth-child(11){
    left: 30%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgba(1, 210, 142, 0.2);
}

.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgba(1, 210, 142, 0.2);
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 12s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 45%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(12){
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 8s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(13){
    left: 60%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 7s;
    background: rgba(255, 72, 147, 0.2);
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        border-radius: 50%;
    }

}

.text-primary{
	color: #48db56;
}

.accordion-button:not(.collapsed){
	background: #eefff0;
	color: #000;
}

.title{
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #48db56;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -3px;
}

.desc{
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	max-width: 700px;
	margin: auto;
}

/*Features*/

.feature-marque{
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.core-feature .item{
	background-color: rgba(0, 0, 0, 0.2);
}

/*Rating*/
.rating{
	position: relative;
}

.rating .rating-bottom{
	height: 200px;
	position: absolute;
    bottom: 0;
    z-index: 1000;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgb(13 13 14) 20%, rgba(255,255,255,0) 100%);
}

/*Pricing*/
.pricing .featured{
	top: 0px;
	padding: 7px 0;
	border-radius: 30px 30px 0 0;
	text-align: center;
}

.pricing .pricing-feature-name{
	display: none;
}

.pricing .pricing-feature-icon{
	width: 100%;
	text-align: center;
}

.pricing .pricing-feature-icon i{
	position: relative;
	top: -7px;
}

.pricing .pricing-feature-head{
	opacity: 0;
}

.pricing .item.shadow{
	border-color: #212123;
    border-radius: 30px;
    background-color: #141418;
}

/*Footer*/
.footer{
	position: relative;
	background-color: var(--sp-text-gray-100);
}

.footer .footer-bg{
	position: absolute;
	width: 100%;
	height: 450px;
	top: -450px;
	background-image: url("../img/wave.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.scroll-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
}

.scroll-top .icon .hover{
	background-color: rgba(255, 255, 255, 0.5);
}

.scroll-top .icon:hover .hover{
  border-style: dashed!important;
  border-width: 2px!important;
}

.scroll-top .hover:hover{
  border-style: dashed!important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.moveup {
  animation: MoveUpDown 1.2s linear infinite;
  position: absolute;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 9px;
  }
  50% {
    bottom: 16px;
  }
}

.bg-login-page{
	background-image: url("../img/login.jpg");
	background-size: cover;
	border-radius: 0 20px 20px 0;
}

.bg-cover{
	background-size: cover;
}

/*
* pagination
*/
.paginationjs .paginationjs-pages li{
  	border: 1px solid #1c1c1e;
}

.paginationjs .paginationjs-pages li:last-child{
  	border-right: 1px solid #1c1c1e;
}
	
.paginationjs .paginationjs-pages li>a{
  height: auto;
  	padding: 4px 16px;
}

.paginationjs .paginationjs-pages li.active>a {
  	height: auto;
    background: #0d0d0e;
    border-left: none;
    border-right: none;
    border-top: 1px solid #1c1c1e;
    border-bottom: 1px solid #1c1c1e;
    padding: 3px 16px;
}

.paginationjs .paginationjs-pages li>a {
    background: var(--sp-text-gray-100);
}


.form-switch.form-switch-pricing{
  margin-top: 40px;
}

.form-switch.form-switch-pricing .form-check-input{
	margin: 0 15px 0 15px;
	position: relative;
	padding: 20px 40px;
  	margin-top: 0;
}

.form-switch.form-switch-pricing .form-check-label{
  font-size: 18px;
}

.form-switch.form-switch-pricing .form-check-input{
  background-color: #48db56;
  border-color: #48db56;
}

.form-switch.form-switch-pricing .form-check-input[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

/* --- Wzdark neo theme overrides --- */
:root {
  --neo-bg: #07150f;
  --neo-surface: #0f221a;
  --neo-surface-strong: #0a1a13;
  --neo-border: rgba(76, 127, 107, 0.32);
  --neo-text: #e4f3ed;
  --neo-muted: #98b7aa;
  --neo-title: #f2fbf8;
  --neo-primary: #28d17c;
  --neo-primary-strong: #1fb46a;
  --neo-accent: #35e2a0;
  --neo-success: #2ec47a;
  --neo-warning: #fbbf24;
  --neo-danger: #ef4444;
  --neo-shadow: 0 20px 45px rgba(2, 10, 7, 0.5);
  --neo-shadow-soft: 0 12px 28px rgba(2, 10, 7, 0.38);

  --primary: var(--neo-primary);
  --secondary: #475569;
  --success: var(--neo-success);
  --info: var(--neo-accent);
  --warning: var(--neo-warning);
  --danger: var(--neo-danger);
  --dark: var(--neo-bg);
  --dark-hover: #05120c;
  --light: #f8fafc;

  --sp-gray-100: #0a1a13;
  --sp-gray-200: #0f221a;
  --sp-gray-300: #173124;
  --sp-gray-400: #214233;
  --sp-gray-500: #3a5a4a;
  --sp-gray-600: #6f9585;
  --sp-gray-700: #98b7aa;
  --sp-gray-800: #cfe0d9;
  --sp-gray-900: #f2fbf8;
  --sp-text-gray-100: #0a1a13;
  --sp-text-gray-200: #0f221a;
  --sp-text-gray-300: #173124;
  --sp-text-gray-400: #214233;
  --sp-text-gray-500: #3a5a4a;
  --sp-text-gray-600: #6f9585;
  --sp-text-gray-700: #98b7aa;
  --sp-text-gray-800: #cfe0d9;
  --sp-text-gray-900: #f2fbf8;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif !important;
  color: var(--neo-text) !important;
  background: radial-gradient(1200px 700px at 10% -20%, rgba(45, 212, 127, 0.2), transparent 55%),
    radial-gradient(900px 600px at 95% 5%, rgba(16, 185, 129, 0.16), transparent 55%),
    var(--neo-bg) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "Space Grotesk", "Manrope", sans-serif !important;
  color: var(--neo-title) !important;
}

h1 {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.title {
  font-size: 64px !important;
  color: var(--neo-title) !important;
  letter-spacing: -1px;
}

.desc {
  color: var(--neo-muted) !important;
}

.text-primary {
  color: var(--neo-primary) !important;
}

.text-gray-700,
.text-gray-600,
.text-gray-500,
.text-gray-400 {
  color: var(--neo-muted) !important;
}

.bg-box,
.bg-gray-100 {
  background-color: var(--neo-surface) !important;
  border: 1px solid var(--neo-border) !important;
  box-shadow: var(--neo-shadow-soft) !important;
}

.bg-gray-700 {
  background-color: #13281f !important;
}

.navbar-light .navbar-toggler {
  background-color: rgba(76, 127, 107, 0.28) !important;
  border: 1px solid var(--neo-border) !important;
}

.navbar-light .navbar-toggler-icon {
  filter: invert(1);
}

.header {
  background: rgba(7, 21, 15, 0.88) !important;
  border-bottom: 1px solid rgba(76, 127, 107, 0.28) !important;
  backdrop-filter: blur(14px);
}

.header.active {
  background-color: rgba(10, 26, 19, 0.96) !important;
  box-shadow: var(--neo-shadow-soft) !important;
}

.header .navbar-nav > .nav-item > .nav-link {
  color: var(--neo-text) !important;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.header .navbar-nav > .nav-item > .nav-link:hover {
  color: var(--neo-accent) !important;
}

.login,
.blogs,
.banner {
  border: 1px solid var(--neo-border);
  box-shadow: var(--neo-shadow);
  background: linear-gradient(135deg, rgba(15, 34, 26, 0.95), rgba(7, 21, 15, 0.96));
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .content {
  position: relative;
  z-index: 2;
}

.banner-circle-shape,
.banner-circle-shape-2 {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  filter: blur(0);
  z-index: 1;
}

.banner-circle-shape {
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(53, 226, 160, 0.28), transparent 70%);
}

.banner-circle-shape-2 {
  bottom: -220px;
  left: -160px;
  background: radial-gradient(circle, rgba(40, 209, 124, 0.2), transparent 70%);
}

.banner .socials {
  background-color: rgba(9, 25, 18, 0.85) !important;
  border: 1px solid var(--neo-border) !important;
  box-shadow: var(--neo-shadow-soft) !important;
}

.circles li {
  background: rgba(53, 226, 160, 0.14);
}

.circles li:nth-child(7),
.circles li:nth-child(10),
.circles li:nth-child(12),
.circles li:nth-child(13) {
  background: rgba(40, 209, 124, 0.16);
}

.accordion-button:not(.collapsed) {
  background: #0a1a13 !important;
  color: var(--neo-text) !important;
}

.core-feature .item {
  background-color: var(--neo-surface) !important;
  border: 1px solid var(--neo-border);
  box-shadow: var(--neo-shadow-soft);
}

.rating .rating-bottom {
  background: linear-gradient(0deg, #07150f 25%, rgba(7, 21, 15, 0) 100%);
}

.pricing .item.shadow {
  border-color: var(--neo-border) !important;
  background-color: var(--neo-surface) !important;
  box-shadow: var(--neo-shadow);
}

.footer {
  background-color: #06130e !important;
}

.footer .footer-bg {
  opacity: 0.3;
  filter: grayscale(1);
}

.scroll-top .icon .hover {
  background-color: rgba(53, 226, 160, 0.2) !important;
}

.paginationjs .paginationjs-pages li {
  border-color: var(--neo-border) !important;
}

.paginationjs .paginationjs-pages li > a {
  background: var(--neo-surface) !important;
  color: var(--neo-text) !important;
}

.paginationjs .paginationjs-pages li.active > a {
  background: var(--neo-bg) !important;
  border-color: var(--neo-border) !important;
}

.form-switch.form-switch-pricing .form-check-input {
  background-color: var(--neo-primary) !important;
  border-color: var(--neo-primary) !important;
}

.form-control {
  color: var(--neo-text) !important;
  background: var(--neo-surface-strong) !important;
  border: 1px solid var(--neo-border) !important;
}

.form-control:focus {
  color: var(--neo-text) !important;
  background: var(--neo-surface-strong) !important;
  border-color: var(--neo-primary) !important;
  box-shadow: 0 0 0 3px rgba(40, 209, 124, 0.18) !important;
}

.btn {
  font-family: "Manrope", "Segoe UI", sans-serif !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  letter-spacing: 0.02em;
}

.btn-round {
  border-radius: 999px !important;
  padding: 0.65rem 1.6rem;
}

.btn-primary {
  background-color: var(--neo-primary) !important;
  border-color: var(--neo-primary) !important;
  color: #04110c !important;
  box-shadow: 0 14px 28px rgba(40, 209, 124, 0.35);
}

.btn-primary:hover {
  background-color: var(--neo-primary-strong) !important;
  border-color: var(--neo-primary-strong) !important;
  color: #04110c !important;
}

.btn-dark {
  background-color: transparent !important;
  border: 1px solid var(--neo-border) !important;
  color: var(--neo-text) !important;
}

.btn-dark:hover {
  background-color: rgba(76, 127, 107, 0.2) !important;
  border-color: var(--neo-accent) !important;
  color: var(--neo-title) !important;
}

.btn-outline-dark {
  border: 1px solid var(--neo-border) !important;
  color: var(--neo-text) !important;
  background: transparent !important;
}

.btn-outline-dark:hover {
  background-color: rgba(40, 209, 124, 0.12) !important;
  border-color: rgba(40, 209, 124, 0.5) !important;
  color: var(--neo-primary) !important;
}

.btn-outline-light {
  border: 1px solid rgba(248, 250, 252, 0.3) !important;
  color: #f8fafc !important;
  background: transparent !important;
}

.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
}

.btn-white,
.btn-gooogle {
  background-color: #f8fafc !important;
  color: #05120c !important;
  border: 1px solid rgba(76, 127, 107, 0.28) !important;
}

.btn-fb {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
}

.btn-twitter {
  background-color: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
  color: #ffffff !important;
}

.btn-info {
  background-color: var(--neo-accent) !important;
  border-color: var(--neo-accent) !important;
  color: #04110c !important;
}

.btn-success {
  background-color: var(--neo-success) !important;
  border-color: var(--neo-success) !important;
  color: #04110c !important;
}

.dropdown-menu {
  background-color: var(--neo-surface) !important;
  border: 1px solid var(--neo-border) !important;
  box-shadow: var(--neo-shadow-soft) !important;
}

.dropdown-item {
  color: var(--neo-text) !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(53, 226, 160, 0.12) !important;
  color: var(--neo-accent) !important;
}

/* Hero layout */
.hero-neo {
  position: relative;
  isolation: isolate;
}

.hero-gridlines {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(transparent 95%, rgba(76, 127, 107, 0.22) 95%),
    linear-gradient(90deg, transparent 95%, rgba(76, 127, 107, 0.22) 95%);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

.hero-orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px dashed rgba(53, 226, 160, 0.35);
  top: 140px;
  right: -120px;
  opacity: 0.7;
  animation: hero-orbit-spin 18s linear infinite;
  z-index: 0;
}

@keyframes hero-orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(53, 226, 160, 0.3);
  background: rgba(7, 21, 15, 0.65);
  color: var(--neo-accent);
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.hero-title {
  text-shadow: 0 10px 28px rgba(2, 6, 23, 0.55);
}

.hero-desc {
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-media img {
  border-radius: 22px;
  border: 1px solid rgba(76, 127, 107, 0.28);
  box-shadow: var(--neo-shadow-soft);
  background: rgba(9, 25, 18, 0.72);
  backdrop-filter: blur(6px);
}

.hero-media .col-6:nth-child(1) img {
  transform: translateY(8px);
}

.hero-media .col-6:nth-child(2) img {
  transform: translateY(-8px);
}

/* Pricing */
.pricing-neo {
  position: relative;
}

.pricing-neo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 300px at 15% 20%, rgba(53, 226, 160, 0.18), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.pricing-neo .row,
.pricing-neo .pricing-headline {
  position: relative;
  z-index: 1;
}

.pricing-toggle {
  gap: 18px;
}

.pricing-comparison {
  border-radius: 24px;
  border: 1px solid var(--neo-border);
  background: rgba(15, 23, 32, 0.6);
  box-shadow: var(--neo-shadow-soft);
}

.pricing-card {
  background: linear-gradient(160deg, rgba(15, 34, 26, 0.98), rgba(7, 21, 15, 0.96)) !important;
  border: 1px solid rgba(76, 127, 107, 0.28);
  box-shadow: var(--neo-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(53, 226, 160, 0.5);
  box-shadow: 0 24px 55px rgba(2, 6, 23, 0.6);
}

.pricing-ribbon {
  background: linear-gradient(90deg, rgba(40, 209, 124, 0.95), rgba(31, 180, 106, 0.95)) !important;
  border-radius: 20px 20px 8px 8px;
  letter-spacing: 0.12em;
}

.pricing-card .pricing-head h1 {
  color: var(--neo-title) !important;
}

.pricing-card .pricing-limits-box {
  border-color: rgba(76, 127, 107, 0.28) !important;
}

.pricing-card .pricing-cta .btn {
  background: linear-gradient(120deg, rgba(53, 226, 160, 0.2), rgba(40, 209, 124, 0.2)) !important;
  border: 1px solid rgba(76, 127, 107, 0.3) !important;
  color: var(--neo-title) !important;
}

.pricing-card .pricing-cta .btn:hover {
  border-color: rgba(53, 226, 160, 0.55) !important;
  color: var(--neo-accent) !important;
}

/* Auth (login/signup) */
.auth-shell {
  position: relative;
}

.auth-shell-inner {
  margin-top: 0 !important;
  padding: 0 !important;
}

.auth-card {
  background: linear-gradient(150deg, rgba(15, 34, 26, 0.98), rgba(7, 21, 15, 0.98)) !important;
  border: 1px solid rgba(76, 127, 107, 0.28);
  box-shadow: var(--neo-shadow);
  overflow: hidden;
}

.auth-panel {
  background: transparent;
}

.auth-title {
  color: var(--neo-title) !important;
}

.auth-subtitle {
  color: var(--neo-muted) !important;
}

.auth-side .bg-login-page {
  background-image: linear-gradient(140deg, rgba(53, 226, 160, 0.3), rgba(40, 209, 124, 0.3)), url("../img/login.jpg");
  background-size: cover;
  border-radius: 0 20px 20px 0;
}

.auth-side .bg-primary {
  background-color: transparent !important;
}

.auth-side h1 {
  color: #f8fafc !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Blogs */
.blogs-neo {
  position: relative;
}

.blogs-neo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 320px at 85% 20%, rgba(53, 226, 160, 0.18), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.blogs-neo .row,
.blogs-neo .blogs-headline {
  position: relative;
  z-index: 1;
}

.blog-card {
  border: 1px solid rgba(76, 127, 107, 0.28);
  background: rgba(12, 29, 22, 0.78) !important;
  backdrop-filter: blur(10px);
  box-shadow: var(--neo-shadow-soft);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 226, 160, 0.45);
}

.blog-card-image {
  border: 1px solid rgba(76, 127, 107, 0.28);
}

.blog-card-title a {
  color: var(--neo-title) !important;
}

.blog-card-title a:hover {
  color: var(--neo-accent) !important;
}

.blog-card-excerpt {
  color: var(--neo-muted) !important;
}

.blog-detail-cover {
  border: 1px solid rgba(76, 127, 107, 0.28);
  box-shadow: var(--neo-shadow);
}

.blog-detail-body {
  background: rgba(12, 29, 22, 0.7);
  border: 1px solid rgba(76, 127, 107, 0.22);
  border-radius: 16px;
  padding: 24px;
}

.blog-detail-list {
  background: rgba(12, 29, 22, 0.75) !important;
  border: 1px solid rgba(76, 127, 107, 0.22);
}

.blog-detail-item h3 a {
  color: var(--neo-title) !important;
}

.blog-detail-item h3 a:hover {
  color: var(--neo-primary) !important;
}

@media (max-width: 768px) {
  .hero-orbit {
    display: none;
  }

  .hero-title {
    font-size: 38px !important;
  }

  .hero-media {
    margin-top: 24px;
  }

  .auth-side .bg-login-page {
    border-radius: 0 0 20px 20px;
    min-height: 260px;
  }
}
