(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6237],{46050:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>m});var a=r(95155),s=r(35695),l=r(6874),i=r.n(l),o=r(53999),n=r(12115),c=r(1874);async function d(e){let t=(0,o.e)("/api/content/blog?slug=".concat(e)),r=await fetch(t,{cache:"no-store"});if(!r.ok)return null;let a=await r.json();return(null==a?void 0:a.error)?null:a}async function x(e,t){let r=(0,o.e)("/api/content/blog"),a=await fetch(r,{cache:"no-store"});return a.ok?(await a.json()).filter(r=>r.slug!==e&&r.category===t).slice(0,3):[]}function m(e){var t,r;let{params:l}=e,[o,m]=(0,n.useState)(null),[h,u]=(0,n.useState)([]),[p,g]=(0,n.useState)(!0),[b,y]=(0,n.useState)(null),[f,v]=(0,n.useState)([]),[j,w]=(0,n.useState)(null),[k,N]=(0,n.useState)(null),[C,L]=(0,n.useState)(!1);(0,n.useEffect)(()=>{(async()=>{try{let{slug:e}=await l;if(["about","contact","partners","customers","blog"].includes(e))return void y("Page not found");let t=await d(e);if(!t)return void y("Post not found");let r=await x(e,t.category),a=[];if(t.imageGallery)try{a=JSON.parse(t.imageGallery).filter(e=>e&&e.url)}catch(e){a=[]}let s=function(e){if(!e)return null;let t=e.match(/(?:youtube\.com\/watch\?v=|youtu\.be\/|youtube\.com\/embed\/)([^&\n?#]+)/);if(t)return{type:"youtube",id:t[1],embedUrl:"https://www.youtube.com/embed/".concat(t[1])};let r=e.match(/(?:vimeo\.com\/)([0-9]+)/);return r?{type:"vimeo",id:r[1],embedUrl:"https://player.vimeo.com/video/".concat(r[1])}:e.match(/\.(mp4|webm|ogg)$/i)?{type:"direct",url:e}:null}(t.videoUrl);m(t),u(r),v(a),w(s)}catch(e){console.error("Error loading post:",e),y("Failed to load post")}finally{g(!1)}})()},[l]),(0,n.useEffect)(()=>{let e=e=>{C&&"Escape"===e.key&&L(!1)};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[C]);let S=e=>{if(!o)return;let t=window.location.href,r=o.title,a=o.excerpt,s="";switch(e){case"twitter":s="https://twitter.com/intent/tweet?text=".concat(encodeURIComponent(r),"&url=").concat(encodeURIComponent(t));break;case"linkedin":s="https://www.linkedin.com/sharing/share-offsite/?url=".concat(encodeURIComponent(t));break;case"facebook":s="https://www.facebook.com/sharer/sharer.php?u=".concat(encodeURIComponent(t));break;case"whatsapp":s="https://wa.me/?text=".concat(encodeURIComponent(r+" "+t));break;case"email":s="mailto:?subject=".concat(encodeURIComponent(r),"&body=").concat(encodeURIComponent(a+"\n\n"+t));break;case"copy":navigator.clipboard.writeText(t).then(()=>{alert("Link copied to clipboard!")}).catch(()=>{let e=document.createElement("textarea");e.value=t,document.body.appendChild(e),e.select(),document.execCommand("copy"),document.body.removeChild(e),alert("Link copied to clipboard!")});return;default:return}s&&window.open(s,"_blank","width=600,height=400")};if(p)return(0,a.jsx)("div",{className:"min-h-screen bg-white dark:bg-gray-900 flex items-center justify-center",children:(0,a.jsxs)("div",{className:"text-center",children:[(0,a.jsx)("div",{className:"animate-spin rounded-full h-12 w-12 border-b-2 border-primary-600 mx-auto mb-4"}),(0,a.jsx)("p",{className:"text-gray-600 dark:text-gray-300",children:"Loading post..."})]})});if(b||!o)return(0,s.notFound)();let M=o.readTime||Math.ceil(o.content.split(" ").length/200)+" min read";return(0,a.jsx)(a.Fragment,{children:(0,a.jsxs)("div",{className:"min-h-screen bg-white dark:bg-gray-900",children:[(0,a.jsx)("section",{className:"relative",children:o.featuredImage?(0,a.jsxs)("div",{className:"relative h-96 lg:h-[500px] overflow-hidden",children:[(0,a.jsx)(c.A,{src:o.featuredImage,alt:o.title,width:1920,height:500,className:"object-cover w-full h-full"}),(0,a.jsx)("div",{className:"absolute inset-0 bg-gradient-to-t from-black/60 via-black/20 to-transparent"}),(0,a.jsx)("div",{className:"absolute inset-0 flex items-end",children:(0,a.jsxs)("div",{className:"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 pb-12 w-full",children:[(0,a.jsxs)(i(),{href:"/blog",className:"inline-flex items-center gap-2 text-white/80 hover:text-white font-medium mb-6 transition-colors duration-300",children:[(0,a.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})}),"Back to Blog"]}),(0,a.jsxs)("div",{className:"flex items-center gap-4 mb-4",children:[(0,a.jsx)("span",{className:"bg-primary-600 text-white px-4 py-2 rounded-full text-sm font-semibold",children:o.category}),(0,a.jsx)("span",{className:"text-white/80 text-sm",children:M})]}),(0,a.jsx)("h1",{className:"text-3xl md:text-4xl lg:text-5xl font-bold text-white mb-4 leading-tight",children:o.title})]})})]}):(0,a.jsx)("section",{className:"relative bg-gradient-to-br from-gray-50 to-gray-100 dark:from-gray-800 dark:to-gray-900 py-20",children:(0,a.jsx)("div",{className:"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8",children:(0,a.jsxs)("div",{className:"text-center mb-8",children:[(0,a.jsxs)(i(),{href:"/blog",className:"inline-flex items-center gap-2 text-primary-600 dark:text-primary-400 hover:text-primary-700 dark:hover:text-primary-300 font-medium mb-6 transition-colors duration-300",children:[(0,a.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})}),"Back to Blog"]}),(0,a.jsxs)("div",{className:"flex items-center justify-center gap-4 mb-6",children:[(0,a.jsx)("span",{className:"bg-primary-600 text-white px-4 py-2 rounded-full text-sm font-semibold",children:o.category}),(0,a.jsx)("span",{className:"text-gray-500 dark:text-gray-400 text-sm",children:M})]}),(0,a.jsx)("h1",{className:"text-3xl md:text-4xl lg:text-5xl font-bold text-gray-900 dark:text-white mb-6 leading-tight",children:o.title}),(0,a.jsx)("p",{className:"text-lg md:text-xl text-gray-600 dark:text-gray-300 leading-relaxed max-w-3xl mx-auto",children:o.excerpt})]})})})}),(0,a.jsx)("section",{className:"py-8 px-4 sm:px-6 lg:px-8 border-b border-gray-200 dark:border-gray-700",children:(0,a.jsx)("div",{className:"max-w-4xl mx-auto",children:(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsxs)("div",{className:"flex items-center gap-4",children:[(0,a.jsx)("div",{className:"w-12 h-12 bg-gradient-to-r from-primary-400 to-primary-600 rounded-full flex items-center justify-center",children:(0,a.jsx)("span",{className:"text-white font-bold text-lg",children:null==(t=o.author)?void 0:t.split(" ").map(e=>e[0]).join("")})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("p",{className:"font-semibold text-gray-900 dark:text-white",children:o.author}),(0,a.jsx)("p",{className:"text-sm text-gray-500 dark:text-gray-400",children:o.date?new Date(o.date).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"}):""})]})]}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)("span",{className:"text-sm text-gray-500 dark:text-gray-400 mr-2",children:"Share:"}),(0,a.jsx)("button",{onClick:()=>S("twitter"),className:"w-10 h-10 bg-blue-600 hover:bg-blue-700 text-white rounded-lg flex items-center justify-center transition-colors duration-300",title:"Share on Twitter",children:(0,a.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{d:"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"})})}),(0,a.jsx)("button",{onClick:()=>S("linkedin"),className:"w-10 h-10 bg-blue-800 hover:bg-blue-900 text-white rounded-lg flex items-center justify-center transition-colors duration-300",title:"Share on LinkedIn",children:(0,a.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{d:"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"})})}),(0,a.jsx)("button",{onClick:()=>S("facebook"),className:"w-10 h-10 bg-blue-600 hover:bg-blue-700 text-white rounded-lg flex items-center justify-center transition-colors duration-300",title:"Share on Facebook",children:(0,a.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{d:"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"})})}),(0,a.jsx)("button",{onClick:()=>S("whatsapp"),className:"w-10 h-10 bg-green-600 hover:bg-green-700 text-white rounded-lg flex items-center justify-center transition-colors duration-300",title:"Share on WhatsApp",children:(0,a.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{d:"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.885 3.488"})})}),(0,a.jsx)("button",{onClick:()=>S("email"),className:"w-10 h-10 bg-gray-600 hover:bg-gray-700 text-white rounded-lg flex items-center justify-center transition-colors duration-300",title:"Share via Email",children:(0,a.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"})})}),(0,a.jsx)("button",{onClick:()=>S("copy"),className:"w-10 h-10 bg-gray-600 hover:bg-gray-700 text-white rounded-lg flex items-center justify-center transition-colors duration-300",title:"Copy Link",children:(0,a.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})})]})]})})}),(0,a.jsx)("section",{className:"py-16 px-4 sm:px-6 lg:px-8",children:(0,a.jsx)("div",{className:"max-w-4xl mx-auto",children:(0,a.jsxs)("div",{className:"bg-white dark:bg-gray-800 rounded-3xl shadow-xl p-8 md:p-12 border border-gray-100 dark:border-gray-700",children:[j&&(0,a.jsxs)("div",{className:"mb-12",children:[(0,a.jsx)("h3",{className:"text-2xl font-bold text-gray-900 dark:text-white mb-6",children:"Featured Video"}),(0,a.jsx)("div",{className:"relative aspect-video rounded-2xl overflow-hidden shadow-2xl",children:"direct"===j.type?(0,a.jsxs)("video",{controls:!0,className:"w-full h-full object-cover",poster:o.videoThumbnail,children:[(0,a.jsx)("source",{src:j.url,type:"video/mp4"}),"Your browser does not support the video tag."]}):(0,a.jsx)("iframe",{src:j.embedUrl,title:"Video content",className:"w-full h-full",allowFullScreen:!0,allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"})})]}),(0,a.jsx)("article",{className:"prose prose-lg dark:prose-invert max-w-none prose-headings:text-gray-900 dark:prose-headings:text-white prose-p:text-gray-700 dark:prose-p:text-gray-300 prose-strong:text-gray-900 dark:prose-strong:text-white prose-a:text-primary-600 dark:prose-a:text-primary-400 prose-a:no-underline hover:prose-a:underline",children:(0,a.jsx)("div",{className:"text-lg leading-relaxed text-gray-700 dark:text-gray-300",dangerouslySetInnerHTML:{__html:o.content}})}),f.length>0&&(0,a.jsxs)("div",{className:"mt-12",children:[(0,a.jsx)("h3",{className:"text-2xl font-bold text-gray-900 dark:text-white mb-6",children:"Gallery"}),(0,a.jsx)("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",children:f.map((e,t)=>{let r="object"==typeof e&&null!==e,s=r?e.url:e,l=r?e.alt:"Gallery image ".concat(t+1);r&&e.title;let i=r?e.description:void 0;return(0,a.jsxs)("div",{className:"relative aspect-square rounded-xl overflow-hidden shadow-lg hover:shadow-2xl transition-shadow duration-300 group cursor-pointer",children:[(0,a.jsx)(c.A,{src:s,alt:l,width:400,height:400,className:"object-cover group-hover:scale-105 transition-transform duration-300 w-full h-full"}),i&&(0,a.jsx)("div",{className:"absolute bottom-0 left-0 right-0 bg-black/60 text-white text-xs p-2",children:i}),(0,a.jsx)("div",{className:"absolute inset-0 bg-black/0 group-hover:bg-black/20 transition-colors duration-300 flex items-center justify-center",children:(0,a.jsx)("button",{onClick:()=>{N(s),L(!0)},className:"opacity-0 group-hover:opacity-100 transition-opacity duration-300 bg-white/90 text-gray-900 p-2 rounded-full hover:bg-white transition-colors duration-300",children:(0,a.jsx)("svg",{className:"w-6 h-6",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7"})})})})]},s+t)})})]}),C&&k&&(0,a.jsx)("div",{className:"fixed inset-0 bg-black/80 backdrop-blur-sm flex items-center justify-center p-4 z-50",onClick:()=>L(!1),children:(0,a.jsxs)("div",{className:"relative max-w-4xl max-h-[90vh] w-full",onClick:e=>e.stopPropagation(),children:[(0,a.jsx)("button",{onClick:()=>L(!1),className:"absolute -top-12 right-0 text-white hover:text-gray-300 transition-colors duration-300 z-10",children:(0,a.jsx)("svg",{className:"w-8 h-8",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),(0,a.jsx)("div",{className:"relative aspect-video rounded-2xl overflow-hidden shadow-2xl",children:(0,a.jsx)(c.A,{src:k,alt:"Gallery image",width:1200,height:675,className:"object-contain w-full h-full"})})]})}),(0,a.jsxs)("div",{className:"mt-12 pt-8 border-t border-gray-200 dark:border-gray-700",children:[(0,a.jsxs)("div",{className:"flex flex-wrap gap-2 mb-6",children:[(0,a.jsx)("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:"Tags:"}),(0,a.jsx)("span",{className:"bg-primary-100 dark:bg-primary-900 text-primary-800 dark:text-primary-200 px-3 py-1 rounded-full text-sm font-medium",children:o.category})]}),(0,a.jsx)("div",{className:"bg-gray-50 dark:bg-gray-700 rounded-2xl p-6",children:(0,a.jsxs)("div",{className:"flex items-start gap-4",children:[(0,a.jsx)("div",{className:"w-16 h-16 bg-gradient-to-r from-primary-400 to-primary-600 rounded-full flex items-center justify-center flex-shrink-0",children:(0,a.jsx)("span",{className:"text-white font-bold text-xl",children:null==(r=o.author)?void 0:r.split(" ").map(e=>e[0]).join("")})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("h4",{className:"font-bold text-gray-900 dark:text-white text-lg mb-1",children:o.author}),(0,a.jsx)("p",{className:"text-primary-600 dark:text-primary-400 font-medium mb-2",children:"Content Specialist"}),(0,a.jsx)("p",{className:"text-gray-600 dark:text-gray-300 leading-relaxed",children:"Expert in data protection and compliance with over 5 years of experience helping organizations navigate complex regulatory requirements and implement effective data governance strategies."})]})]})})]})]})})}),h.length>0&&(0,a.jsx)("section",{className:"py-16 px-4 sm:px-6 lg:px-8 bg-gray-50 dark:bg-gray-800",children:(0,a.jsxs)("div",{className:"max-w-7xl mx-auto",children:[(0,a.jsxs)("div",{className:"text-center mb-12",children:[(0,a.jsx)("h2",{className:"text-3xl md:text-4xl font-bold text-gray-900 dark:text-white mb-4",children:"Related Articles"}),(0,a.jsxs)("p",{className:"text-xl text-gray-600 dark:text-gray-300",children:["Continue exploring ",o.category.toLowerCase()," topics"]})]}),(0,a.jsx)("div",{className:"grid md:grid-cols-3 gap-8",children:h.map(e=>(0,a.jsx)(i(),{href:"/".concat(e.slug),className:"group block",children:(0,a.jsxs)("article",{className:"bg-white dark:bg-gray-900 rounded-2xl shadow-lg hover:shadow-2xl transition-all duration-500 overflow-hidden border border-gray-100 dark:border-gray-700 transform hover:scale-105",children:[(0,a.jsxs)("div",{className:"relative h-48 bg-gradient-to-br from-gray-100 to-gray-200 dark:from-gray-700 dark:to-gray-800 flex items-center justify-center",children:[e.featuredImage?(0,a.jsx)(c.A,{src:e.featuredImage,alt:e.title,width:400,height:200,className:"object-cover group-hover:scale-110 transition-transform duration-500 w-full h-full"}):(0,a.jsx)("div",{className:"text-6xl opacity-80 group-hover:scale-110 transition-transform duration-500",children:e.image||"\uD83D\uDCDD"}),(0,a.jsx)("div",{className:"absolute top-4 left-4",children:(0,a.jsx)("span",{className:"bg-white/90 backdrop-blur text-gray-700 px-3 py-1 rounded-full text-xs font-semibold",children:e.category})})]}),(0,a.jsxs)("div",{className:"p-6",children:[(0,a.jsx)("h3",{className:"text-xl font-bold text-gray-900 dark:text-white mb-3 group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors duration-300 line-clamp-2",children:e.title}),(0,a.jsx)("p",{className:"text-gray-600 dark:text-gray-300 mb-4 line-clamp-3 leading-relaxed",children:e.excerpt}),(0,a.jsxs)("div",{className:"flex items-center justify-between",children:[(0,a.jsx)("span",{className:"text-sm text-gray-500 dark:text-gray-400",children:e.readTime||"5 min read"}),(0,a.jsxs)("div",{className:"flex items-center gap-1 text-primary-600 dark:text-primary-400 font-medium text-sm group-hover:gap-2 transition-all duration-300",children:[(0,a.jsx)("span",{children:"Read"}),(0,a.jsx)("svg",{className:"w-4 h-4 transform group-hover:translate-x-1 transition-transform duration-300",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,a.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})]})]})]})]})},e.id))})]})}),(0,a.jsx)("section",{className:"py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-r from-primary-600 to-primary-800 dark:from-primary-800 dark:to-primary-900",children:(0,a.jsxs)("div",{className:"max-w-4xl mx-auto text-center",children:[(0,a.jsx)("h2",{className:"text-4xl md:text-5xl font-bold text-white mb-6",children:"Enjoyed this article?"}),(0,a.jsx)("p",{className:"text-xl text-primary-100 mb-8 leading-relaxed",children:"Subscribe to our newsletter for more insights on data protection and compliance"}),(0,a.jsxs)("div",{className:"flex flex-col sm:flex-row gap-4 max-w-lg mx-auto",children:[(0,a.jsx)("input",{type:"email",placeholder:"Enter your email address",className:"flex-1 px-6 py-4 border-0 rounded-xl focus:ring-4 focus:ring-white/30 focus:outline-none text-gray-900 placeholder-gray-500 shadow-lg"}),(0,a.jsx)("button",{className:"bg-white text-primary-600 font-semibold py-4 px-8 rounded-xl hover:bg-primary-50 transition-all duration-300 transform hover:scale-105 shadow-lg",children:"Subscribe"})]})]})})]})})}},66934:(e,t,r)=>{Promise.resolve().then(r.bind(r,46050))}},e=>{e.O(0,[9695,8096,7358],()=>e(e.s=66934)),_N_E=e.O()}]);