{"id":12527,"date":"2025-08-15T20:45:00","date_gmt":"2025-08-15T20:45:00","guid":{"rendered":"https:\/\/kick-start.us\/landing-page-interpreter\/"},"modified":"2025-10-30T13:43:26","modified_gmt":"2025-10-30T13:43:26","slug":"landing-page-interpreter","status":"publish","type":"page","link":"https:\/\/kick-start.us\/ko\/landing-page-interpreter\/","title":{"rendered":"Landing Page Interpreter"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"12527\" class=\"elementor elementor-12527\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-04c8880 elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"04c8880\" data-element_type=\"section\" data-e-type=\"section\" id=\"kick-landing\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c1088db sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"c1088db\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52bd53a sc_fly_static elementor-widget elementor-widget-html\" data-id=\"52bd53a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Kick Start - Professional Interpreters Platform<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    :root {\n      --brand-blue: #043C8C;\n      --brand-wine: #730027;\n      --bg: #ffffff;\n      --text: #0f172a;\n      --muted: #4b5563;\n      --ring: rgba(4, 60, 140, 0.28);\n      --paper: #ffffff;\n      --border: #e5e7eb;\n      --radius: 18px;\n      --shadow: 0 20px 50px rgba(0, 0, 0, 0.12);\n      --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.08);\n    }\n\n    body {\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n      color: var(--text);\n      background: var(--bg);\n      line-height: 1.6;\n      overflow-x: hidden;\n    }\n\n    .container {\n      width: 100%;\n      max-width: 1240px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    @media (max-width: 640px) {\n      .container {\n        padding: 0 16px;\n      }\n    }\n\n    \/* HEADER *\/\n    .header {\n      position: sticky;\n      top: 0;\n      z-index: 100;\n      background: rgba(255, 255, 255, 0.98);\n      backdrop-filter: saturate(180%) blur(10px);\n      border-bottom: 1px solid rgba(0, 0, 0, 0.06);\n      padding: 16px 0;\n    }\n\n    .nav {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    .brand {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-weight: 800;\n      font-size: 18px;\n      color: var(--brand-blue);\n      text-decoration: none;\n    }\n\n    .brand-icon {\n      width: 12px;\n      height: 12px;\n      border-radius: 50%;\n      background: radial-gradient(circle at 30% 30%, #fff, var(--brand-wine));\n      box-shadow: 0 0 14px rgba(115, 0, 39, 0.2);\n    }\n\n    .nav-links {\n      display: none;\n      gap: 24px;\n      align-items: center;\n    }\n\n    .nav-links a {\n      color: var(--brand-blue);\n      text-decoration: none;\n      font-weight: 600;\n      transition: opacity 0.2s;\n    }\n\n    .nav-links a:hover {\n      opacity: 0.7;\n    }\n\n    @media (min-width: 768px) {\n      .nav-links {\n        display: flex;\n      }\n    }\n\n    .burger {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n      background: none;\n      border: none;\n      cursor: pointer;\n      padding: 8px;\n    }\n\n    .burger span {\n      width: 24px;\n      height: 2px;\n      background: var(--brand-blue);\n      transition: 0.3s;\n    }\n\n    @media (min-width: 768px) {\n      .burger {\n        display: none;\n      }\n    }\n\n    .mobile-menu {\n      position: fixed;\n      top: 65px;\n      left: 0;\n      right: 0;\n      background: #fff;\n      border-bottom: 1px solid var(--border);\n      box-shadow: var(--shadow);\n      padding: 20px;\n      transform: translateY(-100%);\n      opacity: 0;\n      transition: transform 0.3s, opacity 0.3s;\n      z-index: 99;\n    }\n\n    .mobile-menu.active {\n      transform: translateY(0);\n      opacity: 1;\n    }\n\n    .mobile-menu a {\n      display: block;\n      padding: 12px;\n      color: var(--brand-blue);\n      text-decoration: none;\n      font-weight: 600;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .mobile-menu a:last-child {\n      border-bottom: none;\n    }\n\n    \/* BUTTONS *\/\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      height: 48px;\n      padding: 0 24px;\n      border-radius: 12px;\n      border: none;\n      color: #fff;\n      text-decoration: none;\n      font-weight: 700;\n      font-size: 15px;\n      cursor: pointer;\n      transition: transform 0.2s, box-shadow 0.2s;\n      white-space: nowrap;\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n      box-shadow: var(--shadow);\n    }\n\n    .btn-blue {\n      background: linear-gradient(135deg, var(--brand-blue), #325fae);\n    }\n\n    .btn-wine {\n      background: linear-gradient(135deg, var(--brand-wine), #9a0839);\n    }\n\n    \/* SECTION *\/\n    .section {\n      padding: 60px 0;\n    }\n\n    @media (min-width: 768px) {\n      .section {\n        padding: 80px 0;\n      }\n    }\n\n    .section-title {\n      font-size: 28px;\n      font-weight: 800;\n      color: var(--brand-blue);\n      text-align: center;\n      margin-bottom: 16px;\n      line-height: 1.2;\n    }\n\n    @media (min-width: 768px) {\n      .section-title {\n        font-size: 38px;\n      }\n    }\n\n    .section-desc {\n      text-align: center;\n      color: var(--muted);\n      max-width: 800px;\n      margin: 0 auto 40px;\n      font-size: 16px;\n      line-height: 1.6;\n    }\n\n    @media (min-width: 768px) {\n      .section-desc {\n        font-size: 18px;\n      }\n    }\n\n    \/* HERO *\/\n    .hero {\n      padding: 40px 0 60px;\n    }\n\n    @media (min-width: 768px) {\n      .hero {\n        padding: 80px 0 100px;\n      }\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 40px;\n      align-items: start;\n    }\n\n    @media (min-width: 768px) {\n      .hero-grid {\n        grid-template-columns: 1.2fr 0.8fr;\n        gap: 60px;\n      }\n    }\n\n    .kicker {\n      display: inline-flex;\n      gap: 8px;\n      align-items: center;\n      color: #fff;\n      background: linear-gradient(135deg, var(--brand-wine), var(--brand-blue));\n      padding: 8px 16px;\n      border-radius: 999px;\n      font-weight: 700;\n      font-size: 13px;\n      margin-bottom: 20px;\n    }\n\n    .hero h1 {\n      font-size: 32px;\n      line-height: 1.1;\n      font-weight: 800;\n      margin-bottom: 20px;\n      background: linear-gradient(90deg, var(--brand-wine), var(--brand-blue));\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n\n    @media (min-width: 768px) {\n      .hero h1 {\n        font-size: 48px;\n      }\n    }\n\n    @media (min-width: 1024px) {\n      .hero h1 {\n        font-size: 56px;\n      }\n    }\n\n    .hero p {\n      color: var(--muted);\n      font-size: 16px;\n      margin-bottom: 24px;\n      line-height: 1.6;\n    }\n\n    @media (min-width: 768px) {\n      .hero p {\n        font-size: 18px;\n      }\n    }\n\n    .hero-ctas {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    @media (min-width: 640px) {\n      .hero-ctas {\n        flex-direction: row;\n      }\n    }\n\n    .hero-ctas .btn {\n      flex: 1;\n      min-width: 180px;\n    }\n\n    \/* SEARCH WIDGET *\/\n    .search-widget {\n      background: var(--paper);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 24px;\n      box-shadow: var(--shadow);\n    }\n\n    .search-widget h3 {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--text);\n      margin-bottom: 20px;\n    }\n\n    .field {\n      margin-bottom: 16px;\n    }\n\n    .label {\n      display: block;\n      font-size: 12px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      color: #6b7280;\n      margin-bottom: 8px;\n    }\n\n    .select,\n    .input {\n      width: 100%;\n      height: 48px;\n      padding: 0 16px;\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      color: var(--text);\n      font-size: 15px;\n      font-family: inherit;\n    }\n\n    .field-row {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 16px;\n    }\n\n    @media (min-width: 640px) {\n      .field-row {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    \/* CARDS *\/\n    .cards {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    @media (min-width: 640px) {\n      .cards {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (min-width: 1024px) {\n      .cards {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    .card {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.2s, box-shadow 0.2s;\n    }\n\n    .card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow);\n    }\n\n    .card h3 {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--brand-wine);\n      margin-bottom: 12px;\n    }\n\n    .card p {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    \/* INTERPRETER GRID *\/\n    .interpreter-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 40px;\n    }\n\n    @media (min-width: 640px) {\n      .interpreter-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (min-width: 1024px) {\n      .interpreter-grid {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n\n    .interpreter-card {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.2s, box-shadow 0.2s;\n    }\n\n    .interpreter-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow);\n    }\n\n    .interpreter-photo {\n      height: 180px;\n      background: linear-gradient(135deg, #f1f5f9, #e5e7eb);\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 48px;\n    }\n\n    .verified-badge {\n      position: absolute;\n      top: 12px;\n      left: 12px;\n      padding: 6px 12px;\n      border-radius: 999px;\n      background: #fff;\n      border: 1px solid var(--border);\n      color: var(--brand-blue);\n      font-weight: 700;\n      font-size: 11px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .interpreter-content {\n      padding: 20px;\n    }\n\n    .interpreter-content h4 {\n      font-size: 16px;\n      font-weight: 700;\n      color: var(--text);\n      margin-bottom: 8px;\n    }\n\n    .interpreter-meta {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin: 12px 0;\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    .language-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 6px;\n      margin: 12px 0;\n    }\n\n    .language-tag {\n      padding: 4px 10px;\n      background: #f1f5f9;\n      border: 1px solid var(--border);\n      border-radius: 999px;\n      font-size: 12px;\n      font-weight: 600;\n      color: var(--brand-blue);\n    }\n\n    \/* LANGUAGE PILLS *\/\n    .pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      justify-content: center;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .pill {\n      padding: 10px 16px;\n      border-radius: 999px;\n      border: 1px solid var(--border);\n      background: #fff;\n      box-shadow: var(--shadow-sm);\n      font-weight: 700;\n      color: var(--text);\n      font-size: 14px;\n    }\n\n    \/* STEPS *\/\n    .steps {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 40px;\n    }\n\n    @media (min-width: 640px) {\n      .steps {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (min-width: 1024px) {\n      .steps {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n\n    .step {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.2s, box-shadow 0.2s;\n    }\n\n    .step:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow);\n    }\n\n    .step-number {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: linear-gradient(135deg, var(--brand-wine), var(--brand-blue));\n      color: #fff;\n      font-weight: 800;\n      font-size: 18px;\n      margin-bottom: 16px;\n    }\n\n    .step h4 {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--brand-blue);\n      margin-bottom: 8px;\n    }\n\n    .step p {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    \/* FAQ *\/\n    .faq {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 40px;\n    }\n\n    @media (min-width: 768px) {\n      .faq {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    .faq details {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      padding: 20px;\n      cursor: pointer;\n    }\n\n    .faq summary {\n      font-weight: 700;\n      color: var(--brand-blue);\n      cursor: pointer;\n      list-style: none;\n    }\n\n    .faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq details p {\n      margin-top: 12px;\n      color: var(--muted);\n      line-height: 1.6;\n    }\n\n    \/* STICKY CTA *\/\n    .sticky-cta {\n      position: fixed;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      background: #fff;\n      border-top: 1px solid var(--border);\n      box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);\n      z-index: 90;\n      padding: 16px;\n    }\n\n    .sticky-inner {\n      max-width: 1240px;\n      margin: 0 auto;\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n      align-items: center;\n    }\n\n    @media (min-width: 640px) {\n      .sticky-inner {\n        flex-direction: row;\n        justify-content: space-between;\n      }\n    }\n\n    .sticky-cta .btn {\n      width: 100%;\n    }\n\n    @media (min-width: 640px) {\n      .sticky-cta .btn {\n        width: auto;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .sticky-cta {\n        display: none;\n      }\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    .mt-4 {\n      margin-top: 16px;\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"container\">\n      <div class=\"hero-grid\">\n        <div>\n          <span class=\"kicker\">\n            <span>\ud83c\udf0e<\/span>\n            <span>Platform \u00b7 Professional Interpreters<\/span>\n          <\/span>\n          <h1>Connecting Interpreters Across the United States<\/h1>\n          <p>Find qualified interpreters in just a few clicks. The official platform to register, search, and hire professional interpreters across the U.S.<\/p>\n          <div class=\"hero-ctas\">\n            <a href=\"#interpreters\" class=\"btn btn-wine\">I'm an Interpreter<\/a>\n            <a href=\"#clients\" class=\"btn btn-blue\">I'm a Client<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- SEARCH WIDGET -->\n        <aside class=\"search-widget\">\n          <h3>\ud1b5\uc5ed\uc0ac \ucc3e\uae30<\/h3>\n          <div class=\"field-row\">\n            <div class=\"field\">\n              <label class=\"label\">Language Pair<\/label>\n              <select id=\"language\" class=\"select\">\n                <option value=\"\">Select language...<\/option>\n                <option value=\"en-pt\">English \u2194 Portuguese<\/option>\n                <option value=\"en-es\">English \u2194 Spanish<\/option>\n                <option value=\"en-fr\">English \u2194 French<\/option>\n                <option value=\"en-zh\">English \u2194 Mandarin<\/option>\n                <option value=\"en-ja\">English \u2194 Japanese<\/option>\n                <option value=\"en-it\">English \u2194 Italian<\/option>\n              <\/select>\n            <\/div>\n            <div class=\"field\">\n              <label class=\"label\">\uc704\uce58<\/label>\n              <select id=\"location\" class=\"select\">\n                <option value=\"\">Any location<\/option>\n                <option value=\"remote\">Remote Only<\/option>\n                <option value=\"ny\">\ub274\uc695<\/option>\n                <option value=\"ca\">\uce98\ub9ac\ud3ec\ub2c8\uc544<\/option>\n                <option value=\"tx\">\ud14d\uc0ac\uc2a4<\/option>\n                <option value=\"fl\">Florida<\/option>\n              <\/select>\n            <\/div>\n          <\/div>\n          <div class=\"field\">\n            <label class=\"label\">Availability<\/label>\n            <select id=\"availability\" class=\"select\">\n              <option value=\"any\">Any time<\/option>\n              <option value=\"immediate\">Immediate<\/option>\n              <option value=\"thisweek\">This week<\/option>\n              <option value=\"thismonth\">This month<\/option>\n            <\/select>\n          <\/div>\n          <button class=\"btn btn-blue\" style=\"width: 100%;\" onclick=\"alert('Search functionality would work here!')\">Search Interpreters<\/button>\n        <\/aside>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOR INTERPRETERS -->\n  <section id=\"interpreters\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">For Interpreters<\/h2>\n      <p class=\"section-desc\">Create your profile, set your rates, and get discovered by clients across the United States \u2014 on-site or online.<\/p>\n      <div class=\"cards\">\n        <article class=\"card\">\n          <h3>Be Discoverable<\/h3>\n          <p>\ud83d\udccc Register and be found by clients in the U.S.<\/p>\n          <p>\ud83d\udcbc Showcase experience, specialties, and certifications.<\/p>\n          <p>\u2699\ufe0f Set your own rates and availability.<\/p>\n          <div style=\"margin-top: 16px;\">\n            <a href=\"#\" class=\"btn btn-wine\">Sign Up Now<\/a>\n          <\/div>\n        <\/article>\n        <article class=\"card\">\n          <h3>Work Anywhere<\/h3>\n          <p>\ud83e\udded Accept on-site or remote assignments.<\/p>\n          <p>\ud83d\udd10 Verified profiles for trust and safety.<\/p>\n          <p>\u2b50 Ratings and reviews to build your reputation.<\/p>\n        <\/article>\n        <article class=\"card\">\n          <h3>Grow with Kick Start<\/h3>\n          <p>\ud83c\udfaf Opportunities posted daily across the U.S.<\/p>\n          <p>\ud83e\udd1d Direct messaging and streamlined negotiations.<\/p>\n          <p>\ud83d\udce3 Featured listings to boost visibility.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOR CLIENTS -->\n  <section id=\"clients\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">For Clients<\/h2>\n      <p class=\"section-desc\">Search interpreters by language and location. Hire verified professionals for remote or in-person work.<\/p>\n      <div class=\"cards\">\n        <article class=\"card\">\n          <h3>Find the Right Interpreter<\/h3>\n          <p>\ud83d\udd0d Filter by language, city\/state, and availability.<\/p>\n          <p>\ud83d\uddd3\ufe0f Book for specific dates or ongoing needs.<\/p>\n          <p>\ud83d\udcac Message candidates and align expectations.<\/p>\n          <div style=\"margin-top: 16px;\">\n            <a href=\"#\" class=\"btn btn-blue\">Hire Now<\/a>\n          <\/div>\n        <\/article>\n        <article class=\"card\">\n          <h3>Quality & Safety<\/h3>\n          <p>\u2705 Verified profiles and documented experience.<\/p>\n          <p>\ud83d\udee1\ufe0f Clear terms, transparent rates, and reviews.<\/p>\n          <p>\ud83d\udcc4 Support for contracts and compliance.<\/p>\n        <\/article>\n        <article class=\"card\">\n          <h3>\uc804\uad6d \uc11c\ube44\uc2a4 \ubc94\uc704<\/h3>\n          <p>\ud83c\uddfa\ud83c\uddf8 Professionals available across the U.S.<\/p>\n          <p>\ud83c\udf10 Remote assignments from anywhere.<\/p>\n          <p>\u26a1 Fast matching and easy hiring flow.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FEATURED INTERPRETERS -->\n  <section class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">Featured Interpreters<\/h2>\n      <p class=\"section-desc\">Verified professionals ready to help with your interpretation needs.<\/p>\n      <div class=\"interpreter-grid\">\n        <div class=\"interpreter-card\">\n          <div class=\"interpreter-photo\">\n            <span class=\"verified-badge\">\ud655\uc778\ub428<\/span>\n            \ud83d\udc69\u200d\ud83d\udcbc\n          <\/div>\n          <div class=\"interpreter-content\">\n            <h4>Maria Santos<\/h4>\n            <div class=\"interpreter-meta\">\n              <span>New York, NY<\/span>\n              <span>-<\/span>\n              <span>12\ub144 \uc774\uc0c1<\/span>\n            <\/div>\n            <div class=\"language-tags\">\n              <span class=\"language-tag\">EN \u2194 PT<\/span>\n              <span class=\"language-tag\">EN \u2194 ES<\/span>\n            <\/div>\n            <a href=\"#\" class=\"btn btn-blue\" style=\"width: 100%; margin-top: 12px;\">View Profile<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"interpreter-card\">\n          <div class=\"interpreter-photo\">\n            <span class=\"verified-badge\">\ud655\uc778\ub428<\/span>\n            \ud83d\udc68\u200d\ud83d\udcbc\n          <\/div>\n          <div class=\"interpreter-content\">\n            <h4>Carlos Rodriguez<\/h4>\n            <div class=\"interpreter-meta\">\n              <span>Los Angeles, CA<\/span>\n              <span>-<\/span>\n              <span>15\ub144 \uc774\uc0c1<\/span>\n            <\/div>\n            <div class=\"language-tags\">\n              <span class=\"language-tag\">EN \u2194 ES<\/span>\n            <\/div>\n            <a href=\"#\" class=\"btn btn-blue\" style=\"width: 100%; margin-top: 12px;\">View Profile<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"interpreter-card\">\n          <div class=\"interpreter-photo\">\n            <span class=\"verified-badge\">\ud655\uc778\ub428<\/span>\n            \ud83d\udc69\u200d\ud83d\udcbc\n          <\/div>\n          <div class=\"interpreter-content\">\n            <h4>Sophie Chen<\/h4>\n            <div class=\"interpreter-meta\">\n              <span>\uc0cc\ud504\ub780\uc2dc\uc2a4\ucf54, \uce98\ub9ac\ud3ec\ub2c8\uc544<\/span>\n              <span>-<\/span>\n              <span>10+ years<\/span>\n            <\/div>\n            <div class=\"language-tags\">\n              <span class=\"language-tag\">EN \u2194 ZH<\/span>\n            <\/div>\n            <a href=\"#\" class=\"btn btn-blue\" style=\"width: 100%; margin-top: 12px;\">View Profile<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"interpreter-card\">\n          <div class=\"interpreter-photo\">\n            <span class=\"verified-badge\">\ud655\uc778\ub428<\/span>\n            \ud83d\udc68\u200d\ud83d\udcbc\n          <\/div>\n          <div class=\"interpreter-content\">\n            <h4>Jean-Pierre Dubois<\/h4>\n            <div class=\"interpreter-meta\">\n              <span>\ub9c8\uc774\uc560\ubbf8, \ud50c\ub85c\ub9ac\ub2e4<\/span>\n              <span>-<\/span>\n              <span>18\uc138 \uc774\uc0c1<\/span>\n            <\/div>\n            <div class=\"language-tags\">\n              <span class=\"language-tag\">EN \u2194 FR<\/span>\n            <\/div>\n            <a href=\"#\" class=\"btn btn-blue\" style=\"width: 100%; margin-top: 12px;\">View Profile<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- LANGUAGES -->\n  <section id=\"languages\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">Available Languages<\/h2>\n      <p class=\"section-desc\">Popular language pairs to get you started \u2014 and many more inside the platform.<\/p>\n      <div class=\"pills\">\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8 English \u2194 \ud83c\udde8\ud83c\uddf3 Mandarin<\/span>\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8 English \u2194 \ud83c\uddef\ud83c\uddf5 Japanese<\/span>\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8 English \u2194 \ud83c\uddee\ud83c\uddf9 Italian<\/span>\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8 English \u2194 \ud83c\udde9\ud83c\uddea German<\/span>\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8 English \u2194 \ud83c\uddf7\ud83c\uddfa Russian<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- HOW IT WORKS -->\n  <section id=\"how-it-works\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">How It Works<\/h2>\n      <p class=\"section-desc\">From profile creation to completed assignments \u2014 a simple, transparent process.<\/p>\n      <div class=\"steps\">\n        <div class=\"step\">\n          <div class=\"step-number\">01<\/div>\n          <h4>Create Profile<\/h4>\n          <p>Register as an interpreter or start searching as a client.<\/p>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-number\">02<\/div>\n          <h4>Search & Filter<\/h4>\n          <p>Find the perfect match by language, location, and availability.<\/p>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-number\">03<\/div>\n          <h4>Connect & Hire<\/h4>\n          <p>Message directly and finalize terms through the platform.<\/p>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-number\">04<\/div>\n          <h4>Complete & Review<\/h4>\n          <p>Finish the assignment and leave feedback for future clients.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"text-center mt-4\">\n        <a href=\"#\" class=\"btn btn-wine\" style=\"margin-right: 10px;\">Create My Profile<\/a>\n        <a href=\"#\" class=\"btn btn-blue\">\ud1b5\uc5ed\uc0ac \ucc3e\uae30<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section id=\"faq\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n      <div class=\"faq\">\n        <details>\n          <summary>How do I become a verified interpreter?<\/summary>\n          <p>Create your profile with credentials, certifications, and experience. Our team reviews all submissions and verifies professional qualifications.<\/p>\n        <\/details>\n        <details>\n          <summary>What languages are available?<\/summary>\n          <p>We support dozens of language pairs including Portuguese, Spanish, French, Mandarin, Japanese, Italian, German, Russian, and many more.<\/p>\n        <\/details>\n        <details>\n          <summary>Can I work remotely?<\/summary>\n          <p>Yes! You can choose to accept remote assignments, on-site work, or both. Set your preferences in your profile.<\/p>\n        <\/details>\n        <details>\n          <summary>\uacb0\uc81c\ub294 \uc5b4\ub5bb\uac8c \uc774\ub8e8\uc5b4\uc9c0\ub098\uc694?<\/summary>\n          <p>Interpreters set their own rates. Clients pay through the platform with secure payment processing and transparent fees.<\/p>\n        <\/details>\n        <details>\n          <summary>Is there a membership fee?<\/summary>\n          <p>Creating a profile is free. We only charge a small platform fee on completed transactions.<\/p>\n        <\/details>\n        <details>\n          <summary>How quickly can I find an interpreter?<\/summary>\n          <p>Many interpreters are available for immediate or same-week assignments. Use filters to find professionals with your desired availability.<\/p>\n        <\/details>\n        <details>\n          <summary>What types of interpretation services are offered?<\/summary>\n          <p>Our interpreters provide consecutive interpretation, simultaneous interpretation, medical interpretation, legal interpretation, business meetings, and more.<\/p>\n        <\/details>\n        <details>\n          <summary>Are interpreters background checked?<\/summary>\n          <p>Yes, all verified interpreters undergo credential verification. Additional background checks may be available for specific industry requirements.<\/p>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FINAL CTA -->\n  <section class=\"section\" style=\"background: linear-gradient(135deg, rgba(4,60,140,0.05), rgba(115,0,39,0.05));\">\n    <div class=\"container\">\n      <div class=\"text-center\">\n        <h2 class=\"section-title\">Ready to Get Started?<\/h2>\n        <p class=\"section-desc\">Join thousands of interpreters and clients connecting across the United States.<\/p>\n        <div style=\"display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;\">\n          <a href=\"#\" class=\"btn btn-wine\">Sign Up as Interpreter<\/a>\n          <a href=\"#\" class=\"btn btn-blue\">\ud1b5\uc5ed\uc0ac \ucc3e\uae30<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- STICKY CTA (Mobile only) -->\n  <div class=\"sticky-cta\">\n    <div class=\"sticky-inner\">\n      <a class=\"btn btn-wine\" href=\"#\">I'm an Interpreter<\/a>\n      <a class=\"btn btn-blue\" href=\"#\">I'm a Client<\/a>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ Mobile menu toggle\n    const burger = document.getElementById('burger');\n    const mobileMenu = document.getElementById('mobile-menu');\n    \n    burger.addEventListener('click', () => {\n      mobileMenu.classList.toggle('active');\n    });\n\n    \/\/ Close mobile menu when clicking a link\n    const mobileLinks = mobileMenu.querySelectorAll('a');\n    mobileLinks.forEach(link => {\n      link.addEventListener('click', () => {\n        mobileMenu.classList.remove('active');\n      });\n    });\n\n    \/\/ Smooth scroll\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n      anchor.addEventListener('click', function (e) {\n        const href = this.getAttribute('href');\n        if (href === '#' || !href) return;\n        \n        const target = document.querySelector(href);\n        if (target) {\n          e.preventDefault();\n          target.scrollIntoView({\n            behavior: 'smooth',\n            block: 'start'\n          });\n        }\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>English \u2194 \ud83c\udde7\ud83c\uddf7 Portuguese<\/span>\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8 English \u2194 \ud83c\uddea\ud83c\uddf8 Spanish<\/span>\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8 English \u2194 \ud83c\uddeb\ud83c\uddf7 French<\/span>\n        <span class=\"pill\">\ud83c\uddfa\ud83c\uddf8\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"pmpro_default_level":"","_joinchat":[],"footnotes":""},"class_list":["post-12527","page","type-page","status-publish","hentry","pmpro-has-access"],"_links":{"self":[{"href":"https:\/\/kick-start.us\/ko\/wp-json\/wp\/v2\/pages\/12527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kick-start.us\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kick-start.us\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kick-start.us\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kick-start.us\/ko\/wp-json\/wp\/v2\/comments?post=12527"}],"version-history":[{"count":0,"href":"https:\/\/kick-start.us\/ko\/wp-json\/wp\/v2\/pages\/12527\/revisions"}],"wp:attachment":[{"href":"https:\/\/kick-start.us\/ko\/wp-json\/wp\/v2\/media?parent=12527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}