< link rel = "preconnect" href = "https://fonts.googleapis.com" > < link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin > < link href = "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel = "stylesheet" > < style >
/* =============================================
SMMVAULT.ORG — AUTHORITY BLUE (INDIA EDITION)
============================================= */: root {
--navy: #0a1628;
--navy-2: #0d1f3c;
--navy-3: #142649;
--royal: #1a56db;
--royal-2: #1e63f5;
--royal-3: #3b82f6;
--royal-dim: rgba(26, 86, 219, .10);
--royal-glow: rgba(26, 86, 219, .22);
--sky: #dbeafe;
--sky-2: #eff6ff;
--accent: #06b6d4;
--accent-2: #0ea5e9;
--saffron: #ff9933;
--saffron-2: #ffb347;
--india-green: #138808;
--white: #ffffff;
--off-white: #f8faff;
--ink: #0f1c35;
--ink-2: #1e3a5f;
--muted-1: rgba(15, 28, 53, .75);
--muted-2: rgba(15, 28, 53, .52);
--muted-3: rgba(15, 28, 53, .18);
--border: rgba(26, 86, 219, .12);
--border-2: rgba(26, 86, 219, .22);
--border-l: rgba(15, 28, 53, .10);
--border-l2: rgba(15, 28, 53, .18);
--ff-h: 'Space Grotesk',
sans-serif;
--ff-b: 'Plus Jakarta Sans',
sans-serif;
--ease: cubic-bezier(.16, 1, .3, 1);
--ease-b: cubic-bezier(.34, 1.56, .64, 1);
--shadow-sm: 0 2px 12px rgba(26, 86, 219, .08);
--shadow-md: 0 8px 32px rgba(26, 86, 219, .14);
--shadow-lg: 0 24px 64px rgba(26, 86, 219, .18);
}
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
}
.sv-root {
font-family: var(--ff-b);
font-weight: 400;
background: var(--white);
color: var(--ink);
overflow-x: hidden;
}
/* ─── UTILITY ─── */
.container {
max-width: 1280px;
margin: 0 auto;
padding: 0 40px;
}
@media(max-width: 640px) {
.container {
padding: 0 20px;
}
}
/* ─── TOPNAV ─── */
.sv-nav {
position: sticky;
top: 0;
z-index: 100;
background: rgba(255, 255, 255, .95);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-bottom: 1px solid var(--border-l);
padding: 0 40px;
display: flex;
align-items: center;
justify-content: space-between;
height: 68px;
}
.sv-nav-logo {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
flex-shrink: 0;
}
.sv-logo-mark {
width: 38px;
height: 38px;
background: var(--royal);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--ff-h);
font-weight: 700;
font-size: 18px;
color: #fff;
letter-spacing: -1px;
flex-shrink: 0;
}
.sv-logo-text {
font-family: var(--ff-h);
font-weight: 700;
font-size: 20px;
color: var(--ink);
letter-spacing: -0.5px;
}
.sv-logo-text span {
color: var(--royal);
}
.sv-logo-sub {
display: block;
font-size: 9px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--muted-2);
margin-top: -2px;
}
.sv-nav-links {
display: flex;
align-items: center;
gap: 4px;
list-style: none;
}
.sv-nav-links a {
display: block;
padding: 7px 14px;
font-size: 14px;
font-weight: 500;
color: var(--muted-1);
text-decoration: none;
border-radius: 8px;
transition: all .2s;
}
.sv-nav-links a: hover {
background: var(--sky-2);
color: var(--royal);
}
.sv-nav-actions {
display: flex;
align-items: center;
gap: 10px;
}
.btn-nav-ghost {
padding: 8px 18px;
border: 1.5px solid var(--border-l2);
border-radius: 8px;
font-size: 14px;
font-weight: 600;
color: var(--ink);
text-decoration: none;
transition: all .2s;
font-family: var(--ff-b);
}
.btn-nav-ghost: hover {
border-color: var(--royal);
color: var(--royal);
}
.btn-nav-fill {
padding: 9px 20px;
background: var(--royal);
border-radius: 8px;
font-size: 14px;
font-weight: 700;
color: #fff;
text-decoration: none;
transition: all .25s var(--ease);
font-family: var(--ff-b);
border: none;
cursor: pointer;
box-shadow: 0 4px 14px rgba(26, 86, 219, .3);
}
.btn-nav-fill: hover {
background: var(--royal-2);
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(26, 86, 219, .38);
}
@media(max-width: 900px) {
.sv-nav-links {
display: none;
}
}
@media(max-width: 600px) {
.sv-nav {
padding: 0 20px;
}
.sv-logo-sub {
display: none;
}
}
/* ─── ANNOUNCEMENT BANNER ─── */
.sv-banner {
background: linear-gradient(90deg, var(--navy) 0%, var(--navy-2) 100%);
padding: 10px 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-size: 13px;
font-weight: 500;
color: rgba(255, 255, 255, .88);
}
.sv-banner-badge {
background: var(--saffron);
color: #fff;
font-size: 10px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 3px 8px;
border-radius: 4px;
flex-shrink: 0;
}
.sv-banner a {
color: var(--saffron-2);
text-decoration: none;
font-weight: 700;
}
.sv-banner a: hover {
text-decoration: underline;
}
.sv-banner-x {
margin-left: auto;
background: none;
border: none;
color: rgba(255, 255, 255, .5);
cursor: pointer;
font-size: 18px;
padding: 2px 6px;
transition: color .2s;
flex-shrink: 0;
}
.sv-banner-x: hover {
color: #fff;
}
/* ─── HERO ─── */
.hero {
min-height: 100vh;
display: grid;
grid-template-columns: 1fr 460px;
position: relative;
overflow: hidden;
background: var(--white);
}
.hero::before {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 80% 60% at 0% 50%, rgba(26, 86, 219, .06) 0%, transparent 70%),
radial-gradient(ellipse 60% 80% at 100% 20%, rgba(255, 153, 51, .04) 0%, transparent 65%);
pointer-events: none;
}
.hero-grid-overlay {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(26, 86, 219, .04) 1px, transparent 1px),
linear-gradient(90deg, rgba(26, 86, 219, .04) 1px, transparent 1px);
background-size: 40px 40px;
pointer-events: none;
mask-image: radial-gradient(ellipse 80% 100% at 20% 50%, black 0%, transparent 70%);
-webkit-mask-image: radial-gradient(ellipse 80% 100% at 20% 50%, black 0%, transparent 70%);
}
/* ─── HERO LEFT ─── */
.hero-l {
position: relative;
z-index: 2;
padding: 100px 64px 80px;
display: flex;
flex-direction: column;
justify-content: center;
}
/* ─── MOBILE FORM INSERT (only visible on mobile, inside hero-l) ─── */
.hero-form-mobile {
display: none;
}
.h-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--sky);
border: 1px solid rgba(26, 86, 219, .2);
border-radius: 100px;
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
color: var(--royal);
letter-spacing: .5px;
margin-bottom: 28px;
animation: fadeUp .7s var(--ease) .05s both;
align-self: flex-start;
}
.h-eyebrow-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--royal);
animation: blink 2s ease infinite;
}
@keyframes blink {
0%,
100% {
opacity: 1;
}
50% {
opacity: .3;
}
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(24px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.h-title {
font-family: var(--ff-h);
font-size: clamp(44px, 6.5vw, 84px);
font-weight: 700;
line-height: 1.06;
letter-spacing: -2px;
color: var(--ink);
margin-bottom: 24px;
animation: fadeUp .8s var(--ease) .15s both;
}
.h-title .blue {
color: var(--royal);
}
.h-title .sky-txt {
background: linear-gradient(135deg, var(--royal) 0%, var(--accent) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.h-title .saffron-txt {
background: linear-gradient(135deg, var(--saffron) 0%, var(--royal) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.h-desc {
font-size: 17px;
font-weight: 400;
line-height: 1.75;
color: var(--muted-1);
max-width: 520px;
margin-bottom: 36px;
animation: fadeUp .8s var(--ease) .25s both;
}
.h-desc strong {
color: var(--ink);
font-weight: 700;
}
.h-desc a {
color: var(--royal);
text-decoration: none;
font-weight: 600;
}
.h-desc a: hover {
text-decoration: underline;
}
.h-ctas {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
margin-bottom: 52px;
animation: fadeUp .8s var(--ease) .35s both;
}
.btn-primary {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--royal);
color: #fff;
padding: 14px 28px;
border-radius: 10px;
font-family: var(--ff-b);
font-size: 15px;
font-weight: 700;
text-decoration: none;
transition: all .3s var(--ease);
box-shadow: 0 8px 28px rgba(26, 86, 219, .32);
}
.btn-primary: hover {
background: var(--royal-2);
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(26, 86, 219, .42);
color: #fff;
}
.btn-secondary {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--white);
border: 1.5px solid var(--border-l2);
color: var(--ink);
padding: 14px 28px;
border-radius: 10px;
font-family: var(--ff-b);
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all .25s;
}
.btn-secondary: hover {
border-color: var(--royal);
color: var(--royal);
background: var(--sky-2);
}
.h-trust-bar {
display: flex;
align-items: center;
gap: 28px;
flex-wrap: wrap;
animation: fadeUp .8s var(--ease) .45s both;
}
.h-trust-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 500;
color: var(--muted-2);
}
.h-trust-icon {
width: 28px;
height: 28px;
background: var(--sky-2);
border: 1px solid var(--border);
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
flex-shrink: 0;
}
.h-stats-ribbon {
display: flex;
gap: 0;
margin-top: 48px;
border: 1px solid var(--border-l);
border-radius: 14px;
overflow: hidden;
animation: fadeUp .8s var(--ease) .5s both;
background: var(--white);
box-shadow: var(--shadow-sm);
}
.h-stat-cell {
flex: 1;
padding: 20px 24px;
border-right: 1px solid var(--border-l);
text-align: center;
}
.h-stat-cell: last-child {
border-right: none;
}
.h-stat-n {
font-family: var(--ff-h);
font-size: 28px;
font-weight: 700;
color: var(--royal);
letter-spacing: -1px;
line-height: 1;
margin-bottom: 4px;
}
.h-stat-l {
font-size: 11px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--muted-2);
}
/* ─── HERO RIGHT: SIGN IN PANEL ─── */
.hero-r {
position: relative;
z-index: 2;
background: var(--sky-2);
border-left: 1px solid var(--border-l);
display: flex;
flex-direction: column;
justify-content: center;
padding: 72px 56px;
overflow: hidden;
}
.hero-r::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--saffron), var(--royal), var(--india-green));
}
.hero-r-bg-ring {
position: absolute;
bottom: -80px;
right: -80px;
width: 360px;
height: 360px;
border: 1px solid rgba(26, 86, 219, .08);
border-radius: 50%;
pointer-events: none;
}
.hero-r-bg-ring::before {
content: '';
position: absolute;
inset: 40px;
border: 1px solid rgba(26, 86, 219, .06);
border-radius: 50%;
}
.form-card {
background: var(--white);
border-radius: 16px;
border: 1px solid var(--border-l);
padding: 40px 36px;
box-shadow: var(--shadow-md);
position: relative;
z-index: 1;
animation: fadeUp .9s var(--ease) .2s both;
}
.form-card-head {
text-align: center;
margin-bottom: 28px;
}
.form-card-logo {
width: 48px;
height: 48px;
background: var(--royal);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--ff-h);
font-size: 22px;
font-weight: 700;
color: #fff;
margin: 0 auto 16px;
box-shadow: 0 8px 24px rgba(26, 86, 219, .3);
}
.form-card-title {
font-family: var(--ff-h);
font-size: 24px;
font-weight: 700;
color: var(--ink);
margin-bottom: 4px;
letter-spacing: -0.5px;
}
.form-card-sub {
font-size: 13px;
color: var(--muted-2);
font-weight: 400;
}
/* ─── FORM FIELDS ─── */
.f-group {
margin-bottom: 16px;
}
.f-label {
display: block;
font-size: 13px;
font-weight: 600;
color: var(--ink-2);
margin-bottom: 7px;
}
.f-shell {
position: relative;
}
.f-shell svg.f-ico {
position: absolute;
left: 13px;
top: 50%;
transform: translateY(-50%);
color: var(--muted-3);
width: 16px;
height: 16px;
pointer-events: none;
transition: color .2s;
}
.f-shell input {
width: 100%;
height: 44px;
padding: 0 40px 0 40px;
background: var(--sky-2);
border: 1.5px solid var(--border-l2);
border-radius: 9px;
color: var(--ink);
font-family: var(--ff-b);
font-size: 14px;
font-weight: 400;
outline: none;
transition: all .2s;
}
.f-shell input::placeholder {
color: var(--muted-3);
}
.f-shell input: focus {
background: var(--white);
border-color: var(--royal);
box-shadow: 0 0 0 3px rgba(26, 86, 219, .12);
}
.f-eye {
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
color: var(--muted-2);
cursor: pointer;
font-size: 15px;
transition: color .2s;
display: flex;
align-items: center;
user-select: none;
}
.f-eye: hover {
color: var(--royal);
}
.f-meta {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.f-remember {
display: flex;
align-items: center;
gap: 7px;
font-size: 13px;
color: var(--muted-2);
cursor: pointer;
font-weight: 500;
}
.f-remember input[type = checkbox] {
accent-color: var(--royal);
width: 14px;
height: 14px;
}
.f-forgot {
font-size: 13px;
color: var(--royal);
text-decoration: none;
font-weight: 600;
}
.f-forgot: hover {
opacity: .75;
}
.btn-signin {
display: block;
width: 100%;
height: 46px;
background: var(--royal);
border: none;
border-radius: 9px;
color: #fff;
font-family: var(--ff-b);
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: all .25s var(--ease);
box-shadow: 0 6px 20px rgba(26, 86, 219, .3);
letter-spacing: .3px;
}
.btn-signin: hover {
background: var(--royal-2);
transform: translateY(-1px);
box-shadow: 0 10px 28px rgba(26, 86, 219, .4);
}
.btn-signin: active {
transform: translateY(0);
}
.f-or {
display: flex;
align-items: center;
gap: 12px;
margin: 16px 0;
color: var(--muted-2);
font-size: 12px;
font-weight: 600;
letter-spacing: .5px;
text-transform: uppercase;
}
.f-or::before,
.f-or::after {
content: '';
flex: 1;
height: 1px;
background: var(--border-l);
}
.btn-google {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
height: 44px;
background: var(--white);
border: 1.5px solid var(--border-l2);
border-radius: 9px;
color: var(--ink);
font-family: var(--ff-b);
font-size: 14px;
font-weight: 600;
text-decoration: none;
cursor: pointer;
transition: all .2s;
}
.btn-google: hover {
background: var(--sky-2);
border-color: var(--border-l2);
box-shadow: var(--shadow-sm);
}
.g-icon {
width: 18px;
height: 18px;
}
.f-signup {
text-align: center;
margin-top: 18px;
font-size: 13px;
color: var(--muted-2);
font-weight: 500;
}
.f-signup a {
color: var(--royal);
font-weight: 700;
text-decoration: none;
}
.f-signup a: hover {
text-decoration: underline;
}
.f-alert {
display: flex;
align-items: flex-start;
gap: 9px;
padding: 11px 14px;
border-radius: 9px;
font-size: 13px;
margin-bottom: 16px;
border: 1px solid;
line-height: 1.5;
}
.f-alert.err {
background: rgba(220, 38, 38, .06);
border-color: rgba(220, 38, 38, .22);
color: #b91c1c;
}
.f-alert.ok {
background: rgba(16, 185, 129, .06);
border-color: rgba(16, 185, 129, .22);
color: #047857;
}
.f-alert button.x {
margin-left: auto;
background: none;
border: none;
cursor: pointer;
color: inherit;
opacity: .6;
font-size: 16px;
padding: 0;
line-height: 1;
flex-shrink: 0;
}
.f-alert button.x: hover {
opacity: 1;
}
.f-captcha {
margin-bottom: 16px;
}
/* ─── INDIA UPI BADGE ─── */
.upi-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: linear-gradient(135deg, rgba(255, 153, 51, .1), rgba(19, 136, 8, .08));
border: 1px solid rgba(255, 153, 51, .3);
border-radius: 8px;
padding: 8px 14px;
font-size: 12px;
font-weight: 700;
color: #b45309;
margin-bottom: 20px;
width: 100%;
justify-content: center;
}
.upi-flag {
font-size: 16px;
}
/* ─── HERO RESPONSIVE ─── */
@media(max-width: 1100px) {
.hero {
grid-template-columns: 1fr;
min-height: auto;
}
.hero-l {
padding: 80px 40px 60px;
}
.hero-r {
padding: 52px 40px;
border-left: none;
border-top: 1px solid var(--border-l);
}
}
@media(max-width: 640px) {
.hero {
display: flex;
flex-direction: column;
}
.hero-l {
padding: 40px 20px 24px;
}
.hero-r {
display: none;
}
/* Hide desktop right panel on mobile */
/* Show mobile form inline after h1+desc */
.hero-form-mobile {
display: block;
margin: 0 0 28px 0;
}
.hero-form-mobile .form-card {
padding: 24px 18px;
box-shadow: var(--shadow-md);
animation: fadeUp .9s var(--ease) .3s both;
}
.h-ctas {
margin-bottom: 32px;
}
.h-stats-ribbon {
flex-direction: column;
border-radius: 12px;
}
.h-stat-cell {
border-right: none;
border-bottom: 1px solid var(--border-l);
}
.h-stat-cell: last-child {
border-bottom: none;
}
}
/* ─── TICKER ─── */
.sv-ticker {
background: var(--navy);
overflow: hidden;
padding: 0;
}
.sv-ticker-track {
display: flex;
padding: 14px 0;
animation: svTicker 36s linear infinite;
white-space: nowrap;
}
.sv-ticker-track: hover {
animation-play-state: paused;
}
@keyframes svTicker {
to {
transform: translateX(-50%);
}
}
.t-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 0 36px;
font-size: 12px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
color: rgba(255, 255, 255, .55);
border-right: 1px solid rgba(255, 255, 255, .08);
flex-shrink: 0;
}
.t-chip .t-dot {
width: 5px;
height: 5px;
border-radius: 50%;
background: var(--saffron);
flex-shrink: 0;
}
/* ─── SECTIONS ─── */
.sec {
padding: 96px 0;
}
.sec-alt {
background: var(--sky-2);
}
.sec-blue {
background: var(--navy);
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--royal);
margin-bottom: 16px;
}
.eyebrow::before {
content: '';
width: 24px;
height: 2px;
background: var(--royal);
border-radius: 2px;
}
.sec-title {
font-family: var(--ff-h);
font-size: clamp(36px, 5vw, 60px);
font-weight: 700;
letter-spacing: -1.5px;
line-height: 1.08;
color: var(--ink);
margin-bottom: 16px;
}
.sec-title .dim {
color: var(--muted-2);
font-weight: 300;
}
.sec-title .blue {
color: var(--royal);
}
.sec-title .saffron {
color: var(--saffron);
}
.sec-desc {
font-size: 16px;
font-weight: 400;
color: var(--muted-1);
line-height: 1.75;
max-width: 580px;
}
.sec-desc a {
color: var(--royal);
text-decoration: none;
font-weight: 600;
}
.sec-desc a: hover {
text-decoration: underline;
}
/* ─── FEATURES BENTO ─── */
.bento {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1px;
background: var(--border-l);
border: 1px solid var(--border-l);
border-radius: 16px;
overflow: hidden;
margin-top: 60px;
}
.b-card {
background: var(--white);
padding: 32px 26px;
position: relative;
transition: background .25s;
}
.b-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, var(--saffron), var(--royal));
transform: scaleX(0);
transform-origin: left;
transition: transform .3s var(--ease);
}
.b-card: hover {
background: var(--sky-2);
}
.b-card: hover::before {
transform: scaleX(1);
}
.b-card-icon {
width: 44px;
height: 44px;
background: var(--sky);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
margin-bottom: 16px;
flex-shrink: 0;
}
.b-card-n {
font-family: var(--ff-h);
font-size: 42px;
font-weight: 700;
color: rgba(26, 86, 219, .07);
letter-spacing: -2px;
line-height: 1;
margin-bottom: 8px;
}
.b-card h3 {
font-size: 15px;
font-weight: 700;
color: var(--ink);
margin-bottom: 9px;
line-height: 1.4;
}
.b-card p {
font-size: 13px;
color: var(--muted-1);
line-height: 1.7;
font-weight: 400;
}
.b-card a {
color: var(--royal);
text-decoration: none;
}
.b-card a: hover {
text-decoration: underline;
}
@media(max-width: 1100px) {
.bento {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 640px) {
.bento {
grid-template-columns: 1fr;
}
}
/* ─── PLATFORMS ─── */
.plat-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 48px;
}
.plat-tag {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--white);
border: 1.5px solid var(--border-l2);
border-radius: 100px;
padding: 10px 18px;
font-size: 13px;
font-weight: 600;
color: var(--ink);
text-decoration: none;
transition: all .22s;
box-shadow: var(--shadow-sm);
}
.plat-tag: hover {
border-color: var(--royal);
color: var(--royal);
background: var(--sky-2);
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.plat-tag span.ico {
font-size: 18px;
line-height: 1;
}
.plat-more {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--royal);
color: #fff;
border-radius: 100px;
padding: 10px 22px;
font-size: 13px;
font-weight: 700;
text-decoration: none;
margin-top: 20px;
transition: all .25s;
box-shadow: 0 4px 16px rgba(26, 86, 219, .3);
}
.plat-more: hover {
background: var(--royal-2);
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(26, 86, 219, .4);
color: #fff;
}
/* ─── HOW IT WORKS ─── */
.steps-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
margin-top: 0;
}
.steps-list {
margin-top: 12px;
}
.step-row {
display: flex;
gap: 20px;
padding: 26px 0;
border-bottom: 1px solid var(--border-l);
align-items: flex-start;
}
.step-row: last-child {
border-bottom: none;
}
.step-num {
width: 36px;
height: 36px;
background: var(--royal);
border-radius: 9px;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--ff-h);
font-size: 13px;
font-weight: 700;
color: #fff;
flex-shrink: 0;
margin-top: 2px;
}
.step-body h3 {
font-size: 16px;
font-weight: 700;
color: var(--ink);
margin-bottom: 7px;
}
.step-body p {
font-size: 13px;
color: var(--muted-1);
line-height: 1.7;
}
.step-body a {
color: var(--royal);
text-decoration: none;
font-weight: 600;
}
/* Dashboard mockup */
.dash-wrap {
background: var(--white);
border: 1px solid var(--border-l);
border-radius: 16px;
overflow: hidden;
box-shadow: var(--shadow-lg);
}
.dash-topbar {
background: var(--sky-2);
border-bottom: 1px solid var(--border-l);
padding: 12px 18px;
display: flex;
align-items: center;
gap: 8px;
}
.dash-dot {
width: 10px;
height: 10px;
border-radius: 50%;
}
.dash-dot.r {
background: #fc6058;
}
.dash-dot.y {
background: #fec02f;
}
.dash-dot.g {
background: #2aca44;
}
.dash-url-bar {
flex: 1;
margin-left: 8px;
background: var(--white);
border-radius: 6px;
border: 1px solid var(--border-l);
padding: 5px 12px;
font-size: 11px;
color: var(--muted-2);
font-weight: 500;
}
.dash-body {
padding: 22px;
}
.dash-metrics {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-bottom: 18px;
}
.dash-m {
background: var(--sky-2);
border-radius: 10px;
padding: 14px 14px;
border: 1px solid var(--border-l);
}
.dash-m.hi {
background: var(--royal);
border-color: var(--royal);
}
.dash-m-val {
font-family: var(--ff-h);
font-size: 22px;
font-weight: 700;
color: var(--ink);
line-height: 1;
margin-bottom: 3px;
}
.dash-m.hi .dash-m-val {
color: #fff;
}
.dash-m-lbl {
font-size: 10px;
font-weight: 600;
letter-spacing: 1.2px;
text-transform: uppercase;
color: var(--muted-2);
}
.dash-m.hi .dash-m-lbl {
color: rgba(255, 255, 255, .7);
}
.dash-chart-lbl {
font-size: 11px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
color: var(--muted-2);
margin-bottom: 10px;
}
.dash-bars {
display: flex;
align-items: flex-end;
gap: 5px;
height: 60px;
}
.dash-bar-col {
flex: 1;
border-radius: 4px 4px 0 0;
background: var(--sky);
position: relative;
overflow: hidden;
}
.dash-bar-col::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: var(--royal);
border-radius: 3px 3px 0 0;
animation: barGrow 1.2s var(--ease) .5s both;
}
@keyframes barGrow {
from {
height: 0%;
}
to {
height: var(--h);
}
}
.dash-bar-col: nth-child(1)::after {
--h: 42%;
}
.dash-bar-col: nth-child(2)::after {
--h: 68%;
}
.dash-bar-col: nth-child(3)::after {
--h: 55%;
}
.dash-bar-col: nth-child(4)::after {
--h: 85%;
}
.dash-bar-col: nth-child(5)::after {
--h: 62%;
}
.dash-bar-col: nth-child(6)::after {
--h: 92%;
}
.dash-bar-col: nth-child(7)::after {
--h: 78%;
}
@media(max-width: 1100px) {
.steps-grid {
grid-template-columns: 1fr;
gap: 48px;
}
}
/* ─── GEO GRID ─── */
.geo-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin-top: 52px;
}
.geo-card {
display: flex;
align-items: center;
gap: 12px;
background: var(--white);
border: 1px solid var(--border-l);
border-radius: 12px;
padding: 16px 16px;
text-decoration: none;
transition: all .22s;
box-shadow: var(--shadow-sm);
}
.geo-card: hover {
border-color: var(--royal);
transform: translateY(-3px);
box-shadow: var(--shadow-md);
}
.geo-card.india-card {
border-color: rgba(255, 153, 51, .35);
background: linear-gradient(135deg, rgba(255, 153, 51, .04) 0%, rgba(19, 136, 8, .03) 100%);
}
.geo-card.india-card: hover {
border-color: var(--saffron);
box-shadow: 0 8px 32px rgba(255, 153, 51, .2);
}
.geo-flag {
font-size: 26px;
line-height: 1;
flex-shrink: 0;
}
.geo-info h4 {
font-size: 13px;
font-weight: 700;
color: var(--ink);
margin-bottom: 2px;
}
.geo-info p {
font-size: 11px;
color: var(--muted-2);
font-weight: 500;
}
@media(max-width: 1100px) {
.geo-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 640px) {
.geo-grid {
grid-template-columns: 1fr;
}
}
/* ─── COMPARISON TABLE ─── */
.cmp-scroller {
overflow-x: auto;
margin-top: 52px;
}
.cmp-tbl {
width: 100%;
border-collapse: collapse;
border: 1px solid var(--border-l);
border-radius: 14px;
overflow: hidden;
font-size: 13px;
box-shadow: var(--shadow-sm);
background: var(--white);
}
.cmp-tbl th {
background: var(--sky-2);
color: var(--muted-2);
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 15px 20px;
text-align: left;
border-bottom: 1px solid var(--border-l);
}
.cmp-tbl th.hl {
background: var(--royal);
color: #fff;
}
.cmp-tbl td {
padding: 13px 20px;
color: var(--muted-1);
border-bottom: 1px solid var(--border-l);
}
.cmp-tbl tr: last-child td {
border-bottom: none;
}
.cmp-tbl td.hl {
background: var(--sky-2);
color: var(--ink);
font-weight: 600;
}
.cmp-yes {
color: #16a34a;
font-weight: 700;
}
.cmp-no {
color: var(--muted-3);
}
.cmp-part {
color: #b45309;
font-weight: 600;
}
/* ─── SERVICE HUB ─── */
.hub-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: var(--border-l);
border: 1px solid var(--border-l);
border-radius: 14px;
overflow: hidden;
margin-top: 48px;
}
.hub-link {
display: flex;
align-items: center;
gap: 10px;
background: var(--white);
padding: 15px 18px;
text-decoration: none;
font-size: 13px;
font-weight: 600;
color: var(--muted-1);
transition: all .2s;
}
.hub-link: hover {
background: var(--sky-2);
color: var(--royal);
}
.hub-link-icon {
font-size: 16px;
flex-shrink: 0;
}
@media(max-width: 1000px) {
.hub-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 580px) {
.hub-grid {
grid-template-columns: 1fr;
}
}
/* ─── REVIEWS ─── */
.rv-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-top: 52px;
}
.rv-card {
background: var(--white);
border: 1px solid var(--border-l);
border-radius: 14px;
padding: 26px 22px;
transition: all .25s;
box-shadow: var(--shadow-sm);
position: relative;
overflow: hidden;
}
.rv-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--saffron), var(--royal));
opacity: 0;
transition: opacity .25s;
}
.rv-card: hover {
box-shadow: var(--shadow-md);
transform: translateY(-3px);
border-color: rgba(26, 86, 219, .2);
}
.rv-card: hover::before {
opacity: 1;
}
.rv-stars {
color: #f59e0b;
font-size: 14px;
letter-spacing: 2px;
margin-bottom: 14px;
}
.rv-body {
font-size: 13px;
color: var(--muted-1);
line-height: 1.75;
font-style: italic;
margin-bottom: 20px;
padding-bottom: 18px;
border-bottom: 1px solid var(--border-l);
}
.rv-who {
display: flex;
align-items: center;
gap: 10px;
}
.rv-av {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--sky);
border: 1px solid var(--border);
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
flex-shrink: 0;
}
.rv-name {
font-size: 13px;
font-weight: 700;
color: var(--ink);
}
.rv-loc {
font-size: 11px;
color: var(--muted-2);
margin-top: 1px;
}
@media(max-width: 1000px) {
.rv-grid {
grid-template-columns: 1fr 1fr;
}
}
@media(max-width: 640px) {
.rv-grid {
grid-template-columns: 1fr;
}
}
/* ─── FAQ ─── */
.faq-cols {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 72px;
align-items: start;
}
.faq-stack {}
.faq-item {
border-bottom: 1px solid var(--border-l);
}
.faq-btn {
width: 100%;
background: none;
border: none;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
font-family: var(--ff-b);
font-size: 14px;
font-weight: 600;
color: var(--muted-1);
cursor: pointer;
text-align: left;
gap: 16px;
transition: color .2s;
}
.faq-btn: hover,
.faq-btn.on {
color: var(--ink);
}
.faq-toggle {
width: 24px;
height: 24px;
border-radius: 50%;
border: 1.5px solid var(--border-l2);
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: var(--muted-2);
flex-shrink: 0;
transition: all .3s;
font-weight: 300;
}
.faq-btn.on .faq-toggle {
background: var(--royal);
border-color: var(--royal);
color: #fff;
transform: rotate(45deg);
}
.faq-ans {
font-size: 13px;
color: var(--muted-1);
line-height: 1.8;
max-height: 0;
overflow: hidden;
transition: max-height .4s var(--ease),
padding .3s;
}
.faq-ans.open {
max-height: 300px;
padding-bottom: 20px;
}
.faq-ans a {
color: var(--royal);
text-decoration: none;
font-weight: 600;
}
@media(max-width: 900px) {
.faq-cols {
grid-template-columns: 1fr;
gap: 40px;
}
}
/* ─── BLOG CARDS ─── */
.blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-top: 48px;
}
.blog-c {
background: var(--white);
border: 1px solid var(--border-l);
border-radius: 12px;
padding: 22px 18px;
text-decoration: none;
display: flex;
flex-direction: column;
gap: 8px;
transition: all .22s;
box-shadow: var(--shadow-sm);
}
.blog-c: hover {
border-color: rgba(26, 86, 219, .25);
transform: translateY(-3px);
box-shadow: var(--shadow-md);
}
.blog-tag {
font-size: 10px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--royal);
background: var(--sky);
padding: 3px 8px;
border-radius: 4px;
align-self: flex-start;
}
.blog-tag.india {
background: rgba(255, 153, 51, .12);
color: #92400e;
}
.blog-ttl {
font-size: 14px;
font-weight: 700;
color: var(--ink);
line-height: 1.4;
}
.blog-dsc {
font-size: 12px;
color: var(--muted-2);
line-height: 1.65;
font-weight: 400;
}
.blog-arr {
margin-top: auto;
font-size: 18px;
color: var(--royal);
}
@media(max-width: 900px) {
.blog-grid {
grid-template-columns: 1fr 1fr;
}
}
@media(max-width: 580px) {
.blog-grid {
grid-template-columns: 1fr;
}
}
/* ─── SEO PROSE BLOCK ─── */
.prose-cols {
column-count: 2;
column-gap: 56px;
margin-top: 56px;
}
.prose-cols h3 {
font-family: var(--ff-h);
font-size: 22px;
font-weight: 700;
color: var(--ink);
letter-spacing: -.5px;
margin: 32px 0 10px;
break-inside: avoid;
}
.prose-cols h3: first-child {
margin-top: 0;
}
.prose-cols p {
font-size: 14px;
color: var(--muted-1);
line-height: 1.8;
margin-bottom: 12px;
font-weight: 400;
}
.prose-cols a {
color: var(--royal);
text-decoration: none;
font-weight: 600;
}
.prose-cols a: hover {
text-decoration: underline;
}
.prose-cols ul {
padding-left: 18px;
margin-bottom: 14px;
}
.prose-cols li {
font-size: 14px;
color: var(--muted-1);
line-height: 1.75;
margin-bottom: 5px;
}
@media(max-width: 900px) {
.prose-cols {
column-count: 1;
}
}
/* ─── CTA SECTION ─── */
.cta-sec {
padding: 120px 40px;
text-align: center;
position: relative;
overflow: hidden;
background: var(--navy);
}
.cta-sec::before {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 60% 80% at 30% 50%, rgba(26, 86, 219, .3) 0%, transparent 65%),
radial-gradient(ellipse 50% 60% at 80% 20%, rgba(255, 153, 51, .1) 0%, transparent 65%);
pointer-events: none;
}
.cta-sec-inner {
position: relative;
z-index: 1;
}
.cta-eyebrow {
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--saffron-2);
display: inline-block;
margin-bottom: 24px;
}
.cta-h {
font-family: var(--ff-h);
font-size: clamp(44px, 8vw, 96px);
font-weight: 700;
letter-spacing: -3px;
line-height: .96;
color: #fff;
margin-bottom: 24px;
}
.cta-h .dim {
opacity: .3;
display: block;
}
.cta-h .blu {
color: var(--royal-3);
display: block;
}
.cta-p {
font-size: 16px;
color: rgba(255, 255, 255, .65);
max-width: 460px;
margin: 0 auto 40px;
line-height: 1.7;
}
.cta-p a {
color: var(--saffron-2);
font-weight: 700;
text-decoration: none;
}
.cta-btns {
display: flex;
gap: 14px;
justify-content: center;
flex-wrap: wrap;
}
.btn-cta-fill {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--royal);
color: #fff;
padding: 15px 36px;
border-radius: 10px;
font-family: var(--ff-b);
font-size: 15px;
font-weight: 700;
text-decoration: none;
transition: all .3s var(--ease);
box-shadow: 0 8px 28px rgba(26, 86, 219, .4);
}
.btn-cta-fill: hover {
background: var(--royal-2);
transform: translateY(-2px);
box-shadow: 0 14px 40px rgba(26, 86, 219, .5);
color: #fff;
}
.btn-cta-out {
display: inline-flex;
align-items: center;
gap: 8px;
background: transparent;
border: 1.5px solid rgba(255, 255, 255, .2);
color: rgba(255, 255, 255, .75);
padding: 15px 36px;
border-radius: 10px;
font-family: var(--ff-b);
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all .25s;
}
.btn-cta-out: hover {
border-color: rgba(255, 255, 255, .5);
color: #fff;
background: rgba(255, 255, 255, .06);
}
/* ─── PAYMENT STRIP ─── */
.pay-strip {
background: var(--sky-2);
border-top: 1px solid var(--border-l);
padding: 40px 0;
text-align: center;
}
.pay-lbl {
font-size: 11px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--muted-2);
margin-bottom: 18px;
}
.pay-chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
}
.pay-chip {
display: inline-flex;
align-items: center;
gap: 6px;
background: var(--white);
border: 1px solid var(--border-l);
border-radius: 7px;
padding: 8px 14px;
font-size: 12px;
font-weight: 600;
color: var(--muted-1);
box-shadow: var(--shadow-sm);
}
.pay-chip.upi {
border-color: rgba(255, 153, 51, .3);
background: rgba(255, 153, 51, .06);
color: #92400e;
font-weight: 700;
}
/* ─── DARK SECTION TEXT OVERRIDES ─── */
.sec-blue .eyebrow {
color: var(--royal-3);
}
.sec-blue .eyebrow::before {
background: var(--royal-3);
}
.sec-blue .sec-title {
color: #fff;
}
.sec-blue .sec-title .dim {
color: rgba(255, 255, 255, .28);
}
.sec-blue .sec-desc {
color: rgba(255, 255, 255, .65);
}
/* ─── INDIA HIGHLIGHT STRIP ─── */
.india-strip {
background: linear-gradient(90deg, rgba(255, 153, 51, .08) 0%, rgba(19, 136, 8, .05) 100%);
border-top: 2px solid var(--saffron);
border-bottom: 2px solid var(--india-green);
padding: 20px 40px;
display: flex;
align-items: center;
justify-content: center;
gap: 32px;
flex-wrap: wrap;
}
.india-strip-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 700;
color: var(--ink);
}
.india-strip-item span {
font-size: 18px;
}
@media(max-width: 640px) {
.india-strip {
gap: 16px;
padding: 16px 20px;
}
} < /style> < main class = "sv-root" >
< section class = "hero" id = "top" aria-label = "SMMVault hero and sign in" > < div class = "hero-l" > < div class = "h-eyebrow" > < span class = "h-eyebrow-dot">
India's Most Trusted SMM Panel · 50+ Countries < /div> < h1 class = "h-title" >
Grow Your < br > < span class = "saffron-txt" > Social Media < /span>
Smarter & Faster < /h1> < p class = "h-desc" > < strong > SMMVault.org < /strong > is the premium < a href = "/smm-panel-india" > SMM panel in India < /a> built for creators, brands, and resellers. Native
UPI, PhonePe, Paytm & Google Pay payments. Over 1,
200 services across every major platform. Delivery starts in minutes — not days. < /p>
< div class = "hero-form-mobile" aria-label = "Sign in form (mobile)" > < div class = "form-card" >
< div class = "upi-badge" > < span class = "upi-flag" > 🇮🇳 < /span>
UPI · PhonePe · Paytm · Google Pay Accepted < /div> < div class = "form-card-head" > < div class = "form-card-logo" aria-hidden = "true" >
SV < /div> < div class = "form-card-title" >
Welcome Back < /div> < div class = "form-card-sub" >
Sign in to your SMMVault dashboard < /div> < /div > < form class = "loginForm" method = "post" action = "" novalidate autocomplete = "on" > < div class = "f-group" > < label class = "f-label" for = "sv-user-m" > Username or Email < /label> < div class = "f-shell" > < svg class = "f-ico" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round">
< input type = "text" id = "sv-user-m" name = "username" placeholder = "
[email protected]" autocomplete = "username" required / > < /div> < /div > < div class = "f-group" > < label class = "f-label" for = "sv-pass-m" > Password < /label> < div class = "f-shell" > < svg class = "f-ico" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round">
< input type = "password" id = "sv-pass-m" name = "password" placeholder = "••••••••••" autocomplete = "current-password" required / > < span class = "f-eye" onclick = "svEyeM()" role = "button" aria-label = "Toggle password" > < svg id = "svEyeOnM" width = "15" height = "15" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round">
< svg id = "svEyeOffM" width = "15" height = "15" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" style = "display:none">
< /span > < /div> < /div > < div class = "f-meta" > < label class = "f-remember" > < input type = "checkbox" name = "remember" value = "1" />
Remember me < /label>
< a href = "https://indiansmm.org/resetpassword" class = "f-forgot" > Forgot password? < /a>
< /div>
< input type = "hidden" name = "crsf_token" value = "988cee2001d62175284932b91a4a36b6c25f48cc29ac45774ddd626b1fdccb05" /> < button type = "submit" class = "btn-signin" >
Sign in < /button>
< div class = "f-signup" >
Do not have an account? < a href = "https://indiansmm.org/signup" > Signup < /a> < /div > < /form> < /div > < /div>
< div class = "h-ctas" > < a href = "https://indiansmm.org/signup" class = "btn-primary" >
Create Free Account < svg width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2.5" stroke-linecap = "round" stroke-linejoin = "round">
< /a > < a href = "/services" class = "btn-secondary" > Browse 1,
200+ Services < /a> < /div > < div class = "h-trust-bar" aria-label = "Trust signals" > < div class = "h-trust-item" > < span class = "h-trust-icon" > 🔒 < /span>
SSL Secured < /div> < div class = "h-trust-item" > < span class = "h-trust-icon" > ⚡ < /span >
Instant Delivery < /div> < div class = "h-trust-item" > < span class = "h-trust-icon" > 🔄 < /span >
Refill Guarantee < /div> < div class = "h-trust-item" > < span class = "h-trust-icon" > 💬 < /span >
24/7 Support < /div> < /div > < div class = "h-stats-ribbon" role = "list" aria-label = "Key statistics" > < div class = "h-stat-cell" role = "listitem" > < div class = "h-stat-n" >
10K+ < /div> < div class = "h-stat-l" >
Active Users < /div> < /div > < div class = "h-stat-cell" role = "listitem" > < div class = "h-stat-n" >
2M+ < /div> < div class = "h-stat-l" >
Orders Done < /div> < /div > < div class = "h-stat-cell" role = "listitem" > < div class = "h-stat-n" >
1,
200+ < /div> < div class = "h-stat-l" >
Services < /div> < /div > < div class = "h-stat-cell" role = "listitem" > < div class = "h-stat-n" >
24/7 < /div> < div class = "h-stat-l" >
Live Support < /div> < /div > < /div> < /div >
< div class = "hero-r" role = "complementary" aria-label = "Sign in form" > < div class = "hero-r-bg-ring" aria-hidden = "true">
< div class = "form-card" >
< div class = "upi-badge" > < span class = "upi-flag" > 🇮🇳 < /span>
UPI · PhonePe · Paytm · Google Pay < /div> < div class = "form-card-head" > < div class = "form-card-logo" aria-hidden = "true" >
SV < /div> < div class = "form-card-title" >
Welcome Back < /div> < div class = "form-card-sub" >
Sign in to your SMMVault dashboard < /div> < /div > < form class = "loginForm" method = "post" action = "" novalidate autocomplete = "on" > < div class = "f-group" > < label class = "f-label" for = "sv-user" > Username or Email < /label> < div class = "f-shell" > < svg class = "f-ico" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round">
" autocomplete = "username" required / > < /div> < /div > < div class = "f-group" > < label class = "f-label" for = "sv-pass" > Password < /label> < div class = "f-shell" > < svg class = "f-ico" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round">
< input type = "password" id = "sv-pass" name = "password" placeholder = "••••••••••" autocomplete = "current-password" required / > < span class = "f-eye" onclick = "svEye()" role = "button" aria-label = "Toggle password" > < svg id = "svEyeOn" width = "15" height = "15" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round">
< svg id = "svEyeOff" width = "15" height = "15" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" style = "display:none">
< /span > < /div> < /div > < div class = "f-meta" > < label class = "f-remember" > < input type = "checkbox" name = "remember" value = "1" />
Remember me < /label>
< a href = "https://indiansmm.org/resetpassword" class = "f-forgot" > Forgot password? < /a>
< /div>
< input type = "hidden" name = "crsf_token" value = "5ee40a352ee96a3790dbc6c1951c6755a39f5b06b3e0f2b0af086085fde388b5" /> < button type = "submit" id = "loginButton" class = "btn-signin" >
Sign in < /button>
< div class = "f-signup" >
Do not have an account? < a href = "https://indiansmm.org/signup" > Signup < /a> < /div > < /form> < /div > < /div> < /section >
< div class = "sv-ticker" aria-hidden = "true" > < div class = "sv-ticker-track" >
< span class = "t-chip">
India's #1 SMM Panel
< /div> < /div >
< section class = "sec" aria-labelledby = "why-h" > < div class = "container" > < div class = "eyebrow" >
Why SMMVault < /div> < h2 class = "sec-title" id = "why-h" >
Built for India, < br>