/* Header */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
a,button {
  text-decoration: none;
  outline:none
}
header .container {
  display: flex;
  justify-content: space-between;
}
header {
  padding: 1% 0;
}
.container {
  max-width: 1330px;
  margin: 0 auto;
}

.logo {
  display: flex;
  gap: 8px;
  width: 20%;
  margin-right: 7%;
}
.head-right {
  margin-left: 15%;
  margin-top: 1%;
}
.logo img {
    height: auto;
    width: 100%;
}
ul li {
  list-style: none;
}
.logo span {
  font-weight: bold;
  color: #1f4b7f;
  font-size: 18px;
}

.menu {
  display: flex;
  gap: 28px;
  margin-top: 1%;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s;
}

.menu a:hover {
  color: #1f4b7f;
}

.head-right .btn-primary:hover {
  background: #163a63;
}

.btn-primary {
  background: #1f4b7f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
}

.btn-secondary {
  border: 1px solid #ccc;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
}
.swiper-slide {
  margin-left: 1%;
  flex-shrink: 0;
  width: auto !important;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.sliders {
  overflow: hidden;
}
.menu-toggle,
#mobile-menu {
  display: none;
}
.desktop {
  width: 100%;
  display: flex;
  padding-top: 1%;
  padding-left: 5%;
}

.btn-gradient {
  background: linear-gradient(90deg, #4f46e5, #9333ea);
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}


#banner-homepage .banner-inner {
  gap: 40px;
  position: relative;
  z-index: 2;
}

#banner-homepage .banner-text {
  max-width: 550px;
  padding-top: 20%;
}
#banner-homepage .tag {
  display: inline-block;
  background: #eef2ff;
  color: #5b6bff;
  border-radius: 20px;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 1px solid #f3e8ff99;
}
#banner-homepage .banner-image {
  position: relative;
  top: 370px;
  left: 7%;
  transform: translateY(-50%);
  width: 100%;
}
.marquee{
  diplay:flex;
}
#banner-homepage .banner-text h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #111;
}

#banner-homepage .banner-text h1 span {
  color: #7c3aed;
}

#banner-homepage .banner-text p {
  color: #666;
  font-size: 15px;
  margin-bottom: 24px;
}

#banner-homepage .banner-buttons {
  display: flex;
  gap: 12px;
}
#explore-module .label,#collaborations .label{
  color:#00B8DB;
}
#banner-homepage .banner-image img {
  width: 100%;
  height: auto;
  display: block;
}
#collaborations .container{
  text-align: left;
}
.businesses {
  text-align: center;
}
.businesses p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #99a1af;
  margin-bottom: 1%;
}
.businesses-card {
  opacity: 1;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.businesses-card span {
  color: #888994;
  font-weight: 500;
}
#product-overview {
  text-align: center;
  padding: 80px 20px;
  max-width: 900px;
  margin: auto;
}

.label {
  display: inline-block;
  font-size: 13px;
  color: #ad46ff;
  margin-bottom: 10px;
}

#product-overview h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.desc {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.video-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.video-wrapper video {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-cards: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#explore-module {
  padding: 80px 20px;
}
.banner-inner {
  display: flex;
  justify-content: space-between;
}

.explore-module-header {
  text-align: center;
  margin-bottom: 50px;
}

#explore-module .label {
  font-size: 13px;
  color: #6c63ff;
  display: inline-block;
  margin-bottom: 10px;
}

.explore-module-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.explore-module-header p {
  color: #666;
  max-width: 600px;
  margin: auto;
}

.explore-module-content {
  display: flex;
  gap: 40px;
}

.explore-module-content .left {
  flex: 1;
}

.explore-module-content .left h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.explore-module-content .left ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.explore-module-content .left li {
  margin-bottom: 10px;
  color: #555;
}

.explore-module-content .right {
  flex: 1;
}

.explore-module-content .right img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.explore-module-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.explore-module-tab {
  padding: 10px 18px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: white;
  color: #555;
  cursor: pointer;
  transition: all 0.25s ease;
}

.explore-module-tab:hover {
  background: #f1f3f9;
  border-color: #d1d5db;
}

.explore-module-tab.active {
  background: #111;
  color: white;
  border-color: #111;
}
#collaborations {
  text-align: center;
}

#collaborations.label {
  color: #6c63ff;
  font-size: 13px;
}

#collaborations h2 {
  font-size: 36px;
  margin: 10px 0 40px;
}
.sliders::-webkit-scrollbar {
  display: none;
}
.collab-card {
  min-width: 260px;
  background: linear-gradient(180deg, #eef2ff, #e0f2fe);
  padding: 20px;
  border-radius: 16px;
}

.collab-card h4 {
  margin-bottom: 10px;
}

.collab-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.collab-card img {
  width: 100%;
  border-radius: 10px;
}

.collab-pay {
  background: #0b3b6f;
  color: white;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-cards: center;
}
.collab-actions {
  background: #0b3b6f;
  border-radius: 16px;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 60px;
}

.collab-action1 h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.collab-action1 p {
  color: #cbd5e1;
  font-size: 15px;
}

.collab-action2 {
  display: flex;
  align-cards: center;
  gap: 20px;
}

.collab-action2 .primary {
  background: #fff;
  color: #111;
  padding: 15px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}
.businesses-card img,.func1 img{
  width:8%;
}
.collab-action2 .primary:hover {
  background: #f1f5f9;
}

.collab-action2 .link {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
    padding: 15px 20px;
}

.collab-action2 .link:hover {
  text-decoration: underline;
}

#success {
  text-align: center;
  padding: 50px 20px;
}

#success .subtitle {
  color: #00aaff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

#success h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.sliders {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transition: transform 0.5s ease;
}

.success-card {
  min-width: 250px;
  background: white;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.success-card img {
  width: 100%;
  border-radius: 10px;
}

.success-card h3 {
  font-size: 16px;
  margin: 10px 0;
}

.success-card p {
  font-size: 14px;
  color: #666;
}

.success-card a {
  color: purple;
  font-size: 14px;
  text-decoration: none;
}

#awards {
  text-align: center;
  padding: 60px 20px;
}

#awards .subtitle {
  color: #a855f7;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

#awards h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.awards-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}
.award-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  min-width: 180px;
}

.award-card img {
  width: 60px;
  margin-bottom: 10px;
}

.award-card img {
  width: 60px;
  margin-bottom: 10px;
}

.award-card h4 {
  font-size: 14px;
  margin: 5px 0;
}

.award-card p {
  font-size: 12px;
  color: #777;
}
.banner {
  text-align: center;
  padding: 3% 0;
}
.banner-content {
  text-align: center;
  padding: 10% 0;
  background: linear-gradient(90deg, #dfe9f3, #f5e6da);
}
.banner-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.banner-content p {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.func1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
    padding-top: 2%;
}

.func1 button {
  padding: 10px 16px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.func1 button:hover {
  background: #f0f0f0;
}

.func1 button.active {
  background: #111;
  color: #fff;
  border-color: #111;
}
.func2 {
  padding-top: 70px;
  background: #f9fafb;
}
.stats {
  padding: 60px 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}

.stat-box h3 {
  color: #4f46e5;
  font-size: 24px;
  margin-bottom: 5px;
}

.stat-box p {
  color: #777;
  font-size: 14px;
}

/* ===== Testimonials ===== */
.testimonials {
  padding: 60px 20px 100px;
  background: linear-gradient(90deg, #eef2ff, #fdf2f8);
}

.testimonials h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.testimonial-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.stars {
  color: #fbbf24;
  margin-bottom: 10px;
}

.testimonial-card p {
  color: #555;
  font-size: 14px;
  margin-bottom: 15px;
}
.success-stories {
  padding: 72px 0 96px;
}

.section-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f28;
  background: linear-gradient(90deg, #1d1d24 0%, #345c9c 50%, #c56ab4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.story-card {
  background: #fff;
  border: 1px solid #e8ebf2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(27, 39, 94, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(27, 39, 94, 0.12);
}

.story-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.story-content {
  padding: 18px 16px 16px;
}
.register-success {
  padding: 80px 0 100px;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 229, 255, 0.2), transparent 260px),
    #fff;
}

.success-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18d0a8, #16c6b1);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(24, 208, 168, 0.28);
}

.success-title {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 800;
  color: #1f2633;
}

.success-title span {
  background: linear-gradient(90deg, #1ecf84 0%, #19c7bb 50%, #2d8fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.success-desc {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 1.8;
  color: #8d95a5;
}

.register-success-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 28px;
}

.register-success-card {
  padding: 28px 24px;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fcffff 100%);
  box-shadow: 0 12px 30px rgba(56, 79, 120, 0.05);
}

.register-success-card-icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 16px;
  border-radius: 10px;
  background: #ebfff7;
  color: #16c78c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.payment-section {
  padding: 48px 0 96px;
  background: #fff;
}

.payment-back {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  color: #8b93a3;
  text-decoration: none;
}

.payment-title {
  margin: 0 0 28px;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 700;
  color: #1f2430;
}

.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.payment-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.payment-card {
  padding: 18px;
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(64, 88, 130, 0.05);
}

.payment-card-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2430;
}

.payment-methods {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.payment-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #525a6b;
  cursor: pointer;
}

.payment-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

.payment-group {
  display: flex;
  flex-direction: column;
}

.payment-group label {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2430;
}

.payment-group label span {
  color: #eb5a5f;
}

.payment-group input,
.payment-group select,
.payment-group textarea {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  color: #283040;
  outline: none;
}

.payment-group textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}

.payment-group input:focus,
.payment-group select:focus,
.payment-group textarea:focus {
  border-color: #94b2d8;
  box-shadow: 0 0 0 3px rgba(132, 170, 221, 0.12);
}

.payment-captcha {
  width: 150px;
  height: 42px;
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  color: #4f5666;
}

.payment-submit {
  height: 46px;
  border: 0;
  border-radius: 6px;
  background: #9cb2cc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.payment-note {
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: #a3acbb;
}

.payment-note a {
  color: #5c81d8;
  text-decoration: none;
}

.payment-summary {
  border: 1px solid #e7ebf2;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(64, 88, 130, 0.06);
}

.summary-head {
  padding: 18px 18px 16px;
  background:
    linear-gradient(90deg, rgba(123, 234, 255, 0.45), rgba(226, 199, 255, 0.35), rgba(255, 241, 179, 0.55));
}

.summary-badge {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #39c5f3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.summary-plan {
  margin-bottom: 4px;
  font-size: 15px;
  color: #4d5667;
}

.summary-price {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #1f2430;
}

.summary-price span {
  font-size: 14px;
  font-weight: 500;
  color: #6d7586;
}

.summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.summary-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  color: #657084;
}

.summary-body {
  padding: 18px;
}

.summary-body h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #1f2430;
}

.summary-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-body li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #5a6272;
}

.summary-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #41c98d;
  font-weight: 700;
}

.summary-line {
  height: 1px;
  background: #edf1f6;
  margin: 16px 0;
}

.summary-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: #687183;
}

.summary-list strong {
  color: #2b3343;
  font-weight: 500;
}

.summary-list .discount strong {
  color: #17b26a;
}

.summary-list .total {
  padding-top: 8px;
  font-size: 15px;
}

.summary-list .total span,
.summary-list .total strong {
  color: #1f2430;
  font-weight: 700;
}
.register-success-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.3;
  color: #1f2430;
}

.register-success-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #8d95a5;
}

.register-success-card a {
  color: #5678d6;
  text-decoration: none;
}

.success-contact-box {
  padding: 24px 26px;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f8ffff 100%);
  box-shadow: 0 12px 30px rgba(56, 79, 120, 0.04);
  text-align: left;
}

.company-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.company-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0d72d9, #25b4ff);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-name {
  font-size: 18px;
  font-weight: 700;
  color: #1f2430;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.company-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #96a0b0;
}

.company-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #293140;
  font-weight: 500;
}

.success-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.btn-home,
.btn-outline {
  min-width: 180px;
  height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.btn-home {
  background: #0d4d90;
  color: #fff;
}

.btn-home:hover {
  background: #0b427c;
}

.btn-outline {
  border: 1px solid #dbe3ee;
  background: #fff;
  color: #293140;
}

.btn-outline:hover {
  border-color: #bfcddd;
  background: #f8fbff;
}

.story-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #1f2430;
  margin-top: 3%;
}
.watchmore{
  border: 1px solid var(--Border-base-primary, #DADBE0);
  padding: 1% 5%;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  background: #fff;
}
.story-content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #8a90a2;
}
.contact-section {
  padding: 80px 0 100px;
  background:
    radial-gradient(circle at 50% 10%, rgba(194, 168, 255, 0.18), transparent 240px),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.info-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #e4e8f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2d5b9f;
  background: #fff;
  flex-shrink: 0;
}

.info-item span {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #8a90a2;
}

.info-item strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #202430;
  font-weight: 500;
}

.contact-map {
  height: 190px;
  border-radius: 18px;
  border: 1px solid #edf0f5;
  background: linear-gradient(135deg, #fbfdff 0%, #f4fbff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2c8d4;
  font-size: 34px;
}

.contact-form-box {
  padding: 20px;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(70, 95, 140, 0.08);
  position: relative;
}

.contact-form-box::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgba(236, 255, 173, 0.5), transparent 180px),
    radial-gradient(circle at top right, rgba(151, 209, 255, 0.35), transparent 180px),
    radial-gradient(circle at bottom center, rgba(251, 187, 255, 0.28), transparent 180px);
  filter: blur(24px);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #202430;
}

.form-group label span {
  color: #e0565b;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  color: #202430;
  background: #fff;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #8fb3df;
  box-shadow: 0 0 0 3px rgba(114, 157, 219, 0.12);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-btn {
  height: 46px;
  border: 0;
  border-radius: 6px;
  background: #9ab0c9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.contact-btn:hover {
  background: #89a3c0;
}





.story-content a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #0f4c92;
  text-decoration: none;
}

.story-content a span {
  transition: transform 0.2s ease;
}

.story-content a:hover span {
  transform: translateX(3px);
}
.user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.user span {
  display: block;
  font-size: 12px;
  color: #888;
}

.func2-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.func2-row.reverse {
  flex-direction: row-reverse;
}

.func2-text {
  flex: 1;
}

.func2-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
}

.func2-text p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.func2-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.func2-text ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.func2-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 14px;
}

.func2-image {
  flex: 1;
}

.func2-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.register-section {
  padding: 90px 0 110px;
  background:
    radial-gradient(circle at 48% 18%, rgba(233, 240, 150, 0.22), transparent 180px),
    radial-gradient(circle at 62% 8%, rgba(221, 190, 255, 0.2), transparent 180px),
    #fff;
}

.register-wrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 44px;
  align-items: center;
}

.register-intro h1 {
  margin: 0 0 16px;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  color: #1d1f27;
}

.register-intro p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.8;
  color: #949aa8;
  max-width: 300px;
}

.register-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.register-benefits li, .explore-module-content li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: #606776;
}

.register-benefits li::before, .explore-module-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #74d5a4;
  font-weight: 700;
}

.register-contact-card {
  max-width: 245px;
  padding: 18px 16px;
  border: 1px solid #edf0f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(64, 88, 130, 0.05);
}

.register-contact-label {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #b0b5c1;
}

.register-contact-item {
  margin-bottom: 12px;
  font-size: 14px;
  color: #3a4150;
}

.register-contact-time {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #b0b5c1;
}

.register-form-box {
  padding: 18px;
  border: 1px solid #edf0f5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(59, 84, 126, 0.08);
}

.register-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.register-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

.register-group {
  display: flex;
  flex-direction: column;
}

.register-group label {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2430;
}

.register-group label span {
  color: #e45a5d;
}

.register-group input,
.register-group select,
.register-group textarea {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  color: #2b3140;
  outline: none;
}

.register-group textarea {
  min-height: 106px;
  padding: 12px;
  resize: vertical;
}

.register-group input:focus,
.register-group select:focus,
.register-group textarea:focus {
  border-color: #90afd3;
  box-shadow: 0 0 0 3px rgba(134, 169, 216, 0.12);
}

.register-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: #5b6170;
}

.register-checkbox input {
  margin-top: 3px;
}

.register-captcha {
  width: 135px;
  height: 44px;
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  color: #505665;
  background: #fff;
}

.register-btn {
  height: 46px;
  border: 0;
  border-radius: 6px;
  background: #98aec7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.register-btn span {
  margin-left: 6px;
}

.register-note {
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
  color: #b0b5c1;
}



.btn-primary:hover {
  opacity: 0.9;
}
/* Footer */

footer .footer-content {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(90deg, #c7e9f1, #e6c6ea, #f2e7c7);
}

footer .footer-content h2 {
  font-size: 34px;
  color: #0f2a44;
  margin-bottom: 15px;
}

footer .footer-content p {
  color: #555;
  font-size: 15px;
  margin-bottom: 30px;
}

.footer-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.article-detail {
  margin-top:1%;
  padding: 56px 0 44px;
  background:
    radial-gradient(circle at 10% 20%, rgba(215, 248, 248, 0.85), transparent 260px),
    radial-gradient(circle at 70% 15%, rgba(239, 223, 255, 0.65), transparent 260px),
    radial-gradient(circle at 95% 12%, rgba(255, 243, 212, 0.7), transparent 240px),
    linear-gradient(90deg, #f2ffff 0%, #f8f5ff 52%, #fffaf0 100%);
}

.article-detail-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.article-detail-title {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: 45px;
  line-height: 1.08;
  font-weight: 700;
  color: #181c25;
  letter-spacing: -0.03em;
}
.about-benefits {
  padding: 24px 0 100px;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 82%, #e9ffff 100%);
}

.about-benefits h2 {
  margin: 0 0 34px;
  text-align: center;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 700;
  color: #1b1f28;
  letter-spacing: -0.03em;
}

.benefits-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 18px;
}

.benefit-item {
  min-height: 72px;
  padding: 20px 22px;
  border-radius: 16px;
  background: #f5fffb;
  display: flex;
  align-items: center;
  gap: 14px;
}

.benefit-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8fff3;
  color: #18c47d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.benefit-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #66707f;
}
.article-detail-cover {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
}

.article-detail-cover img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.article-detail-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.article-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7c8798;
  font-size: 16px;
}

.article-author img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author .dot {
  color: #aab2bf;
}

.article-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1f86e5;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.article-detail-content {
  padding: 44px 0 90px;
  background: #fff;
}
.about-us {
  padding: 40px 0 90px;
  background: #fff;
}

.about-us-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: start;
}

.about-content h2 {
  margin: 0 0 18px;
  font-size: 35px;
  line-height: 1.05;
  font-weight: 700;
  color: #1b1f28;
  letter-spacing: -0.03em;
}

.about-content p {
  margin: 0 0 10px;
  max-width: 680px;
  font-size: 20px;
  line-height: 1.7;
  color: #5e6776;
}

.about-stats {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.about-stat-card {
  min-width: 170px;
  padding: 20px 18px;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(42, 59, 93, 0.05);
}

.about-stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  color: #0d4d90;
}

.about-stat-card span {
  display: block;
  font-size: 19px;
  color: #8b93a3;
}

.about-image {
  border-radius: 18px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.about-ecosystem {
  padding: 40px 0 100px;
  background: #fff;
}

.about-ecosystem h2 {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 35px;
  line-height: 1.12;
  font-weight: 700;
  color: #1b1f28;
  letter-spacing: -0.03em;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ecosystem-card {
  padding: 22px 20px 18px;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(42, 59, 93, 0.04);
  position: relative;
}

.ecosystem-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: var(--card-color);
}

.eco-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: var(--card-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.ecosystem-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2430;
}

.ecosystem-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #8d95a5;
}

.ecosystem-card.blue {
  --card-color: #2ea7ff;
}

.ecosystem-card.purple {
  --card-color: #8b5cf6;
}

.ecosystem-card.green {
  --card-color: #11c98d;
}

.ecosystem-card.orange {
  --card-color: #ff6a2c;
}

.ecosystem-card.violet {
  --card-color: #7c5cff;
}

.ecosystem-card.pink {
  --card-color: #d946ef;
}

.article-content-wrap p {
  max-width: 1040px;
  margin: 0;
  font-size: 24px;
  line-height: 1.9;
  color: #6e7686;
}

.article-content-wrap a {
  color: #5a7cff;
  text-decoration: underline;
}

.footer-actions a {
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-actions .primary {
  background: linear-gradient(135deg, #0b3c6d, #2563eb);
  color: white;
}

.footer-actions .primary:hover {
  opacity: 0.9;
}
.contact-map {
  height: 190px;
  border-radius: 18px;
  border: 1px solid #edf0f5;
  overflow: hidden;
  background: #f8fbff;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-actions .secondary {
  background: #f1f1f1;
  color: #333;
}
.brand1 p,
.brand2 a {
  color: #99a1af;
  font-size: 13px;
}
.footer-actions .secondary:hover {
  background: #e5e5e5;
}
.brand1 {
  width: 30%;
}
.brand2 {
  width: 100%;
}
.brand2 {
  display: flex;
}
footer {
  background: #f9f9f9;
}
.brand2 .col {
  margin-left: 13%;
}
footer .container {
  display: flex;
  padding-top:2%;
}

footer .brand p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}
.pricing-section {
  padding: 72px 0 100px;
  background:
    radial-gradient(circle at 36% 34%, rgba(143, 227, 255, 0.2), transparent 140px),
    radial-gradient(circle at 44% 36%, rgba(195, 154, 255, 0.18), transparent 140px),
    radial-gradient(circle at 52% 40%, rgba(255, 210, 164, 0.14), transparent 150px),
    #fff;
}

.pricing-duration {
  width: fit-content;
  margin: 0 auto 56px;
  padding: 6px;
  border: 1px solid #edf1f6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(56, 79, 120, 0.04);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.pricing-duration button {
  min-width: 88px;
  height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #8a93a5;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.pricing-duration button.active {
  background: #fff;
  color: #1f2430;
  box-shadow: 0 6px 16px rgba(46, 62, 94, 0.12);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pricing-card {
  padding: 18px 18px 20px;
  border: 1px solid #89cfff;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(58, 83, 126, 0.05);
  display: flex;
  flex-direction: column;
}

.pricing-card:nth-child(2),
.pricing-card:nth-child(3),
.pricing-card:nth-child(4) {
  border-color: #8e76ff;
}

.pricing-card.featured {
  position: relative;
  box-shadow:
    0 18px 34px rgba(64, 88, 130, 0.09),
    0 0 0 1px rgba(128, 101, 255, 0.15);
}

.plan-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.plan-icon.bluem.plan-head.blue  {
  background: linear-gradient(135deg, #42c2ff, #1fa0ff);
}

.plan-icon.purple,.plan-head.purple {
  background: linear-gradient(135deg, #8b5cf6, #5b6cff);
}

.plan-icon.indigo,.plan-head.indigo {
  background: linear-gradient(135deg, #4f46e5, #8b5cf6);
}

.plan-icon.teal,.plan-head.teal {
  background: linear-gradient(135deg, #10b981, #06b6d4);
}

.pricing-card h3 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 800;
  color: #1f2430;
}

.plan-price {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #1f2430;
}

.plan-price span {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #8a93a5;
}

.plan-total {
  margin-bottom: 14px;
  font-size: 13px;
  color: #8a93a5;
}

.plan-total strong {
  color: #5b6473;
}

.plan-desc {
  min-height: 66px;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf1f6;
  font-size: 14px;
  line-height: 1.7;
  color: #7a8393;
}

.plan-desc.enterprise {
  min-height: 84px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.plan-features li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #5f6777;
}

.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #33d18a;
  font-weight: 700;
}

.plan-btn {
  height: 44px;
  border: 1px solid #8e76ff;
  border-radius: 10px;
  color: #1f2430;
  background: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.2s ease;
}
.pricing-compare {
  padding: 36px 0 88px;
  background: #fff;
}

.pricing-compare-head {
  text-align: center;
  margin-bottom: 36px;
}

.pricing-compare-head h2 {
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 1.12;
  font-weight: 700;
  color: #1d212b;
}

.pricing-compare-head p {
  margin: 0;
  font-size: 16px;
  color: #8f97a6;
}

.compare-table-wrap {
  border: 1px solid #e9edf4;
  border-radius: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(54, 77, 120, 0.05);
}

.compare-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  font-size: 14px;
  color: #5f6777;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #f1f4f8;
}

.compare-table th:first-child,
.compare-table td:first-child {
  width: 32%;
  text-align: left;
}

.compare-table thead th {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: #1f2430;
  white-space: nowrap;
}

.compare-table thead th:first-child {
  color: #8e96a5;
  font-weight: 600;
}

.plan-head {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  vertical-align: middle;
}

.group-title td {
  padding-top: 22px;
  padding-bottom: 10px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #202431;
  text-align: left;
  border-bottom: 0;
}

.check,.cross {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.check {
  background: #17c9a0;
  color: #fff;
}

.cross {
  background: transparent;
  color: #d6dbe4;
  font-size: 15px;
}

.price-row td {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  color: #1f2430;
  background: #fff;
}

.price-row td strong {
  font-size: 18px;
  color: #1f2430;
}

.action-row td {
  padding-top: 14px;
  padding-bottom: 20px;
  border-bottom: 0;
}

.compare-btn {
  min-width: 88px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid #d9e1ec;
  border-radius: 10px;
  background: #fff;
  color: #202431;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.compare-btn.active {
  background: #1b1d23;
  border-color: #1b1d23;
  color: #fff;
}

.pricing-faq {
  padding: 12px 0 96px;
  background: #fff;
}

.faq-head {
  text-align: center;
  margin-bottom: 34px;
}

.faq-head h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.12;
  font-weight: 700;
  color: #1d212b;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.socials {
  display: flex;
  gap: 10px;
}

.icon {
  background: #e4e9ef;
  border-radius: 10px;
  color: #6b7c93;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.faq-item {
  border: 1px solid #edf1f6;
  border-radius: 18px;
  background: #fff;
  padding: 0 18px;
  box-shadow: 0 8px 24px rgba(54, 77, 120, 0.03);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 28px 20px 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #202431;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "^";
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
  color: #98a1b2;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(0deg);
}

.faq-item p {
  margin: 0;
  padding: 0 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #70798a;
}
.plan-btn.primary {
  background: #0d4d90;
  border-color: #0d4d90;
  color: #fff;
}

.plan-btn:hover {
  transform: translateY(-1px);
}

.plan-btn.primary:hover {
  background: #0b427c;
}
footer .col h4 {
  font-size: 14px;
  margin-bottom: 12px;
}
.brand1 ul li {
  background: #f3f4f6;
  border-radius: 10px;
  padding: 4%;
  margin-top: 3%;
}
footer .col a {
  display: block;
  margin-bottom: 8px;
  transition: 0.2s;
}

footer .col a:hover {
  color: #000;
}
.days{
  color:#888994;
}
footer .brand ul {
  display: flex;
}
footer .brand li {
  margin-right: 15px;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-bottom: 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  footer .container,.explore-module-content,.about-stats,.about-us-wrap,.register-success-cards,.company-grid,.ecosystem-grid,.benefits-grid,.pricing-grid, .register-wrap, .banner-inner, #banner-homepage .banner-buttons,.func2-row,.testimonial-grid,.story-grid {
    display: block;
  } 
  footer .footer-content h2 {
    font-size: 26px;
  }
  .contact-section,.stats,.about-ecosystem {
    padding: 0;
  }
  .register-contact-card{
    max-width: 100%
  }
  .contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-item{
    margin-bottom:10%
  }
  .contact-form-box {
    order: 1;
    width: 100%;
  }
  .payment-layout {
    display: grid;
    grid-template-columns: 1fr;
  }
  .about-stat-card{
    display: flex;
  }
  .payment-summary {
    grid-row: 1;
    max-width: 100%;
  }
  .about-stat-card span{
    margin-left: 10%;
    margin-top: 3%;
  }
  .payment-main {
    grid-row: 2;
  }
  .ecosystem-card,.pricing-card,.testimonial-card,.story-card{
    margin-bottom: 5%;
  }
  .payment-grid,.form-grid {
    grid-template-columns: 1fr;
  }
  .contact-info {
    order: 2;
    width: 100%;
  }
  .about-us{
    padding:0;
    margin-top:10%
  }

  .contact-map {
    height: 220px;
  }
  .banner-content{
    padding: 25% 0;
  }
  .footer-actions {
    flex-direction: column;
  }
  .menu,.desktop, .head-right,.collab-actions {
    display: none !important;
  }
  .logo {
    flex: 1;
  }
  .stats-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials,.payment-section,.success-stories{
    padding: 5% 0;
  }
  #mobile-menu {
    position: fixed;
    top:0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 999;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 50px;
  }
  .container {
    padding: 0 3%;
  }
  .close-menu {
    font-size: 26px;
    cursor: pointer;
  }
  .logo img{
    width:45%
  }
  #mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .brand2 .col{
    margin:0;
  }
  #mobile-menu ul li {
    color: #666;
    font-size: 14px;
  }
  .brand2 {
    padding-top: 3%;
    padding-left: 3%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .func2-image {
    margin-top: 10%;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
    font-size: 26px;
    cursor: pointer;
  }
  .menu-child {
    margin-top: 3%;
  }
  #mobile-menu.active {
    right: 0;
    display:block;
  }
  #banner-homepage .banner-image img {
    width: 90%;
  }
  .brand1{
    width: 86%;
    padding-left: 3%;
    padding-top: 3%;
  }
  .mobile-content {
    padding: 20px;
    flex: 1;
  }
  .menu-item {
    font-weight: 600;
    margin-bottom: 12px;
    cursor: pointer;
    color: #111;
  }
  h1 {
    font-size: 34px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  .menu-child {
    margin-top: 8px;
    padding-left: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  header {
    padding-left: 5%;
    padding-right: 5%;
  }
  .menu-item.active .menu-child {
    max-height: 500px;
  }
  #banner-homepage,#collaborations .container {
    text-align: center;
  }
  .menu-child li {
    margin: 6px 0;
  }
  .mobile-actions a{
    width: 75%;
    margin: auto;
  }
  .menu-child a {
    color: #9ca3af;
    font-size: 14px;
  }
  #banner-homepage .banner-text,.explore-module-content .right {
    padding-top: 8%;
  }
  .menu-child a:hover {
    color: #111;
  }
  #banner-homepage .banner-image {
    position: unset;
    transform: none;
  }
  .btn-dark {
    background: #0f172a;
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 10px;
  }
  header .container {
    align-items: center;
  }
}
