@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --page-bg: #f6f8fb;
  --surface: #ffffff;
  --ink: #111827;
  --muted: #667085;
  --line: #e6eaf0;
  --brand: #2563eb;
  --brand-dark: #1e40af;
  --brand-soft: #dbeafe;
  --accent: #f59e0b;
  --success: #10b981;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 14px 36px rgba(15, 23, 42, 0.08);
}

* {
  letter-spacing: 0;
}

body {
  font-family: 'Inter', 'Lato', Arial, sans-serif !important;
  color: var(--ink);
  background: var(--page-bg);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--brand);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a:hover {
  color: var(--brand-dark);
  text-decoration: none;
}

.container {
  max-width: 1180px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.btn,
.form-control,
.custom-select {
  border-radius: 8px !important;
}

.btn {
  min-height: 42px;
  padding: 10px 20px;
  font-weight: 700;
  border-width: 1px;
}

.btn-lg {
  min-height: 52px;
  padding: 14px 26px;
  font-size: 15px;
}

.btn-gradient,
.btn-outline-primary.sign-up,
.header a.btn-outline-primary.btn-statistics {
  color: #fff !important;
  border-color: var(--brand) !important;
  background: linear-gradient(135deg, var(--brand), #14b8a6) !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
}

.btn-gradient:hover,
.btn-outline-primary.sign-up:hover,
.header a.btn-outline-primary.btn-statistics:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.32);
}

.header {
  padding: 16px 0;
  border: 0;
  background: transparent;
  transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}

.header .navbar {
  padding: 0;
}

.header .navbar-brand img {
  height: 72px;
  max-width: 290px;
  object-fit: contain;
}

.header .navbar li {
  position: relative;
  line-height: 1;
  padding: 0 6px;
}

.header .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .82);
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}

.header .navbar .navbar-nav .active > .nav-link,
.header .navbar .navbar-nav .nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .12);
}

.header .navbar ul.navbar-nav li.nav-item:before {
  display: none !important;
}

.header .navbar .navbar-toggler {
  color: #fff;
  border: 0;
  font-size: 26px;
  padding: 8px 0;
}

.header .btn-login-signup {
  align-items: center;
  gap: 10px;
  margin-left: 16px;
}

.header .btn-login {
  color: #fff !important;
  padding: 10px 12px;
  font-weight: 700;
}

.header .sign-up,
.header.shrink .sign-up {
  padding: 10px 18px;
}

.header.shrink {
  padding: 10px 0;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .08) !important;
  backdrop-filter: blur(14px);
}

.header.shrink .site-logo {
  display: inline-block !important;
}

.header.shrink .site-logo-white {
  display: none !important;
}

.header.shrink .navbar .navbar-nav .nav-link,
.header.shrink .btn-login,
.header.shrink .navbar .navbar-toggler {
  color: var(--ink) !important;
}

.header.shrink .navbar .navbar-nav .active > .nav-link,
.header.shrink .navbar .navbar-nav .nav-link:hover,
.header.shrink .btn-login:hover {
  color: var(--brand) !important;
  background: var(--brand-soft);
}

section.banner {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  padding: 176px 0 145px;
  background:
    radial-gradient(circle at 12% 16%, rgba(20, 184, 166, .45), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(245, 158, 11, .28), transparent 24%),
    linear-gradient(135deg, #0f172a 0%, #1d4ed8 52%, #0f766e 100%);
}

section.banner:before,
section.banner:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

section.banner:before {
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 78%);
}

section.banner:after {
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: linear-gradient(to bottom right, transparent 49%, var(--page-bg) 50%);
}

section.banner .row,
section.banner .container {
  position: relative;
  z-index: 2;
}

section.banner .contents {
  padding-top: 46px;
}

section.banner .contents:before {
  content: "Premium SMM panel";
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 8px 12px;
  color: #dbeafe;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

section.banner .contents .head-title {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
  font-family: 'Inter', 'Lato', Arial, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.02;
}

section.banner .contents p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
}

section.banner .contents .head-button .btn-outline-primary.sign-up {
  background: #fff !important;
  color: var(--brand-dark) !important;
  border-color: #fff !important;
}

section.banner .box-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-2 {
  position: relative;
  width: min(470px, 100%);
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-2:before {
  content: "";
  position: absolute;
  width: 86%;
  height: 86%;
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
  backdrop-filter: blur(10px);
}

.animation-2 .intro-img {
  position: relative;
  z-index: 2;
  max-width: 92%;
  animation: float 5s ease infinite;
}

.animated {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 12px 22px rgba(15, 23, 42, .18));
}

.animatation-box-1 .animated {
  opacity: .6;
}

.icon1 { left: -90px; animation: LTRScale 6s infinite ease-in-out; }
.icon2 { right: -40px; animation: rotation 12s infinite ease-in-out; }
.icon3 { top: 500px; left: -20px; height: 70px; animation: fadeRTL 5s infinite ease-in-out; }
.animation-2 .icon-1 { right: 90px; top: 18px; height: 34px; animation: fade-up 2s infinite ease-in-out; }
.animation-2 .icon-2 { right: 36px; top: 88px; animation: fade-up 1.5s infinite ease-in-out; }
.animation-2 .icon-3 { left: 102px; top: 18px; animation: fadeLTR 1.8s infinite ease-in-out; }
.animation-2 .icon-4 { left: 4px; top: 98px; height: 38px; animation: heartBeat 1.4s infinite ease-in-out; }
.animation-2 .icon-5 { right: -6px; top: 210px; height: 44px; animation: tada 2.2s infinite ease-in-out; }
.animation-2 .icon-6 { left: 84px; top: -28px; height: 38px; animation: tada 2.2s infinite ease-in-out; }
.animation-2 .icon-7 { right: 92px; top: -22px; height: 38px; animation: tada 2.2s infinite ease-in-out; }
.animation-2 .icon-10 { left: -22px; bottom: 96px; animation: tada 2.2s infinite ease-in-out; }
.animation-2 .icon-tree { left: 26px; bottom: 20px; height: 120px; animation: float 4s ease infinite; }

section.core-services {
  display: none;
}

section.about-area {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 105px 0;
  background: var(--page-bg);
}

section.about-area .intro-img {
  position: relative;
  padding: 26px;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

section.about-area .intro-img:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  pointer-events: none;
}

section.about-area .contents {
  padding: 34px 0 0 35px;
}

section.about-area .contents .head-title,
section.our-services .contents .head-title,
section.reviews .contents .head-title {
  color: var(--ink);
  font-family: 'Inter', 'Lato', Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
}

section.about-area .contents p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

section.about-area .contents .head-button {
  margin-top: 30px;
}

section.our-services {
  position: relative;
  padding: 105px 0 90px;
  color: var(--ink);
  background: #fff !important;
}

section.our-services .contents {
  max-width: 740px;
  margin: 0 auto 28px;
}

section.our-services .contents .border-line hr,
section.reviews .contents .border-line hr {
  width: 74px;
  max-width: 74px;
  margin-top: 18px;
  border: 0;
  border-top: 4px solid var(--accent);
  border-radius: 999px;
}

section.our-services .feature-item {
  height: calc(100% - 28px);
  min-height: 318px;
  max-width: none;
  margin: 14px 0;
  padding: 32px 28px;
  text-align: left;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 2px 0 rgba(15, 23, 42, .02);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

section.our-services .feature-item:hover {
  color: var(--ink);
  background: var(--surface) !important;
  border-color: rgba(37, 99, 235, .36);
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

section.our-services .feature-item .animation-box {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand-soft), #ccfbf1);
}

section.our-services .feature-item .animation-box:before {
  display: none;
}

section.our-services .feature-item .animation-box .icon,
section.our-services .feature-item i {
  position: static;
  display: block;
  margin: 0;
  color: var(--brand) !important;
  font-size: 30px;
}

section.our-services .feature-item:hover i,
section.our-services .feature-item:hover p {
  color: inherit !important;
}

section.our-services .feature-item h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

section.our-services .feature-item p {
  margin-bottom: 0;
  color: var(--muted) !important;
  font-size: 15px;
  line-height: 1.72;
}

section.reviews {
  position: relative;
  padding: 105px 0;
  color: var(--ink);
  background: var(--page-bg);
}

section.reviews .contents {
  max-width: 820px;
  margin: 0 auto 34px;
}

section.reviews .contents span {
  display: block;
  margin-top: 16px;
  color: var(--muted) !important;
  font-size: 16px;
  line-height: 1.7;
}

section.reviews .item {
  height: 100%;
  padding: 30px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

section.reviews .item .person-info .name {
  margin-bottom: 4px !important;
  color: var(--ink);
  font-family: 'Inter', 'Lato', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

section.reviews .item .desc {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

section.reviews .item .star-icon {
  color: var(--accent);
}

section.section-3 {
  position: relative;
  padding: 84px 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(245, 158, 11, .35), transparent 22%),
    linear-gradient(135deg, #111827, #1d4ed8) !important;
  box-shadow: none;
}

section.section-3 .content .title {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
}

section.section-3 .content p {
  color: rgba(255, 255, 255, .74);
  line-height: 1.7;
}

section.section-3.subscribe-form .input-group {
  overflow: hidden;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, .22);
}

section.section-3.subscribe-form .email {
  height: 52px;
  padding: 0 16px;
  border: 0;
  background: #fff;
}

section.section-3.subscribe-form .input-group-append {
  position: static;
  margin: 0;
  border-radius: 8px !important;
}

.section-3 .btn-signin {
  height: 52px;
  background: linear-gradient(135deg, var(--brand), #14b8a6) !important;
}

.modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.auth-login-form {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 18px;
  background:
    linear-gradient(rgba(15, 23, 42, .76), rgba(15, 23, 42, .72)),
    url(../images/bg_auth.jpg) center/cover no-repeat;
}

.form-login {
  width: min(100%, 470px);
  padding: 38px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.form-login .card-title {
  margin-bottom: 28px;
}

.form-login .site-logo img {
  max-height: 52px;
  max-width: 220px;
  object-fit: contain;
}

.form-login h4 {
  margin-top: 18px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
}

.form-login .text-muted {
  color: var(--muted) !important;
}

.form-login .input-icon {
  position: relative;
}

.form-login .input-icon-addon {
  color: #98a2b3;
}

.form-login .form-control {
  min-height: 50px;
  border: 1px solid var(--line);
  color: var(--ink);
  background-color: #fff;
  box-shadow: none;
}

.form-login .form-control:focus {
  border-color: rgba(37, 99, 235, .5);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.form-login .custom-control-label {
  color: var(--muted);
}

.form-login .form-footer {
  margin-top: 22px;
}

.form-login .btn-block {
  min-height: 52px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 12px 0;
  }

  .header .navbar-collapse {
    margin-top: 14px;
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow-soft);
  }

  .header .navbar .navbar-nav {
    margin: 0 !important;
  }

  .header .navbar li {
    padding: 0;
  }

  .header .navbar .navbar-nav .nav-link,
  .header .btn-login {
    color: var(--ink) !important;
  }

  .header .navbar .navbar-nav .active > .nav-link,
  .header .navbar .navbar-nav .nav-link:hover {
    color: var(--brand) !important;
    background: var(--brand-soft);
  }

  .header .btn-login-signup {
    margin-left: 0;
    padding-top: 10px;
    display: flex !important;
    justify-content: flex-start;
  }

  section.banner {
    min-height: auto;
    padding: 136px 0 100px;
  }

  section.banner .contents {
    padding-top: 0;
    text-align: center;
  }

  section.banner .contents p {
    margin: 0 auto;
  }

  .animation-2 {
    margin: 46px auto 0;
    min-height: 360px;
  }

  section.about-area .contents {
    padding: 42px 0 0;
  }
}

@media (max-width: 768px) {
  section.about-area,
  section.our-services,
  section.reviews {
    padding: 74px 0;
  }

  section.banner .contents .head-title {
    font-size: 42px;
  }

  section.about-area .contents .head-title,
  section.our-services .contents .head-title,
  section.reviews .contents .head-title {
    font-size: 34px;
  }

  .animation-2 {
    min-height: 310px;
  }

  .animation-2 .icon-tree,
  .animatation-box-1 {
    display: none;
  }

  section.section-3.subscribe-form .input-group {
    display: block;
    padding: 8px;
  }

  section.section-3.subscribe-form .email,
  section.section-3.subscribe-form .input-group-append,
  section.section-3.subscribe-form .btn {
    width: 100%;
  }

  section.section-3.subscribe-form .btn {
    margin-top: 8px;
  }
}

@media (max-width: 576px) {
  .header .navbar-brand img {
    max-width: 155px;
  }

  section.banner {
    padding: 120px 0 80px;
  }

  section.banner .contents:before {
    font-size: 11px;
  }

  section.banner .contents .head-title {
    font-size: 34px;
  }

  section.about-area .contents .head-title,
  section.our-services .contents .head-title,
  section.reviews .contents .head-title {
    font-size: 30px;
  }

  section.banner .contents p,
  section.about-area .contents p,
  section.reviews .contents span {
    font-size: 15px;
  }

  .animation-2 {
    min-height: 260px;
  }

  .animation-2 .animated {
    display: none;
  }

  .form-login {
    padding: 28px 20px;
  }
}
