@font-face {
    font-family: 'Inter';
    src: url('../fonts/optimized/Inter-Regular-subset.woff2');
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body{
    font-family:  'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0 auto;
    overflow-x: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px !important;
    min-width: 550px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #323232;
}
@media (max-width: 578px) {
    p{
        font-size: 20px;
        line-height: 30px;
    }
}
.bgc-grey{
    background-color:#f7f9fa;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
section{
    padding-top: 80px;
    padding-bottom: 50px;
}
.target-fix {
    position: relative;
    top: -50px;
    display: block;
    height: 0;
    overflow: hidden;
}

footer{
    padding-top: 20px;
    font-size: 18px;
}


#menus-div{
    border-bottom: 1px solid #DFE3E8;
    width:100%;
    position: fixed;
    background-color: #fff;
    z-index: 1030;
    margin:auto; 
    /* margin-bottom: 100px; */
}

#menus-div .Navbar {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 15px;
    align-items: center;
}

#menus-div .Navbar > .logo-container {
    display: flex;
    align-items: center;
}

#menus-div .Navbar > .logo-container > .logo {
    display: inline-block;
    margin-left: 15px;
    padding-top: 6px;
}

#menus-div .Navbar > .logo-container > .logo img{
    width: 36px;
    height: 36px;
}

#menus-div .Navbar .logo-container .logo-text{
    display: inline-block;
    line-height: 60px;
    font-size: 28px;
    color: #002863;
    font-weight: 600;
    margin-left: 12px;
}

#menus-div .menus {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 880px) {
    #menus-div .menus {
        display: none;
    }
}

#menus-div .menus .menu {
    flex: none;
    margin-right: 60px;
}

#menus-div .menus .menu a {
    display: block;
    line-height: 60px;
    font-size: 17px;
    color: #19253c;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
#menus-div .menus .menu a:hover {
    color: #FA5320;
}
#menus-div .menus .active a {
    color: #FA5320;
    font-weight: 700;
}

#menus-div .Navbar button {
    display: inline-block;
    border-radius: 4px;
    background-color: #FA5320;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    width: 66px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    margin-left : 5px;
}

@media (max-width: 880px) {
    #menus-div .Navbar .buttons {
        display: flex !important;
        margin-left: auto;
        margin-right: 0;
        justify-content: flex-end;
        align-items: center;
        background: #fff; /* 临时调试用，便于观察 */
        z-index: 9999;
    }
}

#menus-div .Navbar button:hover {
    background-color: #0b0d1f;
}

#menus-div .toggle {
    display: none;
}

#menus-div .toggle > button {
    margin-right: 20px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 0.25rem;
}
#menus-div .toggle-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-size: 100% 100%;
}


#subject{
    padding-top: 150px;
}
#subject h1{
	font-size: 50px;
    letter-spacing: 2px;
    color: #FA5320;
    font-weight: bold;
}
@media (max-width: 768px) {
    #subject h1{
        font-size: 38px;
    }
}
#subject p{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
	margin-top: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #102a51;
    letter-spacing: 1px;
}

.title{
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #FA5320;
}
@media (max-width: 578px) {
    .title {
        font-size: 38px;
    }
}
.sub-title{
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #102a51;
}
@media (max-width: 578px) {
    .sub-title {
        font-size: 24px;
    }
}


#features {
    padding-top: 80px;
    padding-bottom: 80px;
}

.features-list {
    margin-top: 60px;
}

.feature-item {
    margin-bottom: 80px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-content {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-content.reverse {
    flex-direction: row-reverse;
}

.feature-text, .feature-image {
    min-width: 550px;
}

@media (max-width:1140px) {
    .feature-content {
        flex-direction: column !important;
    }
    .feature-text, .feature-image {
        width: 550px;
        text-align: center;
    }
}

.feature-text{
    padding-left: 40px;
    padding-right: 40px;
}

.feature-title {
    font-size: 24px;
    font-weight: bold;
    color: #FA5320;

    margin-bottom: 16px;
    line-height: 1.3;
}
@media (max-width: 578px) {
    .feature-title {
        font-size: 30px;
    }
}
.feature-title svg {
    color: #ec6e00;
    fill: #FA5320;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    width: 24px;
    height: 24px;
    display: inline-block;
    object-fit: contain;
}

.feature-description {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
@media (max-width: 578px) {
    .feature-description {
        font-size: 22px;
        line-height: 34px;
    }
}




#questions .accordion {
    background-color: white;
    color: #002863;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
    transition: 0.4s;
}

#questions h3{
    line-height: 18px;
    margin-top: 10px;
}

@media (max-width: 578px) {
    #questions .accordion {
        font-size: 18px;
        line-height: 24px;
    }
}

#questions .active{
    font-weight: 600;
}


#questions .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

#questions .accordion:after {
    content: '\25BC';  /* Unicode 字符 + 号 */
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 4px;

}

#questions .active:after {
    content: "\25B2";  /* Unicode 字符 - 号 */
    font-size: 4px;
}

footer{
    background-color: #102a51;
}
footer a{
    color: #fff;
    font-size: 10px;
}
@media (max-width: 578px) {
    footer a{
        font-size: 16px;
    }
}
footer .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    line-height: 12px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
}

footer h4{
    font-size: 12px;
    font-weight: normal;
    color: white;
    line-height: 50px;
}
@media (max-width: 578px) {
    footer h4{
        font-size: 16px;
    }
}

/* .terms-menu {
    line-height: 24px;
} */
/* .terms-subtitle {
    color: #707880;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
} */
/* .terms-menu li {
    margin-bottom: 10px;
}
.terms-menu a {
    color: #0F8DF4;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #0F8DF4;
}

.terms-menu li a.active {
    color: #1D262E;
    font-weight: 600;
    cursor: default;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-bottom: 0px;
} */

.terms-content h1 {
    text-align: center;
    font-weight: 700;
    margin: 0px 0px 50px;
    padding: 0px;
}
.terms-content h2 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    margin: 50px 0px 30px;
    border-bottom: 1px solid #DFE3E8;
}
.terms-content h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 40px 0px 15px;
}
.terms-content p {
    line-height: 28px;
    font-size: 17px;
    margin: 0 0 10px;
}
.terms-content .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: black;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
.terms-content ul {
    /*list-style-type: square !important;*/
    padding-left: 30px;
}

.terms-content li {
    /*list-style-position: inside;*/
    /*text-indent: 20px;*/
    list-style-type: disc;
    display: list-item;
    line-height: 28px;
    font-size: 17px;
    padding-left: 4px;

}

.terms-content table {
    font-size: 14px;
}
.terms-content table tr {
    border-bottom: 5px solid #DFE3E8 !important;
}
.terms-content table th {
    padding: 10px;
}

/* #data-sample .data-sample-content {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  gap: 20px;
} */

#data-sample .domain-input {
  width: 150px;
  display: flex;
  align-items: center;
  height: 400px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 45px;
}

#data-sample .arrow-img {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  opacity: 1;
  transform: none;
}

#data-sample .table-container {
  flex: 1;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

#data-sample .table-div {
  background-color: white;
}

#data-sample .table {
  height: 100%;
  background-color: white;
}

#data-sample .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

#data-sample .table th,
#data-sample .table td {
  padding: 20px;
  vertical-align: top;
  line-height: 1.2;
}



#data-sample .table td:last-child {
  text-align: center;
}

#data-sample .table .icon {
  width: 20px;
  height: 20px;
  fill: #10b981;
  vertical-align: middle;
}

#data-sample .table tr {
  border-top: 1px solid #dee2e6;
}

#data-sample .table thead tr {
  border-bottom: 2px solid #dee2e6;
}

#data-sample .table tbody + tbody tr:first-child {
  border-top: 2px solid #dee2e6;
}

#data-sample .table-bordered {
  border: 1px solid #dee2e6;
}

#data-sample .table-bordered tr {
  border: 1px solid #dee2e6;
}

#data-sample .table-bordered thead tr {
  border-bottom-width: 2px;
}

#data-sample .border {
  border: 1px solid #dee2e6 !important;
}



.terms-layout {
    display: flex;
    gap: 30px;
}

/* .terms-sidebar {
    flex: 0 0 300px;
} */

.terms-content {
    flex: 1;
    padding-left: 30px;
}



#testimonials {
    background-color: #f7f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}


#testimonials .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}
@media (max-width: 880px) {
    #testimonials .testimonials-grid {
        grid-template-columns: 1fr !important;
        width: 100%;
        justify-items: center; /* 让子项居中 */
    }
    #testimonials .testimonial-item {
        max-width: 550px;
        width: 100%;
        margin: 0 auto;
    }
}

#testimonials .testimonial-item {
    background: white;
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}



#testimonials .testimonial-content {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#testimonials .testimonial-text {
    flex: 1;
    margin-bottom: 30px;
    position: relative;
}

#testimonials .testimonial-text::before {
    content: '"';
    font-size: 60px;
    color: #ec6e00;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
    opacity: 0.3;
}

#testimonials .testimonial-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    font-style: italic;
    margin: 0;
    padding-left: 20px;
}
@media (max-width: 578px) {
    #testimonials .testimonial-text p {
        font-size: 22px;
        line-height: 30px;
    }
}
#testimonials .testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

#testimonials .author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #ec6e00;
}

#testimonials .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#testimonials .author-info h4 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 600;
    color: #102a51;
}

#testimonials .author-info p {
    margin: 0;
    font-size: 15px;
    color: #666;
    font-weight: 400;
}



.css-icon {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.css-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.feature-image-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.9/1;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin: 0;
}

#specific-emails-container {
    gap: 30px;
}

/* #specific-emails-container .filter-concept {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    justify-content: center;
} */
#specific-emails-container .input-emails {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    max-width: 200px;
}
#specific-emails-container .email-box {
    background: #e9ecef;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    position: relative;
}
#specific-emails-container .output-contact {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 36px 25px;
    border-radius: 14px;
    text-align: center;
    flex: 1;
    max-width: 200px;
    box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
    position: relative;
}
#specific-emails-container .contact-avatar {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
#specific-emails-container .contact-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#specific-emails-container .contact-title {
    font-size: 14px;
    opacity: 0.9;
}
#specific-emails-container .contact-email {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 3px;
}
#specific-emails-container .cross-mark {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
#specific-emails-container .check-mark {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
#specific-emails-container .divider {
    width: 1px;
    background: #e0e0e0;
    height: 100%;
    min-height: 200px;
}


#priority-targeting-container .input-section {
    width: 220px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#priority-targeting-container .user-card {
    background: white;
    padding: 30px 10px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    text-align: center;
    width: 100%;
    max-width: 280px;
}
#priority-targeting-container .user-icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    border: 2px solid #e8e8e8;
}
#priority-targeting-container .user-role {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
#priority-targeting-container .user-need {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}
#priority-targeting-container .output-section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#priority-targeting-container .output-header {
    text-align: center;
    margin-bottom: 10px;
}
#priority-targeting-container .output-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}
#priority-targeting-container .output-subtitle {
    font-size: 13px;
    color: #888;
}
#priority-targeting-container .results-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#priority-targeting-container .result-item {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: white;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}
#priority-targeting-container .result-item.highlighted {
    background: #fefef9;
    border-color: #f0c465;
}
#priority-targeting-container .rank-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}
#priority-targeting-container .result-item.highlighted .rank-circle {
    background: #f0c465;
    color: #8b5a00;
}
#priority-targeting-container .job-title {
    flex: 1;
    margin-left: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
#priority-targeting-container .priority-indicator {
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
#priority-targeting-container .result-item.highlighted .priority-indicator {
    opacity: 1;
}


#bulk-search-container .domains-section {
    position: absolute;
    left: 25px;
    top: 30px;
    width: 160px;
}
#bulk-search-container .domains-header {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
#bulk-search-container .domains-count {
    background: #4f46e5;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}
#bulk-search-container .domain-item {
    background: white;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    font-size: 12px;
}
#bulk-search-container .domain-icon {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-weight: 600;
}
#bulk-search-container .domain-name {
    color: #374151;
    font-weight: 500;
}
#bulk-search-container .more-domains {
    color: #6b7280;
    font-style: italic;
    text-align: center;
    padding: 6px;
    font-size: 11px;
}
#bulk-search-container .search-action {
    position: absolute;
    left: 260px;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#bulk-search-container .search-text {
    background: #4f46e5;
    color: white;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
#bulk-search-container .results-section {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 200px;
}
#bulk-search-container .results-header {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    text-align: center;
}
#bulk-search-container .domain-result {
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #10b981;
}
#bulk-search-container .result-domain {
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
#bulk-search-container .result-count {
    background: #dcfce7;
    color: #166534;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 8px;
    margin-left: auto;
    font-weight: 600;
}

#rich-contact-container {
    gap: 10px;
}

#rich-contact-container .email-only {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px;
    width: 240px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}
#rich-contact-container .email-only::before {
    content: '❌';
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #ef4444;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}
#rich-contact-container .rich-contact {
    background: #f0fdf4;
    border: 2px solid #10b981;
    border-radius: 12px;
    padding: 20px 10px;
    width: 240px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
    display: flex;
    flex-direction: column;
}
#rich-contact-container .rich-contact::before {
    content: '✓';
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #10b981;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}
#rich-contact-container .contact-header {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 18px;
}
#rich-contact-container .contact-fields {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#rich-contact-container .field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 6px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}
#rich-contact-container .rich-contact .field {
    border-color: #10b981;
}
#rich-contact-container .field-icon {
    font-size: 14px;
    width: 18px;
}
#rich-contact-container .field-value {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    flex: 1;
    text-align: left;
}
#rich-contact-container .missing-value {
    color: #9ca3af;
    font-style: italic;
}
#rich-contact-container .highlight-name {
    background: #dbeafe;
    color: #1d4ed8;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 600;
}
#rich-contact-container .highlight-title {
    background: #fef3c7;
    color: #d97706;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 600;
}
#rich-contact-container .vs-divider {
    font-size: 18px;
    color: #9ca3af;
    font-weight: bold;
}

#email-verification-container {
    padding: 0px;
}
#email-verification-container .input-section {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
#email-verification-container .section-title {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
#email-verification-container .email-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    background: white;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    font-size: 13px;
}
#email-verification-container .email-address {
    color: #4a5568;
}
#email-verification-container .email-invalid {
    background: #fed7d7;
    border-color: #feb2b2;
    opacity: 0.7;
}
#email-verification-container .email-invalid .email-address {
    color: #c53030;
    text-decoration: line-through;
}
#email-verification-container .status-icon {
    font-size: 16px;
}
#email-verification-container .valid-icon {
    color: #38a169;
}
#email-verification-container .invalid-icon {
    color: #e53e3e;
    text-decoration: none;
}
#email-verification-container .output-section {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: #f0fff4;
}
#email-verification-container .valid-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    background: white;
    border-radius: 5px;
    border: 1px solid #68d391;
    font-size: 13px;
}
#email-verification-container .arrow-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4a5568;
    z-index: 10;
}
#email-verification-container .guarantee-badge {
    position: absolute;
    top:5px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}
#email-verification-container .result-summary {
    text-align: center;
    margin-top: 15px;
    padding: 6px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 8px;
    font-size: 13px;
    color: #047857;
    font-weight: 500;
}
#email-verification-container .divider {
    position: absolute;
    left: 50%;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: #e2e8f0;
    transform: translateX(-50%);
}

#instant-access-container {
    gap: 16px;
}

#instant-access-container .restrictions-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#instant-access-container .restriction-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #fef2f2;
    border: 2px solid #fecaca;
    border-radius: 8px;
    position: relative;
}
#instant-access-container .restriction-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    object-fit: contain;
    border-radius: 0;
    color: grey;
}
#instant-access-container .restriction-text {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}
#instant-access-container .red-x {
    color: #ef4444;
    font-size: 28px;
    font-weight: bold;
    margin-left: auto;
}
#instant-access-container .vs-arrow {
    font-size: 32px;
    color: #10b981;
}
#instant-access-container .instant-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
#instant-access-container .browser-showcase {
    width: 200px;
    height: 120px;
    background: #ffffff;
    border-radius: 8px;
    border: 3px solid #10b981;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2);
    position: relative;
    overflow: hidden;
}
#instant-access-container .browser-header {
    height: 20px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    padding: 0 8px;
    gap: 4px;
    border-bottom: 1px solid #e5e7eb;
}
#instant-access-container .browser-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
#instant-access-container .dot1 { background: #ef4444; }
#instant-access-container .dot2 { background: #f59e0b; }
#instant-access-container .dot3 { background: #10b981; }
#instant-access-container .url-area {
    flex: 1;
    height: 10px;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 8px;
    position: relative;
}
#instant-access-container .url-area::after {
    content: 'moreemail.com';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6px;
    color: #10b981;
    font-weight: 600;
}
#instant-access-container .browser-content {
    flex: 1;
    background: #f0fdf4;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#instant-access-container .content-line {
    height: 6px;
    background: #d1fae5;
    border-radius: 2px;
}
#instant-access-container .content-line:nth-child(1) { width: 80%; background: #10b981; }
#instant-access-container .content-line:nth-child(2) { width: 60%; }
#instant-access-container .content-line:nth-child(3) { width: 90%; }
#instant-access-container .content-line:nth-child(4) { width: 70%; }
#instant-access-container .instant-badge {
    background: #10b981;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
#instant-access-container .feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}
#instant-access-container .feature-tag {
    background: #f0fdf4;
    border: 1px solid #10b981;
    color: #10b981;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}
#instant-access-container .section-title {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 8px;
}

#priority-targeting-container .arrow {
    font-size: 24px;
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* data-sample */
.domain-input-animate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 30px 0;
    background: none;
}
.domain-input-animate input {
    width: 180px;
    font-size: 18px;
    padding: 10px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px 0 0 8px;
    outline: none;
    transition: border 0.2s;
    background: #fff;
    color: #102a51;
}
/* .domain-input-animate input:focus {
    border-color: #ec6e00;
} */
.domain-input-animate button {
    font-size: 16px;
    padding: 10px 22px;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #ec6e00;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(236,110,0,0.08);
    position: relative;
    overflow: hidden;
}

/* .domain-input-animate button:hover {
    background: #d95c00;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(236,110,0,0.2);
} */

/* .domain-input-animate button:active {
    background: #c54a00;
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(236,110,0,0.15);
    transition: all 0.1s ease;
} */

/* .domain-input-animate button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
} */

/* .domain-input-animate button:hover::before {
    width: 300px;
    height: 300px;
} */

.domain-input-animate button:disabled {
    background: #f3c29a;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 8px rgba(236,110,0,0.08);
}

/*  */
/* .domain-input-animate button.hover-effect {
    background: #d95c00;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(236,110,0,0.2);
} */

/* .domain-input-animate button.hover-effect::before {
    width: 300px;
    height: 300px;
}

.domain-input-animate.big button.hover-effect {
    background: #d95c00;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(236,110,0,0.2);
}

.domain-input-animate.big button.hover-effect::before {
    width: 300px;
    height: 300px;
} */


.table-container {
    transition: opacity 0.7s cubic-bezier(.4,2,.6,1), transform 0.7s cubic-bezier(.4,2,.6,1);
    opacity: 0;
    transform: translateY(40px);
}
.table-container.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto;
}
.mouse-cursor {
    position: absolute;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.4));
    transition: none;
}

.mouse-cursor.show {
    opacity: 1;
}

.mouse-cursor svg {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    display: block;
}

.mouse-cursor svg path {
    fill: white !important;
}

/*  */


.search-animate-wrapper {
  position: relative;
  width: 100%;
  height: 480px;
  min-height: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
/* .domain-input-animate.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.7s cubic-bezier(.4,2,.6,1);
  z-index: 2;
} */
.domain-input-animate.big input {
  font-size: 22px;
  width: 340px;
  height: 44px;
}
.domain-input-animate.big button {
  font-size: 20px;
  height: 44px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.domain-input-animate.to-top {
  top: 0px;
  left: 50%;
  transform: translate(-50%,0);
  box-shadow: none;
  position: absolute;
}
.table-container {
  margin-top: 100px;
  transition: opacity 0.7s cubic-bezier(.4,2,.6,1);
}
/* .table-container.show {
  opacity: 1 !important;
  pointer-events: auto;
} */


/* data-sample */
#search-result .table-div {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(16,42,81,0.10);
    overflow: hidden;
}
#search-result .table {
    width: 100%;
    width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    box-shadow: none;
}
@media (max-width: 800px) {
    #data-sample .table-div {
        width: 100%;
    }
    #data-sample .table {
        width: 500px;
    }
}
#search-result .table th {
    background: #f2f4f8;
    color: #102a51;
    font-weight: 700;
    padding: 8px 16px;
    font-size: 17px;
    letter-spacing: 0.5px;
}
#search-result .table td {
    padding: 8px 16px;
    color: #323232;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    font-size: 15px;
    white-space: nowrap;
}
@media (max-width: 578px){
    #search-result .table td {
        font-size: 14px;
        padding: 8px 4px;
    }
}

#search-result .table tr:last-child td {
    border-bottom: none;
}
#search-result .table tbody tr:hover {
    background: #f7f9fa;
    transition: background 0.2s;
}
#search-result .table-bordered {
    border: none;
}
#search-result .border {
    border: none !important;
}

/*  */
/* .domain-input-animate.fade-out {
  opacity: 0;
  transform: translate(-50%,-70px) scale(0.95);
  transition: all 0.4s cubic-bezier(.4,2,.6,1);
  pointer-events: none;
} */
.domain-input-animate.to-top.slide-in {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%,-60px);
  opacity: 0;
  transition: none;
  z-index: 2;
  pointer-events: none;
}
.domain-input-animate.to-top.slide-in.show {
  transform: translate(-50%,0);
  opacity: 1;
  transition: all 0.7s cubic-bezier(.4,2,.6,1);
  pointer-events: auto;
}
.table-container.slide-in {
  opacity: 0;
  transform: translateY(-60px);
  transition: none;
}
.table-container.slide-in.show {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(.4,2,.6,1);
}


#pricing .pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 880px) {
    #pricing .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 400px) {
    #pricing .pricing-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

#pricing .pricing-grid {
    display: grid;
    gap: 20px;
    margin-top: 3rem;
    text-align: center;
  }

#pricing .pricing-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 24px 32px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
#pricing .pricing-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}


#pricing .plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
#pricing .plan-name {
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
}
#pricing .plan-tags {
    display: flex;
    gap: 8px;
}
#pricing .tag {
    background: #f3f4f6;
    color: #6b7280;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

#pricing .credits-section {
    margin-bottom: 20px;
}
#pricing .credits-main {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #111827;
    margin-bottom: 4px;
}
@media (max-width: 578px) {
    #pricing .credits-main {
        font-size: 32px;
    }
}   
#pricing .credits-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin-left: 6px;
}
#pricing .savings-badge {
    position: absolute;
    top: -12px;
    right: 26px;
    background-color: #67c23a;
    color: white;
    padding: 1px 6px;
    border-radius: 10px;
    font-size: 12px;
    transform: rotate(15deg);
    z-index: 2;
    letter-spacing: 0.5px;
    line-height: 18px;
}
#pricing .price-section {
    margin-top: 38px;
    margin-bottom: 28px;
    position: relative;
}
#pricing .price-main {
    display: inline-block;
    position: relative;
}
#pricing .price-amount {
    font-size: 26px;
    font-weight: 700;
    color: #FA5320;
    line-height: 1;
}
#pricing .price-currency {
    font-size: 18px;
    font-weight: 600;
    color: #FA5320;
    vertical-align: top;
    margin-right: 2px;
    line-height: 1;
}

#pricing .select-btn {
    background: #2563eb;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 20px;
}
#pricing .select-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}
#pricing .features-list {
    padding-left: 30px;
    margin-top: 10px;
    list-style: none;
    text-align: left;
}
#pricing .features-list li {
    padding: 6px 0;
    font-size: 14px;
    color: #6b7280;
    position: relative;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
@media (max-width: 578px) {
    #pricing .features-list li {
        font-size: 17px;
    }
}
#pricing .features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 0.9rem;
}
#pricing .footer-note {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    margin-top: 30px;
}





/* Founder Section */
.founder-section {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    padding: 20px;
    gap: 50px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    margin: 20px auto 0;
}
.founder-avatar {
    width: 240px;
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    flex-shrink: 0;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.1);
    transition: all 0.4s ease;
}
.founder-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 0.4s ease;
    filter: contrast(1.1) saturate(1.1);
}

@media (max-width: 768px) {
    .founder-avatar {
        display: none ;
    }
}

.founder-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}
.founder-name {
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    margin-top: 30px;
}
.founder-title {
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
    margin-top: 4px;
    margin-left: 2px;
    font-style: italic;
}
.founder-quote {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    position: relative;
    padding: 24px 0;
    font-style: italic;
}
@media (max-width: 578px) {
    .founder-quote {
        font-size: 22px;
        line-height: 32px;
    }
}
.founder-quote::before,
.founder-quote::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 1px;
}
.founder-quote::before {
    top: 0;
    left: 0;
}
.founder-quote::after {
    bottom: 0;
    right: 0;
}
.decorative-element {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(59,130,246,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.decorative-element::before {
    content: '';
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    opacity: 0.1;
    animation: rotate 10s linear infinite;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.trusted-by {
    /* margin: 48px auto 0 auto; */
    margin-top: -20px;
    padding: 0 15px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 1px solid #e5e7eb; */
    text-align: left;
    /* max-width: 900px; */
}



.trusted-title {
    color: #4a5a7a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 36px;
    letter-spacing: 0.5px;
    min-width: 120px;
    text-align: left;
}
.trusted-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.trusted-logos img {
    height: 28px;
    filter: grayscale(1) brightness(0.6);
    opacity: 0.8;
}





