Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>GlobalStart | US Company Registration for Non-Residents</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%); | |
| } | |
| .state-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .progress-tracker { | |
| position: relative; | |
| } | |
| .progress-tracker::after { | |
| content: ''; | |
| position: absolute; | |
| top: 50%; | |
| left: 0; | |
| right: 0; | |
| height: 2px; | |
| background: #e5e7eb; | |
| z-index: 1; | |
| } | |
| .progress-step { | |
| z-index: 2; | |
| } | |
| .language-selector:hover .language-dropdown { | |
| display: block; | |
| } | |
| .animated-arrow { | |
| transition: transform 0.3s ease; | |
| } | |
| .rotate-arrow { | |
| transform: rotate(180deg); | |
| } | |
| .feature-card:hover .feature-icon { | |
| transform: scale(1.1); | |
| } | |
| @keyframes pulse { | |
| 0%, 100% { | |
| opacity: 1; | |
| } | |
| 50% { | |
| opacity: 0.5; | |
| } | |
| } | |
| .animate-pulse { | |
| animation: pulse 2s infinite; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800"> | |
| <!-- Language Selector --> | |
| <div class="bg-gray-100 py-2 px-4 flex justify-end"> | |
| <div class="language-selector relative"> | |
| <button class="flex items-center text-sm font-medium text-gray-700"> | |
| <i class="fas fa-globe mr-2"></i> | |
| English | |
| <i class="fas fa-chevron-down ml-1 text-xs animated-arrow"></i> | |
| </button> | |
| <div class="language-dropdown hidden absolute right-0 mt-2 w-48 bg-white rounded-md shadow-lg z-50"> | |
| <div class="py-1"> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Español</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">中文</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">العربية</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Português</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i class="fas fa-building text-blue-600 text-2xl mr-2"></i> | |
| <span class="text-xl font-bold text-blue-600">GlobalStart</span> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:space-x-8"> | |
| <a href="#" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Services</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Pricing</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Resources</a> | |
| <a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Contact</a> | |
| </div> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-150 ease-in-out"> | |
| Client Login | |
| </button> | |
| </div> | |
| <div class="-mr-2 flex items-center sm:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500"> | |
| <span class="sr-only">Open main menu</span> | |
| <i class="fas fa-bars"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="gradient-bg text-white"> | |
| <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl"> | |
| Start Your US Company from Anywhere | |
| </h1> | |
| <p class="mt-6 max-w-2xl mx-auto text-xl"> | |
| The easiest way for non-residents to form a US LLC or Corporation. Get your business registered in as little as 24 hours. | |
| </p> | |
| <div class="mt-10 flex justify-center"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#registration" class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10"> | |
| Get Started Now | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex"> | |
| <a href="#" class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10"> | |
| <i class="fas fa-play-circle mr-2"></i> Watch Video | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Trust Badges --> | |
| <div class="bg-gray-50 py-8"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex flex-wrap justify-center items-center space-x-8"> | |
| <div class="flex items-center"> | |
| <i class="fas fa-shield-alt text-blue-500 text-3xl mr-2"></i> | |
| <span class="text-sm font-medium text-gray-700">Secure & Confidential</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i class="fas fa-clock text-blue-500 text-3xl mr-2"></i> | |
| <span class="text-sm font-medium text-gray-700">24-48 Hour Processing</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i class="fas fa-globe-americas text-blue-500 text-3xl mr-2"></i> | |
| <span class="text-sm font-medium text-gray-700">100+ Countries Served</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i class="fas fa-star text-blue-500 text-3xl mr-2"></i> | |
| <span class="text-sm font-medium text-gray-700">4.9/5 Customer Rating</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Why Choose Us --> | |
| <div class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Why GlobalStart</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| The Complete US Business Solution | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| We handle everything from company formation to banking, taxes, and compliance. | |
| </p> | |
| </div> | |
| <div class="mt-20"> | |
| <div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-4"> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
| <div class="rounded-md bg-blue-50 p-3 inline-flex mb-4 feature-icon transition duration-300"> | |
| <i class="fas fa-file-signature text-blue-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Fast Company Formation</h3> | |
| <p class="text-gray-500"> | |
| Get your LLC or Corporation registered in any US state within 24-48 hours. | |
| </p> | |
| </div> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
| <div class="rounded-md bg-blue-50 p-3 inline-flex mb-4 feature-icon transition duration-300"> | |
| <i class="fas fa-university text-blue-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">US Bank Account</h3> | |
| <p class="text-gray-500"> | |
| Open a US business bank account remotely without visiting the US. | |
| </p> | |
| </div> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
| <div class="rounded-md bg-blue-50 p-3 inline-flex mb-4 feature-icon transition duration-300"> | |
| <i class="fas fa-id-card text-blue-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">EIN & Tax ID</h3> | |
| <p class="text-gray-500"> | |
| Obtain your Employer Identification Number (EIN) from the IRS. | |
| </p> | |
| </div> | |
| <div class="feature-card relative bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300"> | |
| <div class="rounded-md bg-blue-50 p-3 inline-flex mb-4 feature-icon transition duration-300"> | |
| <i class="fas fa-headset text-blue-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Dedicated Support</h3> | |
| <p class="text-gray-500"> | |
| Multilingual support team available 24/7 to answer your questions. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- State Comparison --> | |
| <div class="py-16 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl"> | |
| Choose the Best State for Your Business | |
| </h2> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> | |
| Compare the most popular states for non-resident company formation | |
| </p> | |
| </div> | |
| <div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-3"> | |
| <div class="state-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300"> | |
| <div class="px-6 py-8 bg-blue-600 text-white"> | |
| <h3 class="text-2xl font-bold">Delaware</h3> | |
| <p class="mt-2">Best for Corporations</p> | |
| </div> | |
| <div class="px-6 py-4"> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>No state corporate income tax for out-of-state companies</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Strong legal protections</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Business-friendly courts</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Privacy protection</span> | |
| </li> | |
| </ul> | |
| <div class="mt-6"> | |
| <span class="text-2xl font-bold">$399</span> | |
| <span class="text-gray-500">+ state fees</span> | |
| </div> | |
| <button class="mt-4 w-full bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded-md transition duration-300"> | |
| Form in Delaware | |
| </button> | |
| </div> | |
| </div> | |
| <div class="state-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300"> | |
| <div class="px-6 py-8 bg-blue-800 text-white"> | |
| <h3 class="text-2xl font-bold">Wyoming</h3> | |
| <p class="mt-2">Best for LLCs</p> | |
| </div> | |
| <div class="px-6 py-4"> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>No corporate or personal income tax</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Low annual fees</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Strong asset protection</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Privacy protection</span> | |
| </li> | |
| </ul> | |
| <div class="mt-6"> | |
| <span class="text-2xl font-bold">$299</span> | |
| <span class="text-gray-500">+ state fees</span> | |
| </div> | |
| <button class="mt-4 w-full bg-blue-800 hover:bg-blue-900 text-white py-2 px-4 rounded-md transition duration-300"> | |
| Form in Wyoming | |
| </button> | |
| </div> | |
| </div> | |
| <div class="state-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300"> | |
| <div class="px-6 py-8 bg-blue-500 text-white"> | |
| <h3 class="text-2xl font-bold">New Mexico</h3> | |
| <p class="mt-2">Most Affordable</p> | |
| </div> | |
| <div class="px-6 py-4"> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>No annual reports required</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Low formation costs</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>No business license required</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Privacy protection</span> | |
| </li> | |
| </ul> | |
| <div class="mt-6"> | |
| <span class="text-2xl font-bold">$199</span> | |
| <span class="text-gray-500">+ state fees</span> | |
| </div> | |
| <button class="mt-4 w-full bg-blue-500 hover:bg-blue-600 text-white py-2 px-4 rounded-md transition duration-300"> | |
| Form in New Mexico | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 text-center"> | |
| <button class="inline-flex items-center px-6 py-3 border border-gray-300 shadow-sm text-base font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50"> | |
| Compare All 50 States | |
| <i class="fas fa-chevron-right ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Registration Process --> | |
| <div id="registration" class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Simple Process</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Start Your US Company in 3 Easy Steps | |
| </p> | |
| </div> | |
| <div class="mt-16"> | |
| <div class="progress-tracker flex justify-between items-center mb-12"> | |
| <div class="progress-step flex flex-col items-center"> | |
| <div class="flex items-center justify-center w-16 h-16 rounded-full bg-blue-600 text-white text-xl font-bold"> | |
| 1 | |
| </div> | |
| <div class="mt-4 text-center"> | |
| <h3 class="text-lg font-medium text-gray-900">Complete Your Details</h3> | |
| <p class="mt-2 text-gray-500">Fill out our simple online form</p> | |
| </div> | |
| </div> | |
| <div class="progress-step flex flex-col items-center"> | |
| <div class="flex items-center justify-center w-16 h-16 rounded-full bg-blue-600 text-white text-xl font-bold"> | |
| 2 | |
| </div> | |
| <div class="mt-4 text-center"> | |
| <h3 class="text-lg font-medium text-gray-900">Review & Payment</h3> | |
| <p class="mt-2 text-gray-500">Confirm your details and make payment</p> | |
| </div> | |
| </div> | |
| <div class="progress-step flex flex-col items-center"> | |
| <div class="flex items-center justify-center w-16 h-16 rounded-full bg-blue-600 text-white text-xl font-bold"> | |
| 3 | |
| </div> | |
| <div class="mt-4 text-center"> | |
| <h3 class="text-lg font-medium text-gray-900">Receive Documents</h3> | |
| <p class="mt-2 text-gray-500">Get your company documents via email</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 bg-gray-50 rounded-lg p-8"> | |
| <h3 class="text-2xl font-bold text-gray-900 mb-6">Start Your Application</h3> | |
| <div class="grid grid-cols-1 gap-6 md:grid-cols-2"> | |
| <div> | |
| <label for="entity-type" class="block text-sm font-medium text-gray-700">Business Type</label> | |
| <select id="entity-type" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md"> | |
| <option>Limited Liability Company (LLC)</option> | |
| <option>C Corporation</option> | |
| <option>S Corporation</option> | |
| <option>Non-Profit</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label for="state" class="block text-sm font-medium text-gray-700">State of Formation</label> | |
| <select id="state" class="mt-1 block w-full pl-3 pr-10 py-2 text-base border-gray-300 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm rounded-md"> | |
| <option>Delaware</option> | |
| <option>Wyoming</option> | |
| <option>New Mexico</option> | |
| <option>Florida</option> | |
| <option>Texas</option> | |
| <option>Other States...</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label for="company-name" class="block text-sm font-medium text-gray-700">Desired Company Name</label> | |
| <input type="text" id="company-name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"> | |
| </div> | |
| <div> | |
| <label for="email" class="block text-sm font-medium text-gray-700">Your Email</label> | |
| <input type="email" id="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm"> | |
| </div> | |
| </div> | |
| <div class="mt-6"> | |
| <label class="inline-flex items-center"> | |
| <input type="checkbox" class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded"> | |
| <span class="ml-2 text-sm text-gray-700">I also need a US bank account</span> | |
| </label> | |
| </div> | |
| <div class="mt-8"> | |
| <button class="w-full bg-blue-600 hover:bg-blue-700 text-white py-3 px-4 rounded-md text-lg font-medium transition duration-300"> | |
| Continue to Step 2 | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Pricing Calculator --> | |
| <div class="py-16 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl"> | |
| Transparent Pricing | |
| </h2> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> | |
| Know exactly what you'll pay with our interactive calculator | |
| </p> | |
| </div> | |
| <div class="mt-12 bg-white rounded-lg shadow-md overflow-hidden"> | |
| <div class="p-6"> | |
| <div class="grid grid-cols-1 gap-8 md:grid-cols-2"> | |
| <div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-4">Select Services</h3> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="flex items-center h-5"> | |
| <input id="service-formation" name="service-formation" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-300 rounded" checked> | |
| </div> | |
| <div class="ml-3 text-sm"> | |
| <label for="service-formation" class="font-medium text-gray-700">Company Formation</label> | |
| <p class="text-gray-500">Includes state filing fees and registered agent for 1 year</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex items-center h-5"> | |
| <input id="service-ein" name="service-ein" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-300 rounded" checked> | |
| </div> | |
| <div class="ml-3 text-sm"> | |
| <label for="service-ein" class="font-medium text-gray-700">EIN (Tax ID) Registration</label> | |
| <p class="text-gray-500">Required to open bank accounts and hire employees</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex items-center h-5"> | |
| <input id="service-bank" name="service-bank" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-300 rounded"> | |
| </div> | |
| <div class="ml-3 text-sm"> | |
| <label for="service-bank" class="font-medium text-gray-700">US Bank Account</label> | |
| <p class="text-gray-500">Open remotely without visiting the US</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex items-center h-5"> | |
| <input id="service-expedited" name="service-expedited" type="checkbox" class="focus:ring-blue-500 h-4 w-4 text-blue-600 border-gray-300 rounded"> | |
| </div> | |
| <div class="ml-3 text-sm"> | |
| <label for="service-expedited" class="font-medium text-gray-700">Expedited Processing</label> | |
| <p class="text-gray-500">Get your company formed in 24 hours</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-4">Price Summary</h3> | |
| <div class="bg-gray-50 rounded-lg p-4"> | |
| <div class="flex justify-between py-2 border-b border-gray-200"> | |
| <span class="text-gray-600">Company Formation (Delaware LLC)</span> | |
| <span class="font-medium">$399.00</span> | |
| </div> | |
| <div class="flex justify-between py-2 border-b border-gray-200"> | |
| <span class="text-gray-600">State Filing Fees</span> | |
| <span class="font-medium">$90.00</span> | |
| </div> | |
| <div class="flex justify-between py-2 border-b border-gray-200"> | |
| <span class="text-gray-600">EIN Registration</span> | |
| <span class="font-medium">$99.00</span> | |
| </div> | |
| <div class="flex justify-between py-2"> | |
| <span class="text-gray-600">Registered Agent (1st Year)</span> | |
| <span class="font-medium">$149.00</span> | |
| </div> | |
| <div class="mt-4 pt-4 border-t border-gray-200"> | |
| <div class="flex justify-between"> | |
| <span class="text-lg font-medium">Total</span> | |
| <span class="text-xl font-bold">$737.00</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-6 bg-blue-50 rounded-lg p-4"> | |
| <div class="flex"> | |
| <div class="flex-shrink-0"> | |
| <i class="fas fa-gift text-blue-600"></i> | |
| </div> | |
| <div class="ml-3"> | |
| <h3 class="text-sm font-medium text-blue-800">Limited Time Offer</h3> | |
| <div class="mt-2 text-sm text-blue-700"> | |
| <p>Get 10% off when you add a US bank account to your order.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonials --> | |
| <div class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Testimonials</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Trusted by Entrepreneurs Worldwide | |
| </p> | |
| </div> | |
| <div class="mt-16"> | |
| <div class="grid grid-cols-1 gap-8 md:grid-cols-3"> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Maria G."> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Maria G.</h4> | |
| <p class="text-gray-500">Spain</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600"> | |
| "As a non-resident, I thought forming a US company would be complicated. GlobalStart made it incredibly easy and guided me through every step. Now my e-commerce business has a US presence!" | |
| </p> | |
| <div class="mt-4 flex"> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| </div> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/45.jpg" alt="Raj P."> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Raj P.</h4> | |
| <p class="text-gray-500">India</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600"> | |
| "The bank account service was a game-changer for my SaaS business. I couldn't believe I could open a US bank account from India without traveling. GlobalStart's team was responsive and professional." | |
| </p> | |
| <div class="mt-4 flex"> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| </div> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg"> | |
| <div class="flex items-center mb-4"> | |
| <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Sophie L."> | |
| <div class="ml-4"> | |
| <h4 class="text-lg font-medium">Sophie L.</h4> | |
| <p class="text-gray-500">France</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600"> | |
| "I compared several services before choosing GlobalStart. Their expertise in Delaware corporations was exactly what my tech startup needed. The documents arrived faster than promised." | |
| </p> | |
| <div class="mt-4 flex"> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| <i class="fas fa-star text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- FAQ --> | |
| <div class="py-16 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">FAQs</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Frequently Asked Questions | |
| </p> | |
| </div> | |
| <div class="mt-12 max-w-3xl mx-auto"> | |
| <div class="space-y-6"> | |
| <div class="bg-white shadow overflow-hidden rounded-lg"> | |
| <div class="px-4 py-5 sm:p-6 cursor-pointer faq-item"> | |
| <div class="flex justify-between items-center"> | |
| <h3 class="text-lg font-medium text-gray-900">Can I form a US company without being a US citizen or resident?</h3> | |
| <i class="fas fa-chevron-down text-gray-400 animated-arrow"></i> | |
| </div> | |
| <div class="mt-2 text-gray-600 hidden faq-answer"> | |
| <p>Yes! The United States allows non-residents and foreign nationals to form companies in any state. You don't need to be a US citizen, have a green card, or even visit the US to establish your business. We help entrepreneurs from all over the world form US companies every day.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white shadow overflow-hidden rounded-lg"> | |
| <div class="px-4 py-5 sm:p-6 cursor-pointer faq-item"> | |
| <div class="flex justify-between items-center"> | |
| <h3 class="text-lg font-medium text-gray-900">Which state is best for my business?</h3> | |
| <i class="fas fa-chevron-down text-gray-400 animated-arrow"></i> | |
| </div> | |
| <div class="mt-2 text-gray-600 hidden faq-answer"> | |
| <p>The best state depends on your business type and goals. Delaware is ideal for corporations, especially those seeking investment. Wyoming offers great privacy and asset protection for LLCs. New Mexico is the most affordable option. Our experts can help you choose the perfect state based on your specific needs.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white shadow overflow-hidden rounded-lg"> | |
| <div class="px-4 py-5 sm:p-6 cursor-pointer faq-item"> | |
| <div class="flex justify-between items-center"> | |
| <h3 class="text-lg font-medium text-gray-900">Do I need a US address to form a company?</h3> | |
| <i class="fas fa-chevron-down text-gray-400 animated-arrow"></i> | |
| </div> | |
| <div class="mt-2 text-gray-600 hidden faq-answer"> | |
| <p>No, you don't need a physical US address. We provide a registered agent service that gives you a legal US address in the state where you incorporate. This address will be used for all official correspondence and legal documents.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white shadow overflow-hidden rounded-lg"> | |
| <div class="px-4 py-5 sm:p-6 cursor-pointer faq-item"> | |
| <div class="flex justify-between items-center"> | |
| <h3 class="text-lg font-medium text-gray-900">How long does the process take?</h3> | |
| <i class="fas fa-chevron-down text-gray-400 animated-arrow"></i> | |
| </div> | |
| <div class="mt-2 text-gray-600 hidden faq-answer"> | |
| <p>Standard processing times vary by state but typically take 3-5 business days. With our expedited service, we can form your company in as little as 24 hours. After formation, you'll receive your documents immediately by email, with originals shipped to your international address if requested.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white shadow overflow-hidden rounded-lg"> | |
| <div class="px-4 py-5 sm:p-6 cursor-pointer faq-item"> | |
| <div class="flex justify-between items-center"> | |
| <h3 class="text-lg font-medium text-gray-900">What about taxes and compliance?</h3> | |
| <i class="fas fa-chevron-down text-gray-400 animated-arrow"></i> | |
| </div> | |
| <div class="mt-2 text-gray-600 hidden faq-answer"> | |
| <p>We provide complete tax guidance based on your country of residence and business activities. For most non-residents with no US operations, federal income tax obligations are minimal. Some states have annual reporting requirements which we can handle for you. Our team will ensure you remain compliant with all regulations.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8 text-center"> | |
| <a href="#" class="text-blue-600 font-medium hover:text-blue-500"> | |
| View all frequently asked questions | |
| <i class="fas fa-arrow-right ml-1"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA --> | |
| <div class="gradient-bg text-white"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> | |
| <h2 class="text-3xl font-extrabold tracking-tight sm:text-4xl"> | |
| <span class="block">Ready to start your US business?</span> | |
| <span class="block">Get started today for free consultation.</span> | |
| </h2> | |
| <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#registration" class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10"> | |
| Begin Registration | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex"> | |
| <a href="#" class="inline-flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10"> | |
| <i class="fas fa-phone-alt mr-2"></i> Speak to Expert | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8"> | |
| <div class="grid grid-cols-1 gap-8 md:grid-cols-4"> | |
| <div> | |
| <h3 class="text-white text-lg font-semibold mb-4">GlobalStart</h3> | |
| <p class="text-gray-300 text-sm"> | |
| The leading provider of US company formation services for non-residents. Helping entrepreneurs worldwide since 2010. | |
| </p> | |
| <div class="mt-4 flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-semibold mb-4">Services</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">LLC Formation</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">Corporation Formation</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">US Bank Account</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">EIN/Tax ID</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">Registered Agent</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">Compliance Services</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-semibold mb-4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">State Guides</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">Tax Guides</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">Blog</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">FAQ</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">Webinars</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white text-sm">Glossary</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-lg font-semibold mb-4">Contact</h3> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center text-gray-300 text-sm"> | |
| <i class="fas fa-map-marker-alt mr-2"></i> 123 Business Ave, Wilmington, DE 19801 | |
| </li> | |
| <li class="flex items-center text-gray-300 text-sm"> | |
| <i class="fas fa-phone-alt mr-2"></i> +1 (302) 555-0123 | |
| </li> | |
| <li class="flex items-center text-gray-300 text-sm"> | |
| <i class="fas fa-envelope mr-2"></i> support@globalstart.com | |
| </li> | |
| <li class="flex items-center text-gray-300 text-sm"> | |
| <i class="fas fa-clock mr-2"></i> Mon-Fri: 9am-6pm EST | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-12 border-t border-gray-700 pt-8"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 text-sm"> | |
| © 2023 GlobalStart Inc. All rights reserved. | |
| </p> | |
| <div class="mt-4 md:mt-0 flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a> | |
| <a href="#" class="text-gray-400 hover:text-white text-sm">Sitemap</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // FAQ toggle functionality | |
| document.querySelectorAll('.faq-item').forEach(item => { | |
| item.addEventListener('click', () => { | |
| const answer = item.querySelector('.faq-answer'); | |
| const arrow = item.querySelector('.animated-arrow'); | |
| answer.classList.toggle('hidden'); | |
| arrow.classList.toggle('rotate-arrow'); | |
| }); | |
| }); | |
| // Language selector toggle | |
| const languageButton = document.querySelector('.language-selector button'); | |
| languageButton.addEventListener('click', () => { | |
| const dropdown = document.querySelector('.language-dropdown'); | |
| const arrow = languageButton.querySelector('.animated-arrow'); | |
| dropdown.classList.toggle('hidden'); | |
| arrow.classList.toggle('rotate-arrow'); | |
| }); | |
| // Pricing calculator functionality would go here | |
| // This would update prices based on selected services | |
| document.querySelectorAll('input[type="checkbox"]').forEach(checkbox => { | |
| checkbox.addEventListener('change', updatePricing); | |
| }); | |
| function updatePricing() { | |
| // This would calculate and update the pricing summary | |
| // In a real implementation, this would fetch prices from a database or API | |
| console.log('Pricing updated based on selections'); | |
| } | |
| // Mobile menu toggle would go here | |
| const mobileMenuButton = document.querySelector('button[aria-label="Open main menu"]'); | |
| mobileMenuButton.addEventListener('click', () => { | |
| // This would toggle a mobile menu | |
| console.log('Mobile menu toggled'); | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=finaleads/globalstart" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |