@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;0,900;1,700&display=swap";.hero{width:100%;min-height:100vh;background:linear-gradient(135deg,#c9b3e4,#e8d9f7,#c9b3e4);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.squiggly-lines{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;pointer-events:none}.squiggle{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.squiggle-1{stroke:#5a2d7a;stroke-dasharray:2500;stroke-dashoffset:2500;animation:drawMarker1 10s ease-out forwards;opacity:.3}.squiggle-2{stroke:#8a63d2;stroke-dasharray:2500;stroke-dashoffset:2500;animation:drawMarker2 12s ease-out forwards;animation-delay:1s;opacity:.25;stroke-width:3}.squiggle-3{stroke:#ba94e9;stroke-dasharray:2500;stroke-dashoffset:2500;animation:drawMarker3 14s ease-out forwards;animation-delay:2s;opacity:.2;stroke-width:5}@keyframes drawMarker1{0%{stroke-dashoffset:2500}to{stroke-dashoffset:0}}@keyframes drawMarker2{0%{stroke-dashoffset:2500}to{stroke-dashoffset:0}}@keyframes drawMarker3{0%{stroke-dashoffset:2500}to{stroke-dashoffset:0}}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(138,99,210,.4) 0%,transparent 70%);top:-10%;left:-5%;animation-delay:0s}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(186,148,233,.3) 0%,transparent 70%);bottom:-15%;right:-10%;animation-delay:7s}.orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(232,217,247,.4) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-container{width:100%;max-width:1400px;margin:0 auto;position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.hero-text{display:flex;flex-direction:column;gap:2rem;animation:fadeInUp .8s ease-out}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#5a2d7a;width:fit-content;box-shadow:0 4px 15px #0000001a}.badge-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero-title{margin:0;line-height:1.1;font-size:clamp(3rem,8vw,7rem);animation:fadeInUp .8s ease-out .2s backwards}.title-hi{font-family:Playfair Display,serif;font-weight:700;font-style:italic;color:#2d1b3d;font-size:1em}.title-im{font-family:Playfair Display,serif;font-weight:700;font-style:italic;color:#2d1b3d;font-size:.6em}.title-lana{font-family:Inter,sans-serif;font-weight:900;color:#5a2d7a;font-size:1.3em;display:inline-block;position:relative;margin-top:.1em}.title-underline{position:absolute;bottom:-10px;left:0;width:100%;height:12px;color:#8a63d2;animation:drawLine 1s ease-out .8s backwards}@keyframes drawLine{0%{opacity:0;stroke-dasharray:200;stroke-dashoffset:200}to{opacity:1;stroke-dasharray:200;stroke-dashoffset:0}}.hero-description{display:flex;flex-direction:column;gap:1rem;animation:fadeInUp .8s ease-out .4s backwards}.hero-description p{margin:0;font-family:Inter,sans-serif;font-size:clamp(1rem,1.5vw,1.15rem);color:#2d1b3d;line-height:1.7}.description-main{font-weight:500;font-size:clamp(1.1rem,1.8vw,1.35rem)!important}.description-sub{font-weight:400;opacity:.85}.highlight{font-weight:700;color:#5a2d7a;position:relative}.underline-text{position:relative;font-weight:600}.underline-text:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#8a63d2,#ba94e9);opacity:.6}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s backwards}.cta-primary,.cta-secondary{padding:1rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.cta-primary{background:#5a2d7a;color:#fff;box-shadow:0 4px 20px #5a2d7a4d}.cta-primary:hover{background:#4a2363;transform:translateY(-2px);box-shadow:0 6px 25px #5a2d7a66}.cta-primary svg{transition:transform .3s ease}.cta-primary:hover svg{transform:translate(4px)}.cta-secondary{background:#ffffffe6;color:#5a2d7a;border:2px solid rgba(90,45,122,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-secondary:hover{background:#fff;border-color:#5a2d7a66;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.hero-stats{display:flex;align-items:center;gap:2rem;padding:1.5rem 0;animation:fadeInUp .8s ease-out .8s backwards}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-family:Inter,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;color:#5a2d7a}.stat-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#2d1b3d;opacity:.7}.stat-divider{width:1px;height:40px;background:linear-gradient(to bottom,transparent,rgba(45,27,61,.2),transparent)}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInRight .8s ease-out .4s backwards}.image-wrapper{position:relative;width:100%;max-width:500px}.image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(138,99,210,.5) 0%,transparent 70%);filter:blur(50px);z-index:0;border-radius:40% 60% 70% 30%/40% 50% 60%;animation:glowPulse 3s ease-in-out infinite,morphShape 8s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.profile-picture{width:100%;height:auto;border-radius:40% 60% 70% 30%/40% 50% 60%;border:none;box-shadow:0 0 40px #8a63d299,0 0 80px #8a63d266,0 0 120px #8a63d233,0 25px 50px #00000040;object-fit:cover;position:relative;z-index:1;transition:all .3s ease;animation:morphShape 8s ease-in-out infinite}@keyframes morphShape{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%}25%{border-radius:60% 40% 30% 70%/50% 60% 40% 50%}50%{border-radius:30% 70% 60% 40%/50% 40% 60% 50%}75%{border-radius:70% 30% 40% 60%/60% 50% 40%}}.profile-picture:hover{transform:scale(1.02) translateY(-5px);box-shadow:0 0 50px #8a63d2b3,0 0 100px #8a63d280,0 0 150px #8a63d24d,0 30px 60px #0000004d}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:4rem}.hero-image{order:-1}.image-wrapper{max-width:400px}}@media (max-width: 768px){.hero{padding:1.5rem}.hero-content{flex-direction:column;gap:3rem}.hero-text{gap:1.5rem;order:1;text-align:center}.hero-image{order:2;display:flex;justify-content:center}.image-wrapper{max-width:350px;width:100%}.badge{margin:0 auto}.hero-title,.hero-description{text-align:center}.hero-cta{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px;justify-content:center}.hero-stats{gap:1.5rem;justify-content:center}.stat-number{font-size:1.5rem}}@media (max-width: 480px){.hero-stats{flex-wrap:wrap;justify-content:space-around}.stat-divider{display:none}}.work-section{width:100%;min-height:100vh;background:linear-gradient(135deg,#c9b3e4,#e8d9f7,#c9b3e4);padding:6rem 2rem;position:relative;overflow:hidden}.gradient-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:1;animation:floatOrb 25s ease-in-out infinite}.gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(138,99,210,.8) 0%,rgba(138,99,210,.4) 50%,transparent 70%);top:-10%;left:-10%;animation-delay:0s}.gradient-orb-2{width:700px;height:700px;background:radial-gradient(circle,rgba(186,148,233,.7) 0%,rgba(186,148,233,.3) 50%,transparent 70%);bottom:-15%;right:-15%;animation-delay:8s}.gradient-orb-3{width:550px;height:550px;background:radial-gradient(circle,rgba(90,45,122,.6) 0%,rgba(90,45,122,.3) 50%,transparent 70%);top:40%;left:50%;transform:translate(-50%,-50%);animation-delay:16s}.gradient-orb-4{width:650px;height:650px;background:radial-gradient(circle,rgba(232,217,247,.9) 0%,rgba(232,217,247,.5) 50%,transparent 70%);top:60%;right:10%;animation-delay:12s}.gradient-orb-5{width:580px;height:580px;background:radial-gradient(circle,rgba(138,99,210,.75) 0%,rgba(138,99,210,.4) 50%,transparent 70%);bottom:-10%;left:-5%;animation-delay:4s}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}25%{transform:translate(40px,-50px) scale(1.1)}50%{transform:translate(-30px,-30px) scale(.9)}75%{transform:translate(50px,40px) scale(1.05)}}.stories-section{margin-top:4rem;position:relative;z-index:1}.stories-title{font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#2d1b3d;text-align:center;margin:0 0 6rem;animation:fadeInUp .8s ease-out backwards;position:relative;display:inline-block;width:100%}.stories-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:35%;height:4px;background:#8b5fbf;border-radius:2px;opacity:0;animation:slideInUnderline .8s ease-out .5s forwards}@keyframes slideInUnderline{0%{width:0;opacity:0}to{width:40%;opacity:1}}.stories-scroll-container{width:100%;max-width:100%;display:flex;flex-direction:row;gap:2rem;overflow-x:auto;overflow-y:hidden;padding:2rem 0 3rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#5a2d7a rgba(255,255,255,.3);cursor:grab;-webkit-user-select:none;user-select:none}.stories-scroll-container:active{cursor:grabbing}.stories-scroll-container::-webkit-scrollbar{height:12px}.stories-scroll-container::-webkit-scrollbar-track{background:#fff6;border-radius:10px}.stories-scroll-container::-webkit-scrollbar-thumb{background:#5a2d7a;border-radius:10px;border:2px solid rgba(255,255,255,.4)}.stories-scroll-container::-webkit-scrollbar-thumb:hover{background:#4a2363}.story-card{flex:0 0 360px;min-width:360px;width:360px;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease}.story-card:hover{transform:scale(1.05)}.story-image{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px #0003;display:block}.story-label{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#2d1b3d;text-align:center;margin:0;text-shadow:0 2px 4px rgba(255,255,255,.5)}.reels-section{margin-top:8rem;margin-bottom:0;padding-bottom:0;position:relative}.reels-title{font-family:Inter,sans-serif;font-size:3rem;font-weight:800;color:#2d1b3d;text-align:center;margin:0 0 4rem;animation:fadeInUp .8s ease-out backwards;position:relative;display:inline-block;width:100%}.reels-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:30%;height:4px;background:#8b5fbf;border-radius:2px;opacity:0;animation:slideInUnderline .8s ease-out .5s forwards}.reels-scroll-container{width:100%;max-width:100%;display:flex;flex-direction:row;gap:3rem;overflow:visible;padding:2rem 2rem 3rem;justify-content:center;align-items:center;flex-wrap:nowrap}@media (max-width: 768px){.reels-scroll-container{flex-direction:column;gap:4rem}}.reel-card{flex:0 0 auto;min-width:280px;display:flex;flex-direction:column;gap:1.5rem;align-items:center;transition:transform .3s ease}.reel-card:hover{transform:scale(1.05)}.iphone-frame{position:relative;width:280px;height:568px}.frame-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;object-fit:contain}.reel-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:219px;height:471px;object-fit:cover;border-radius:30px;z-index:1}.reel-label{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#2d1b3d;text-align:center;margin:0;text-shadow:0 2px 4px rgba(255,255,255,.5)}.ad-creatives-section{margin-top:8rem;margin-bottom:0;padding-bottom:4rem;position:relative}.ad-creatives-title{font-family:Inter,sans-serif;font-size:3rem;font-weight:800;color:#2d1b3d;text-align:center;margin:0 0 4rem;animation:fadeInUp .8s ease-out backwards;position:relative;display:inline-block;width:100%}.ad-creatives-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:30%;height:4px;background:#8b5fbf;border-radius:2px;opacity:0;animation:slideInUnderline .8s ease-out .5s forwards}.ad-creatives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;padding:0 2rem;max-width:1400px;margin:0 auto}@media (max-width: 768px){.ad-creatives-grid{grid-template-columns:1fr;gap:2rem}}.ad-card{position:relative;width:100%;overflow:hidden;border-radius:20px;box-shadow:0 15px 40px #00000026;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.ad-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0003}.ad-image{width:100%;height:auto;display:block;object-fit:cover}.diagonal-lines{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;pointer-events:none;z-index:0}.diagonal-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.diagonal-line-1{stroke:#5a2d7a;stroke-dasharray:2500;stroke-dashoffset:2500;opacity:.3}.diagonal-line-2{stroke:#8a63d2;stroke-dasharray:2500;stroke-dashoffset:2500;opacity:.25;stroke-width:3}.diagonal-line-3{stroke:#ba94e9;stroke-dasharray:2500;stroke-dashoffset:2500;opacity:.2;stroke-width:5}.work-section.visible .diagonal-line-1{animation:drawDiagonal1 3s ease-out forwards}.work-section.visible .diagonal-line-2{animation:drawDiagonal2 3.5s ease-out .5s forwards}.work-section.visible .diagonal-line-3{animation:drawDiagonal3 4s ease-out 1s forwards}@keyframes drawDiagonal1{0%{stroke-dashoffset:2500}to{stroke-dashoffset:0}}@keyframes drawDiagonal2{0%{stroke-dashoffset:2500}to{stroke-dashoffset:0}}@keyframes drawDiagonal3{0%{stroke-dashoffset:2500}to{stroke-dashoffset:0}}.work-container{width:100%;max-width:1600px;margin:0 auto;position:relative;z-index:1}.work-title{display:flex;flex-direction:column;align-items:center;margin:0 0 8rem;gap:.5rem}.title-work{font-family:Inter,sans-serif;font-size:clamp(4rem,10vw,8rem);font-weight:900;color:#2d1b3d;letter-spacing:.1em;line-height:1;text-shadow:3px 3px 0 rgba(255,255,255,.3)}.title-examples{font-family:Inter,sans-serif;font-size:clamp(4rem,10vw,8rem);font-weight:900;color:#5a2d7a;letter-spacing:.1em;line-height:1;text-shadow:3px 3px 0 rgba(255,255,255,.3)}.work-category{display:flex;align-items:center;justify-content:center;gap:1rem;margin:0 0 -150px;padding:0 2rem;animation:fadeInUp .8s ease-out .3s backwards;position:relative;z-index:10}.category-title{font-family:Inter,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#2d1b3d;margin:0;line-height:1;animation:fadeInUp .8s ease-out .5s backwards;position:relative;display:inline-block}.category-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80%;height:4px;background:#8b5fbf;border-radius:2px;opacity:0;animation:slideInUnderline .8s ease-out 1s forwards}.gallery-container{width:100%;height:980px!important;min-height:980px;position:relative;background:transparent;overflow:visible}@media (max-width: 768px){.gallery-container{height:600px!important;min-height:600px;margin:0 -2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 968px){.stories-section{margin-top:3rem}.stories-title{margin-bottom:4rem}.story-card{flex:0 0 300px;width:300px}.story-label{font-size:1.1rem}}@media (max-width: 768px){.stories-section{margin-top:2rem}.stories-title{margin-bottom:3rem}.story-card{flex:0 0 240px;width:240px}.story-label{font-size:1rem}.stories-scroll-container{gap:1.5rem}}@media (max-width: 480px){.stories-section{margin-top:2rem}.story-card{flex:0 0 216px;width:216px}.story-label{font-size:.9rem}.stories-scroll-container{gap:1rem}}@media (max-width: 968px){.work-section{padding:4rem 1.5rem}.work-title{margin-bottom:6rem}.work-category{padding:0 1rem;margin:0 0 -120px}.gallery-container{height:840px}}@media (max-width: 768px){.work-section{padding:3rem 1rem}.work-title{margin-bottom:4rem}.title-work,.title-examples{font-size:clamp(3rem,8vw,5rem)!important}.work-category{flex-direction:column;gap:.5rem;padding:0;margin:0 0 -90px}.category-title{font-size:clamp(2rem,6vw,3rem)}.gallery-container{height:600px!important;min-height:600px}.stories-title,.reels-title,.ad-creatives-title{font-size:2rem}.story-card{flex:0 0 280px;min-width:280px}.story-image{border-radius:12px}.reels-scroll-container{padding:2rem 1rem 3rem}.iphone-frame{width:240px;height:487px}.reel-video{width:188px;height:404px;border-radius:25px}.reel-card{min-width:240px}.ad-creatives-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.gradient-orb{opacity:.3}}@media (max-width: 480px){.work-section{padding:2rem .5rem}.title-work,.title-examples{font-size:2.5rem!important}.gallery-container{height:500px!important;min-height:500px}.category-title{font-size:1.8rem}.stories-title,.reels-title,.ad-creatives-title{font-size:1.6rem;margin-bottom:3rem}.story-card{flex:0 0 240px;min-width:240px}.iphone-frame{width:200px;height:406px}.reel-video{width:157px;height:337px;border-radius:20px}.reel-card{min-width:200px}}.contact-section{width:100%;min-height:100vh;background:linear-gradient(135deg,#c9b3e4,#e8d9f7,#c9b3e4);padding:6rem 2rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.contact-background-lines{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;pointer-events:none;z-index:0}.contact-line{fill:none;stroke:#8b5fbf;stroke-width:3;stroke-linecap:round;stroke-dasharray:2000;stroke-dashoffset:2000;animation:drawContactLine 4s ease-out forwards}.contact-line-1{animation-delay:.3s}.contact-line-2{animation-delay:.8s}@keyframes drawContactLine{to{stroke-dashoffset:0}}.contact-container{max-width:1400px;width:100%;position:relative;z-index:1}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.contact-text{padding:2rem 0}.contact-title{font-family:Playfair Display,serif;font-size:5rem;font-weight:900;color:#2d1b3d;margin:0 0 2rem;line-height:1.1}.highlight-text{font-style:italic;position:relative;display:inline-block}.contact-description{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;color:#2d1b3d;line-height:1.8;margin:0 0 1.5rem}.contact-description strong{font-weight:700;color:#1a0a26}.underline-text{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:#5a2d7a;font-weight:600}.contact-features{display:flex;gap:2rem;margin-top:3rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#2d1b3d}.feature-icon{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:0 4px 12px #0000001a}.feature-icon svg{width:100%;height:100%;color:#5a2d7a}.contact-card{background:#fff;border-radius:30px;padding:3rem;box-shadow:0 20px 60px #00000026}.card-title{font-family:Inter,sans-serif;font-size:2rem;font-weight:800;color:#2d1b3d;margin:0 0 2rem;text-align:center}.contact-links{display:flex;flex-direction:column;gap:1.5rem}.contact-link-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background:#f8f5fc;border-radius:15px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.contact-link-item:hover{transform:translate(10px);background:#fff;border-color:#c9b3e4;box-shadow:0 8px 20px #0000001a}.link-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.email-link .link-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.linkedin-link .link-icon{background:linear-gradient(135deg,#0077b5,#00a0dc)}.upwork-link .link-icon{background:linear-gradient(135deg,#14a800,#73bb44)}.link-icon svg{width:24px;height:24px;color:#fff}.link-content{display:flex;flex-direction:column;gap:.25rem}.link-label{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#8b5fbf;text-transform:uppercase;letter-spacing:.5px}.link-value{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#2d1b3d}.cta-button{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#8b5fbf,#5a2d7a);color:#fff;border:none;border-radius:15px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 10px 25px #8b5fbf4d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #8b5fbf66}.cta-button svg{width:20px;height:20px}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:4rem}.contact-text{text-align:center}.contact-features{justify-content:center}}@media (max-width: 768px){.contact-title{font-size:3rem}.contact-description{font-size:1.1rem}.contact-card{padding:2rem}.card-title{font-size:1.5rem}.contact-link-item{padding:1rem}.link-icon{width:45px;height:45px}.feature-item{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}.App{width:100%;min-height:100vh}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}
