/*
Items Name : expoCut
Author : Ngetemplates
---------------------------------*/
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
/* ------------------------------
  General
---------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #92949a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
  color: #0a0a0a;
}

h1 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 600;
  position: relative;
  color: #ffffff;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 19px;
  font-weight: 500;
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #bbb;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f5f5f5;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #f5f5f5;
  color: #8B5CF6;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 22px;
  background: #ffffff;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-second {
  background: #0a0a0a;
  color: #ffffff;
}

.button:hover {
  background: #8B5CF6;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #6366F1;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand img {
  height: 60px;
  width: auto;
}

/* Responsive logo switching */
.navbar .navbar-brand .logo-mobile {
  display: none;
}

.navbar .navbar-brand .logo-desktop {
  display: block;
  height: 60px;
}

.footer-logo {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}

.navbar .navbar-brand:hover {
  color: #0a0a0a;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #fff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  left: -18px;
  width: 40%;
  flex-grow: 0;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #ffffff;
}
.navbar .navbar-nav li a:hover {
  color: #A78BFA;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .button-navbar {
  width: 40%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}
.navbar .button-navbar li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
 	section-title
---------------------------------*/
.title h5 {
  color: #8B5CF6;
  margin-bottom: 10px;
}
.title h2 {
  margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  padding: 175px 0 310px;
  text-align: center;
}
.intro p {
  color: #ffffff;
  margin-top: 25px;
  padding: 0 25%;
}

.intro-image {
  padding: 0 16%;
  margin: -215px 0 0 0;
}
.intro-image img {
  padding: 0 5px;
}

/* ------------------------------
  counter
---------------------------------*/
.counter {
  text-align: center;
  padding: 80px 0;
}
.counter h1 {
  color: #0a0a0a;
}
.counter p {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 500;
}

/* ------------------------------
  features
---------------------------------*/
.features {
  padding: 100px 0 80px;
  background: #f8f7ff;
  position: relative;
  overflow: hidden;
}
.features::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139,92,246,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.features::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99,102,241,0.06) 0%, transparent 70%);
  border-radius: 50%;
}

/* Section Header */
.features-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.features-badge {
  display: inline-block;
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.features-title {
  font-size: 38px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 16px;
}
.features-highlight {
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.features-subtitle {
  font-size: 17px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Video Showcase */
.features-showcase {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.features-video-wrapper {
  display: inline-block;
  position: relative;
  max-width: 700px;
  width: 100%;
}
.features-video {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.2), 0 8px 20px rgba(0,0,0,0.1);
  display: block;
}
.features-video-glow {
  position: absolute;
  bottom: -20px;
  left: 10%;
  right: 10%;
  height: 60px;
  background: linear-gradient(135deg, rgba(139,92,246,0.3), rgba(99,102,241,0.3));
  filter: blur(30px);
  border-radius: 50%;
  z-index: -1;
}

/* Feature Cards Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid rgba(139, 92, 246, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8B5CF6, #6366F1);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
  border-color: rgba(139, 92, 246, 0.2);
}
.feature-card:hover::before {
  opacity: 1;
}
.feature-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(139,92,246,0.1), rgba(99,102,241,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}
.feature-card:hover .feature-card-icon {
  background: linear-gradient(135deg, #8B5CF6, #6366F1);
}
.feature-card-icon i {
  font-size: 24px;
  color: #8B5CF6;
  transition: color 0.3s ease;
}
.feature-card:hover .feature-card-icon i {
  color: #fff;
}
.feature-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* ------------------------------
  AI Philosophy
---------------------------------*/
.ai-section {
  padding: 100px 0;
  background: #0a0a0f;
  position: relative;
  overflow: hidden;
}
.ai-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139,92,246,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.ai-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.ai-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.ai-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(139,92,246,0.2), rgba(99,102,241,0.2));
  color: #A78BFA;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(139,92,246,0.2);
}
.ai-title {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
}
.ai-highlight {
  background: linear-gradient(135deg, #A78BFA, #6366F1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ai-content {
  position: relative;
  z-index: 1;
}
.ai-lead {
  text-align: center;
  color: rgba(255,255,255,0.65);
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 50px;
  line-height: 1.7;
}
.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.ai-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 36px 28px;
  transition: all 0.3s ease;
  position: relative;
}
.ai-card:hover {
  background: rgba(139,92,246,0.08);
  border-color: rgba(139,92,246,0.25);
  transform: translateY(-4px);
}
.ai-card-number {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(167,139,250,0.3), rgba(99,102,241,0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 20px;
}
.ai-card h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.ai-card p {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.ai-footer-text {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 15px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-style: italic;
}

/* ------------------------------
  Toolkit Section (Features 02)
---------------------------------*/
.toolkit-section {
  padding: 80px 0;
  background: #f8f8fc;
}
.toolkit-header {
  text-align: center;
  margin-bottom: 36px;
}
.toolkit-header h2 {
  margin-bottom: 8px;
}
.toolkit-header p {
  color: #92949a;
  margin: 0;
}

/* Tabs */
.toolkit-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 44px;
}
.toolkit-tab {
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 50px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: 'Poppins', sans-serif;
}
.toolkit-tab:hover {
  border-color: #6366F1;
  color: #6366F1;
}
.toolkit-tab.active {
  background: #6366F1;
  border-color: #6366F1;
  color: #fff;
}

/* Showcase */
.toolkit-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

/* Phone */
.toolkit-phone {
  flex-shrink: 0;
}
.toolkit-phone-frame {
  width: 260px;
  background: #1a1a2e;
  border-radius: 32px;
  padding: 10px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}
.toolkit-phone-screen {
  width: 100%;
  display: block;
  border-radius: 22px;
  transition: opacity 0.4s ease;
}

/* Detail */
.toolkit-detail {
  max-width: 380px;
}
.toolkit-detail-title {
  color: #0a0a0a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.toolkit-detail-desc {
  color: #92949a;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}
.toolkit-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.toolkit-tag {
  padding: 5px 14px;
  background: rgba(99,102,241,0.08);
  border-radius: 20px;
  color: #6366F1;
  font-size: 13px;
  font-weight: 500;
}

/* ------------------------------
  Beta Testing
---------------------------------*/
.beta-section {
  padding: 80px 0;
  background: #fff;
}
.beta-badge {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(99,102,241,0.08);
  color: #6366F1;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}
.beta-section h2 {
  margin-bottom: 12px;
}
.beta-section > .container > .row > .col-md > p {
  color: #92949a;
  max-width: 440px;
}
.beta-platforms {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.beta-platform {
  display: flex;
  align-items: center;
  gap: 14px;
}
.beta-platform > i {
  font-size: 32px;
  color: #6366F1;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(99,102,241,0.08);
  border-radius: 12px;
  flex-shrink: 0;
}
.beta-platform h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #0a0a0a;
  margin: 0;
}
.beta-platform p {
  font-size: 13px;
  color: #92949a;
  margin: 2px 0 0;
  line-height: 1.4;
}

/* Form Card */
.beta-form-card {
  background: #f8f8fc;
  border-radius: 16px;
  padding: 32px;
}
.beta-form-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.beta-form-card > p {
  color: #92949a;
  font-size: 14px;
  margin-bottom: 20px;
}
.beta-form-card input[type="text"],
.beta-form-card input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e5ea;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  margin-bottom: 12px;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.beta-form-card input[type="text"]:focus,
.beta-form-card input[type="email"]:focus {
  border-color: #6366F1;
}
.beta-form-select {
  margin-bottom: 16px;
}
.beta-form-select > label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 8px;
}
.beta-radio-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.beta-radio {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #666;
}
.beta-radio input[type="radio"] {
  accent-color: #6366F1;
}
.beta-radio span {
  font-size: 13px;
}
.beta-submit {
  width: 100%;
  padding: 13px;
  background: #6366F1;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all 0.25s ease;
}
.beta-submit:hover {
  background: #4F46E5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99,102,241,0.3);
}
.beta-note {
  font-size: 12px;
  color: #aaa;
  text-align: center;
  margin: 14px 0 0;
}

/* ------------------------------
  Legal Pages
---------------------------------*/
.legal-page {
  padding: 140px 0 80px;
  background: #fff;
}
.legal-page h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0a0a0a;
}
.legal-updated {
  color: #92949a;
  font-size: 14px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5ea;
}
.legal-page h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 12px;
  color: #0a0a0a;
}
.legal-page h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 10px;
  color: #0a0a0a;
}
.legal-page p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}
.legal-page ul {
  margin: 10px 0 16px 20px;
}
.legal-page ul li {
  list-style: disc;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 6px;
}
.legal-page ul li strong {
  color: #0a0a0a;
}
.legal-page a {
  color: #6366F1;
  text-decoration: underline;
}
.legal-page a:hover {
  color: #4F46E5;
}
.legal-contact {
  margin-left: 0 !important;
}
.legal-contact li {
  list-style: none !important;
}

/* ------------------------------
  download
---------------------------------*/
.download {
  background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
  color: #ffffff;
  padding: 80px 0;
  overflow: hidden;
}
.download h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.download ul {
  margin-top: 20px;
}
.download ul li {
  display: inline-block;
  margin-right: 15px;
}
.download ul li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.download .col-second {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download .image1 {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding-left: 10px;
}
.download .image2 {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding-left: 10px;
  margin-top: 40px;
}

/* ------------------------------
  faq	
---------------------------------*/
.faq {
  padding: 80px 0 100px;
  background: #f8f7ff;
}
.faq h2 {
  text-align: center;
}
.faq .top-row {
  margin-top: 40px;
}
.faq .col-md {
  padding: 20px;
}
.faq h5 {
  color: #1a1a2e;
  line-height: 1.4;
  margin-bottom: 8px;
}
.faq p {
  color: #666;
}

/* ------------------------------
  cta
---------------------------------*/
.cta {
  padding: 40px 0;
}
.cta .content {
  padding: 40px 50px 30px;
  color: #fff;
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2);
}
.cta .content h2 {
  color: #fff;
  margin-bottom: 15px;
}
.cta .content p {
  color: rgba(255,255,255,0.85);
}
.cta .entry {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ------------------------------
  clients
---------------------------------*/
.clients {
  padding-top: 100px;
  padding-bottom: 100px;
}
.clients h2 {
  margin-bottom: 20px;
}
.clients .content {
  border: 1px solid #ddd;
  padding: 30px 40px;
  margin-left: 10px;
  border-radius: 5px;
}
.clients .row-top {
  margin-bottom: 35px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  background: #0a0a0a;
  color: #fff;
  padding: 100px 0 80px;
}
/* Removed - replaced with .footer-logo class above */
footer h2 {
  color: #fff;
}
footer h6 {
  color: #fff;
}
footer ul {
  margin-top: 20px;
}
footer ul li {
  padding: 6px 0;
}
footer ul li i {
  color: #A78BFA;
  margin-right: 15px;
}
footer ul li a {
  color: #fff;
}

.footer-cp {
  background: #0a0a0a;
  color: #fff;
  padding-bottom: 30px;
}
.footer-cp ul {
  text-align: right;
}
.footer-cp ul li {
  margin-left: 20px;
  display: inline-block;
}
.footer-cp ul li a {
  color: #fff;
}

/* ------------------------------
  responsive
---------------------------------*/

/* ---- Tablet (768px and below) ---- */
@media (max-width: 768px) {
  /* Navbar */
  .navbar {
    padding: 14px 0;
  }
  .navbar .button-navbar {
    width: auto;
  }
  .navbar .navbar-collapse {
    position: absolute;
    top: 80px;
    background: #6366F1;
    width: 100%;
    right: 0;
    padding: 10px 30px 20px;
    text-align: left;
    left: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
  .navbar .navbar-toggler {
    padding: 0;
    position: relative;
    right: 0;
  }
  .navbar .navbar-brand .logo-desktop {
    display: none;
  }
  .navbar .navbar-brand .logo-mobile {
    display: block;
    height: 44px;
  }

  /* Intro */
  .intro {
    padding: 140px 0 200px;
  }
  .intro p {
    padding: 0 10%;
  }
  .intro-image {
    padding: 0 12%;
    margin-top: -160px;
  }

  /* Counter */
  .counter {
    padding: 50px 0;
  }
  .counter h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .counter p {
    font-size: 15px;
  }

  /* Features */
  .features {
    padding: 70px 0 60px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .features-title {
    font-size: 30px;
  }
  .features-video-wrapper {
    max-width: 90%;
  }

  /* Beta - tablet */
  .beta-section {
    padding: 60px 0;
  }
  .beta-form-card {
    margin-top: 30px;
  }

  /* Toolkit - tablet */
  .toolkit-section {
    padding: 60px 0;
  }
  .toolkit-showcase {
    flex-direction: column;
    gap: 30px;
  }
  .toolkit-phone-frame {
    width: 220px;
  }
  .toolkit-detail {
    max-width: 100%;
    text-align: center;
  }
  .toolkit-detail-tags {
    justify-content: center;
  }

  /* AI Philosophy - tablet */
  .ai-section {
    padding: 70px 0;
  }
  .ai-title {
    font-size: 30px;
  }
  .ai-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ai-lead {
    font-size: 15px;
    margin-bottom: 40px;
  }

  /* Download */
  .download {
    padding: 60px 0;
  }
  .download h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .download .col-second {
    margin-top: 40px;
  }
  .download ul li {
    margin-right: 6px;
  }

  /* FAQ */
  .faq {
    padding: 60px 0 80px;
  }
  .faq h2 {
    font-size: 28px;
    line-height: 38px;
  }

  /* CTA */
  .cta .content {
    padding: 30px 30px 20px;
  }
  .cta .content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  /* Clients */
  .clients {
    padding: 60px 0;
  }
  .clients h2 {
    font-size: 28px;
    line-height: 38px;
  }

  /* Footer */
  footer {
    padding: 60px 0 40px;
  }
  footer .col-md {
    margin-bottom: 30px;
  }
  .footer-cp ul {
    text-align: left;
    margin-top: 10px;
  }
  .footer-cp ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}

/* ---- Mobile (576px and below) ---- */
@media (max-width: 576px) {
  /* Global */
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 17px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }

  /* Navbar */
  .navbar {
    padding: 12px 0;
  }
  .navbar .button-navbar {
    width: 0;
    display: none;
  }
  .navbar .navbar-toggler {
    right: 0;
  }
  .navbar .navbar-brand .logo-mobile {
    height: 38px;
  }
  .navbar .navbar-collapse {
    top: 68px;
    padding: 10px 20px 20px;
  }

  /* Intro */
  .intro {
    padding: 120px 0 160px;
  }
  .intro p {
    padding: 0 5px;
    font-size: 14px;
  }
  .intro-image {
    padding: 0 15%;
    margin-top: -120px;
  }
  .intro-image img {
    padding: 0;
  }
  .m-none {
    display: none;
  }

  /* Counter */
  .counter {
    padding: 40px 0;
  }
  .counter h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .counter p {
    font-size: 13px;
  }

  /* Features */
  .features {
    padding: 50px 0 40px;
  }
  .features-header {
    margin-bottom: 30px;
  }
  .features-badge {
    font-size: 11px;
    padding: 5px 16px;
  }
  .features-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .features-subtitle {
    font-size: 14px;
  }
  .features-showcase {
    margin-bottom: 30px;
  }
  .features-video-wrapper {
    max-width: 100%;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature-card {
    padding: 24px 20px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .feature-card-icon {
    margin: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .feature-card h5 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .feature-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* Beta - mobile */
  .beta-section {
    padding: 50px 0;
  }
  .beta-section h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .beta-platforms {
    gap: 12px;
    margin-top: 20px;
  }
  .beta-form-card {
    margin-top: 30px;
    padding: 24px;
  }
  .beta-radio-group {
    flex-direction: column;
    gap: 6px;
  }

  /* Toolkit - mobile */
  .toolkit-section {
    padding: 50px 0;
  }
  .toolkit-tabs {
    gap: 5px;
    margin-bottom: 28px;
  }
  .toolkit-tab {
    padding: 6px 14px;
    font-size: 12px;
  }
  .toolkit-phone-frame {
    width: 180px;
  }
  .toolkit-detail-title {
    font-size: 18px;
  }
  .toolkit-detail-desc {
    font-size: 14px;
  }

  /* AI Philosophy - mobile */
  .ai-section {
    padding: 50px 0;
  }
  .ai-title {
    font-size: 24px;
  }
  .ai-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .ai-grid {
    gap: 16px;
  }
  .ai-card {
    padding: 28px 22px;
  }
  .ai-card-number {
    font-size: 36px;
    margin-bottom: 14px;
  }
  .ai-card h5 {
    font-size: 16px;
  }
  .ai-card p {
    font-size: 13px;
  }
  .ai-footer-text {
    font-size: 13px;
  }


  /* Download */
  .download {
    padding: 50px 0 40px;
    text-align: center;
  }
  .download h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .download p {
    font-size: 14px;
  }
  .download ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .download ul li {
    margin-right: 0;
  }
  .download .col-second {
    margin-top: 30px;
  }
  .download .image1,
  .download .image2 {
    padding: 0 5px;
    border-radius: 12px;
  }
  .download .image2 {
    margin-top: 20px;
  }

  /* FAQ */
  .faq {
    padding: 50px 0 60px;
    margin-top: 0;
  }
  .faq h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .faq h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .faq p {
    font-size: 13px;
  }
  .faq .top-row {
    margin-top: 20px;
  }
  .faq .col-md {
    margin-bottom: 20px;
  }

  /* CTA */
  .cta .content {
    padding: 25px 20px 20px;
    text-align: center;
    border-radius: 12px;
  }
  .cta .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .cta .entry {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  /* Clients */
  .clients {
    padding: 40px 0;
  }
  .clients h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .clients p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .clients .content {
    padding: 20px;
    margin-left: 0;
    margin-bottom: 12px;
  }
  .clients .row-top {
    margin-bottom: 0;
  }

  /* Footer */
  footer {
    padding: 50px 0 20px;
  }
  footer .col-md {
    margin-bottom: 25px;
  }
  .footer-logo {
    height: 40px;
  }
  footer h6 {
    font-size: 16px;
  }
  footer ul {
    margin-top: 10px;
  }
  footer ul li {
    font-size: 13px;
    padding: 4px 0;
  }
  .footer-cp {
    padding-bottom: 20px;
    font-size: 13px;
  }
  .footer-cp ul {
    text-align: left;
    margin-top: 8px;
  }
  .footer-cp ul li {
    margin-left: 0;
    margin-right: 15px;
    font-size: 13px;
  }
}

/* ---- Small Mobile (360px and below) ---- */
@media (max-width: 360px) {
  .container {
    padding: 0 16px;
  }
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .intro {
    padding: 110px 0 140px;
  }
  .intro-image {
    padding: 0 20%;
    margin-top: -100px;
  }
  .features-title {
    font-size: 22px;
  }
  .download ul li .button {
    font-size: 12px;
    padding: 10px 14px;
  }
}
