import{r as f,j as e,f as w,n as u,ao as E,B as L,aC as F,aD as I,z as P,D as W,W as q,a4 as p,aj as O,g as R,N as _,o as U,S as M,bO as Y,A as V,b as H,d as B,e as D,Z as G,K as z}from"./index-Cu5AxSIn.js";import{o as K,s as h,l as $,b as v,Z as j,u as J,F as Z,a as l,c as d,d as c,e as m,f as x,g,C as k,t as Q}from"./form-BdOvxzOW.js";import{T as X}from"./textarea-CpgHcUf0.js";import{C}from"./circle-alert-DIeUqz-X.js";import{V as ee}from"./video-Dc2K8hJC.js";import{T as se}from"./triangle-alert-H2-tiKFd.js";import{A as re}from"./arrow-left-Dlz-6L0Y.js";import{M as ae}from"./map-pin-BaqnvOtM.js";import{T as te}from"./target-DYJN3baR.js";import{S as oe}from"./star-DJlQ7GCq.js";import"./analytics-Bu8LxldC.js";const ne=K({fullName:h().trim().min(2,"Full name is required").max(100),email:h().trim().email("Please enter a valid email address").max(255),phone:h().trim().max(30).optional().or($("")),linkedinUrl:h().trim().url("Please enter a valid LinkedIn URL").max(500).refine(n=>n.includes("linkedin.com"),"Please enter a valid LinkedIn profile URL"),currentLocation:h().trim().min(2,"Current location is required").max(200),noticePeriod:h().trim().min(2,"Notice period / availability is required").max(200),whyFit:h().trim().min(50,"Please write at least 50 characters").max(2e3,"Maximum 2000 characters"),videoUrl:h().trim().url("Please enter a valid URL starting with https:// (Loom or YouTube)").max(500).refine(n=>{const i=n.toLowerCase();return i.includes("loom.com")||i.includes("youtube.com")||i.includes("youtu.be")},"Please use a Loom or YouTube link for your video introduction"),applicationCode:h().trim().min(1,"Application code is required"),englishComfortable:v(),infoAccurate:v()}).superRefine((n,i)=>{n.applicationCode!=="CendraRules"&&i.addIssue({code:j.custom,message:"Please review the application instructions carefully.",path:["applicationCode"]}),n.englishComfortable!==!0&&i.addIssue({code:j.custom,message:"This confirmation is required",path:["englishComfortable"]}),n.infoAccurate!==!0&&i.addIssue({code:j.custom,message:"This confirmation is required",path:["infoAccurate"]})});function ie({roleSlug:n,roleTitle:i}){const[a,t]=f.useState(!1),[A,S]=f.useState(!1),[y,N]=f.useState(null),o=J({resolver:Q(ne),defaultValues:{fullName:"",email:"",phone:"",linkedinUrl:"",currentLocation:"",noticePeriod:"",whyFit:"",videoUrl:"",applicationCode:""}}),T=async s=>{t(!0),N(null);try{const{error:b}=await I.from("job_applications").insert({role_slug:n,full_name:s.fullName,email:s.email,phone:s.phone||null,linkedin_url:s.linkedinUrl,current_location:s.currentLocation,notice_period:s.noticePeriod,why_fit:s.whyFit,video_url:s.videoUrl,english_comfortable:s.englishComfortable,info_accurate:s.infoAccurate});if(b)throw new Error("Failed to submit application. Please try again.");S(!0)}catch(b){N(b.message||"Something went wrong. Please try again.")}finally{t(!1)}};return A?e.jsxs("div",{className:"text-center py-16 md:py-24",children:[e.jsx("div",{className:"mx-auto w-16 h-16 rounded-full bg-success-600/10 flex items-center justify-center mb-6",children:e.jsx(w,{className:"h-8 w-8 text-success-600"})}),e.jsx("h3",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-3",children:"Application Submitted"}),e.jsxs("p",{className:"text-muted-foreground max-w-md mx-auto leading-relaxed",children:["Thank you for applying to the ",e.jsx("span",{className:"font-medium text-foreground",children:i})," position. We review every application carefully and will be in touch if there's a fit."]})]}):e.jsx(Z,{...o,children:e.jsxs("form",{onSubmit:o.handleSubmit(T),className:"space-y-8",children:[e.jsx("div",{className:"rounded-xl border border-border bg-card p-5 md:p-6",children:e.jsxs("div",{className:"flex gap-3",children:[e.jsx(C,{className:"h-5 w-5 text-primary mt-0.5 shrink-0"}),e.jsxs("div",{className:"space-y-1.5 text-sm text-muted-foreground",children:[e.jsx("p",{className:"font-medium text-foreground",children:"We review applications carefully."}),e.jsx("p",{children:"Strong written communication, attention to detail, and professionalism matter for this role."}),e.jsx("p",{children:"Applications without a video introduction will not be considered."})]})]})}),e.jsxs("fieldset",{className:"space-y-6",children:[e.jsx("legend",{className:"text-lg font-semibold text-foreground border-b border-border pb-3 mb-6 w-full",children:"Personal Information"}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsx(l,{control:o.control,name:"fullName",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Full Name *"}),e.jsx(m,{children:e.jsx(u,{placeholder:"Jane Smith",...s})}),e.jsx(x,{})]})}),e.jsx(l,{control:o.control,name:"email",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Email Address *"}),e.jsx(m,{children:e.jsx(u,{type:"email",placeholder:"jane@example.com",...s})}),e.jsx(x,{})]})})]}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsx(l,{control:o.control,name:"phone",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Phone Number"}),e.jsx(m,{children:e.jsx(u,{type:"tel",placeholder:"+1 555 123 4567",...s})}),e.jsx(g,{children:"Optional"}),e.jsx(x,{})]})}),e.jsx(l,{control:o.control,name:"linkedinUrl",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"LinkedIn Profile *"}),e.jsx(m,{children:e.jsx(u,{placeholder:"https://linkedin.com/in/your-profile",...s})}),e.jsx(x,{})]})})]}),e.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:[e.jsx(l,{control:o.control,name:"currentLocation",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Current Location *"}),e.jsx(m,{children:e.jsx(u,{placeholder:"London, UK",...s})}),e.jsx(x,{})]})}),e.jsx(l,{control:o.control,name:"noticePeriod",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Notice Period / Availability *"}),e.jsx(m,{children:e.jsx(u,{placeholder:"Available immediately / 2 weeks",...s})}),e.jsx(x,{})]})})]})]}),e.jsxs("fieldset",{className:"space-y-6",children:[e.jsx("legend",{className:"text-lg font-semibold text-foreground border-b border-border pb-3 mb-6 w-full",children:"About You"}),e.jsx(l,{control:o.control,name:"whyFit",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Why are you a fit for this role? *"}),e.jsx(m,{children:e.jsx(X,{placeholder:"Tell us about your relevant experience, what excites you about this role, and why you'd be a great fit...",className:"min-h-[160px] resize-y",...s})}),e.jsxs(g,{children:[s.value?.length||0," / 2000 characters (minimum 50)"]}),e.jsx(x,{})]})})]}),e.jsxs("fieldset",{className:"space-y-6",children:[e.jsx("legend",{className:"text-lg font-semibold text-foreground border-b border-border pb-3 mb-6 w-full",children:"Video Introduction"}),e.jsx("div",{className:"rounded-xl border border-info-500/20 bg-info-500/5 p-5 md:p-6 space-y-3",children:e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(ee,{className:"h-5 w-5 text-info-500 mt-0.5 shrink-0"}),e.jsxs("div",{className:"space-y-2",children:[e.jsx("p",{className:"text-sm font-medium text-foreground",children:"Record a short 60–90 second introduction video"}),e.jsx("p",{className:"text-sm text-muted-foreground leading-relaxed",children:"Tell us who you are, why you are a fit for this role, and any relevant experience. Keep it natural — we just want to get to know you a little."}),e.jsxs("p",{className:"text-sm text-muted-foreground",children:["You can use ",e.jsx("span",{className:"font-medium text-foreground",children:"Loom"})," or a similar video-sharing tool."]}),e.jsxs("a",{href:"https://www.loom.com/signup",target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-1.5 text-sm font-medium text-info-500 hover:text-info-500/80 transition-colors mt-1",children:["Create a free Loom video",e.jsx(E,{className:"h-3.5 w-3.5"})]}),e.jsx("p",{className:"text-xs text-muted-foreground mt-1",children:"If you do not have Loom, you can create one for free and paste the share link below."})]})]})}),e.jsxs("div",{className:"rounded-xl border border-warning-600/30 bg-warning-600/5 p-5 flex gap-4 items-start",children:[e.jsx(se,{className:"h-6 w-6 text-warning-600 shrink-0 mt-0.5"}),e.jsxs("div",{children:[e.jsx("p",{className:"font-semibold text-foreground text-base mb-1",children:"English-Only Video Submissions"}),e.jsx("p",{className:"text-sm text-muted-foreground leading-relaxed",children:"Only video recordings in English will be reviewed. Submissions in any other language will not be considered. Please record your 60–90 second introduction in English."})]})]}),e.jsx(l,{control:o.control,name:"videoUrl",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Video Introduction Link *"}),e.jsx(m,{children:e.jsx(u,{placeholder:"https://www.loom.com/share/...",...s})}),e.jsx(g,{children:"Paste a link to your Loom or YouTube video"}),e.jsx(x,{})]})})]}),e.jsxs("fieldset",{className:"space-y-6",children:[e.jsx("legend",{className:"text-lg font-semibold text-foreground border-b border-border pb-3 mb-6 w-full",children:"Final Step"}),e.jsx(l,{control:o.control,name:"applicationCode",render:({field:s})=>e.jsxs(d,{children:[e.jsx(c,{children:"Application Code *"}),e.jsx(m,{children:e.jsx(u,{placeholder:"Enter the application code",...s})}),e.jsxs(g,{children:["Please enter ",e.jsx("span",{className:"font-mono font-semibold text-foreground",children:"CendraRules"})]}),e.jsx(x,{})]})})]}),e.jsxs("div",{className:"space-y-4 rounded-xl border border-border bg-card p-5 md:p-6",children:[e.jsx(l,{control:o.control,name:"englishComfortable",render:({field:s})=>e.jsxs(d,{className:"flex flex-row items-start space-x-3 space-y-0",children:[e.jsx(m,{children:e.jsx(k,{checked:s.value,onCheckedChange:s.onChange})}),e.jsxs("div",{className:"space-y-1 leading-none",children:[e.jsx(c,{className:"text-sm font-normal",children:"I am comfortable working and communicating in English *"}),e.jsx(x,{})]})]})}),e.jsx(l,{control:o.control,name:"infoAccurate",render:({field:s})=>e.jsxs(d,{className:"flex flex-row items-start space-x-3 space-y-0",children:[e.jsx(m,{children:e.jsx(k,{checked:s.value,onCheckedChange:s.onChange})}),e.jsxs("div",{className:"space-y-1 leading-none",children:[e.jsx(c,{className:"text-sm font-normal",children:"I confirm that the information provided is accurate and complete *"}),e.jsx(x,{})]})]})})]}),y&&e.jsxs("div",{className:"rounded-xl border border-destructive/30 bg-destructive/5 p-4 flex gap-3",children:[e.jsx(C,{className:"h-5 w-5 text-destructive shrink-0 mt-0.5"}),e.jsx("p",{className:"text-sm text-destructive",children:y})]}),e.jsx(L,{type:"submit",size:"xl",className:"w-full",disabled:a,children:a?e.jsxs(e.Fragment,{children:[e.jsx(F,{className:"h-5 w-5 animate-spin"}),"Submitting Application…"]}):"Submit Application"})]})})}const le="/assets/claude-code-3eWvOsOL.webp",de="/assets/n8n-BfNQD5zX.webp",ce="/assets/openclaw-Dyl4XoWr.webp",r={slug:"founders-associate",title:"Founder's Associate",subtitle:"Work directly with the CEO to bring structure, speed, and operational leverage to a fast-moving startup.",department:"Operations",location:"Remote (Global)",type:"Full-time",level:"Mid-Senior",aboutCendra:`Cendra is building the operational layer for hospitality.
We help property managers and hospitality operators run faster, with more automation, better coordination, and less manual work across day-to-day operations. As the company grows and execution accelerates, we're looking for a highly organised Founder's Associate to work closely with the CEO and help create more structure around the company's operating rhythm.`,aboutRole:`This is not a traditional assistant role.
This role sits across founder support, finance and admin coordination, investor reporting support, partner reporting, contractor coordination, sales and GTM visibility, and general operational follow-through. You will help ensure that important work does not get lost, external stakeholders receive timely responses, internal reporting is clearly surfaced, and the CEO has the context needed to make decisions quickly.
You should be comfortable acting as a central coordination layer across both external stakeholders and key internal functions, while knowing clearly what requires escalation, approval, or direct founder involvement.
This role is ideal for someone who is detail-oriented, highly reliable, strong in writing, comfortable with numbers and spreadsheets, and excited by the idea of helping build operational leverage inside a fast-moving startup.`,responsibilities:["Coordinate with cross-border accountants in Turkey and US, lawyers, investors, PMS partners, and third-party contractors","Supervise payments to tax offices, contractors, and suppliers","Monthly projects to be submitted to Turkish technology park","Track inbound requests (email, Slack, WhatsApp, phone) that come to the CEO and make sure important threads are followed through properly","Help prepare documents, reports, legal/compliance materials, and supporting information for external stakeholders","Setup invoice forwarding and/or collection, gather required US legal forms, and organise bookkeeping inputs for the accountant","Support monthly investor updates and related reporting preparation","Support partner reporting workflows, including commission calculations and tracking","Monitor pending items that require CEO input and ensure they are surfaced within agreed response windows","Prepare relevant context, drafts, and next steps so decisions can be made quickly","Help close loops once approvals are given","Attend relevant internal sales, marketing, product and GTM calls where needed and summarise key updates for the CEO","Review team-prepared sales, campaign, and GTM reports and extract the high-level signal","Flag meaningful changes, declines, improvements, bottlenecks, risks, or items requiring attention","Bring more structure, consistency, and accountability to recurring operational processes"],successLooksLike:["Important follow-ups do not get missed","External stakeholders receive timely and well-prepared responses","Finance and admin workflows become more organised and reliable","Investor and partner reporting runs more smoothly","The CEO has clear visibility into what is pending, what is changing, and what needs a decision","Sales and GTM reporting is synthesised into clear high-level takeaways rather than noise","Operational loose ends are reduced significantly across the business"],requirements:["Extremely organised and detail-oriented","Strong written and verbal communication skills","Exceptional professional English & Turkish is a must","High level of discretion and judgement","Comfortable handling sensitive information","Good with spreadsheets, reporting, and structured follow-up","Able to summarise complex threads into clear action points","Proactive, resourceful, and calm under pressure","Comfortable working closely with a founder in a fast-moving environment","Able to build order from messy or fast-changing workflows"],niceToHave:["Experience in startup operations, founder's office, executive support, finance/admin coordination, consulting, or similar roles","Experience working with investors, legal documents, bookkeeping workflows, or reporting processes","Experience coordinating across multiple external stakeholders","Strong spreadsheet and reconciliation skills","Familiarity with modern AI tools and automation workflows"],howWeWork:`We care more about outcomes than rigid process.
If the right person wants to use AI-native workflows, automations, or their own systems to stay organised and move faster, that is welcome. What matters is reliability, judgement, discretion, and getting the work done well.
External communication and high-stakes decisions remain under CEO supervision.`},me=[{name:"Claude Code",logo:le},{name:"OpenClaw",logo:ce},{name:"n8n",logo:de}],xe=[{q:"What should I include in the video?",a:"Introduce yourself in 60–90 seconds. Tell us your name, a bit about your background, why you're interested in this role, and any relevant experience. Keep it natural — no need for a polished production."},{q:"What if I do not have Loom?",a:"You can create a free Loom account at loom.com in under a minute. Alternatively, you can use any video-sharing tool (YouTube, Google Drive, Vimeo, etc.) — just make sure the link is accessible to us."},{q:"Do I need to submit a CV?",a:"No. We do not accept CVs for this role. Please submit your LinkedIn profile, a short note on why this role is a fit, and a 60–90 second video introduction."},{q:"Can I apply from another country?",a:"Yes! We are a fully remote, globally distributed team. You can apply from anywhere in the world as long as you are comfortable working in English and Turkish, and have reliable internet access."}],ke=()=>{const n=f.useRef(null),i=()=>{n.current?.scrollIntoView({behavior:"smooth",block:"start"})};return e.jsxs(e.Fragment,{children:[e.jsx(P,{title:`${r.title} — Careers at Cendra`,description:r.subtitle,canonicalPath:`/careers/${r.slug}`}),e.jsx(W,{items:[{name:"Home",path:"/"},{name:"Careers",path:"/careers"},{name:r.title,path:`/careers/${r.slug}`}]}),e.jsxs("main",{className:"min-h-screen bg-background",children:[e.jsxs("section",{className:"relative overflow-hidden px-6 pt-32 pb-16 md:pt-40 md:pb-20",children:[e.jsx("div",{className:"absolute inset-0 bg-gradient-to-b from-[hsl(220,25%,8%)] via-[hsl(206,61%,12%)] to-[hsl(201,50%,15%)]"}),e.jsx("div",{className:"absolute inset-0 bg-[radial-gradient(ellipse_80%_50%_at_50%_40%,hsl(191,91%,36%,0.08),transparent)]"}),e.jsxs("div",{className:"max-w-3xl mx-auto relative z-10",children:[e.jsxs(q,{to:"/careers",className:"inline-flex items-center gap-2 text-white/50 hover:text-white/80 transition-colors mb-8 text-sm font-medium",children:[e.jsx(re,{className:"h-4 w-4"}),"Back to Careers"]}),e.jsxs("div",{className:"flex flex-wrap gap-2 mb-6",children:[e.jsxs(p,{className:"bg-accent-500/20 text-accent-400 border-accent-500/30",children:[e.jsx(O,{className:"h-3.5 w-3.5 mr-1.5"}),r.department]}),e.jsxs(p,{className:"bg-white/10 text-white/80 border-white/20",children:[e.jsx(ae,{className:"h-3.5 w-3.5 mr-1.5"}),r.location]}),e.jsxs(p,{className:"bg-white/10 text-white/80 border-white/20",children:[e.jsx(R,{className:"h-3.5 w-3.5 mr-1.5"}),r.type]}),e.jsxs(p,{className:"bg-white/10 text-white/80 border-white/20",children:[e.jsx(_,{className:"h-3.5 w-3.5 mr-1.5"}),r.level]})]}),e.jsx("h1",{className:"text-4xl md:text-5xl lg:text-6xl font-bold text-white tracking-tight mb-4",children:r.title}),e.jsx("p",{className:"text-lg md:text-xl text-white/70 leading-relaxed mb-8 max-w-2xl",children:r.subtitle}),e.jsxs(L,{size:"lg",onClick:i,className:"bg-gradient-to-r from-accent-500 to-accent-400 hover:from-accent-500/90 hover:to-accent-400/90 text-white gap-2 h-14 px-10 text-lg font-semibold shadow-lg hover:shadow-xl transition-all hover:scale-[1.02]",children:["Apply Now ",e.jsx(U,{className:"h-5 w-5"})]})]})]}),e.jsx("section",{className:"px-6 py-16 md:py-24",children:e.jsxs("div",{className:"max-w-3xl mx-auto space-y-16",children:[e.jsxs("div",{children:[e.jsx("h2",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-6",children:"About Cendra"}),e.jsx("div",{className:"text-muted-foreground leading-relaxed space-y-4 whitespace-pre-line",children:r.aboutCendra})]}),e.jsxs("div",{children:[e.jsx("h2",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-6",children:"About the Role"}),e.jsx("div",{className:"text-muted-foreground leading-relaxed space-y-4 whitespace-pre-line",children:r.aboutRole})]}),e.jsxs("div",{children:[e.jsx("h2",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-6",children:"What You'll Do"}),e.jsx("ul",{className:"space-y-3",children:r.responsibilities.map((a,t)=>e.jsxs("li",{className:"flex gap-3 text-muted-foreground",children:[e.jsx(w,{className:"h-5 w-5 text-success-600 shrink-0 mt-0.5"}),e.jsx("span",{className:"leading-relaxed",children:a})]},t))})]}),e.jsxs("div",{children:[e.jsx("h2",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-6",children:"What Success Looks Like"}),e.jsx("ul",{className:"space-y-3",children:r.successLooksLike.map((a,t)=>e.jsxs("li",{className:"flex gap-3 text-muted-foreground",children:[e.jsx(te,{className:"h-5 w-5 text-accent-500 shrink-0 mt-0.5"}),e.jsx("span",{className:"leading-relaxed",children:a})]},t))})]}),e.jsxs("div",{children:[e.jsx("h2",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-6",children:"Who We're Looking For"}),e.jsx("ul",{className:"space-y-3",children:r.requirements.map((a,t)=>e.jsxs("li",{className:"flex gap-3 text-muted-foreground",children:[e.jsx(w,{className:"h-5 w-5 text-primary shrink-0 mt-0.5"}),e.jsx("span",{className:"leading-relaxed",children:a})]},t))})]}),e.jsxs("div",{children:[e.jsx("h2",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-6",children:"Nice to Have"}),e.jsx("ul",{className:"space-y-3",children:r.niceToHave.map((a,t)=>e.jsxs("li",{className:"flex gap-3 text-muted-foreground",children:[e.jsx(oe,{className:"h-5 w-5 text-accent-500 shrink-0 mt-0.5"}),e.jsx("span",{className:"leading-relaxed",children:a})]},t))})]}),e.jsxs("div",{children:[e.jsx("h2",{className:"text-2xl md:text-3xl font-semibold text-foreground mb-6",children:"How We Work"}),e.jsx("div",{className:"text-muted-foreground leading-relaxed whitespace-pre-line mb-8",children:r.howWeWork}),e.jsxs("div",{className:"flex items-center gap-3 flex-wrap",children:[e.jsxs("span",{className:"text-sm text-muted-foreground/60 font-medium mr-1",children:[e.jsx(M,{className:"h-4 w-4 inline mr-1.5 -mt-0.5"}),"Tools we love:"]}),me.map(a=>e.jsxs("div",{className:"flex items-center gap-2 bg-muted/50 border border-border rounded-full px-4 py-2",children:[e.jsx("img",{src:a.logo,alt:a.name,className:"h-5 w-5 rounded-sm object-contain"}),e.jsx("span",{className:"text-sm font-medium text-foreground",children:a.name})]},a.name))]})]})]})}),e.jsx("section",{className:"px-6",children:e.jsx("div",{className:"max-w-3xl mx-auto",children:e.jsx("div",{className:"border-t border-border"})})}),e.jsx("section",{ref:n,id:"apply",className:"px-6 py-16 md:py-24 scroll-mt-[calc(var(--nav-height)+2rem)]",children:e.jsxs("div",{className:"max-w-2xl mx-auto",children:[e.jsxs("div",{className:"text-center mb-12",children:[e.jsx("h2",{className:"text-3xl md:text-4xl font-bold text-foreground mb-3",children:"Apply for this Role"}),e.jsx("p",{className:"text-muted-foreground text-lg max-w-xl mx-auto",children:"Submit your LinkedIn, a short note, and a 60–90 second video. We do not accept CVs for this role."})]}),e.jsx(ie,{roleSlug:r.slug,roleTitle:r.title})]})}),e.jsx("section",{className:"px-6 py-16 md:py-20 bg-muted/30",children:e.jsxs("div",{className:"max-w-2xl mx-auto",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-8",children:[e.jsx(Y,{className:"h-6 w-6 text-primary"}),e.jsx("h2",{className:"text-2xl font-semibold text-foreground",children:"Frequently Asked Questions"})]}),e.jsx(V,{type:"single",collapsible:!0,className:"space-y-2",children:xe.map((a,t)=>e.jsxs(H,{value:`faq-${t}`,className:"bg-card border border-border rounded-xl px-5 [&:not(:last-child)]:mb-2",children:[e.jsx(B,{className:"text-left text-foreground hover:no-underline py-5",children:a.q}),e.jsx(D,{className:"text-muted-foreground leading-relaxed pb-5",children:a.a})]},t))})]})})]}),e.jsx(G,{}),e.jsx(z,{})]})};export{ke as default};