.elementor-1088 .elementor-element.elementor-element-aa3cb1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a54f122 *//* Modern CSS Reset & Variable Definitions */
:root {
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --bg-primary: #fafafa;
  --bg-card: #ffffff;
  --text-primary: #171717;
  --text-secondary: #737373;
  --border-color: rgba(229, 229, 229, 0.7);
  --shadow-normal: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px -12px rgba(0,0,0,0.08);
  --shadow-hover: 0 1px 2px rgba(0,0,0,0.04), 0 20px 40px -16px rgba(0,0,0,0.12);
  --transition-speed: 0.3s;
  --transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Automation Section */
.automation-section {
  border-bottom: 1px solid var(--border-color);
  padding: 6rem 1.5rem;
}

.container {
  max-width: 80rem; /* 1280px */
  margin: 0 auto;
}

/* Header */
.section-header {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.section-header p{
    width: 62%;
    font-size: 18px;
}

.badge {
  font-family: monospace;
  font-size: 0.75rem; /* 12px */
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-secondary);
  font-weight: 500;
}

.title {
  margin-top: 0.5rem;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--text-primary);
}

@media (min-width: 768px) {
  .title {
    font-size: 32px;
  }
}

/* Grid Layout */
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px) {
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Soft Card Design */
.card {
  background-color: var(--bg-card);
  border-radius: 1rem; /* 16px */
  padding: 1.5rem;
  box-shadow: var(--shadow-normal);
  transition: transform var(--transition-speed) var(--transition-easing), 
              box-shadow var(--transition-speed) var(--transition-easing);
  /*cursor: pointer;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

/* Logo Wrapper */
.logo-wrapper, .logo-img-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; /* 36 * 0.28 */
  overflow: hidden;
}

.logo-wrapper {
  font-weight: 700;
  font-size: 16px; /* 36 * 0.45 approx */
  letter-spacing: -0.02em;
}

.logo-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Card Content */
.card-content {
  margin-top: 1rem;
}

.tool-name {
  font-size: 0.875rem; /* 14px */
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.25rem;
}

.tool-category {
  font-size: 0.75rem; /* 12px */
  color: var(--text-secondary);
  margin-top: 0.125rem;
}/* End custom CSS */

/* Start custom CSS for html, class: .elementor-element-f5505b7 */:root {
    --bg-color: #f8fafc;
    --surface-color: #ffffff;
    --text-primary: #0f172a;
    --text-secondary: #64748b;
    --border-color: #e2e8f0;

    --brand-color: #6366f1;
    --brand-hover: #4f46e5;
    --brand-light: #e0e7ff;
    --brand-text: #ffffff;

    --female-bg: #fdf2f8;
    --female-text: #be185d;
    --female-border: #fbcfe8;

    --male-bg: #eff6ff;
    --male-text: #1d4ed8;
    --male-border: #bfdbfe;

    --neutral-bg: #f5f3ff;
    --neutral-text: #6d28d9;
    --neutral-border: #ddd6fe;

    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-hover: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --ring-hover: 0 0 0 2px var(--brand-light);

    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
    --radius-full: 9999px;

    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-speed: 0.3s;
    --transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-primary);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
}

.header-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    width: 2rem;
    height: 2rem;
    background-color: var(--brand-color);
    color: var(--brand-text);
    border-radius: var(--radius-md);
    display: grid;
    place-items: center;
}

.logo-icon svg {
    width: 1rem;
    height: 1rem;
}

.logo-text {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.nav {
    display: none;
    gap: 2rem;
}

@media (min-width: 640px) {
    .nav {
        display: flex;
    }
}

.nav a {
    text-decoration: none;
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-weight: 500;
    transition: var(--transition);
}

.nav a:hover {
    color: var(--text-primary);
}

/* Main Layout */
.main-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* Hero */
.hero {
    margin-bottom: 3rem;
    max-width: 42rem;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--brand-light);
    color: var(--brand-color);
    padding: 0.25rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    font-family: monospace;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.pulse-dot {
    width: 0.375rem;
    height: 0.375rem;
    background-color: var(--brand-color);
    border-radius: 50%;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.title {
    margin-top: 1.25rem;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

@media (min-width: 640px) {
    .title {
        font-size: 32px;
    }
}

.subtitle {
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--text-secondary);
}

/* Split Layout */
.split-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .split-layout {
        grid-template-columns: 5fr 7fr;
        gap: 3rem;
    }
}

.section-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.05em;*/
    color: black;
}

.section-header h2 svg {
    width: 1.25rem;
    height: 1.25rem;
}

.count-badge {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--brand-color);
    background-color: var(--brand-light);
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
}




/* Locales section */
.locales-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    /* Allow natural scrolling if very long, or fixed height */
    /*max-height: 400px;*/
    overflow-y: auto;
    padding-right: 0.5rem;
}

@media (min-width: 640px) {
    .locales-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.locales-grid::-webkit-scrollbar {
    width: 8px;
}

.locales-grid::-webkit-scrollbar-track {
    background-color: #f1f5f9;
    border-radius: var(--radius-full);
}

.locales-grid::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: var(--radius-full);
}

.locales-grid::-webkit-scrollbar-thumb:hover {
    background-color: #94a3b8;
}


.lang-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--surface-color);
    border: 1px solid var(--border-color);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-full);
    text-align: left;
    transition: var(--transition);
    box-shadow: var(--shadow-normal);
    width: 24%;
}

.lang-pill:hover {
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
}

.lang-flag {
    font-size: 1.25rem;
    line-height: 1;
    flex-shrink: 0;
}

.lang-info {
    flex: 1;
    min-width: 0;
}

.lang-name {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lang-region {
    display: block;
    font-size: 0.625rem;
    color: var(--text-secondary);
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lang-code {
    font-size: 0.625rem;
    font-family: monospace;
    color: #94a3b8;
    transition: var(--transition);
}

.lang-pill:hover .lang-code {
    color: var(--brand-color);
}

.voices-section{
    margin-bottom: 96px;
}


/* Voices List */
.voices-list {
    display: flex;
    gap: 1rem;
    /*max-height: 400px;*/
    overflow-y: auto;
    padding-right: 0.5rem;
    flex-wrap: wrap;
}



.voices-list::-webkit-scrollbar {
    width: 8px;
}

.voices-list::-webkit-scrollbar-track {
    background-color: #f1f5f9;
    border-radius: var(--radius-full);
}

.voices-list::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: var(--radius-full);
}

.voices-list::-webkit-scrollbar-thumb:hover {
    background-color: #94a3b8;
}


.voice-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: var(--surface-color);
    border: 1px solid var(--border-color);
    padding: 1rem;
    border-radius: 16px;
    transition: var(--transition);
    width: 32%;
}

.voice-card:hover {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.voice-info-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.voice-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    flex-shrink: 0;
    object-fit: cover;
}

.voice-info {
    min-width: 0;
}

.voice-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.voice-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
}

.gender-badge {
    font-size: 0.625rem;
    font-weight: 600;
    font-family: monospace;
    padding: 0.125rem 0.375rem;
    border-radius: var(--radius-sm);
    border: 1px solid;
}

.gender-badge.FEMALE {
    background-color: var(--female-bg);
    color: var(--female-text);
    border-color: var(--female-border);
}

.gender-badge.MALE {
    background-color: var(--male-bg);
    color: var(--male-text);
    border-color: var(--male-border);
}

.gender-badge.NEUTRAL {
    background-color: var(--neutral-bg);
    color: var(--neutral-text);
    border-color: var(--neutral-border);
}

.voice-meta {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-family: monospace;
    margin-top: 0.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voice-id {
    font-size: 0.625rem;
    color: #94a3b8;
    font-family: monospace;
    margin-top: 0.25rem;
}

.voice-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    
}

@media(max-width:1024px){
    .voice-card{
        width: 48.7%;
    }
    .lang-pill{
        width: 31.8%;
    }
    .locales-grid{
        max-height: 400px;
    }
    .main-content{
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width:767px){
    .voice-card{
        width: 100%;
    }
    .lang-pill{
        width: 100%;
    }
    .locales-grid{
        max-height: 400px;
    }
    .main-content{
        padding-left: 16px;
        padding-right: 16px;
    }
    .gender-badge{
        display: none;
    }
}



/* Play/Stop Button */
.play-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid transparent;
}

.play-btn.preview {
    background-color: #09090b;
    color: white;
    border-color: #09090b;
}

.play-btn.preview:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-sm);
}

.play-btn.playing {
    background-color: var(--brand-color);
    color: var(--brand-text);
    border-color: var(--brand-color);
    box-shadow: 0 4px 14px 0 rgba(99, 102, 241, 0.39);
}

.play-btn svg {
    width: 0.875rem;
    height: 0.875rem;
    fill: currentColor;
}

.play-btn span {
    display: none;
}

@media (min-width: 640px) {
    .play-btn span {
        display: inline;
    }
}

/* Waveform */
.waveform {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 1.25rem;
}

.wave-bar {
    width: 2px;
    background-color: var(--brand-color);
    border-radius: var(--radius-full);
    transition: all 0.3s ease;
    height: 20%;
    opacity: 0.35;
}

.waveform.active .wave-bar {
    opacity: 1;
    animation: wave 1s ease-in-out infinite alternate;
}

@keyframes wave {
    0% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1.1);
    }
}

.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.hidden {
    display: none !important;
}/* End custom CSS */



