Загрузка...

UI-компонент: карточка формы запроса проекта. Адаптивная, интерактивная форма с полями для ввода, выбора услуг и деталей. Идеально для сайтов агентств и фрилансеров.
<div class="min-h-screen flex sm:p-6 lg:p-8 pt-4 pr-4 pb-4 pl-4 items-center justify-center"
data-element-locator="html > body:nth-of-type(1) > div:nth-of-type(2)">
<!-- Main Card Container -->
<div
class="w-full max-w-4xl border-gradient rounded-[2.5rem] backdrop-blur-xl relative shadow-2xl bg-slate-950/50 shadow-black/80">
<!-- Radial Gradient Overlay inside card -->
<div
class="absolute inset-0 rounded-[2.5rem] bg-[radial-gradient(circle_at_top_left,rgba(255,255,255,0.08),transparent_50%)] pointer-events-none">
</div>
<div class="relative p-8 sm:p-12 z-10">
<!-- Header -->
<div class="flex flex-col sm:flex-row sm:items-end justify-between gap-6 mb-12">
<div class="flex items-center gap-5">
<div
class="relative w-14 h-14 rounded-full border-gradient flex items-center justify-center group shadow-lg bg-slate-900/80 shadow-black/50">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em"
viewBox="0 0 24 24" data-icon="solar:stars-bold-duotone"
class="iconify w-7 h-7 text-sky-200 iconify--solar">
<path fill="currentColor"
d="M15.252 10.689c-.987-1.18-1.48-1.77-2.048-1.68c-.567.091-.832.803-1.362 2.227l-.138.368c-.15.405-.226.607-.373.756c-.146.149-.348.228-.75.386l-.367.143c-1.417.555-2.126.833-2.207 1.4s.52 1.049 1.721 2.011l.31.25c.342.273.513.41.611.597c.1.187.115.404.146.837l.029.394c.11 1.523.166 2.285.683 2.545s1.154-.155 2.427-.983l.329-.215c.362-.235.543-.353.75-.387c.208-.033.42.022.841.132l.385.1c1.485.386 2.228.58 2.629.173s.193-1.144-.221-2.62l-.108-.38c-.117-.42-.176-.63-.147-.837c.03-.208.145-.39.374-.756l.21-.332c.807-1.285 1.21-1.927.94-2.438c-.269-.511-1.033-.553-2.562-.635l-.396-.022c-.434-.023-.652-.035-.841-.13c-.19-.095-.33-.263-.61-.599z"
class=""></path>
<path fill="currentColor"
d="M10.331 4.252c1.316-1.574 1.974-2.361 2.73-2.24s1.11 1.07 1.817 2.969l.183.491c.201.54.302.81.497 1.008c.196.199.464.304 1.001.514l.489.192c1.89.74 2.835 1.11 2.942 1.866c.108.757-.693 1.398-2.294 2.682l-.414.332c-.455.365-.683.547-.815.797s-.152.538-.194 1.115l-.038.526c-.148 2.031-.222 3.047-.911 3.393c-.69.347-1.538-.206-3.236-1.311l-.439-.286c-.482-.314-.723-.47-1-.515s-.558.028-1.121.175l-.513.133c-1.98.516-2.971.773-3.505.231s-.258-1.526.295-3.492l.142-.509c.157-.559.236-.838.197-1.115c-.04-.277-.193-.52-.499-1.008l-.278-.443C4.29 8.044 3.752 7.187 4.11 6.507c.36-.682 1.379-.737 3.418-.848l.527-.028c.58-.031.869-.047 1.122-.174c.252-.127.439-.35.813-.798z"
opacity=".5" class=""></path>
</svg>
</div>
<div class="">
<h1 class="text-3xl font-jakarta font-medium tracking-tight text-white">
Project Inquiry
</h1>
<p class="text-sm mt-1 font-light tracking-wide text-sky-100/60">
Orchestrating your next digital breakthrough.
</p>
</div>
</div>
<!-- Status Pill -->
<div
class="inline-flex items-center gap-2 rounded-full ring-1 px-3 py-1.5 shadow-lg bg-slate-900/90 ring-slate-700/70">
<span class="w-2 h-2 rounded-full animate-pulse box-content border-2 bg-emerald-400 border-slate-900"></span>
<span class="text-xs font-medium tracking-widest uppercase font-geist text-sky-100/90">
Accepting Clients
</span>
</div>
</div>
<!-- Input Grid -->
<div class="grid grid-cols-1 sm:grid-cols-2 gap-6 mb-10">
<!-- Name Input -->
<div
class="group relative border-gradient rounded-2xl input-focus-wrapper transition-all duration-300 bg-slate-900/40">
<div
class="absolute left-5 top-1/2 -translate-y-1/2 text-slate-500 group-focus-within:text-sky-300 transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em"
viewBox="0 0 24 24" data-icon="solar:user-bold-duotone" class="iconify w-5 h-5 iconify--solar">
<circle cx="12" cy="6" r="4" fill="currentColor" class=""></circle>
<path fill="currentColor" d="M20 17.5c0 2.485 0 4.5-8 4.5s-8-2.015-8-4.5S7.582 13 12 13s8 2.015 8 4.5"
opacity=".5" class=""></path>
</svg>
</div>
<input type="text" placeholder="Name" class="w-full bg-transparent text-sm placeholder-slate-500 py-4 pl-14 pr-4 rounded-2xl focus:outline-none focus:bg-slate-900/60 transition-all font-geist text-slate-200">
</div>
<!-- Email Input -->
<div
class="group relative border-gradient rounded-2xl input-focus-wrapper transition-all duration-300 bg-slate-900/40">
<div
class="absolute left-5 top-1/2 -translate-y-1/2 text-slate-500 group-focus-within:text-sky-300 transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em"
viewBox="0 0 24 24" data-icon="solar:letter-bold-duotone" class="iconify w-5 h-5 iconify--solar">
<path fill="currentColor"
d="M14.2 3H9.8C5.652 3 3.577 3 2.289 4.318S1 7.758 1 12s0 6.364 1.289 7.682S5.652 21 9.8 21h4.4c4.148 0 6.223 0 7.511-1.318S23 16.242 23 12s0-6.364-1.289-7.682S18.348 3 14.2 3"
opacity=".5" class=""></path>
<path fill="currentColor"
d="M19.128 8.033a.825.825 0 0 0-1.056-1.268l-2.375 1.98c-1.026.855-1.738 1.447-2.34 1.833c-.582.375-.977.5-1.357.5s-.774-.125-1.357-.5c-.601-.386-1.314-.978-2.34-1.834L5.928 6.765a.825.825 0 0 0-1.056 1.268l2.416 2.014c.975.812 1.765 1.47 2.463 1.92c.726.466 1.434.762 2.25.762c.814 0 1.522-.296 2.249-.763c.697-.448 1.487-1.107 2.462-1.92z"
class=""></path>
</svg>
</div>
<input type="email" placeholder="Email address" class="w-full bg-transparent text-sm placeholder-slate-500 py-4 pl-14 pr-4 rounded-2xl focus:outline-none focus:bg-slate-900/60 transition-all font-geist text-slate-200">
</div>
</div>
<!-- Section 1: Services -->
<div class="mb-10">
<h3 class="text-xs font-medium uppercase tracking-[0.2em] mb-5 flex items-center gap-2 pl-1 text-slate-400">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em"
viewBox="0 0 24 24" data-icon="solar:layers-bold-duotone"
class="iconify w-4 h-4 text-sky-200/50 iconify--solar">
<path fill="currentColor"
d="M4.979 9.685C2.993 8.891 2 8.494 2 8s.993-.89 2.979-1.685l2.808-1.123C9.773 4.397 10.767 4 12 4s2.227.397 4.213 1.192l2.808 1.123C21.007 7.109 22 7.506 22 8s-.993.89-2.979 1.685l-2.808 1.124C14.227 11.603 13.233 12 12 12s-2.227-.397-4.213-1.191z"
class=""></path>
<path fill="currentColor" fill-rule="evenodd"
d="M2 8c0 .494.993.89 2.979 1.685l2.808 1.124C9.773 11.603 10.767 12 12 12s2.227-.397 4.213-1.191l2.808-1.124C21.007 8.891 22 8.494 22 8s-.993-.89-2.979-1.685l-2.808-1.123C14.227 4.397 13.233 4 12 4s-2.227.397-4.213 1.192L4.98 6.315C2.993 7.109 2 7.506 2 8"
clip-rule="evenodd" class=""></path>
<path fill="currentColor"
d="m5.766 10l-.787.315C2.993 11.109 2 11.507 2 12s.993.89 2.979 1.685l2.808 1.124C9.773 15.603 10.767 16 12 16s2.227-.397 4.213-1.191l2.808-1.124C21.007 12.891 22 12.493 22 12s-.993-.89-2.979-1.685L18.234 10l-2.021.809C14.227 11.603 13.233 12 12 12s-2.227-.397-4.213-1.191z"
opacity=".7" class=""></path>
<path fill="currentColor"
d="m5.766 14l-.787.315C2.993 15.109 2 15.507 2 16s.993.89 2.979 1.685l2.808 1.124C9.773 19.603 10.767 20 12 20s2.227-.397 4.213-1.192l2.808-1.123C21.007 16.891 22 16.494 22 16c0-.493-.993-.89-2.979-1.685L18.234 14l-2.021.809C14.227 15.603 13.233 16 12 16s-2.227-.397-4.213-1.191z"
opacity=".4" class=""></path>
</svg>
Services Required
</h3>
<div class="grid grid-cols-1 sm:grid-cols-3 gap-4">
<!-- Strategy -->
<button class="group relative flex flex-col items-start justify-between gap-3 p-5 rounded-2xl text-left transition-all duration-300 h-full bg-slate-900/40 hover:bg-slate-800/60">
<div class="flex group-hover:scale-110 transition-transform duration-300 text-sky-200 bg-slate-800/50 w-10 h-10 border-white/5 border rounded-xl mb-1 items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:target-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M9.25 12a.75.75 0 0 1 .75-.75h1.25V10a.75.75 0 0 1 1.5 0v1.25H14a.75.75 0 0 1 0 1.5h-1.25V14a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1-.75-.75m-7.222.75a10 10 0 0 1 0-1.5H5a.75.75 0 0 1 0 1.5zm10.722 9.222a10 10 0 0 1-1.5 0V19a.75.75 0 0 1 1.5 0zm9.222-10.722a10 10 0 0 1 0 1.5H19a.75.75 0 0 1 0-1.5zM12.75 2.028V5a.75.75 0 0 1-1.5 0V2.028a10 10 0 0 1 1.5 0" class=""></path></svg>
</div>
<div class="">
<span class="text-sm font-medium block mb-1 text-slate-100">
Strategy
</span>
<span class="text-xs font-light group-hover:text-sky-100/70 text-slate-400">
Roadmapping
</span>
</div>
<div class="absolute top-4 right-4 opacity-100 scale-100 transition-all check-icon text-sky-300">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:check-circle-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M16.03 8.97a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47l2.235-2.235L14.97 8.97a.75.75 0 0 1 1.06 0" class=""></path></svg>
</div>
</button>
<!-- Design -->
<button class="group relative flex flex-col items-start justify-between gap-3 p-5 rounded-2xl text-left transition-all duration-300 h-full bg-slate-900/40 hover:bg-slate-800/60">
<div class="w-10 h-10 rounded-xl flex items-center justify-center group-hover:text-sky-200 transition-colors mb-1 group-hover:scale-110 duration-300 border bg-slate-800/50 text-slate-400 border-white/5">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:palette-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M7.75 19a.75.75 0 0 1-.75.75H5a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75" class=""></path><path fill="currentColor" d="M10 18V6c0-1.4 0-2.1-.272-2.635a2.5 2.5 0 0 0-1.093-1.093C8.1 2 7.4 2 6 2s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 3.9 2 4.6 2 6v12c0 1.4 0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 22 4.6 22 6 22s2.1 0 2.635-.273a2.5 2.5 0 0 0 1.093-1.092C10 20.1 10 19.4 10 18" opacity=".4" class=""></path><path fill="currentColor" d="M10 8.243V18c0 .919 0 1.536-.077 2.003l3.299-3.299l5.838-6.09c.973-1.003 1.46-1.505 1.636-2.08a2.5 2.5 0 0 0-.011-1.503C20.5 6.458 20 5.958 19 4.959c-.9-.886-1.352-1.33-1.88-1.514a2.5 2.5 0 0 0-1.353-.085c-.547.118-1.049.502-2.053 1.27L13 5.243zm-1.997 13.68H8v.003z" opacity=".7" class=""></path><path fill="currentColor" d="M15.814 14H17.9c1.4 0 2.1 0 2.635.273a2.5 2.5 0 0 1 1.093 1.092C21.9 15.9 21.9 16.6 21.9 18s0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C20 22 19.3 22 17.9 22H6c.917 0 1.534 0 2-.077v.003l.003-.003c.245-.04.448-.102.632-.195a2.5 2.5 0 0 0 1.093-1.093c.093-.184.155-.387.195-.632l3.299-3.299z" class=""></path></svg>
</div>
<div>
<span class="text-sm font-medium block mb-1 group-hover:text-slate-100 text-slate-300">
Design
</span>
<span class="text-xs text-slate-500 font-light group-hover:text-sky-100/70">
UI/UX & Brand
</span>
</div>
<div class="absolute top-4 right-4 opacity-0 scale-50 transition-all check-icon text-sky-300">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:check-circle-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M16.03 8.97a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47l2.235-2.235L14.97 8.97a.75.75 0 0 1 1.06 0" class=""></path></svg>
</div>
</button>
<!-- Development -->
<button class="group relative flex flex-col items-start justify-between gap-3 p-5 rounded-2xl text-left transition-all duration-300 h-full bg-slate-900/40 hover:bg-slate-800/60">
<div class="w-10 h-10 rounded-xl flex items-center justify-center group-hover:text-sky-200 transition-colors mb-1 group-hover:scale-110 duration-300 border bg-slate-800/50 text-slate-400 border-white/5">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:code-circle-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M13.488 6.446a.75.75 0 0 1 .53.918l-2.588 9.66a.75.75 0 0 1-1.449-.389l2.589-9.659a.75.75 0 0 1 .918-.53M14.97 8.47a.75.75 0 0 1 1.06 0l.209.208c.635.635 1.165 1.165 1.529 1.642c.384.504.654 1.036.654 1.68s-.27 1.176-.654 1.68c-.364.477-.894 1.007-1.53 1.642l-.208.208a.75.75 0 1 1-1.06-1.06l.171-.172c.682-.682 1.139-1.14 1.434-1.528c.283-.37.347-.586.347-.77s-.064-.4-.347-.77c-.295-.387-.752-.846-1.434-1.528l-.171-.172a.75.75 0 0 1 0-1.06m-7 0a.75.75 0 0 1 1.06 1.06l-.171.172c-.682.682-1.138 1.14-1.434 1.528c-.283.37-.346.586-.346.77s.063.4.346.77c.296.387.752.846 1.434 1.528l.172.172a.75.75 0 1 1-1.061 1.06l-.208-.208c-.636-.635-1.166-1.165-1.53-1.642c-.384-.504-.653-1.036-.653-1.68s.27-1.176.653-1.68c.364-.477.894-1.007 1.53-1.642z" class=""></path></svg>
</div>
<div>
<span class="text-sm font-medium block mb-1 group-hover:text-slate-100 text-slate-300">
Development
</span>
<span class="text-xs text-slate-500 font-light group-hover:text-sky-100/70">
Web & App
</span>
</div>
<div class="absolute top-4 right-4 opacity-0 scale-50 transition-all check-icon text-sky-300">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:check-circle-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M16.03 8.97a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47l2.235-2.235L14.97 8.97a.75.75 0 0 1 1.06 0" class=""></path></svg>
</div>
</button>
<!-- Marketing -->
<button class="group relative flex flex-col items-start justify-between gap-3 p-5 rounded-2xl text-left transition-all duration-300 h-full bg-slate-900/40 hover:bg-slate-800/60">
<div class="flex group-hover:scale-110 transition-transform duration-300 text-sky-200 bg-slate-800/50 w-10 h-10 border-white/5 border rounded-xl mb-1 items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:target-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M9.25 12a.75.75 0 0 1 .75-.75h1.25V10a.75.75 0 0 1 1.5 0v1.25H14a.75.75 0 0 1 0 1.5h-1.25V14a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1-.75-.75m-7.222.75a10 10 0 0 1 0-1.5H5a.75.75 0 0 1 0 1.5zm10.722 9.222a10 10 0 0 1-1.5 0V19a.75.75 0 0 1 1.5 0zm9.222-10.722a10 10 0 0 1 0 1.5H19a.75.75 0 0 1 0-1.5zM12.75 2.028V5a.75.75 0 0 1-1.5 0V2.028a10 10 0 0 1 1.5 0" class=""></path></svg>
</div>
<div>
<span class="text-sm font-medium block mb-1 group-hover:text-slate-100 text-slate-300">
Marketing
</span>
<span class="text-xs text-slate-500 font-light group-hover:text-sky-100/70">
SEO & Ads
</span>
</div>
<div class="absolute top-4 right-4 opacity-0 scale-50 transition-all check-icon text-sky-300">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:check-circle-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M16.03 8.97a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47l2.235-2.235L14.97 8.97a.75.75 0 0 1 1.06 0" class=""></path></svg>
</div>
</button>
<!-- Custom -->
<button class="sm:col-span-2 group relative flex flex-row items-center justify-start gap-4 p-5 rounded-2xl text-left transition-all duration-300 h-full bg-slate-900/40 hover:bg-slate-800/60">
<div class="w-10 h-10 rounded-xl flex items-center justify-center group-hover:text-sky-200 transition-colors border bg-slate-800/50 text-slate-400 border-white/5">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:add-circle-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M12.75 9a.75.75 0 0 0-1.5 0v2.25H9a.75.75 0 0 0 0 1.5h2.25V15a.75.75 0 0 0 1.5 0v-2.25H15a.75.75 0 0 0 0-1.5h-2.25z" class=""></path></svg>
</div>
<span class="text-sm font-medium group-hover:text-slate-100 text-slate-300">
Other / Custom Request
</span>
<div class="absolute top-5 right-5 opacity-0 scale-50 transition-all check-icon text-sky-300">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" viewBox="0 0 24 24" data-icon="solar:check-circle-bold-duotone" class="iconify w-5 h-5 iconify--solar"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" opacity=".5" class=""></path><path fill="currentColor" d="M16.03 8.97a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47l2.235-2.235L14.97 8.97a.75.75 0 0 1 1.06 0" class=""></path></svg>
</div>
</button>
</div>
</div>
<!-- Section 2: Goals -->
<div class="mb-10">
<h3 class="text-xs font-medium uppercase tracking-[0.2em] mb-5 flex items-center gap-2 pl-1 text-slate-400">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em"
viewBox="0 0 24 24" data-icon="solar:flag-bold-duotone"
class="iconify w-4 h-4 text-sky-200/50 iconify--solar">
<path fill="currentColor" fill-rule="evenodd" d="M6.5 1.75a.75.75 0 0 0-1.5 0v20a.75.75 0 0 0 1.5 0z"
clip-rule="evenodd" opacity=".5" class=""></path>
<path fill="currentColor"
d="m13.349 3.79l-.204-.082a8.7 8.7 0 0 0-4.924-.452L6.5 3.6v10l1.72-.344a8.7 8.7 0 0 1 4.925.452a8.68 8.68 0 0 0 5.327.361l.214-.053a1.404 1.404 0 0 0 1.064-1.362V5.287a1.2 1.2 0 0 0-1.49-1.164a8 8 0 0 1-4.911-.334"
class=""></path>
</svg>
Primary Goals
</h3>
<div class="flex flex-wrap gap-3">
<button class="selected group flex items-center gap-2 py-2.5 px-5 rounded-full text-left transition-all bg-slate-900/40 hover:bg-slate-800/60">
<span class="text-xs font-medium text-sky-100">
Scale Revenue
</span>
</button>
<button class="group flex items-center gap-2 transition-all py-2.5 px-5 rounded-full text-left bg-slate-900/40 hover:bg-slate-800/60">
<span class="text-xs font-medium group-hover:text-slate-200 text-slate-400">
Fix Conversion
</span>
</button>
<button class="group flex items-center gap-2 transition-all py-2.5 px-5 rounded-full text-left bg-slate-900/40 hover:bg-slate-800/60">
<span class="text-xs font-medium group-hover:text-slate-200 text-slate-400">
Rebrand
</span>
</button>
<button class="group flex items-center gap-2 transition-all py-2.5 px-5 rounded-full text-left bg-slate-900/40 hover:bg-slate-800/60">
<span class="text-xs font-medium group-hover:text-slate-200 text-slate-400">
Launch Product
</span>
</button>
<button class="group flex items-center gap-2 transition-all py-2.5 px-5 rounded-full text-left bg-slate-900/40 hover:bg-slate-800/60">
<span class="text-xs font-medium group-hover:text-slate-200 text-slate-400">
Enter New Market
</span>
</button>
</div>
</div>
<!-- Text Area -->
<div class="mb-10 group relative">
<div
class="absolute -top-3 left-6 bg-[#0B1221] px-3 text-[10px] tracking-widest font-bold uppercase rounded-full border z-10 text-sky-300/80 border-sky-900/30">
Additional Details
</div>
<div class="border-gradient rounded-2xl input-focus-wrapper transition-all duration-300 bg-slate-900/40">
<textarea placeholder="Describe your project, timeline, and budget expectations..." class="w-full h-36 bg-transparent text-sm placeholder-slate-500 p-6 rounded-2xl focus:outline-none focus:bg-slate-900/60 resize-none transition-all font-geist custom-scrollbar text-slate-200"></textarea>
</div>
</div>
<!-- Bottom Action Bar -->
<div
class="flex flex-col sm:flex-row gap-8 border-white/5 border-t pt-8 gap-x-8 gap-y-8 items-center justify-between">
<p class="text-xs text-slate-500 text-center sm:text-left flex items-center gap-2">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em"
viewBox="0 0 24 24" data-icon="solar:clock-circle-bold-duotone"
class="iconify w-3.5 h-3.5 text-sky-400 iconify--solar">
<path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10"
opacity=".5" class=""></path>
<path fill="currentColor" fill-rule="evenodd"
d="M12 7.25a.75.75 0 0 1 .75.75v3.69l2.28 2.28a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1-.22-.53V8a.75.75 0 0 1 .75-.75"
clip-rule="evenodd" class=""></path>
</svg>
<span>
Avg response:
<span class="font-medium text-slate-300">Under 24h</span>
</span>
</p>
<!-- Complex Button Structure from Template -->
<button class="group inline-flex overflow-hidden transition-all duration-300 hover:-translate-y-0.5 hover:shadow-[0_0_25px_rgba(255,255,255,0.1)] rounded-full pt-[1px] pr-[1px] pb-[1px] pl-[1px] relative items-center justify-center">
<!-- Spinning Border Beam (Visible on Hover) -->
<span class="absolute inset-[-100%] animate-[spin_3s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,transparent_0%,transparent_75%,#ffffff_100%)] opacity-0 transition-opacity duration-300 group-hover:opacity-100"></span>
<!-- Default Static Border -->
<span class="absolute inset-0 rounded-full bg-zinc-800 transition-opacity duration-300 group-hover:opacity-0"></span>
<!-- 3D Button Surface & Content -->
<span class="flex items-center justify-center gap-2 uppercase transition-colors duration-300 group-hover:text-white text-xs font-medium text-zinc-400 tracking-widest bg-gradient-to-b from-zinc-800 to-zinc-950 w-full h-full rounded-full pt-2.5 pr-6 pb-2.5 pl-6 relative shadow-[inset_0_1px_0_rgba(255,255,255,0.3)]">
<span class="z-10 relative">Submit inquiry</span>
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="relative z-10 transition-transform duration-300 group-hover:translate-x-0.5">
<path d="M5 12h14" class=""></path>
<path d="m12 5 7 7-7 7" class=""></path>
</svg>
</span>
</button>
</div>
</div>
</div>
</div>