@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#e2e8f0;background-color:#1a1a1a}:root{--primary: #9ca3af;--primary-foreground: #1a1a1a;--secondary: #262626;--secondary-foreground: #e2e8f0;--background: #1a1a1a;--foreground: #e2e8f0;--card: #1f1f1f;--card-foreground: #e2e8f0;--muted: #262626;--muted-foreground: #cccccc;--border: #333333;--input: #333333;--ring: #9ca3af;--radius: .5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-auto{width:auto}.w-\[200px\]{width:200px}.w-\[300px\]{width:300px}.w-\[400px\]{width:400px}.h-1{height:.25rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-24{height:6rem}.h-40{height:10rem}.h-full{height:100%}.h-auto{height:auto}.h-\[200px\]{height:200px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[500px\]{height:500px}.min-h-screen{min-height:100vh}.min-h-\[120px\]{min-height:120px}.max-w-\[650px\]{max-width:650px}.max-w-\[600px\]{max-width:600px}.max-w-\[700px\]{max-width:700px}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.max-w-5xl{max-width:64rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.bottom-10{bottom:2.5rem}.left-1\/2{left:50%}.top-1\/2{top:50%}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.transform{transform:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px;border-color:var(--border)}.border-0{border-width:0}.border-t{border-top-width:1px;border-color:var(--border)}.border-b{border-bottom-width:1px;border-color:var(--border)}.border-white{border-color:#fff}.bg-primary{background-color:var(--primary)}.bg-primary\/10{background-color:#9ca3af1a}.bg-secondary{background-color:var(--secondary)}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-card\/50{background-color:#1f1f1f80}.bg-muted{background-color:var(--muted)}.bg-muted\/50{background-color:#26262680}.bg-transparent{background-color:transparent}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/80{background-color:#000c}.bg-white\/10{background-color:#ffffff1a}.bg-background\/95{background-color:#1a1a1af2}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black\/80{--tw-gradient-from: rgba(0, 0, 0, .8);--tw-gradient-to: rgba(0, 0, 0, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-black\/40{--tw-gradient-to: rgba(0, 0, 0, .4)}.from-black\/60{--tw-gradient-from: rgba(0, 0, 0, .6)}.to-transparent{--tw-gradient-to: transparent}.from-background{--tw-gradient-from: var(--background);--tw-gradient-to: rgba(26, 26, 26, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-background\/60{--tw-gradient-to: rgba(26, 26, 26, .6)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-primary-foreground\/90{color:#1a1a1ae6}.text-secondary-foreground{color:var(--secondary-foreground)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-white{color:#fff}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-serif{font-family:Playfair Display,serif}.font-sans{font-family:Inter,sans-serif}.italic{font-style:italic}.text-center{text-align:center}.text-left{text-align:left}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.leading-none{line-height:1}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pt-24{padding-top:6rem}.pb-2{padding-bottom:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.-bottom-6{bottom:-1.5rem}.-left-6{left:-1.5rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.opacity-20{opacity:.2}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.hover\:bg-primary\/90:hover{background-color:#9ca3afe6}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:text-primary:hover{color:var(--primary)}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{box-shadow:0 0 0 2px var(--ring)}.focus-visible\:ring-offset-2:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:pointer-events-none:disabled{pointer-events:none}.peer-disabled\:cursor-not-allowed:disabled~*{cursor:not-allowed}.peer-disabled\:opacity-70:disabled~*{opacity:.7}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem}.file\:font-medium::file-selector-button{font-weight:500}.ring-offset-background{--tw-ring-offset-color: var(--background)}@media (min-width: 400px){.min-\[400px\]\:flex-row{flex-direction:row}}@media (min-width: 640px){.sm\:text-4xl{font-size:2.25rem}.sm\:text-5xl{font-size:3rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:max-w-sm{max-width:24rem}}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:block{display:block}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-base{font-size:1rem}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:p-10{padding:2.5rem}.md\:text-xl\/relaxed{font-size:1.25rem;line-height:1.625}.md\:text-4xl\/tight{font-size:2.25rem;line-height:1.25}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:gap-10{gap:2.5rem}.lg\:gap-12{gap:3rem}.lg\:text-6xl{font-size:3.75rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:text-base\/relaxed{font-size:1rem;line-height:1.625}.lg\:text-6xl\/none{font-size:3.75rem;line-height:1}}@media (min-width: 1280px){.xl\:text-xl\/relaxed{font-size:1.25rem;line-height:1.625}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;text-decoration:none}.btn:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px var(--ring)}.btn:disabled{pointer-events:none;opacity:.5}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#9ca3afe6}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background-color:#262626cc}.btn-outline{border:1px solid var(--border);background-color:var(--background);color:var(--foreground)}.btn-outline:hover{background-color:var(--muted)}.btn-sm{height:2.25rem;padding:0 .75rem;border-radius:.375rem}.btn-default{height:2.5rem;padding:0 1rem}.btn-lg{height:2.75rem;padding:0 2rem;border-radius:.375rem}.btn-icon{height:2.5rem;width:2.5rem}.card{border-radius:.5rem;border:1px solid var(--border);background-color:var(--card);color:var(--card-foreground);box-shadow:0 1px 2px #0000000d}.input{display:flex;height:2.5rem;width:100%;border-radius:.375rem;border:1px solid var(--input);background-color:var(--background);padding:.5rem .75rem;font-size:.875rem;color:var(--foreground)}.input:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px var(--ring)}.input::placeholder{color:var(--muted-foreground)}.input:disabled{cursor:not-allowed;opacity:.5}.textarea{display:flex;min-height:5rem;width:100%;border-radius:.375rem;border:1px solid var(--input);background-color:var(--background);padding:.5rem .75rem;font-size:.875rem;color:var(--foreground)}.textarea:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px var(--ring)}.textarea::placeholder{color:var(--muted-foreground)}.textarea:disabled{cursor:not-allowed;opacity:.5}.header{position:fixed;top:0;z-index:50;width:100%;transition:all .3s ease;background-color:transparent}.header.scrolled{background-color:#1a1a1af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.header-container{display:flex;height:6rem;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1rem}.logo-container{display:flex;align-items:center;width:300px}.logo{width:100%;height:auto;max-height:4rem}.nav{display:none;gap:2rem;flex:1;justify-content:center}.nav-link{font-size:.875rem;font-weight:500;transition:all .15s ease;color:#fff;text-decoration:none;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background-color:var(--primary);transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:var(--primary)}.header.scrolled .nav-link{color:var(--foreground)}.header-actions{display:flex;align-items:center;gap:1rem;width:200px;justify-content:flex-end}@media (min-width: 768px){.nav{display:flex}.logo-container{width:400px}}.footer{width:100%;border-top:1px solid var(--border);background-color:#26262680}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{height:3.5rem;width:auto;margin-bottom:1rem}.footer-title{font-weight:700;color:var(--foreground)}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .15s ease}.footer-link:hover{color:var(--primary)}.footer-text{font-size:.875rem;color:var(--muted-foreground)}.social-links{display:flex;gap:1rem}.social-link{color:var(--muted-foreground);transition:color .15s ease}.social-link:hover{color:var(--primary)}.footer-bottom{margin-top:3rem;border-top:1px solid var(--border);padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:row}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background-color:#000c}.sheet-content{position:fixed;right:0;top:0;z-index:60;height:100vh;width:300px;background-color:var(--background);padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.sheet-close{position:absolute;right:1rem;top:1rem;border-radius:.375rem;opacity:.7;background:none;border:none;color:var(--foreground);cursor:pointer;padding:.5rem}.sheet-close:hover{opacity:1}.sheet-nav{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.sheet-nav-link{font-size:1.125rem;font-weight:500;transition:color .15s ease;color:var(--foreground);text-decoration:none;padding:.5rem 0;border-bottom:1px solid var(--border)}.sheet-nav-link:hover,.sheet-nav-link.active{color:var(--primary)}.tabs-list{display:inline-flex;height:2.5rem;align-items:center;justify-content:center;border-radius:.375rem;background-color:var(--muted);padding:.25rem;color:var(--muted-foreground)}.tabs-trigger{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.25rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s ease;background:none;border:none;color:var(--muted-foreground);cursor:pointer}.tabs-trigger:hover{color:var(--foreground)}.tabs-trigger.active{background-color:var(--background);color:var(--foreground);box-shadow:0 1px 2px #0000000d}.tabs-content{margin-top:.5rem}.carousel{position:relative}.carousel-content{overflow:hidden}.carousel-container{display:flex;margin-left:-1rem}.carousel-item{min-w:0;flex-shrink:0;flex-grow:0;flex-basis:100%;padding-left:1rem}.carousel-button{position:absolute;height:2rem;width:2rem;border-radius:50%;top:50%;transform:translateY(-50%)}.carousel-prev{left:-3rem}.carousel-next{right:-3rem}.testimonial-card{background-color:#26262680;border:none}.testimonial-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.testimonial-divider{display:flex;justify-content:center;margin-bottom:1.5rem}.testimonial-line{height:.5rem;width:4rem;background-color:var(--primary);border-radius:9999px}.testimonial-quote{font-style:italic;color:var(--muted-foreground);text-align:center;font-size:1.125rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1rem}.testimonial-avatar{position:relative;height:3rem;width:3rem;overflow:hidden;border-radius:50%}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info h4{font-weight:600;color:var(--foreground)}.testimonial-role{font-size:.875rem;color:var(--muted-foreground)}.testimonial-phone{font-size:.875rem;color:var(--primary);font-weight:500}.testimonial-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.testimonial-dot{height:.5rem;width:.5rem;border-radius:50%;background-color:#9ca3af4d}@media (min-width: 768px){.testimonial-content{padding:2.5rem}.testimonial-quote{font-size:1.25rem}}.image-card{display:block;overflow:hidden;border-radius:.5rem;transition:transform .3s ease}.image-card:hover{transform:translateY(-2px)}.image-container{position:relative;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.image-card:hover .image-container img{transform:scale(1.05)}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.3),transparent);opacity:.8;transition:opacity .3s ease}.image-card:hover .image-overlay{opacity:.9}.image-content{position:absolute;bottom:0;left:0;right:0;padding:1rem;color:#fff}.image-title{font-weight:700;font-size:1.125rem;font-family:Playfair Display,serif;margin-bottom:.25rem}.image-description{font-size:.875rem;color:#fffc}.image-info{padding:1rem;background-color:var(--background)}.image-info .image-title{color:var(--foreground);font-family:Playfair Display,serif;font-weight:700;margin-bottom:.25rem}.image-info .image-description{font-size:.875rem;color:var(--muted-foreground)}.feature-card{overflow:hidden;transition:all .3s ease}.feature-card:hover{box-shadow:0 10px 15px -3px #9ca3af1a,0 4px 6px -4px #9ca3af1a}.feature-content{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.feature-icon{border-radius:50%;background-color:#9ca3af1a;padding:1rem;transition:all .3s ease;color:var(--primary);width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.feature-card:hover .feature-icon{background-color:#9ca3af33}.feature-icon svg{width:2rem;height:2rem}.feature-title{font-size:1.25rem;font-weight:700;font-family:Playfair Display,serif;color:var(--foreground)}.feature-description{color:var(--muted-foreground)}.section-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.section-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;font-family:Playfair Display,serif;color:var(--foreground)}.section-subtitle{max-width:56rem;color:var(--muted-foreground);font-size:1.25rem;line-height:1.625}@media (min-width: 640px){.section-title{font-size:2.25rem}}@media (min-width: 768px){.section-title{font-size:3rem}}.aspect-video{aspect-ratio:16 / 9}.aspect-square{aspect-ratio:1 / 1}.aspect-portrait{aspect-ratio:3 / 4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.8}}.animate-fadeInUp{animation:fadeInUp .6s ease forwards}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-subtle{animation:pulse-subtle 3s ease-in-out infinite}.stagger-children>*:nth-child(1){animation-delay:.1s}.stagger-children>*:nth-child(2){animation-delay:.2s}.stagger-children>*:nth-child(3){animation-delay:.3s}.stagger-children>*:nth-child(4){animation-delay:.4s}.stagger-children>*:nth-child(5){animation-delay:.5s}.stagger-children>*:nth-child(6){animation-delay:.6s}.border-fancy{position:relative}.border-fancy:before{content:"";position:absolute;top:0;left:0;width:30px;height:30px;border-top:3px solid var(--primary);border-left:3px solid var(--primary)}.border-fancy:after{content:"";position:absolute;bottom:0;right:0;width:30px;height:30px;border-bottom:3px solid var(--primary);border-right:3px solid var(--primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-8{width:2rem;height:2rem}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.min-w-0{min-width:0}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.text-ellipsis{text-overflow:ellipsis}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.align-bottom{vertical-align:bottom}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.scroll-smooth{scroll-behavior:smooth}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}a{color:inherit;text-decoration:none}a:visited{color:inherit}
