/* Hide scrollbars for body and html */
html,
body {
  overflow-x: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

*::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
  /* WebKit browsers (Chrome, Safari, Edge) */
}

a {
  text-decoration: none !important;
}

/* SalesmanAI Webinar Hero Section - Background Image Only */
.salesmanai-webinar-hero-section {
  background-image: url('../img/webinar-hero-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* SalesmanAI Webinar Middle Content Styles */
.salesmanai-webinar-middle-content {
  background-color: #ffffff;
  padding: 80px 0;
}

.salesmanai-webinar-middle-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.salesmanai-webinar-middle-content .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  min-height: 600px;
}

.header-logo span{
  color: #100F0F;
}

.header-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-support-link {
  color: #100F0F;
  font-family: Inter, sans-serif;
  font-size: 14px !important;
  /* font-weight: 600; */
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}

.header-support-link:hover,
.header-support-link:focus {
  color: #4356D2;
}


/* Force left column to be first */
.salesmanai-webinar-middle-content .col-lg-6:first-child {
  order: 1;
}

/* Force right column to be second */
.salesmanai-webinar-middle-content .col-lg-6:last-child {
  order: 2;
}

.salesmanai-webinar-content-left {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
}

.salesmanai-webinar-registration-form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #CCD9FF;
  max-width: 100%;
  margin: 0;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.salesmanai-webinar-intro-text {
  margin-bottom: 40px;
}

.salesmanai-webinar-intro-paragraph {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.salesmanai-webinar-section-title {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

.salesmanai-webinar-learning-section,
.salesmanai-webinar-attend-section {
  margin-bottom: 40px;
}

.salesmanai-webinar-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.salesmanai-webinar-bullet-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.salesmanai-webinar-bullet-icon {
  width: 8px;
  height: 8px;
  background-color: #007bff;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 8px;
  flex-shrink: 0;
}

.salesmanai-webinar-bullet-text {
  color: #4C4C4C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


/* Duplicated Registration Form Styles with salesmanai-webinar- prefix */
.salesmanai-webinar-register-title {
  margin-bottom: 32px !important;
  font: normal normal bold 30px/36px Inter;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #7C90EE 0.11%, #3246B4 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.salesmanai-webinar-registration-form-container {
  width: 100%;
}

.salesmanai-webinar-registerForm-inputFiels-container {
  width: 100%;
}

.salesmanai-webinar-registerCard-inputBox {
  margin-bottom: 18px;
}

.salesmanai-webinar-registerCard-inputBox-labelAndAlert-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.salesmanai-webinar-new-registerCard-inputLabel {
  font: normal normal bold 18px/18px Inter;
  letter-spacing: 0px;
  color: #1A1A1A;
  margin-bottom: 8px;
  white-space: nowrap;
}

.salesmanai-webinar-new-registerCard-inputBox-alertContext {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px;
  text-align: end;
  visibility: hidden;
}

.salesmanai-webinar-new-registerCard-invalidInput {
  border-color: #FF5151 !important;
}

.salesmanai-webinar-new-registerCard-input {
  height: 44px;
  width: 100%;
  padding: 10px 10px;
  background: #FFF;
  border: 1px solid #CCD9FF;
  margin-bottom: 15px;
  color: #555;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  border-radius: 8px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.salesmanai-webinar-new-registerCard-input::placeholder {
  color: #b9bdc4 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.salesmanai-webinar-new-registerCard-input:hover,
.salesmanai-webinar-new-registerCard-input:focus {
  box-shadow: 0 0px 6px 2px #8FABD533;
}

.salesmanai-webinar-registerCard-alertContext-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}

.salesmanai-webinar-registerCard-departmentSelection-inputBox {
  margin-bottom: 18px;
}

.salesmanai-webinar-registerCard-optionInput {
  height: 44px;
  width: 100%;
  padding: 10px 10px;
  background: #FFFFFF;
  border: 1px solid #8DACFF;
  margin-bottom: 15px;
  font: normal normal normal 16px/16px Inter;
  letter-spacing: 0px;
  color: #050F42;
  display: block;
  border-radius: 8px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.salesmanai-webinar-customDropdown {
  height: 44px;
  width: 100%;
  padding: 10px 10px;
  background: #FFFFFF;
  border: 1px solid #8DACFF;
  margin-bottom: 15px;
  font: normal normal normal 16px/16px Inter;
  letter-spacing: 0px;
  color: #050F42;
  display: block;
  border-radius: 8px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.salesmanai-webinar-new-registerCard-twoColumn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.salesmanai-webinar-salesman-ai-salesTeamSize-and-fundingStatus-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}

.salesmanai-webinar-registerCard-teamSizeSelection-inputBox {
  margin-bottom: 18px;
}

.salesmanai-webinar-registerCard-fundingStatusSelection-inputBox {
  margin-bottom: 18px;
}

.salesmanai-webinar-new-registerCard-word-break {
  word-break: break-word;
  white-space: normal;
}

.salesmanai-webinar-registerCard-phoneInput-wrapper {
  position: relative;
}

#salesmanai-webinar-new-registerCard-phoneInput {
  margin-left: 72px;
  width: calc(100% - 72px);
  padding: 10px 10px;
  margin-bottom: 16px;
  background: #fff !important;
  font-size: 14px;
  border-radius: 7px;
  height: 44px;
  display: block;
}

/* Webinar phone input (match modal intl-tel-input styles) */
.salesmanai-webinar-registerCard-phoneInput-wrapper .iti {
  width: 100%;
}

.registerCard-phoneInput-wrapper .iti__selected-flag{
  border: 1px solid #ECECEC;
}

.salesmanai-webinar-registerCard-phoneInput-wrapper .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: unset;
  height: 44px;
  padding: 14px 12px 0 14px;
  width: 60px;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #bacdff;
  border-radius: 8px;
}

.salesmanai-webinar-registerCard-phoneInput-wrapper .iti__arrow {
  margin-top: 6px;
}

.salesmanai-webinar-registerCard-phoneInput-wrapper .iti__country-list {
  width: 264px;
  border-radius: 8px;
  margin: 2px 0 0 -1px;
}

#salesmanai-webinar-new-registerCard-phoneInput::placeholder {
  font: normal normal normal 15px/22px PT Sans;
  letter-spacing: 0px;
  color: #b9bdc4;
  background-color: #fff;
}

.salesmanai-webinar-registerCard-inputBox-labledCheckBox-container {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 18px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.salesmanai-webinar-salesman-ai-communication-consent-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 18px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.salesmanai-webinar-checkbox-input {
  display: none;
}

.salesmanai-webinar-custom-checkbox {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #CCD9FF;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background: #FFF;
  transition: all 0.2s ease;
}

.salesmanai-webinar-custom-checkbox:hover {
  border-color: #4356D2;
  box-shadow: 0 0 0 2px rgba(67, 86, 210, 0.1);
}

.salesmanai-webinar-custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: -1px;
  width: 5px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.salesmanai-webinar-checkbox-input:checked+.salesmanai-webinar-custom-checkbox {
  background: #4356D2;
  border-color: #4356D2;
}

.salesmanai-webinar-checkbox-input:checked+.salesmanai-webinar-custom-checkbox::after {
  display: block;
}

.salesmanai-webinar-new-registerCard-submitBtn-container {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.salesmanai-webinar-new-registerCard-submit-btn {
  width: 100%;
  height: 56px;
  border: none;
  background-color: #4356D2;
  padding: 10px 20px;
  border-radius: 64px;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.salesmanai-webinar-new-registerCard-submit-btn:hover {
  background: #1030D4;
}

.salesmanai-webinar-showWeb-justifyCenter {
  display: flex;
  justify-content: center;
}

.salesmanai-webinar-errorInvalidInput,
.new-errorInvalidInput {
  visibility: visible;
  color: #dc3545;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .salesmanai-webinar-middle-content {
    padding: 60px 0;
  }

  .salesmanai-webinar-middle-content .row {
    gap: 40px;
  }

  .salesmanai-webinar-content-left {
    padding-right: 20px;
    min-height: 500px;
  }

  .salesmanai-webinar-registration-form {
    padding: 35px 25px;
    min-height: 500px;
  }

  .salesmanai-webinar-intro-paragraph {
    font-size: 17px;
  }

  .salesmanai-webinar-section-title {
    font-size: 32px;
  }

  .salesmanai-webinar-bullet-text {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .salesmanai-webinar-middle-content {
    padding: 40px 0;
  }

  .salesmanai-webinar-middle-content .row {
    display: block;
    gap: 0;
  }

  .salesmanai-webinar-content-left {
    padding-right: 0;
    margin-bottom: 40px;
    order: 1;
    min-height: auto;
  }

  .salesmanai-webinar-registration-form {
    padding: 30px 20px;
    order: 2;
    min-height: auto;
  }

  .salesmanai-webinar-intro-paragraph {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .salesmanai-webinar-section-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .salesmanai-webinar-bullet-text {
    font-size: 16px;
  }

  .salesmanai-webinar-bullet-item {
    margin-bottom: 12px;
  }

  .salesmanai-webinar-new-registerCard-twoColumn-wrapper {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .salesmanai-webinar-salesman-ai-salesTeamSize-and-fundingStatus-wrapper {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

/* Additional mobile breakpoints for registration form */
@media (max-width: 600px) {
  .salesmanai-webinar-middle-content {
    padding: 35px 0;
  }

  .salesmanai-webinar-registration-form {
    padding: 28px 18px;
    margin: 0 8px;
  }

  .salesmanai-webinar-register-title {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .salesmanai-webinar-intro-paragraph {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .salesmanai-webinar-section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .salesmanai-webinar-bullet-text {
    font-size: 15px;
  }

  .salesmanai-webinar-bullet-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .salesmanai-webinar-middle-content {
    padding: 30px 0;
  }

  .salesmanai-webinar-registration-form {
    padding: 25px 15px;
    margin: 0 10px;
    box-shadow: none;
  }

  .salesmanai-webinar-register-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .salesmanai-webinar-new-registerCard-inputLabel {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .salesmanai-webinar-new-registerCard-input {
    height: 42px;
    font-size: 16px;
    padding: 8px 10px;
  }

  .salesmanai-webinar-new-registerCard-input::placeholder {
    font-size: 14px;
  }

  .salesmanai-webinar-registerCard-optionInput,
  .salesmanai-webinar-customDropdown {
    height: 42px;
    font-size: 14px;
    padding: 8px 10px;
  }

  #salesmanai-webinar-new-registerCard-phoneInput {
    height: 42px;
    font-size: 14px;
    padding: 8px 10px;
  }

  .salesmanai-webinar-registerCard-inputBox-labledCheckBox-container,
  .salesmanai-webinar-salesman-ai-communication-consent-checkbox-wrapper {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .salesmanai-webinar-custom-checkbox {
    width: 18px;
    height: 18px;
  }

  .salesmanai-webinar-new-registerCard-submit-btn {
    height: 50px;
    font-size: 16px;
  }

  .salesmanai-webinar-intro-paragraph {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .salesmanai-webinar-section-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .salesmanai-webinar-bullet-text {
    font-size: 14px;
  }

  .salesmanai-webinar-bullet-item {
    margin-bottom: 8px;
  }
}

@media (max-width: 360px) {
  .salesmanai-webinar-middle-content {
    padding: 25px 0;
  }

  .salesmanai-webinar-registration-form {
    padding: 20px 12px;
    margin: 0 5px;
    box-shadow: none;

  }

  .salesmanai-webinar-register-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .salesmanai-webinar-new-registerCard-inputLabel {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .salesmanai-webinar-new-registerCard-input {
    height: 40px;
    font-size: 14px;
    padding: 6px 8px;
  }

  .salesmanai-webinar-new-registerCard-input::placeholder {
    font-size: 13px;
  }

  .salesmanai-webinar-registerCard-optionInput,
  .salesmanai-webinar-customDropdown {
    height: 40px;
    font-size: 13px;
    padding: 6px 8px;
  }

  #salesmanai-webinar-new-registerCard-phoneInput {
    height: 40px;
    font-size: 13px;
    padding: 6px 8px;
  }

  .salesmanai-webinar-registerCard-inputBox-labledCheckBox-container,
  .salesmanai-webinar-salesman-ai-communication-consent-checkbox-wrapper {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .salesmanai-webinar-custom-checkbox {
    width: 16px;
    height: 16px;
  }

  .salesmanai-webinar-new-registerCard-submit-btn {
    height: 45px;
    font-size: 14px;
  }

  .salesmanai-webinar-intro-paragraph {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .salesmanai-webinar-section-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .salesmanai-webinar-bullet-text {
    font-size: 13px;
  }

  .salesmanai-webinar-bullet-item {
    margin-bottom: 6px;
  }
}

/* Landscape orientation adjustments for registration form */
@media (max-width: 768px) and (orientation: landscape) {
  .salesmanai-webinar-middle-content {
    padding: 30px 0;
  }

  .salesmanai-webinar-registration-form {
    padding: 25px 20px;
    min-height: 500px;
    box-shadow: none;
  }

  .salesmanai-webinar-register-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .salesmanai-webinar-new-registerCard-input {
    height: 42px;
  }

  .salesmanai-webinar-registerCard-optionInput,
  .salesmanai-webinar-customDropdown {
    height: 42px;
  }

  #salesmanai-webinar-new-registerCard-phoneInput {
    height: 42px;
  }

  .salesmanai-webinar-new-registerCard-submit-btn {
    height: 50px;
  }

  .salesmanai-webinar-intro-paragraph {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .salesmanai-webinar-section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .salesmanai-webinar-bullet-text {
    font-size: 15px;
  }
}

/* Additional responsive improvements for form elements */
@media (max-width: 600px) {
  .salesmanai-webinar-registerCard-inputBox {
    margin-bottom: 16px;
  }

  .salesmanai-webinar-registerCard-inputBox-labelAndAlert-wrapper {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .salesmanai-webinar-new-registerCard-inputBox-alertContext {
    text-align: left;
    font-size: 11px;
  }

  .salesmanai-webinar-registerCard-phoneInput-wrapper {
    position: relative;
  }

  #salesmanai-webinar-new-registerCard-phoneInput {
    padding-left: 50px;
  }

  .salesmanai-webinar-registerCard-phoneInput-wrapper::before {
    content: "+1";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
  }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {

  .salesmanai-webinar-new-registerCard-input:hover,
  .salesmanai-webinar-registerCard-optionInput:hover,
  .salesmanai-webinar-customDropdown:hover {
    box-shadow: none;
  }

  .salesmanai-webinar-new-registerCard-input:focus,
  .salesmanai-webinar-registerCard-optionInput:focus,
  .salesmanai-webinar-customDropdown:focus {
    box-shadow: 0 0px 6px 2px #8FABD533;
  }

  .salesmanai-webinar-new-registerCard-submit-btn:hover {
    transform: none;
  }

  .salesmanai-webinar-new-registerCard-submit-btn:active {
    transform: scale(0.98);
  }
}


/* Header Styles */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 1.2rem;
}

.logo img {
  display: block;
}

.logo span {
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
  white-space: nowrap;
}

.btn {
  width: 105px;
  height: 40px;

  background: #E67C73;

  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  border: none;

  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn:hover {
  background: #e55a5a;
}

/* Hero Section Styles */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: 80px 20px;
  position: relative;
  background-image:
    radial-gradient(circle at 15% 85%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 85% 15%, rgba(147, 51, 234, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.03) 0%, transparent 50%);
}

.hero .tag {
  display: inline-block;
  background: #e0e7ff;
  color: #374151;
  padding: 0.6rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  border: 1px solid #c7d2fe;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 800;
  color: #000;
  margin-bottom: 1.2rem;
  line-height: 1.05;
  max-width: 900px;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 1.1rem;
  color: #374151;
  max-width: 650px;
  margin: 0 auto 2rem;
  line-height: 1.6;
  font-weight: 400;
}

.hero .cta {
  display: inline-block;
  background: #3f51b5;
  color: white;
  padding: 0.9rem 2.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-right: 0.75rem;
  box-shadow: 0 4px 14px rgba(63, 81, 181, 0.3);
}

.hero .cta:hover {
  background: #3949ab;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 81, 181, 0.4);
}

.hero img {
  margin-top: 3rem;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Comparison Section Styles */
.comparison-section {
  padding: 80px 20px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-section h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.comparison-section h2 span {
  color: #5C7CFA;
}

.tab-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 1rem;
}

.tab {
  padding: 0.75rem 2rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.tab.old-way {
  background: #F0F2F5;
  color: #374151;
  border-color: #D0D3D6;
}

.tab.new-way {
  background: #1A202C;
  color: #fff;
}

.category-titles {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 1rem;
}

.category-title:first-child {
  grid-column: 2;
}

.category-title:last-child {
  grid-column: 3;
}

.table {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 1rem;
  margin-top: 0;
}

.table .header {
  background: #F8F8F8;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}

.table .cell {
  background: #F8F8F8;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  color: #000;
  font-size: 0.95rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.table .cell.new-way {
  position: relative;
}

.table .cell.new-way::before {
  content: "📈";
  font-size: 1.2rem;
  background: #1A202C;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.table .header::after {
  content: "🔍";
  font-size: 1.2rem;
  color: #A0C4FF;
  background: #E3F2FD;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.table .header:nth-child(4)::after {
  content: "📄";
}

.salesmanai-new-icon {
  margin-right: 18px;
}

main {
  background-image: url('../img/salesman-hero-bg1.svg');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0 auto;
}

.salesmanai-hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
}

.salesmanai-webinar-hero {
  display: flex;
  justify-content: center;
  text-align: center;
}

.salesmanai-webinar-hero {
  min-height: calc(100vh - 32px);
  /* height: calc(100vh - 32px); */
  display: flex;
  justify-content: center;
  text-align: center;
}

.salesmanai-hero-container {
  /* max-width: 1200px; */
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

.salesmanai-webinar-hero-fallback-bg{
  background: #394999;
}

.salesmanai-hero-content {
  margin-top: 220px;
  text-align: center;
  width: 100%;
}

.salesmanai-webinar-hero-content {
  margin-top: 164px;
  text-align: center;
  width: 100%;
}


/* SalesmanAI Badge Styles */
.salesmanai-hero-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #E0E6FF;
  border: 1px solid #A0B0FF;
  border-radius: 25px;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(160, 176, 255, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.salesmanai-badge-text {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
}

/* SalesmanAI Webinar Badge Styles */
.salesmanai-webinar-hero-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid #8E9FED;
  background: linear-gradient(90deg, #7C90EE 0%, #D5DAF6 100%);
  backdrop-filter: blur(107px);
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(160, 176, 255, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  width: fit-content;
  min-width: 200px;
  max-width: 100%;
}

.salesmanai-webinar-badge-text {
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

/* SalesmanAI Hero Title Styles */
.salesmanai-hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: #000;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* SalesmanAI Hero Title Styles */
.salesmanai-webinar-hero-title {
  color: #FFF;
  font-family: Inter;
  font-size: clamp(2rem, 4vw, 50px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* SalesmanAI Webinar Schedule Styles */
.salesmanai-webinar-schedule {
  /* margin-bottom: 132px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}

/* Responsive margin-bottom for webinar schedule */
@media (max-width: 1024px) {
  .salesmanai-webinar-schedule {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .salesmanai-webinar-schedule {
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .salesmanai-webinar-schedule {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .salesmanai-webinar-schedule {
    margin-bottom: 50px;
  }
}

@media (max-width: 360px) {
  .salesmanai-webinar-schedule {
    margin-bottom: 40px;
  }
}

/* Landscape orientation adjustments */
@media (max-width: 768px) and (orientation: landscape) {
  .salesmanai-webinar-schedule {
    margin-bottom: 60px;
  }
}

.salesmanai-schedule-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.salesmanai-schedule-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #FFF;
}

.salesmanai-schedule-icon svg {
  width: 34px;
  height: 34px;
}

.salesmanai-schedule-text {
  color: #C7C7C7;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

/* SalesmanAI Hero Description Styles */
.salesmanai-hero-description {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2rem;
  font-weight: 400;
}

/* SalesmanAI Hero Actions Styles */
.salesmanai-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.salesmanai-btn-primary {
  width: 300px;
  background: #4356D2;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 2px 8px rgba(74, 96, 224, 0.2);
}

.salesmanai-btn-primary:hover {
  background: #3A50D0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 96, 224, 0.3);
}

.salesmanai-btn-secondary {
  background: #4A60E0;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  box-shadow: 0 2px 8px rgba(74, 96, 224, 0.2);

}

.salesmanai-btn-secondary:hover {
  background: #3A50D0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 96, 224, 0.3);
}

.salesmanai-arrow-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* SalesmanAI Hero Video Styles */
.salesmanai-hero-video-container {
  margin: 3rem 0 0;
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;

  padding: 10px;
  background: linear-gradient(111deg, rgba(219, 224, 255, 0.50) 4.01%, rgba(132, 158, 229, 0.50) 51.53%, rgba(179, 205, 244, 0.50) 99.04%);
  border-radius: 28px;
  border: 1px solid rgba(132, 158, 229, 0.3);
  box-shadow: 0 8px 32px rgba(132, 158, 229, 0.2);
}

.salesmanai-hero-video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Tablet Responsiveness for Hero Section */
@media (max-width: 1024px) {
  .salesmanai-hero-content {
    margin-top: 9rem;
  }
}

/* Mobile Responsiveness for Hero Section */
@media (max-width: 768px) {
  .salesmanai-hero {
    min-height: auto;
    padding: 2rem 0 0;
  }

  .salesmanai-hero-container {
    padding: 0 1rem;
  }

  .salesmanai-hero-content {
    margin-top: 7rem;
    margin-bottom: 2rem;
  }

  .salesmanai-hero-badge {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
  }

  .salesmanai-badge-text {
    font-size: 0.8rem;
  }

  .salesmanai-hero-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .salesmanai-hero-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }

  .salesmanai-hero-actions {
    flex-direction: row;
    gap: 0.75rem;
    margin-top: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .salesmanai-btn-primary {
    width: auto;
    max-width: 200px;
    height: 50px;
    font-size: 14px;
    padding: 0.75rem 1.25rem;
    flex: 1;
    min-width: 160px;
  }

  .salesmanai-btn-secondary {
    height: 50px;
    width: 50px;
  }

  .salesmanai-hero-video-container {
    margin: 2rem 1rem 0;
    padding: 8px;
  }
}

/* Medium Mobile Responsiveness */
@media (max-width: 600px) {
  .salesmanai-hero-content {
    margin-top: 6rem;
  }
}

@media (max-width: 480px) {
  .salesmanai-hero {
    padding: 1.5rem 0 0;
  }

  .salesmanai-hero-container {
    padding: 0 0.75rem;
  }

  .salesmanai-hero-content {
    margin-top: 5.5rem;
    margin-bottom: 1.5rem;
  }

  .salesmanai-hero-badge {
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.75rem;
  }

  .salesmanai-badge-text {
    font-size: 0.75rem;
  }

  .salesmanai-hero-title {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
  }

  .salesmanai-hero-description {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .salesmanai-hero-actions {
    gap: 0.5rem;
    margin-top: 1.25rem;
    flex-direction: row;
    justify-content: center;
  }

  .salesmanai-btn-primary {
    height: 45px;
    font-size: 13px;
    max-width: 180px;
    padding: 0.6rem 1rem;
    flex: 1;
    min-width: 140px;
  }

  .salesmanai-btn-secondary {
    height: 45px;
    width: 45px;
  }

  .salesmanai-hero-video-container {
    margin: 1.5rem 0.75rem 0;
    padding: 6px;
  }
}

@media (max-width: 360px) {
  .salesmanai-hero {
    padding: 1rem 0 0;
  }

  .salesmanai-hero-container {
    padding: 0 0.5rem;
  }

  .salesmanai-hero-content {
    margin-top: 4.5rem;
    margin-bottom: 1rem;
  }

  .salesmanai-hero-badge {
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.7rem;
  }

  .salesmanai-badge-text {
    font-size: 0.7rem;
  }

  .salesmanai-hero-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .salesmanai-hero-description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .salesmanai-hero-actions {
    gap: 0.4rem;
    margin-top: 1rem;
    flex-direction: row;
    justify-content: center;
  }

  .salesmanai-btn-primary {
    height: 42px;
    font-size: 12px;
    padding: 0.5rem 0.8rem;
    max-width: 160px;
    flex: 1;
    min-width: 120px;
  }

  .salesmanai-btn-secondary {
    height: 42px;
    width: 42px;
  }

  .salesmanai-hero-video-container {
    margin: 1rem 0.5rem 0;
    padding: 4px;
  }
}

/* Landscape orientation adjustments for hero */
@media (max-width: 768px) and (orientation: landscape) {
  .salesmanai-hero {
    min-height: auto;
    padding: 1rem 0 0;
  }

  .salesmanai-hero-content {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }

  .salesmanai-hero-title {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
  }

  .salesmanai-hero-description {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .salesmanai-hero-actions {
    flex-direction: row;
    gap: 0.6rem;
    margin-top: 1rem;
    justify-content: center;
  }

  .salesmanai-btn-primary {
    width: auto;
    max-width: 180px;
    height: 45px;
    font-size: 13px;
    padding: 0.6rem 1rem;
    flex: 1;
    min-width: 140px;
  }

  .salesmanai-btn-secondary {
    height: 45px;
    width: 45px;
  }

  .salesmanai-hero-video-container {
    margin: 1rem 1rem 0;
  }
}

/* Extra Small Mobile - Ensure buttons stay inline */
@media (max-width: 320px) {
  .salesmanai-hero-actions {
    gap: 0.3rem;
    flex-wrap: nowrap;
  }

  .salesmanai-btn-primary {
    min-width: 100px;
    font-size: 11px;
    padding: 0.4rem 0.6rem;
    height: 40px;
  }

  .salesmanai-btn-secondary {
    height: 40px;
    width: 40px;
  }
}

/* SalesmanAI Comparison Section Styles */
.salesmanai-comparison-section {
  margin-top: 30px;
  padding: 80px 20px;
  text-align: center;
}

.salesmanai-comparison-container {
  max-width: 1200px;
  margin: 0 auto;
}

.salesmanai-comparison-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.salesmanai-title-line-1 {
  color: #000;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
}

.salesmanai-title-line-2 {
  color: #000;
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  font-weight: 800;
}

.salesmanai-title-line-3 {
  color: #4357c1;
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  font-weight: 800;
}

/* SalesmanAI Comparison Table Styles */
.salesmanai-comparison-table {
  max-width: 1200px;
  margin: 4rem auto 0;
  border-radius: 12px;
  overflow: hidden;
}

.salesmanai-table-headers {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 0;
}

.salesmanai-table-category-header {
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.salesmanai-table-category-header:first-child {
  grid-column: 2;
}

.salesmanai-table-category-header:last-child {
  grid-column: 3;
}

.salesmanai-category-badge {
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid;

  display: grid;
  place-content: center;

}

.salesmanai-old-badge {
  width: 147px;
  height: 33px;

  color: #495057;
  border-color: #CAD2FF;
}

.salesmanai-new-badge {
  width: 147px;
  height: 33px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #1E203F 0%, #1E203F 53.27%, #1E203F 100%);
  border-color: #4A60E0;
}

.salesmanai-new-badge span {
  background: var(--Font-Color, linear-gradient(90deg, #DEE6FA 0%, #CAD7FB 50.61%, #8A9EF3 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.salesmanai-category-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.salesmanai-table-rows {
  display: flex;
  flex-direction: column;
}

.salesmanai-table-row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  margin-bottom: 1rem;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 120px;

  border-radius: 34px;
  border: 1px solid #CCD9FF;
  background: linear-gradient(113deg, rgba(193, 210, 253, 0.03) 62.04%, rgba(70, 94, 220, 0.25) 83.31%, rgba(191, 209, 252, 0.45) 104.59%);
}

.salesmanai-table-row:hover {
  border-color: #4A60E0;
}

.salesmanai-table-row:last-child {
  margin-bottom: 0;
}

.salesmanai-row-category {
  background: none;
  padding: 0;
  font-weight: 700;
  color: #000;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-align: left;
  border-right: none;
  margin-right: 2rem;
  min-width: 100px;
  position: relative;
  z-index: 1;
  height: 100%;
  grid-column: 1;
  justify-content: flex-start;

  white-space: nowrap;
}

.salesmanai-row-content {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
  position: relative;
  z-index: 1;
  min-height: 40px;
  height: 100%;
  text-align: left;

  color: #141212;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.salesmanai-old-content {
  background: none;
  border-right: none;
  margin-right: 0;
  max-width: none;
  grid-column: 1;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}

.salesmanai-new-content {
  background: none;
  max-width: none;
  grid-column: 2;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
}

.salesmanai-content-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  grid-column: 2 / 4;
  position: relative;
  z-index: 1;
  align-items: stretch;
  height: 100%;
}

/* Safari grid sizing: prevent children from inflating row height */
.salesmanai-table-row,
.salesmanai-content-comparison,
.salesmanai-row-content,
.salesmanai-row-category {
  min-height: 0;
}

.salesmanai-content-comparison,
.salesmanai-row-content,
.salesmanai-row-category {
  height: auto;
}

.salesmanai-content-icon {
  width: 40px;
  height: 40px;
}

.salesmanai-content-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

.salesmanai-old-icon {
  background: #fff;
  border: 2px solid #e3f2fd;
  color: #1976d2;
  border-radius: 16px;

  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border: 2px #CCD9FF solid;

  display: grid;
  place-content: center;
}

.salesmanai-content-icon svg {
  width: 32px;
  height: 32px;
}

.salesmanai-row-content span {
  text-align: left;
  flex: 1;
}

/* Safari text visibility fix inside comparison rows
   Some global gradient-text rules set -webkit-text-fill-color: transparent;
   In Safari, that can leak into nested spans. Force normal paint here. */
.salesmanai-table-row,
.salesmanai-table-row * {
  -webkit-text-fill-color: inherit;
}

/* Responsive Design for Comparison Table */
@media (max-width: 768px) {
  .salesmanai-comparison-section {
    margin-top: 20px;
    padding: 40px 20px;
  }

  .salesmanai-comparison-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 2rem;
  }

  .salesmanai-title-line-1,
  .salesmanai-title-line-2,
  .salesmanai-title-line-3 {
    font-size: clamp(1.6rem, 4.5vw, 2.2rem);
  }

  .salesmanai-table-headers {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .salesmanai-table-category-header:first-child,
  .salesmanai-table-category-header:last-child {
    grid-column: 1;
  }

  .salesmanai-category-title {
    font-size: 1.2rem;
  }

  .salesmanai-category-badge {
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
  }

  .salesmanai-table-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 1rem;
    min-height: auto;
    margin-bottom: 1rem;
  }

  .salesmanai-row-category {
    grid-column: 1;
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
    min-width: auto;
    height: auto;
    justify-content: center;
  }

  .salesmanai-content-comparison {
    grid-template-columns: 1fr;
    grid-column: 1;
    gap: 1rem;
    height: auto;
  }

  .salesmanai-old-content {
    grid-column: 1;
    margin-right: 0;
    margin-bottom: 1rem;
    height: auto;
  }

  .salesmanai-new-content {
    grid-column: 1;
    margin-right: 0;
    height: auto;
  }

  .salesmanai-row-content {
    font-size: 16px;
    gap: 0.75rem;
  }

  .salesmanai-content-icon {
    width: 35px;
    height: 35px;
  }

  .salesmanai-content-icon img {
    width: 45px;
    height: 45px;
  }

  .salesmanai-old-icon {
    width: 45px;
    height: 45px;
  }

  .salesmanai-content-icon svg {
    width: 20px;
    height: 20px;
  }

  .salesmanai-old-icon svg {
    width: 20px;
    height: 20px;
  }

  .salesmanai-comparison-table {
    margin: 2rem 1rem 0;
  }
}

@media (max-width: 480px) {
  .salesmanai-comparison-section {
    margin-top: 20px;
    padding: 30px 15px;
  }

  .salesmanai-comparison-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .salesmanai-title-line-1,
  .salesmanai-title-line-2,
  .salesmanai-title-line-3 {
    font-size: 1.4rem;
  }

  .salesmanai-table-category-header {
    padding: 1rem 0.75rem;
  }

  .salesmanai-category-title {
    font-size: 1.1rem;
  }

  .salesmanai-category-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.8rem;
  }

  .salesmanai-table-row {
    padding: 1.25rem 0.75rem;
    margin-bottom: 0.75rem;
  }

  .salesmanai-row-category {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }

  .salesmanai-row-content {
    font-size: 14px;
    gap: 0.5rem;
  }

  .salesmanai-content-icon {
    width: 30px;
    height: 30px;
  }

  .salesmanai-content-icon img {
    width: 40px;
    height: 40px;
  }

  .salesmanai-old-icon {
    width: 40px;
    height: 40px;
  }

  .salesmanai-content-icon svg {
    width: 18px;
    height: 18px;
  }

  .salesmanai-old-icon svg {
    width: 18px;
    height: 18px;
  }

  .salesmanai-comparison-table {
    margin: 1.5rem 0.75rem 0;
  }

  .salesmanai-table-headers {
    display: none;
  }
}

@media (max-width: 360px) {

  .salesmanai-table-headers {
    display: none;
  }
  
  .salesmanai-comparison-section {
    margin-top: 10px;
    padding: 25px 10px;
  }

  .salesmanai-comparison-title {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }

  .salesmanai-title-line-1,
  .salesmanai-title-line-2,
  .salesmanai-title-line-3 {
    font-size: 1.2rem;
  }

  .salesmanai-table-category-header {
    padding: 0.75rem 0.5rem;
  }

  .salesmanai-category-title {
    font-size: 1rem;
  }

  .salesmanai-category-badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }

  .salesmanai-table-row {
    padding: 1rem 0.5rem;
    margin-bottom: 0.5rem;
  }

  .salesmanai-row-category {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }

  .salesmanai-row-content {
    font-size: 13px;
    gap: 0.4rem;
  }

  .salesmanai-content-icon {
    width: 28px;
    height: 28px;
  }

  .salesmanai-content-icon img {
    width: 35px;
    height: 35px;
  }

  .salesmanai-old-icon {
    width: 35px;
    height: 35px;
  }

  .salesmanai-content-icon svg {
    width: 16px;
    height: 16px;
  }

  .salesmanai-old-icon svg {
    width: 16px;
    height: 16px;
  }

  .salesmanai-comparison-table {
    margin: 1.25rem 0.5rem 0;
  }
}

/* Landscape orientation adjustments for comparison */
@media (max-width: 768px) and (orientation: landscape) {
  .salesmanai-comparison-section {
    margin-top: 10px;
    padding: 30px 20px;
  }

  .salesmanai-comparison-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .salesmanai-table-row {
    padding: 1.25rem 1rem;
  }

  .salesmanai-row-content {
    font-size: 15px;
  }

  .salesmanai-content-icon svg {
    width: 18px;
    height: 18px;
  }

  .salesmanai-old-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* CTA Banner Styles */
.salesmanai-cta-banner {
  padding: calc(120px - 84px) 0 120px;
}

.cta-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
}

.cta-banner-content {
  width: 100%;
  height: 478px;

  border-radius: 20px;
  padding: 3rem 4rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  background-image: url('../img/future-card.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cta-banner-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}

.cta-banner-headline {
  font-size: 2.8rem;
  font-weight: 800;

  margin: 0 0 1.5rem 0;

  position: relative;
  z-index: 1;
  letter-spacing: -0.02em;


  color: #FFF;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.cta-banner-subheadline {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 2.5rem 0;
  position: relative;


  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cta-banner-button {

  width: 300px;
  height: 56px;
  flex-shrink: 0;


  background: linear-gradient(90deg, #DEE6FA 0%, #CAD7FB 50.61%, #8A9EF3 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;

  text-transform: uppercase;
  letter-spacing: 0.5px;


  color: #0D0F2A;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  /* Touch-friendly improvements */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}

.cta-banner-button:hover {
  transform: translateY(-1px);
}

/* Responsive Design for CTA Banner */
@media (max-width: 768px) {
  .salesmanai-cta-banner {
    padding: 2rem 0;
  }

  .cta-banner-container {
    padding: 0 1rem;
  }

  .cta-banner-content {
    padding: 2rem 1.5rem;
    text-align: center;
    height: auto;
    min-height: 300px;
  }

  .cta-banner-headline {
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .cta-banner-subheadline {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    margin-bottom: 2rem;
    line-height: 1.4;
  }

  .cta-banner-button {
    width: 100%;
    max-width: 280px;
    height: 50px;
    font-size: 16px;
  }

  .cta-banner-content::before {
    width: 100%;
    opacity: 0.3;
  }

  /* Responsive Webinar Schedule */
  .salesmanai-webinar-schedule {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .salesmanai-schedule-item {
    font-size: 16px;
  }

  .salesmanai-schedule-text {
    font-size: 16px;
  }
}

/* Additional mobile breakpoints for CTA Banner */
@media (max-width: 480px) {
  .salesmanai-cta-banner {
    padding: 1.5rem 0;
  }

  .cta-banner-container {
    padding: 0 0.75rem;
  }

  .cta-banner-content {
    padding: 1.5rem 1rem;
    min-height: 250px;
  }

  .cta-banner-headline {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
  }

  .cta-banner-subheadline {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }

  .cta-banner-button {
    height: 45px;
    font-size: 14px;
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .cta-banner-content {
    padding: 1.25rem 0.75rem;
    min-height: 220px;
  }

  .cta-banner-headline {
    font-size: 1.25rem;
  }

  .cta-banner-subheadline {
    font-size: 0.8rem;
  }

  .cta-banner-button {
    height: 42px;
    font-size: 13px;
  }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .salesmanai-cta-banner {
    padding: 1.5rem 0;
  }

  .cta-banner-content {
    min-height: 200px;
    padding: 1.5rem 2rem;
  }

  .cta-banner-headline {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
  }

  .cta-banner-subheadline {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .cta-banner-button {
    height: 45px;
    font-size: 14px;
  }
}

/* High DPI display adjustments */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .cta-banner-content {
    background-size: cover;
    background-position: center;
  }
}

/* Footer Styles */
.salesmanai-footer {
  background: #0D0F2A;
  padding: 5rem 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}


.footer-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.footer-logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 24px;
}

.footer-logo {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 8px;
  backdrop-filter: blur(10px);
}

.footer-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.1);
}

.footer-brand-name {
  margin: 0;
  letter-spacing: 1px;

  color: #FFF;
  font-family: Helvetica;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-headline {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-headline h2 {
  line-height: 1.1;
  margin: 0;

  color: #FBFBFB;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-copyright {
  margin-top: 24px;
  margin-bottom: 120px;

  color: #E4DAFB;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


/* Responsive Design for Footer */
@media (max-width: 768px) {
  .salesmanai-footer {
    padding: 4rem 0 2rem 0;
  }

  .footer-container {
    padding: 0 1rem;
  }

  .footer-logo-section {
    margin-bottom: 3rem;
    gap: 1rem;
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
    padding: 6px;
  }

  .footer-brand-name {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    letter-spacing: 0.8px;
  }

  .footer-headline {
    margin-bottom: 4rem;
  }

  .footer-headline h2 {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
    line-height: 1.2;
  }

  .footer-copyright {
    margin-top: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .footer-copyright p {
    font-size: 0.9rem;
  }
}

/* Additional mobile breakpoints for Footer */
@media (max-width: 480px) {
  .salesmanai-footer {
    padding: 3rem 0 1.5rem 0;
  }

  .footer-container {
    padding: 0 0.75rem;
  }

  .footer-logo-section {
    margin-bottom: 2.5rem;
    gap: 0.75rem;
  }

  .footer-logo {
    width: 45px;
    height: 45px;
    padding: 5px;
  }

  .footer-brand-name {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }

  .footer-headline {
    margin-bottom: 3rem;
  }

  .footer-headline h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .footer-copyright {
    margin-top: 1.5rem;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .footer-copyright p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

@media (max-width: 360px) {
  .salesmanai-footer {
    padding: 2.5rem 0 1rem 0;
  }

  .footer-container {
    padding: 0 0.5rem;
  }

  .footer-logo-section {
    margin-bottom: 2rem;
    gap: 0.5rem;
  }

  .footer-logo {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .footer-brand-name {
    font-size: 1rem;
    letter-spacing: 0.3px;
  }

  .footer-headline {
    margin-bottom: 2.5rem;
  }

  .footer-headline h2 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .footer-copyright {
    margin-top: 1rem;
    padding-top: 0.75rem;
    margin-bottom: 1rem;
  }

  .footer-copyright p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

/* Landscape orientation adjustments for footer */
@media (max-width: 768px) and (orientation: landscape) {
  .salesmanai-footer {
    padding: 3rem 0 1.5rem 0;
  }

  .footer-logo-section {
    margin-bottom: 2rem;
  }

  .footer-headline {
    margin-bottom: 2.5rem;
  }

  .footer-headline h2 {
    font-size: 1.8rem;
  }

  .footer-copyright {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* Ensure proper spacing on very wide mobile screens */
@media (min-width: 481px) and (max-width: 768px) {
  .cta-banner-content {
    padding: 2.5rem 2rem;
  }

  .footer-container {
    padding: 0 1.5rem;
  }
}

/* General Mobile Responsiveness */
@media (max-width: 768px) {

  /* General typography adjustments */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }

  /* General button improvements */
  .btn {
    min-height: 44px;
    font-size: 16px;
    padding: 12px 20px;
  }

  /* General form improvements */
  input,
  select,
  textarea {
    min-height: 44px;
    font-size: 16px;
  }

  /* Prevent horizontal scroll */
  body {
    overflow-x: hidden;
  }

  /* General spacing adjustments */
  .container {
    padding: 0 1rem;
  }

  .category-titles {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .category-title:first-child,
  .category-title:last-child {
    grid-column: 1;
  }

  .table {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .table .header {
    order: 1;
    margin-bottom: 0.5rem;
  }

  .table .cell:nth-child(2) {
    order: 2;
  }

  .table .cell:nth-child(3) {
    order: 3;
  }

  .tab-container {
    flex-direction: column;
    align-items: center;
  }

  .tab {
    width: 200px;
    text-align: center;
  }
}

/* Additional mobile breakpoints for general elements */
@media (max-width: 480px) {
  .btn {
    min-height: 42px;
    font-size: 14px;
    padding: 10px 16px;
  }

  input,
  select,
  textarea {
    min-height: 42px;
    font-size: 14px;
  }

  .container {
    padding: 0 0.75rem;
  }
}

@media (max-width: 360px) {
  .btn {
    min-height: 40px;
    font-size: 13px;
    padding: 8px 12px;
  }

  input,
  select,
  textarea {
    min-height: 40px;
    font-size: 13px;
  }

  .container {
    padding: 0 0.5rem;
  }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
  .btn:hover {
    transform: none;
  }

  .salesmanai-btn-primary:hover {
    transform: none;
  }

  .salesmanai-btn-secondary:hover {
    transform: none;
  }

  .cta-banner-button:hover {
    transform: none;
  }
}

/* Webinar Hero Section Mobile Responsiveness */
@media (max-width: 1024px) {
  .salesmanai-webinar-hero-content {
    margin-top: 140px;
    padding: 0 1.5rem;
  }

  .salesmanai-webinar-hero-title {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    line-height: 1.15;
  }

  .salesmanai-webinar-schedule {
    gap: 1.5rem;
    margin-top: 1.75rem;
  }

  .salesmanai-schedule-item {
    font-size: 17px;
  }

  .salesmanai-schedule-text {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .salesmanai-webinar-hero-section {
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
  }

  .salesmanai-webinar-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
  }

  .salesmanai-webinar-hero-content {
    margin-top: 100px;
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 100%;
    max-width: 600px;
  }

  .salesmanai-webinar-hero-badge {
    padding: 0.6rem 1.2rem;
    margin-bottom: 1.2rem;
    display: inline-flex;
    width: fit-content;
    min-width: 180px;
    border-radius: 20px;
  }

  .salesmanai-webinar-badge-text {
    font-size: 0.85rem;
    white-space: nowrap;
    font-weight: 500;
  }

  .salesmanai-webinar-hero-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .salesmanai-webinar-schedule {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    align-items: center;
  }

  .salesmanai-schedule-item {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  .salesmanai-schedule-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .salesmanai-schedule-icon svg {
    width: 30px;
    height: 30px;
  }

  .salesmanai-schedule-text {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .salesmanai-webinar-hero-section {
    background-size: cover;
    background-position: center top;
  }

  .salesmanai-webinar-hero {
    padding: 1.5rem 0;
  }

  .salesmanai-webinar-hero-content {
    margin-top: 100px;
    margin-bottom: 1.5rem;
    padding: 0 0.75rem;
    max-width: 100%;
  }

  .salesmanai-webinar-hero-badge {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    display: inline-flex;
    width: fit-content;
    min-width: 160px;
    border-radius: 18px;
    box-shadow: 0 1px 3px rgba(160, 176, 255, 0.15);
  }

  .salesmanai-webinar-badge-text {
    font-size: 0.8rem;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.03em;
  }

  .salesmanai-webinar-hero-title {
    font-size: clamp(1.4rem, 4.5vw, 1.8rem);
    margin-bottom: 1.25rem;
    line-height: 1.25;
    text-align: center;
  }

  .salesmanai-webinar-schedule {
    gap: 0.75rem;
    margin-top: 1.25rem;
    align-items: center;
  }

  .salesmanai-schedule-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .salesmanai-schedule-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .salesmanai-schedule-icon svg {
    width: 26px;
    height: 26px;
  }

  .salesmanai-schedule-text {
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .salesmanai-webinar-hero-section {
    background-size: cover;
    background-position: center top;
  }

  .salesmanai-webinar-hero {
    padding: 1rem 0;
  }

  .salesmanai-webinar-hero-content {
    margin-top: 100px;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    max-width: 100%;
  }

  .salesmanai-webinar-hero-badge {
    padding: 0.35rem 0.7rem;
    margin-bottom: 0.6rem;
    display: inline-flex;
    width: fit-content;
    min-width: 120px;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(160, 176, 255, 0.25);
  }

  .salesmanai-webinar-badge-text {
    font-size: 0.7rem;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  .salesmanai-webinar-hero-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: center;
  }

  .salesmanai-webinar-schedule {
    gap: 0.5rem;
    margin-top: 1rem;
    align-items: center;
  }

  .salesmanai-schedule-item {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
  }

  .salesmanai-schedule-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .salesmanai-schedule-icon svg {
    width: 22px;
    height: 22px;
  }

  .salesmanai-schedule-text {
    font-size: 13px;
    white-space: nowrap;
  }
}

/* Landscape orientation adjustments for webinar hero */
@media (max-width: 768px) and (orientation: landscape) {
  .salesmanai-webinar-hero-section {
    background-position: center;
  }

  .salesmanai-webinar-hero {
    padding: 1rem 0;
  }

  .salesmanai-webinar-hero-content {
    margin-top: 100px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .salesmanai-webinar-hero-badge {
    padding: 0.4rem 0.9rem;
    margin-bottom: 0.8rem;
    min-width: 150px;
  }

  .salesmanai-webinar-badge-text {
    font-size: 0.75rem;
  }

  .salesmanai-webinar-hero-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .salesmanai-webinar-schedule {
    flex-direction: row;
    gap: 1.5rem;
    margin-top: 1rem;
  }
}

/* Base Header Styles */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Header blur effect when scrolled */
header.scrolled {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

header.scrolled .header-support-link {
  color: #100F0F;
}

header.scrolled .header-support-link:hover,
header.scrolled .header-support-link:focus {
  color: #4356D2;
}

/* Ensure blur effect works on all devices */
@supports not (backdrop-filter: blur(10px)) {
  header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.header-signup-btn {
  background: #E67C73;
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Inter, sans-serif;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.header-signup-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(67, 86, 210, 0.3);
}

/* Header Mobile Responsiveness */
@media (max-width: 768px) {
  header {
    padding: 0.75rem 1rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  header.scrolled {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }

  .header-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1.1rem;
  }

  .header-cta-group {
    gap: 12px;
  }

  .header-links {
    gap: 12px;
  }

  .header-support-link {
    font-size: 0.85rem !important;
  }

  .header-logo img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .header-logo span {
    font-weight: bold;
    font-size: 1.1rem;
    white-space: nowrap;
    font-family: Inter, sans-serif;
  }

  .header-signup-btn {
    background: #E67C73;
    color: white;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Inter, sans-serif;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .header-signup-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(67, 86, 210, 0.3);
  }
}

@media (max-width: 480px) {
  header {
    padding: 0.8rem 0.75rem;
    background: transparent;
    transition: all 0.3s ease;
  }

  header.scrolled {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }

  .header-logo {
    gap: 4px;
  }

  .header-logo img {
    width: 28px;
    height: 28px;
  }

  .header-logo span {
    font-size: 1rem;
  }

  .header-cta-group {
    gap: 10px;
  }

  .header-support-link {
    font-size: 0.8rem;
  }

  .header-signup-btn {
    background: #E67C73;
    color: white;
    border: none;
    padding: 0.35rem 0.7rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Inter, sans-serif;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .header-signup-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(67, 86, 210, 0.3);
  }
}

@media (max-width: 360px) {
  header {
    padding: 0.8rem 0.75rem;
    background: transparent;
    transition: all 0.3s ease;
  }

  header.scrolled {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }

  .header-logo {
    gap: 3px;
  }

  .header-logo img {
    width: 24px;
    height: 24px;
  }

  .header-logo span {
    font-size: 0.8rem;
  }

  .header-cta-group {
    gap: 8px;
  }

  .header-support-link {
    font-size: 0.7rem;
  }

  .header-signup-btn {
    background: #E67C73;
    color: white;
    border: none;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Inter, sans-serif;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .header-signup-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(67, 86, 210, 0.3);
  }
}

/* Landscape orientation adjustments for header */
@media (max-width: 768px) and (orientation: landscape) {
  header {
    padding: 0.5rem 1rem;
    background: transparent;
  }

  .header-logo img {
    width: 30px;
    height: 30px;
  }

  .header-logo span {
    font-size: 0.95rem;
  }

  .header-cta-group {
    gap: 10px;
  }

  .header-support-link {
    font-size: 0.85rem;
  }

  .header-signup-btn {
    background: #4356D2;
    color: white;
    border: none;
    padding: 0.35rem 0.7rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Inter, sans-serif;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .header-signup-btn:hover {
    background: #3A50D0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(67, 86, 210, 0.3);
  }
}

/* Touch-friendly improvements for header */
@media (hover: none) and (pointer: coarse) {
  .header-signup-btn:hover {
    transform: none;
    box-shadow: none;
  }

  .header-signup-btn:active {
    transform: scale(0.98);
    background: #d66b62;
  }
}

/* Additional mobile improvements */
@media (max-width: 600px) {
  .header-signup-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem !important;
    min-height: 32px;
  }

  /* Webinar specific improvements for small screens */
  .salesmanai-webinar-hero-content {
    margin-top: 80px;
  }

  .salesmanai-webinar-schedule {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .salesmanai-schedule-item {
    flex: 1;
    min-width: 140px;
    justify-content: center;
  }
}

/* Very small screens - ensure button is always accessible */
@media (max-width: 320px) {
  .header-signup-btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
    min-height: 28px;
  }

  /* Webinar specific improvements for very small screens */
  .salesmanai-webinar-hero-content {
    margin-top: 70px;
    padding: 0 0.25rem;
  }

  .salesmanai-webinar-hero-badge {
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.5rem;
    min-width: 100px;
    border-radius: 12px;
  }

  .salesmanai-webinar-badge-text {
    font-size: 0.65rem;
    letter-spacing: 0.06em;
  }

  .salesmanai-webinar-hero-title {
    font-size: clamp(1.1rem, 3.5vw, 1.3rem);
    line-height: 1.4;
  }

  .salesmanai-webinar-schedule {
    flex-direction: column;
    gap: 0.5rem;
  }

  .salesmanai-schedule-item {
    min-width: auto;
    font-size: 12px;
  }

  .salesmanai-schedule-icon {
    width: 20px;
    height: 20px;
  }

  .salesmanai-schedule-icon svg {
    width: 18px;
    height: 18px;
  }

  .salesmanai-schedule-text {
    font-size: 12px;
  }

  .salesmanai-webinar-registration-form {
    padding: 18px 10px;
    margin: 0 2px;
    box-shadow: none;
  }

  .salesmanai-webinar-register-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .salesmanai-webinar-new-registerCard-inputLabel {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .salesmanai-webinar-new-registerCard-input {
    height: 38px;
    font-size: 13px;
    padding: 5px 6px;
  }

  .salesmanai-webinar-new-registerCard-input::placeholder {
    font-size: 12px;
  }

  .salesmanai-webinar-registerCard-optionInput,
  .salesmanai-webinar-customDropdown {
    height: 38px;
    font-size: 12px;
    padding: 5px 6px;
  }

  #salesmanai-webinar-new-registerCard-phoneInput {
    height: 38px;
    font-size: 12px;
    padding: 5px 6px;
  }

  .salesmanai-webinar-registerCard-inputBox-labledCheckBox-container,
  .salesmanai-webinar-salesman-ai-communication-consent-checkbox-wrapper {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .salesmanai-webinar-custom-checkbox {
    width: 14px;
    height: 14px;
  }

  .salesmanai-webinar-new-registerCard-submit-btn {
    height: 42px;
    font-size: 13px;
  }
}


.new-registerFormCard-container {
  position: relative;
}

/* Security Policy - Banner Theme (aligned with hero/webinar) */
.securityPolicy .securityBanner {
  padding: 120px 0 60px;
  background-image: url('../img/webinar-hero-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.securityPolicy .securityBanner .custom_container,
.securityPolicy .securityBanner .leftside_content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.securityPolicy .securityBanner h1 {
  color: #FFF;
  font-family: Inter;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 50px);
  line-height: 1.15;
  margin: 0 0 12px 0;
}

.securityPolicy .securityBanner p {
  color: #C7C7C7;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
}

/* Header logo color handling over dark banner */
.securityPolicy header .header-logo span {
  color: #FFF;
}

.securityPolicy header.scrolled .header-logo span {
  color: #000;
}

.securityPolicy header .header-support-link {
  color: #FFF;
}

.securityPolicy header .header-support-link:hover,
.securityPolicy header .header-support-link:focus {
  color: #DDE3FF;
}

.securityPolicy header.scrolled .header-support-link {
  color: #000;
}

.securityPolicy header.scrolled .header-support-link:hover,
.securityPolicy header.scrolled .header-support-link:focus {
  color: #4356D2;
}

/* Responsive adjustments for security banner */
@media (max-width: 768px) {
  .securityPolicy .securityBanner {
    padding: 100px 0 40px;
  }

  .securityPolicy .securityBanner h1 {
    font-size: clamp(1.6rem, 4.5vw, 2rem);
    margin-bottom: 8px;
  }

  .securityPolicy .securityBanner p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .securityPolicy .securityBanner {
    padding: 90px 0 30px;
  }

  .securityPolicy .securityBanner p {
    font-size: 15px;
  }
}

/* Security Policy - Anchor styles */
.securityPolicy a {
  color: #4356D2;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.securityPolicy a:hover {
  color: #3A50D0;
}

/* Ensure adequate contrast for links on dark banner */
.securityPolicy .securityBanner a {
  color: #DEE6FA;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.securityPolicy .securityBanner a:hover {
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.85);
}


/* Shared Banner (wrapper bannerView) - unified theme with hero/webinar */
.wrapper.bannerView {
  background-image: url('../img/webinar-hero-bg.svg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper.bannerView .head_div {
  min-height: 420px;
  padding: 140px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wrapper.bannerView .head_text {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.1;
  margin: 0 0 10px 0;
}

.wrapper.bannerView .head_desc {
  color: #C7C7C7;
  font-family: Inter, sans-serif;
  font-size: clamp(14px, 2.8vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 1024px) {
  .wrapper.bannerView .head_div {
    padding: 120px 0 60px;
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .wrapper.bannerView .head_div {
    padding: 100px 0 40px;
    min-height: 320px;
  }

  .wrapper.bannerView .head_text {
    font-size: clamp(24px, 6vw, 34px);
  }
}

@media (max-width: 480px) {
  .wrapper.bannerView .head_div {
    padding: 90px 0 30px;
    min-height: 280px;
  }

  .wrapper.bannerView .head_desc {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .wrapper.bannerView .head_div {
    padding: 80px 0 30px;
    min-height: 260px;
  }
}
