.elementor-13939 .elementor-element.elementor-element-a303634{--display:flex;}.elementor-13939 .elementor-element.elementor-element-dc17a36{--display:flex;}/* Start custom CSS for html, class: .elementor-element-079b989 *//* Hero Section */
.hero-section {
    padding: 80px 0;
}

.hero-content {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 48px;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 16px;
}

.hero-badge span {
    color: #0066FF;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 24px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 64px;
    }
}

.hero-description {
    font-size: 18px;
    color: #64748B;
    margin-bottom: 32px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .hero-description {
        font-size: 20px;
    }
}

/* Search Card */
.search-card {
    background: white;
    border: 1px solid rgba(0, 102, 255, 0.1);
    border-radius: 12px;
    max-width: 896px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.card-content {
    padding: 32px;
}

/* Lookup Tabs */
.lookup-tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.tab-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 4px;
    background-color: #F5F8FF;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #64748B;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-btn:hover {
    color: #0066FF;
}

.tab-btn.active {
    background-color: white;
    color: #0066FF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tab-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.tab-content {
    flex: 1;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Search Form */
.search-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #0F172A;
    margin-bottom: 8px;
}

.search-input-group {
    display: flex;
    gap: 12px;
}

.search-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
    height: 36px;
}

.search-input:focus {
    border-color: #0066FF;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: linear-gradient(90deg, #0066FF 0%, #00AEEF 100%);
    cursor: pointer;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.search-btn:hover {
    opacity: 0.9;
}

.search-btn svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.form-hint {
    font-size: 14px;
    color: #64748B;
    margin-top: 8px;
}

/* Features Grid */
.features-grid {
    display: grid;
    gap: 24px;
    margin-top: 48px;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    background: white;
    border: 1px solid rgba(0, 102, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.feature-content {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066FF 0%, #00AEEF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: white;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature-title {
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
    font-size: 16px;
}

.feature-description {
    color: #64748B;
    font-size: 14px;
    line-height: 1.5;
}

/* Guide Section */
.guide-section {
    padding: 80px 0;
    background-color: white;
}

.guide-content {
    max-width: 768px;
    margin: 0 auto;
}

.guide-title {
    font-size: 32px;
    font-weight: bold;
    color: #0F172A;
    margin-bottom: 32px;
    text-align: center;
}

.guide-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.step-card {
    background: white;
    border: 1px solid rgba(0, 102, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.step-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.step-content {
    padding: 24px;
    display: flex;
    gap: 16px;
}

.step-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0066FF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.step-title {
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
    font-size: 16px;
}

.step-description {
    color: #64748B;
    line-height: 1.5;
    font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da1c791 *//* Hero Section */
.hero-section {
    padding: 80px 0;
}

/* Features Grid */
.features-grid {
    display: grid;
    gap: 24px;
    margin-top: 48px;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card {
    background: white;
    border: 1px solid rgba(0, 102, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.feature-content {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066FF 0%, #00AEEF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: white;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
}

.feature-title {
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
    font-size: 16px;
}

.feature-description {
    color: #64748B;
    font-size: 14px;
    line-height: 1.5;
}/* End custom CSS */