html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #0f2e57, #2b5fa4);
}

/***************************************************************/


.timsa-icon {
  color: #1f4fd8; /* azul médico */
  font-size: 1.8rem;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 1000;
}



.navbar-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.3rem;
  color: #111827;
}

.logo-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #6b7280;
  transition: color 0.2s ease;
}

.nav-item{
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #1f2937;
}

.dropdown-toggle {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
  display: none;
  flex-direction: column;
  z-index: 1000;

  
}

.dropdown-menu a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu a:hover {
  background: #f2f2f2;
}

/* cuando está activo */
.nav-item.open .dropdown-menu {
  display: flex;
}

.nav-links a:hover {
  color: #111827;
}

.nav-btn {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.35);
}

.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.navbar.scrolled a,
.navbar.scrolled .logo {
  color: #111827;
}

.nav-links a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #1f2937;
}

.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.navbar.scrolled a,
.navbar.scrolled .logo {
  color: #111827;
}

.hero-text {
  animation: fadeSlideLeft 2s ease forwards;
}

.card-img-system {
  animation: fadeSlideRight 1.2s ease forwards;
}

.info-img {
  animation: fadeSlideRight 1.2s ease forwards;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #111827;
}

.navbar.scrolled .nav-toggle span {
  background: #111827;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    transition: right 0.3s ease;
  }

  .nav-links.active {
    right: 0;
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .nav-btn {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/*****************************************************/

.hero-title::after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
}

.hero-title.finished::after {
  content: "";
  animation: none;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}


.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  max-width: 560px;
  margin-bottom: 24px;
}




/* IZQUIERDA */
.hero .hero-content {
    padding-top: 80px;
    padding-left: 100px;
}

.badge-prinic {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  font-size: 12px;
  margin-bottom: 24px;
  color: white;
}

.hero-title{
    margin-top: 0px;
}


.hero-text {
  max-width: 520px;
  opacity: .85;
  margin-bottom: 30px;
  line-height: 1.6;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}



.features-clinica {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}

.features-clinica li {
  display: flex; 
  gap: 15px;    
  margin-bottom: 20px;
  align-items: flex-start; 
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.features-clinica li::before {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;  
  min-width: 24px;
  height: 24px;
  background-color: #3b82f6;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0; 
  margin-top: 2px;
}

/* Contenedor de texto en columna */
.features-clinica li {
  /* Forzamos que el contenido interno sea una columna */
  flex-direction: row; 
}

.features-clinica li strong {
  display: block; /* El título ocupa su propia línea */
  font-weight: bold;
  color: white;
  margin-top: 4px;
}

.features-clinica li p {
  margin: 0; /* Quitamos márgenes extra del párrafo */
}





.hero-actions {
  display: flex;
  gap: 16px;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
  padding: 14px 26px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  padding: 14px 26px;
  border-radius: 12px;
}

/* DERECHA */
.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #fff;
  color: #111;
  padding: 18px 22px;
  border-radius: 14px;
  max-width: 320px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.testimonial p {
  font-size: 13px;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.testimonial strong {
  font-size: 12px;
  
  font-family: Arial, Helvetica, sans-serif;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-description {
    font-size: 16px;
  }
}


/*******************************************************************/

.administracion{
    margin-top: -30px;
}
.benefits-header {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 4rem;
}

.tag {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: white;
  font-weight: 800;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.benefits-header h2 {
  font-size: 70px;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.benefits-header p {
  font-size: 16px;
  color: white;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
}

.benefits-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.benefit-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 2rem;
  background: #fff;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eef4ff;
  color: #2b7cff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.benefit-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  font-family: Arial, Helvetica, sans-serif;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
}

/* 📱 TABLET */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 📱 MOBILE */
@media (max-width: 640px) {
  .benefits {
    padding: 3rem 1.5rem;
  }

  .benefits-header h2 {
    font-size: 1.8rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/*********************************************************************/

.ini_hero {
  max-width: 1100px;
  margin: 80px auto;
  text-align: center;
  padding: 0 20px;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.ini_hero h1 {
  font-size: 65px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.ini_hero p {
  font-size: 20px;
  color: white;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 30px;
}

.ini_hero .linea {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #1e6fff;
  margin: 0 auto;
  border-radius: 2px;
}

/*****************************************/

.solutions {
  padding: 80px 20px;
  font-family: Arial, Helvetica, sans-serif
}

.solutions-header {
    display: flex;
    justify-content: center;
    align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.solutions-header h2 {
  font-size: 70px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.solutions-header p {
    max-width: 750px;
    font-size: 18px;
    color: white;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

.solutions-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.solution-card {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.solution-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay azul */
.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 123, 255, 0.85),
    rgba(0, 123, 255, 0.3)
  );
  z-index: 1;
}

.solution-card .overlay {
  position: absolute;
  bottom: 0;
  padding: 24px;
  z-index: 2;
}

.solution-card .overlay h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
}

.solution-card .overlay p {
  font-size: 16px;
  color: #eaf3ff;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

/* Responsive */
@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .solutions-header h2 {
    font-size: 26px;
  }

  .solution-card {
    height: 220px;
  }

  .solution-card .overlay {
    padding: 18px;
  }
}

/***************************************************************/

.clinical-record {
  padding: 80px 20px;
  border-radius: 40px;
  margin: 80px auto;
  max-width: 1200px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(135deg, #1a2638, #203a5f);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.clinical-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* IZQUIERDA */
.clinical-media {
  position: relative;
}

.laptop {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

/* DERECHA */
.clinical-content h2 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: white;
  max-width: 420px;
  margin-bottom: 32px;
  font-family: Arial, Helvetica, sans-serif;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.features-list .icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.features-list strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.features-list p {
  font-size: 13px;
  color: #dbeafe;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .clinical-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .clinical-media {
    display: flex;
    justify-content: center;
  }

  .tablet {
    position: static;
    margin-top: 20px;
  }

  .features-list li {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 500px) {
  .clinical-record {
    padding: 60px 16px;
    border-radius: 24px;
  }

  .clinical-content h2 {
    font-size: 28px;
  }
}

/****************************************************************/

.hero-farmacia {
  padding: 80px 6%;
  margin-top: -60px;
}

.gradient-text {
  background: linear-gradient(
    90deg,
    #4f9dff 0%,
    #6fb7ff 40%,
    #9fd3ff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.container-farmacia {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* TEXTOS */


.content-farmacia h1 {
  font-size: 75px;
  line-height: 1.1;
  margin-bottom: 18px;
  color: white;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.content-farmacia h1 span {
  color: #5aa8ff;
}

.content-farmacia .description {
  max-width: 520px;
  margin-bottom: 40px;
  color: white;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

/* CARDS */
.cards-farmacia {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.card-farmacia {
  border-radius: 16px;
  padding: 20px;
   background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.08),
    0 2px 6px rgba(15, 23, 42, 0.04);
  transition: all .25s ease;
}



.card-farmacia h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.card-farmacia p {
  font-size: 13px;
  opacity: .8;
  font-family: Arial, Helvetica, sans-serif;
}

.card-farmacia .icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: bold;
  margin-bottom: 12px;
}

/* TIPOS */
.large {
  grid-column: span 2;
  background: #fff;
  color: #111;
}

.large .icon {
  background: #2563eb;
  color: #fff;
}

.dark {
  background: linear-gradient(135deg, #0e2b5c, #0e2b5c);
}

.dark .icon {
  background: #1e40af;
}

.blue {
  grid-column: span 2;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.blue .icon {
  background: rgba(255,255,255,.2);
}

.light {
  background: #fff;
  color: #111;
}

.light .icon {
  background: #2563eb;
  color: #fff;
}

/* BOTONES */
.actions {
  margin-top: 36px;
  display: flex;
  gap: 16px;
}

.btn {
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.primary {
  background: #2563eb;
  color: #fff;
}

.secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
}

/* MOCKUP */
.preview {
  display: flex;
  justify-content: center;
}

.mockup {
  padding: 20px;
  position: relative;
  max-width: 620px;
}

.mockup img {
  width: 100%;
  border-radius: 10px;
  background: #fff;
}

.label {
  position: absolute;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 12px;
}

.label.top {
  top: 14px;
  right: 14px;
}

.label.bottom {
  bottom: 14px;
  left: 14px;
}


/* RESPONSIVE */
@media (max-width: 1024px) {
  .container-farmacia {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  .cards-farmacia {
    grid-template-columns: 1fr;
  }

  .large,
  .blue {
    grid-column: span 1;
  }

  .actions {
    flex-direction: column;
  }
}

.card-farmacia.blue {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  padding: 22px 26px;
  border-radius: 20px;

  background: linear-gradient(135deg, #1e6fff, #154fc7);
  box-shadow: 0 12px 30px rgba(30, 111, 255, 0.45);

  color: #fff;
}

/*********************************************************************/
.multi {
  padding: 90px 6%;

  margin-top: -60px;
}

.multi-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

/* TEXTOS */
.multi-content  h1{
    color: white;
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
}

.multi-content .subtitle{  
  max-width: 520px;
  opacity: .85;
  margin-bottom: 42px;
  font-size: 18px;
}



.gradient-text {
  background: linear-gradient(90deg, #6fb7ff, #b4dcff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* FEATURES */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.feature-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
}

.feature-card .icon {
  font-size: 20px;
  margin-bottom: 12px;
}

.feature-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

.feature-card p {
  font-size: 14px;
  opacity: .8;
  font-family: Arial, Helvetica, sans-serif;
}

/* BOTÓN */
.btn-primary {
  padding: 14px 28px;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* DASHBOARD */
.multi-preview {
  display: flex;
  justify-content: center;
}

.dashboard {
  width: 520px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  overflow: hidden;
}

.browser-bar {
  height: 36px;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
}

.map {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 18px 18px;
}


/* Pins */
.pin {
  width: 16px;
  height: 16px;
  background: #0ea5e9;
  border-radius: 50%;
  position: absolute;
}

.pin-1 { top: 40%; left: 45%; }
.pin-2 { top: 55%; left: 60%; }

/* Stats */
.stats {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  gap: 18px;
  background: rgba(0,0,0,.45);
  padding: 14px 18px;
  border-radius: 12px;
}

.stats small {
    color: white;
  font-size: 10px;
  opacity: .7;
}

.stats strong {
    color: white;
  display: block;
  font-size: 18px;
}

.green {
  color: #22c55e;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .multi-container {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .dashboard {
    width: 100%;
  }
}
/******************************************************************/

.cta-section {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.cta-text {
  max-width: 720px;
  margin: 0 auto 24px;
  line-height: 1.6;
  opacity: 0.9;
  font-family: Arial, Helvetica, sans-serif;
}


.cta-card {
  width: 100%;
  max-width: 1100px;
  padding: 64px 40px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(135deg, #1a2638, #203a5f);
  border-radius: 22px;
  padding: 3.5rem;
  color: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.cta-card h2 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 900;
}

.cta-card p,
span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.cta-btn {
  background: #fff;
  color: #5b4ee8;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.cta-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;

  transition: all 0.35s ease;
}

.cta-form.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.cta-form input {
  padding: 14px 16px;
  border-radius: 999px;
  border: none;
  outline: none;
  width: 280px;
}

.cta-form button {
  padding: 14px 26px;
  border-radius: 999px;
  background: #312e81;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.cta-note {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .cta-section {
    padding: 64px 20px;
  }

  .cta-card {
    padding: 48px 32px;
  }

  .cta-card h2 {
    font-size: 26px;
  }

  .cta-form {
    gap: 10px;
  }

  .cta-form input {
    width: 240px;
  }

  .cta-btn {
    padding: 12px 28px;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: 48px 16px;
  }

  .cta-card {
    padding: 40px 20px;
    border-radius: 18px;
  }

  .cta-card h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .cta-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .cta-form {
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .cta-form input {
    width: 100%;
    max-width: 320px;
  }

  .cta-form button {
    width: 100%;
    max-width: 320px;
  }

  .cta-btn {
    width: 100%;
    max-width: 320px;
  }

  .cta-note {
    font-size: 11px;
  }
}

