(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,95468,e=>{"use strict";let t=(0,e.i(75254).default)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["CheckCircle2",()=>t],95468)},3116,e=>{"use strict";let t=(0,e.i(75254).default)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["Clock",()=>t],3116)},33525,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return a}});let a=e=>{}},98183,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={assign:function(){return i},searchParamsToUrlQuery:function(){return s},urlQueryToSearchParams:function(){return o}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});function s(e){let t={};for(let[r,a]of e.entries()){let e=t[r];void 0===e?t[r]=a:Array.isArray(e)?e.push(a):t[r]=[e,a]}return t}function l(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function o(e){let t=new URLSearchParams;for(let[r,a]of Object.entries(e))if(Array.isArray(a))for(let e of a)t.append(r,l(e));else t.set(r,l(a));return t}function i(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,a]of r.entries())e.append(t,a)}return e}},95057,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={formatUrl:function(){return o},formatWithValidation:function(){return c},urlObjectKeys:function(){return i}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=e.r(90809)._(e.r(98183)),l=/https?|ftp|gopher|file/;function o(e){let{auth:t,hostname:r}=e,a=e.protocol||"",n=e.pathname||"",o=e.hash||"",i=e.query||"",c=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?c=t+e.host:r&&(c=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(c+=":"+e.port)),i&&"object"==typeof i&&(i=String(s.urlQueryToSearchParams(i)));let d=e.search||i&&`?${i}`||"";return a&&!a.endsWith(":")&&(a+=":"),e.slashes||(!a||l.test(a))&&!1!==c?(c="//"+(c||""),n&&"/"!==n[0]&&(n="/"+n)):c||(c=""),o&&"#"!==o[0]&&(o="#"+o),d&&"?"!==d[0]&&(d="?"+d),n=n.replace(/[?#]/g,encodeURIComponent),d=d.replace("#","%23"),`${a}${c}${n}${d}${o}`}let i=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function c(e){return o(e)}},18581,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return n}});let a=e.r(71645);function n(e,t){let r=(0,a.useRef)(null),n=(0,a.useRef)(null);return(0,a.useCallback)(a=>{if(null===a){let e=r.current;e&&(r.current=null,e());let t=n.current;t&&(n.current=null,t())}else e&&(r.current=s(e,a)),t&&(n.current=s(t,a))},[e,t])}function s(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},18967,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={DecodeError:function(){return g},MiddlewareNotFoundError:function(){return j},MissingStaticPage:function(){return v},NormalizeError:function(){return y},PageNotFoundError:function(){return b},SP:function(){return h},ST:function(){return x},WEB_VITALS:function(){return s},execOnce:function(){return l},getDisplayName:function(){return u},getLocationOrigin:function(){return c},getURL:function(){return d},isAbsoluteUrl:function(){return i},isResSent:function(){return f},loadGetInitialProps:function(){return m},normalizeRepeatedSlashes:function(){return p},stringifyError:function(){return N}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=["CLS","FCP","FID","INP","LCP","TTFB"];function l(e){let t,r=!1;return(...a)=>(r||(r=!0,t=e(...a)),t)}let o=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,i=e=>o.test(e);function c(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function d(){let{href:e}=window.location,t=c();return e.substring(t.length)}function u(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function f(e){return e.finished||e.headersSent}function p(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function m(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await m(t.Component,t.ctx)}:{};let a=await e.getInitialProps(t);if(r&&f(r))return a;if(!a)throw Object.defineProperty(Error(`"${u(e)}.getInitialProps()" should resolve to an object. But found "${a}" instead.`),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return a}let h="u">typeof performance,x=h&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class g extends Error{}class y extends Error{}class b extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class v extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class j extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function N(e){return JSON.stringify({message:e.message,stack:e.stack})}},73668,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return s}});let a=e.r(18967),n=e.r(52817);function s(e){if(!(0,a.isAbsoluteUrl)(e))return!0;try{let t=(0,a.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,n.hasBasePath)(r.pathname)}catch(e){return!1}}},84508,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return a}});let a=e=>{}},22016,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={default:function(){return g},useLinkStatus:function(){return b}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=e.r(90809),l=e.r(43476),o=s._(e.r(71645)),i=e.r(95057),c=e.r(8372),d=e.r(18581),u=e.r(18967),f=e.r(5550);e.r(33525);let p=e.r(91949),m=e.r(73668),h=e.r(9396);function x(e){return"string"==typeof e?e:(0,i.formatUrl)(e)}function g(t){var r;let a,n,s,[i,g]=(0,o.useOptimistic)(p.IDLE_LINK_STATUS),b=(0,o.useRef)(null),{href:v,as:j,children:N,prefetch:w=null,passHref:P,replace:k,shallow:C,scroll:O,onClick:_,onMouseEnter:E,onTouchStart:A,legacyBehavior:R=!1,onNavigate:S,ref:T,unstable_dynamicOnHover:L,...M}=t;a=N,R&&("string"==typeof a||"number"==typeof a)&&(a=(0,l.jsx)("a",{children:a}));let $=o.default.useContext(c.AppRouterContext),I=!1!==w,F=!1!==w?null===(r=w)||"auto"===r?h.FetchStrategy.PPR:h.FetchStrategy.Full:h.FetchStrategy.PPR,{href:U,as:D}=o.default.useMemo(()=>{let e=x(v);return{href:e,as:j?x(j):e}},[v,j]);if(R){if(a?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});n=o.default.Children.only(a)}let z=R?n&&"object"==typeof n&&n.ref:T,B=o.default.useCallback(e=>(null!==$&&(b.current=(0,p.mountLinkInstance)(e,U,$,F,I,g)),()=>{b.current&&((0,p.unmountLinkForCurrentNavigation)(b.current),b.current=null),(0,p.unmountPrefetchableInstance)(e)}),[I,U,$,F,g]),q={ref:(0,d.useMergedRef)(B,z),onClick(t){R||"function"!=typeof _||_(t),R&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(t),!$||t.defaultPrevented||function(t,r,a,n,s,l,i){if("u">typeof window){let c,{nodeName:d}=t.currentTarget;if("A"===d.toUpperCase()&&((c=t.currentTarget.getAttribute("target"))&&"_self"!==c||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,m.isLocalURL)(r)){s&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),i){let e=!1;if(i({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:u}=e.r(99781);o.default.startTransition(()=>{u(a||r,s?"replace":"push",l??!0,n.current)})}}(t,U,D,b,k,O,S)},onMouseEnter(e){R||"function"!=typeof E||E(e),R&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),$&&I&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)},onTouchStart:function(e){R||"function"!=typeof A||A(e),R&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),$&&I&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)}};return(0,u.isAbsoluteUrl)(D)?q.href=D:R&&!P&&("a"!==n.type||"href"in n.props)||(q.href=(0,f.addBasePath)(D)),s=R?o.default.cloneElement(n,q):(0,l.jsx)("a",{...M,...q,children:a}),(0,l.jsx)(y.Provider,{value:i,children:s})}e.r(84508);let y=(0,o.createContext)(p.IDLE_LINK_STATUS),b=()=>(0,o.useContext)(y);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},67881,71689,e=>{"use strict";let t,r,a,n,s;var l=e.i(43476),o=e.i(71645);function i(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var c=Symbol.for("react.lazy"),d=o[" use ".trim().toString()];function u(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===c&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var f=((s=o.forwardRef((e,t)=>{let{children:r,...a}=e;if(u(r)&&"function"==typeof d&&(r=d(r._payload)),o.isValidElement(r)){var n;let e,s,l=(n=r,(s=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(s=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),c=function(e,t){let r={...t};for(let a in t){let n=e[a],s=t[a];/^on[A-Z]/.test(a)?n&&s?r[a]=(...e)=>{let t=s(...e);return n(...e),t}:n&&(r[a]=n):"style"===a?r[a]={...n,...s}:"className"===a&&(r[a]=[n,s].filter(Boolean).join(" "))}return{...e,...r}}(a,r.props);return r.type!==o.Fragment&&(c.ref=t?function(...e){return t=>{let r=!1,a=e.map(e=>{let a=i(e,t);return r||"function"!=typeof a||(r=!0),a});if(r)return()=>{for(let t=0;t1?o.Children.only(null):null})).displayName="Slot.SlotClone",t=s,(r=o.forwardRef((e,r)=>{let{children:a,...n}=e;u(a)&&"function"==typeof d&&(a=d(a._payload));let s=o.Children.toArray(a),i=s.find(m);if(i){let e=i.props.children,a=s.map(t=>t!==i?t:o.Children.count(e)>1?o.Children.only(null):o.isValidElement(e)?e.props.children:null);return(0,l.jsx)(t,{...n,ref:r,children:o.isValidElement(e)?o.cloneElement(e,void 0,a):null})}return(0,l.jsx)(t,{...n,ref:r,children:a})})).displayName="Slot.Slot",r),p=Symbol("radix.slottable");function m(e){return o.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===p}var h=e.i(7670);let x=e=>"boolean"==typeof e?`${e}`:0===e?"0":e,g=h.clsx;var y=e.i(47163);let b=(a="inline-flex items-center justify-center whitespace-nowrap rounded-full text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",n={variants:{variant:{default:"bg-primary text-primary-foreground shadow hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",outline:"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline",pill:"bg-primary text-primary-foreground shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-300 rounded-full"},size:{default:"h-11 px-8 py-2",sm:"h-9 rounded-full px-6 text-xs",lg:"h-12 rounded-full px-10 text-base",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==n?void 0:n.variants)==null)return g(a,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:s}=n,l=Object.keys(r).map(t=>{let a=null==e?void 0:e[t],n=null==s?void 0:s[t];if(null===a)return null;let l=x(a)||x(n);return r[t][l]}),o=e&&Object.entries(e).reduce((e,t)=>{let[r,a]=t;return void 0===a||(e[r]=a),e},{});return g(a,l,null==n||null==(t=n.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:a,...n}=t;return Object.entries(n).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...s,...o}[t]):({...s,...o})[t]===r})?[...e,r,a]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)}),v=o.forwardRef(({className:e,variant:t,size:r,asChild:a=!1,...n},s)=>(0,l.jsx)(a?f:"button",{className:(0,y.cn)(b({variant:t,size:r,className:e})),ref:s,...n}));v.displayName="Button",e.s(["Button",()=>v],67881);let j=(0,e.i(75254).default)("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);e.s(["ArrowLeft",()=>j],71689)},95010,e=>{"use strict";var t=e.i(43476),r=e.i(46932),a=e.i(47163);e.s(["default",0,({className:e,children:n})=>(0,t.jsx)(r.motion.main,{className:(0,a.cn)(e),initial:{opacity:0,y:24},animate:{opacity:1,y:0},transition:{duration:.7,ease:[.16,1,.3,1]},children:n})])},70065,e=>{"use strict";var t=e.i(43476),r=e.i(71645),a=e.i(47163);let n=r.forwardRef(({className:e,...r},n)=>(0,t.jsx)("div",{ref:n,className:(0,a.cn)("rounded-3xl border bg-card text-card-foreground shadow-sm",e),...r}));n.displayName="Card",r.forwardRef(({className:e,...r},n)=>(0,t.jsx)("div",{ref:n,className:(0,a.cn)("flex flex-col space-y-1.5 p-6",e),...r})).displayName="CardHeader",r.forwardRef(({className:e,...r},n)=>(0,t.jsx)("h3",{ref:n,className:(0,a.cn)("text-2xl font-semibold leading-none tracking-tight",e),...r})).displayName="CardTitle",r.forwardRef(({className:e,...r},n)=>(0,t.jsx)("p",{ref:n,className:(0,a.cn)("text-sm text-muted-foreground",e),...r})).displayName="CardDescription",r.forwardRef(({className:e,...r},n)=>(0,t.jsx)("div",{ref:n,className:(0,a.cn)("p-6 pt-0",e),...r})).displayName="CardContent",r.forwardRef(({className:e,...r},n)=>(0,t.jsx)("div",{ref:n,className:(0,a.cn)("flex items-center p-6 pt-0",e),...r})).displayName="CardFooter",e.s(["Card",()=>n])},43432,e=>{"use strict";let t=(0,e.i(75254).default)("phone",[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]]);e.s(["Phone",()=>t],43432)},63488,e=>{"use strict";let t=(0,e.i(75254).default)("mail",[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",key:"132q7q"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]]);e.s(["Mail",()=>t],63488)},43114,e=>{"use strict";var t=e.i(43476),r=e.i(63780),a=e.i(76841),n=e.i(95010),s=e.i(70065),l=e.i(71689),o=e.i(43432),i=e.i(63488),c=e.i(3116),d=e.i(22016),u=e.i(50661),f=e.i(47163),p=e.i(47167),m=e.i(71645),h=e.i(67881);let x=m.forwardRef(({className:e,type:r,...a},n)=>(0,t.jsx)("input",{type:r,className:(0,f.cn)("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",e),ref:n,...a}));x.displayName="Input";let g=m.forwardRef(({className:e,...r},a)=>(0,t.jsx)("textarea",{className:(0,f.cn)("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",e),ref:a,...r}));g.displayName="Textarea";var y=e.i(75254);let b=(0,y.default)("send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);var v=e.i(95468);let j=(0,y.default)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);function N(){let{t:e,language:r}=(0,u.useLanguage)(),a=p.default.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY||"6LfqD1osAAAAANd6P-3qin0cRdFQSGX92F02A3dE",n="contact_form",l=e.contactPage.form.serviceOptions.airport,[o,i]=(0,m.useState)(!1),[c,d]=(0,m.useState)("idle"),[f,y]=(0,m.useState)({name:"",email:"",phone:"",service:l,message:"",consent:!1});(0,m.useEffect)(()=>{let e="recaptcha-v3",t=()=>{window.grecaptcha?.ready(()=>i(!0))};if(document.getElementById(e))t();else{let r=document.createElement("script");r.id=e,r.src=`https://www.google.com/recaptcha/api.js?render=${a}`,r.async=!0,r.defer=!0,r.onload=t,r.onerror=()=>i(!1),document.head.appendChild(r)}return document.body.classList.add("show-captcha"),()=>{document.body.classList.remove("show-captcha")}},[a]),(0,m.useEffect)(()=>{y(e=>e.service===l?e:{...e,service:l})},[l]);let N=async()=>{if(!window.grecaptcha)throw Error("reCAPTCHA not ready");return new Promise((e,t)=>{window.grecaptcha?.ready(()=>{window.grecaptcha?.execute(a,{action:n}).then(e).catch(t)})})},w=e=>{let{name:t,value:r,type:a}=e.target;y(n=>({...n,[t]:"checkbox"===a?e.target.checked:r}))},P=async t=>{if(t.preventDefault(),!o)try{await ((e=4e3)=>new Promise((t,r)=>{let a=Date.now(),n=()=>{window.grecaptcha?window.grecaptcha.ready(()=>t()):Date.now()-a>=e?r(Error("reCAPTCHA not ready")):setTimeout(n,150)};n()}))(),i(!0)}catch{alert(e.contactPage.form.recaptchaNotReady);return}if(!f.consent)return void alert(e.contactPage.form.consentRequired);d("loading");try{let e=await N();(await fetch("/contact.php",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({...f,recaptchaToken:e,recaptchaAction:n,language:r})})).ok?(d("success"),y({name:"",email:"",phone:"",service:l,message:"",consent:!1})):d("error")}catch(e){d("error")}};return"success"===c?(0,t.jsxs)(s.Card,{className:"p-12 text-center rounded-[3rem] border-none shadow-2xl bg-white",children:[(0,t.jsx)("div",{className:"bg-green-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-8",children:(0,t.jsx)(v.CheckCircle2,{className:"w-10 h-10 text-green-500"})}),(0,t.jsx)("h3",{className:"text-3xl font-black text-slate-900 uppercase tracking-tighter mb-4",children:e.contactPage.form.successTitle}),(0,t.jsx)("p",{className:"text-slate-600 font-medium max-w-md mx-auto",children:e.contactPage.form.success}),(0,t.jsx)(h.Button,{onClick:()=>d("idle"),variant:"outline",className:"mt-8 rounded-full px-8",children:e.contactPage.form.successAction})]}):(0,t.jsx)(s.Card,{className:"rounded-[3rem] overflow-hidden border-none shadow-2xl bg-white",children:(0,t.jsxs)("form",{onSubmit:P,className:"p-8 md:p-12 space-y-8",children:[(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-8",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("label",{htmlFor:"name",className:"text-xs font-bold uppercase tracking-widest text-slate-400 ml-1",children:e.contactPage.form.name}),(0,t.jsx)(x,{id:"name",required:!0,name:"name",value:f.name,onChange:w,placeholder:e.contactPage.form.placeholders.name,className:"rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all"})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("label",{htmlFor:"email",className:"text-xs font-bold uppercase tracking-widest text-slate-400 ml-1",children:e.contactPage.form.email}),(0,t.jsx)(x,{id:"email",required:!0,type:"email",name:"email",value:f.email,onChange:w,placeholder:e.contactPage.form.placeholders.email,className:"rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all"})]})]}),(0,t.jsxs)("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-8",children:[(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("label",{htmlFor:"phone",className:"text-xs font-bold uppercase tracking-widest text-slate-400 ml-1",children:e.contactPage.form.phone}),(0,t.jsx)(x,{id:"phone",name:"phone",value:f.phone,onChange:w,placeholder:e.contactPage.form.placeholders.phone,className:"rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all"})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("label",{htmlFor:"service",className:"text-xs font-bold uppercase tracking-widest text-slate-400 ml-1",children:e.contactPage.form.service}),(0,t.jsxs)("select",{id:"service",name:"service",value:f.service,onChange:w,className:"w-full rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all px-4 text-sm font-medium",children:[(0,t.jsx)("option",{value:e.contactPage.form.serviceOptions.airport,children:e.contactPage.form.serviceOptions.airport}),(0,t.jsx)("option",{value:e.contactPage.form.serviceOptions.private,children:e.contactPage.form.serviceOptions.private}),(0,t.jsx)("option",{value:e.contactPage.form.serviceOptions.other,children:e.contactPage.form.serviceOptions.other})]})]})]}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("label",{htmlFor:"message",className:"text-xs font-bold uppercase tracking-widest text-slate-400 ml-1",children:e.contactPage.form.message}),(0,t.jsx)(g,{id:"message",required:!0,name:"message",value:f.message,onChange:w,placeholder:e.contactPage.form.placeholders.message,rows:5,className:"rounded-[2rem] bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all p-6 min-h-[150px]"})]}),(0,t.jsxs)("div",{className:"flex items-start gap-3",children:[(0,t.jsx)("input",{id:"consent",required:!0,type:"checkbox",name:"consent",checked:f.consent,onChange:w,className:"mt-1 w-5 h-5 rounded-lg border-slate-200 text-primary focus:ring-primary cursor-pointer"}),(0,t.jsx)("label",{htmlFor:"consent",className:"text-sm text-slate-500 leading-relaxed font-medium cursor-pointer",children:e.contactPage.form.consent})]}),(0,t.jsx)("div",{className:"pt-4 flex justify-center md:justify-start",children:(0,t.jsx)("span",{className:"text-xs text-slate-400",children:e.contactPage.form.recaptchaNotice})}),"error"===c&&(0,t.jsxs)("div",{className:"bg-red-50 text-red-600 p-4 rounded-2xl flex items-center gap-3 text-sm font-bold",children:[(0,t.jsx)(j,{className:"w-5 h-5"}),e.contactPage.form.error]}),(0,t.jsx)(h.Button,{disabled:"loading"===c,type:"submit",size:"lg",className:"w-full md:w-fit rounded-full px-12 h-16 bg-primary hover:bg-primary/90 text-sm font-bold uppercase tracking-widest transition-all shadow-xl disabled:opacity-50",children:"loading"===c?(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"w-4 h-4 border-2 border-white/30 border-t-white rounded-full animate-spin"}),e.contactPage.form.submitting]}):(0,t.jsxs)("span",{className:"flex items-center gap-2",children:[(0,t.jsx)(b,{className:"w-4 h-4"}),e.contactPage.form.button]})})]})})}function w(){let{t:e}=(0,u.useLanguage)(),p=[{icon:c.Clock,label:e.contactPage.info.infoLine,values:e.contactPage.info.infoLineValues,type:"tel",color:"bg-blue-500"},{icon:o.Phone,label:e.contactPage.info.dutyLine,values:[e.contactPage.info.dutyLineValue],type:"tel",color:"bg-primary"},{icon:i.Mail,label:e.contactPage.info.email,values:[e.contactPage.info.emailValue],type:"mailto",color:"bg-purple-500"}];return(0,t.jsxs)(n.default,{className:"relative min-h-screen bg-slate-50",children:[(0,t.jsx)(r.default,{darkMode:!0}),(0,t.jsxs)("div",{className:"absolute md:fixed inset-0 pointer-events-none -z-10 overflow-hidden",children:[(0,t.jsx)("div",{className:"absolute top-1/4 -right-20 w-96 h-96 bg-primary/5 rounded-full blur-3xl opacity-30 animate-blob"}),(0,t.jsx)("div",{className:"absolute top-1/2 -left-20 w-80 h-80 bg-secondary/5 rounded-full blur-3xl opacity-30 animate-blob animation-delay-2000"})]}),(0,t.jsxs)("section",{className:"relative pt-40 pb-32 overflow-hidden bg-[#D9A321]",children:[(0,t.jsx)("div",{className:"absolute inset-0 bg-diagonal opacity-100 -z-10",style:{background:"linear-gradient(135deg, #D9A321 0%, #1A1A1A 100%)"}}),(0,t.jsx)("div",{className:"absolute bottom-0 left-0 w-full h-[100px] bg-slate-50 transform -skew-y-3 origin-bottom-left -z-10"}),(0,t.jsxs)("div",{className:"max-w-7xl mx-auto px-6 relative z-10",children:[(0,t.jsxs)(d.default,{href:"/",className:"inline-flex items-center text-white/70 hover:text-white mb-10 transition-colors group",children:[(0,t.jsx)("div",{className:"bg-white/10 p-2 rounded-full mr-3 group-hover:bg-white/20 transition-colors",children:(0,t.jsx)(l.ArrowLeft,{className:"w-4 h-4"})}),(0,t.jsx)("span",{className:"text-xs font-bold tracking-[0.2em] uppercase",children:e.contactPage.back})]}),(0,t.jsxs)("div",{className:"space-y-4",children:[(0,t.jsxs)("h1",{className:"text-4xl md:text-8xl font-black text-white tracking-tighter leading-none uppercase",children:[e.contactPage.title," ",(0,t.jsx)("br",{}),(0,t.jsx)("span",{className:"text-slate-900 italic",children:e.contactPage.titleAccent})]}),(0,t.jsx)("p",{className:"text-xl text-white/70 max-w-2xl leading-relaxed font-medium",children:e.contactPage.description})]})]})]}),(0,t.jsx)("section",{className:"py-24",children:(0,t.jsxs)("div",{className:"max-w-7xl mx-auto px-6",children:[(0,t.jsx)("div",{className:"grid grid-cols-1 lg:grid-cols-3 gap-8",children:p.map((e,r)=>(0,t.jsxs)(s.Card,{className:"p-10 rounded-[2.5rem] border-none shadow-lg bg-white group hover:-translate-y-2 transition-all duration-300",children:[(0,t.jsx)("div",{className:(0,f.cn)("w-14 h-14 rounded-2xl flex items-center justify-center mb-8 shadow-lg",e.color),children:(0,t.jsx)(e.icon,{className:"w-6 h-6 text-white"})}),(0,t.jsx)("p",{className:"text-sm font-bold text-slate-400 uppercase tracking-widest mb-2",children:e.label}),(0,t.jsx)("div",{className:"space-y-2",children:e.values.map((r,a)=>{let n="mailto"===e.type?`mailto:${r}`:`tel:${r.replace(/\s/g,"")}`;return(0,t.jsx)("a",{href:n,className:"text-2xl font-black text-slate-900 hover:text-primary transition-colors block",children:r},`${r}-${a}`)})})]},r))}),(0,t.jsx)("div",{className:"mt-24",children:(0,t.jsxs)("div",{className:"max-w-4xl mx-auto",children:[(0,t.jsxs)("div",{className:"text-center mb-16 space-y-4",children:[(0,t.jsx)("h2",{className:"text-4xl md:text-6xl font-black text-slate-900 uppercase tracking-tighter",children:e.contactPage.cta.title}),(0,t.jsx)("p",{className:"text-slate-500 font-medium max-w-xl mx-auto",children:e.contactPage.cta.description})]}),(0,t.jsx)(N,{})]})}),(0,t.jsxs)("div",{className:"mt-32 grid grid-cols-1 md:grid-cols-2 gap-12 pt-24 border-t border-slate-200",children:[(0,t.jsxs)("div",{className:"space-y-8",children:[(0,t.jsx)("div",{className:"bg-slate-900 text-white px-6 py-2 rounded-full inline-block text-[10px] font-black uppercase tracking-[0.3em]",children:e.contactPage.business.title}),(0,t.jsxs)("div",{className:"space-y-4",children:[(0,t.jsx)("p",{className:"text-xl font-black text-slate-900",children:e.contactPage.business.operator}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("p",{className:"text-slate-500 font-medium",children:e.contactPage.business.address}),(0,t.jsx)("p",{className:"text-slate-500 font-medium",children:e.contactPage.business.taxNumber}),(0,t.jsx)("p",{className:"text-slate-500 font-medium",children:e.contactPage.business.bankAccount})]}),(0,t.jsxs)("div",{className:"space-y-2 pt-4",children:[(0,t.jsx)("p",{className:"text-primary font-black",children:e.contactPage.business.phone}),(0,t.jsx)("p",{className:"text-primary font-black",children:e.contactPage.business.infoLine}),(0,t.jsx)("p",{className:"text-slate-900 font-bold",children:e.contactPage.business.email})]})]})]}),(0,t.jsxs)("div",{className:"space-y-8",children:[(0,t.jsx)("div",{className:"bg-primary text-white px-6 py-2 rounded-full inline-block text-[10px] font-black uppercase tracking-[0.3em]",children:e.contactPage.legal.title}),(0,t.jsxs)("div",{className:"space-y-4",children:[(0,t.jsx)("p",{className:"text-xl font-black text-slate-900",children:e.contactPage.legal.name}),(0,t.jsxs)("div",{className:"space-y-2",children:[(0,t.jsx)("p",{className:"text-slate-500 font-medium",children:e.contactPage.legal.office}),(0,t.jsx)("p",{className:"text-slate-500 font-medium",children:e.contactPage.legal.address})]}),(0,t.jsxs)("div",{className:"space-y-2 pt-4",children:[(0,t.jsx)(d.default,{href:"https://www.12gyoriugyvediiroda.hu",target:"_blank",className:"text-primary font-black block hover:underline",children:e.contactPage.legal.web}),(0,t.jsx)("p",{className:"text-slate-900 font-bold",children:e.contactPage.legal.phone})]})]})]})]})]})}),(0,t.jsx)(a.default,{})]})}e.s(["default",()=>w],43114)}]);