@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary-blush: #f4d1d1;--secondary-blush: #e8b4b8;--accent-rose: #d4949a;--deep-rose: #b07278;--text-dark: #2c2c2c;--text-light: #666666;--white: #ffffff;--light-gray: #f8f9fa;--shadow: 0 2px 15px rgba(212, 148, 154, .1);--shadow-hover: 0 4px 25px rgba(212, 148, 154, .2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:var(--text-dark);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{min-width:320px;min-height:100vh;font-family:inherit;color:var(--text-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-dark)}p{line-height:1.6;color:var(--text-light)}a{color:var(--accent-rose);text-decoration:none;transition:color .3s ease}a:hover{color:var(--deep-rose)}button{font-family:inherit;font-size:inherit;line-height:inherit;border:none;outline:none;cursor:pointer;transition:all .3s ease}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}html{scroll-behavior:smooth}*:focus{outline:2px solid var(--secondary-blush);outline-offset:2px}::selection{background-color:var(--primary-blush);color:var(--text-dark)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:var(--secondary-blush);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-rose)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}img{max-width:100%;height:auto}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}.navbar{display:none}}:root{--primary-blush: #f4d1d1;--secondary-blush: #e8b4b8;--accent-rose: #d4949a;--deep-rose: #b07278;--text-dark: #2c2c2c;--text-light: #666666;--white: #ffffff;--light-gray: #f8f9fa;--shadow: 0 2px 15px rgba(212, 148, 154, .1);--shadow-hover: 0 4px 25px rgba(212, 148, 154, .2)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--white);color:var(--text-dark);line-height:1.6}.app{min-height:100vh}.nav-logo img{height:50px;width:auto;object-fit:contain;transform:scale(3)}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--primary-blush);position:fixed;top:0;width:100%;z-index:1000;box-shadow:var(--shadow)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo span{font-size:1.8rem;font-weight:700;color:var(--deep-rose);letter-spacing:-.5px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{background:none;border:none;color:var(--text-light);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;padding:.5rem 1rem;border-radius:6px;position:relative}.nav-link:hover,.nav-link.active{color:var(--deep-rose);background-color:var(--primary-blush)}.nav-link.active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:4px;height:4px;background-color:var(--deep-rose);border-radius:50%}.main-content{margin-top:80px;min-height:calc(100vh - 80px)}@media (max-width: 768px){.nav-container{padding:1rem}.nav-menu{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.nav-logo span{font-size:1.5rem}}@media (max-width: 480px){.nav-menu{gap:.5rem}.nav-link{font-size:.8rem;padding:.3rem .6rem}}.footer{text-align:center}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{overflow-x:hidden;max-width:100vw}img{max-width:100%;height:auto;display:block}h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}h2{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.3}h3{font-size:clamp(1.25rem,3vw,1.75rem);line-height:1.4}p{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6}.container,.about-container,.projects-container,.blog-container,.home-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container,.about-container,.projects-container,.blog-container,.home-container{padding:0 2rem}}section{width:100%;max-width:100vw;overflow-x:hidden;padding:2rem 0}@media (min-width: 768px){section{padding:4rem 0}}.grid,.projects-grid,.posts-grid,.values-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 480px){.grid,.projects-grid,.posts-grid,.values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (min-width: 768px){.grid,.projects-grid,.posts-grid,.values-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.flex-container{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.flex-container{flex-direction:row;gap:2rem}}button,.btn,.read-more-btn,.link-btn{font-size:.95rem;padding:.75rem 1.5rem;min-height:44px;min-width:44px;touch-action:manipulation}@media (min-width: 768px){button,.btn,.read-more-btn,.link-btn{font-size:1rem;padding:.875rem 1.75rem}}.card,.project-card,.blog-post-card,.value-card{width:100%;padding:1.25rem}@media (min-width: 768px){.card,.project-card,.blog-post-card,.value-card{padding:1.5rem}}.section-header{margin-bottom:2rem;text-align:center;padding:0 1rem}@media (min-width: 768px){.section-header{margin-bottom:3rem;padding:0}}nav{width:100%;max-width:100vw}input,textarea,select{font-size:16px;padding:.75rem 1rem;width:100%}@media (min-width: 768px){input,textarea,select{font-size:1rem}}a{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}h1,h2,h3,h4,h5,h6,p,span{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}table{width:100%;overflow-x:auto;display:block}@media (min-width: 768px){table{display:table}}.desktop-only{display:none}@media (min-width: 768px){.desktop-only{display:block}}.mobile-only{display:block}@media (min-width: 768px){.mobile-only{display:none}}html,body{max-width:100%;overflow-x:hidden}*{max-width:100%}iframe,video{max-width:100%;height:auto}@media (max-width: 768px){.large-margin{margin:1rem 0!important}.large-padding{padding:1rem!important}.full-width-mobile{width:100%!important;margin-left:0!important;margin-right:0!important}.center-mobile{text-align:center!important}}@media print{*{background:#fff!important;color:#000!important}}*{transition:padding .3s ease,margin .3s ease,font-size .3s ease}button,a,.card{transition:all .3s ease}.home{min-height:calc(100vh - 80px);display:flex;align-items:center;padding:2rem 0;background:linear-gradient(135deg,#fff,#fdf8f8)}.home-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.hero-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center;margin-bottom:4rem}.profile-section{display:flex;justify-content:center;position:relative}.profile-image{position:relative;width:300px;height:300px}.profile-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid var(--white);box-shadow:var(--shadow-hover);transition:transform .3s ease}.profile-photo:hover{transform:scale(1.05)}.profile-accent{position:absolute;top:-10px;right:-10px;width:80px;height:80px;background:linear-gradient(135deg,var(--primary-blush),var(--secondary-blush));border-radius:50%;opacity:.8;z-index:-1}.intro-section{text-align:left}.wave{font-size:1.5rem;animation:wave 2s infinite}@keyframes wave{0%,20%,40%,60%,80%{transform:rotate(0)}10%,30%,50%,70%{transform:rotate(20deg)}}.name{font-size:3.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem;line-height:1.1;background:linear-gradient(135deg,var(--text-dark),var(--deep-rose));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title{font-size:1.8rem;color:var(--accent-rose);font-weight:600;margin-bottom:1.5rem}.bio{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:2rem;max-width:500px}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,var(--secondary-blush),var(--accent-rose));color:var(--white);box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:transparent;color:var(--deep-rose);border:2px solid var(--primary-blush)}.btn-secondary:hover{background:var(--primary-blush);transform:translateY(-2px)}.highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:1.5rem;margin-top:2rem}.highlight-card{background:var(--white);padding:1.5rem;border-radius:12px;text-align:center;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--primary-blush)}.highlight-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.highlight-icon{font-size:2.25rem;margin-bottom:.75rem}.highlight-card h3{font-size:.975rem;color:var(--text-dark);margin-bottom:.375rem;font-weight:600}.highlight-card p{color:var(--text-light);font-size:1rem;line-height:1.6}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.profile-image{width:250px;height:250px}.name{font-size:2.8rem}.title{font-size:1.5rem}}@media (max-width: 768px){.home-container{padding:0 1rem}.profile-image{width:200px;height:200px}.name{font-size:2.2rem}.title{font-size:1.3rem}.bio{font-size:1rem}.cta-buttons{justify-content:center}.highlights{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.profile-image{width:180px;height:180px}.name{font-size:1.8rem}.btn-primary,.btn-secondary{width:100%;text-align:center}}.highlights-wrap{position:relative;margin-top:1.5rem}.highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.highlight-card{background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 8px 20px #0000000f;min-height:180px}.highlight-icon{font-size:1.75rem;margin-bottom:.5rem}.hl-arrow{position:absolute;top:50%;transform:translateY(-50%);height:40px;width:40px;border-radius:999px;border:none;background:#ffffffe6;box-shadow:0 6px 16px #0000001f;font-size:28px;line-height:1;cursor:pointer;display:none;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.hl-arrow--left{left:6px}.hl-arrow--right{right:6px}.hl-arrow:focus{outline:2px solid #9b87f5}@media (max-width: 768px){.highlights{display:flex;overflow-x:auto;gap:.75rem;padding:0 .75rem .5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding-left:.75rem;-webkit-mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 16px,black calc(100% - 16px),transparent 100%)}.highlight-card{flex:0 0 80%;min-width:280px;scroll-snap-align:start}.highlights::-webkit-scrollbar{height:0}.highlights{scrollbar-width:none}.hl-arrow{display:inline-flex}}.highlights:focus{outline:2px solid #9b87f5;outline-offset:2px}.about{min-height:calc(100vh - 80px);padding:4rem 0;background:linear-gradient(135deg,#fff,#fdf8f8,#f8f4f4)}.about-container{max-width:1000px;margin:0 auto;padding:0 2rem}.about-content{display:flex;flex-direction:column;gap:4rem}.story-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center}.story-text h2{font-size:2rem;color:var(--deep-rose);margin-bottom:2rem;font-weight:600}.story-text p{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.story-image{display:flex;justify-content:center}.about-photo{width:280px;height:350px;object-fit:cover;border-radius:15px;box-shadow:var(--shadow-hover);border:4px solid var(--white);transition:transform .3s ease}.about-photo:hover{transform:scale(1.02)}.experience-section h2,.skills-section h2,.values-section h2{font-size:2rem;color:var(--deep-rose);margin-bottom:2rem;font-weight:600}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--primary-blush),var(--secondary-blush))}.timeline-item{position:relative;margin-bottom:3rem}.timeline-dot{position:absolute;left:-2rem;top:.5rem;width:12px;height:12px;background:var(--accent-rose);border-radius:50%;border:3px solid var(--white);box-shadow:0 0 0 3px var(--primary-blush)}.timeline-content{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);border-left:4px solid var(--primary-blush)}.timeline-content h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.company{font-size:1rem;color:var(--accent-rose);font-weight:500;margin-bottom:.25rem}.period{font-size:.9rem;color:var(--text-light);margin-bottom:1rem;font-style:italic}.description{color:var(--text-light);line-height:1.6}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.skill-item{background:var(--white);padding:1.5rem;border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--primary-blush)}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.skill-name{font-weight:600;color:var(--text-dark)}.skill-percentage{font-size:.9rem;color:var(--accent-rose);font-weight:500}.skill-bar{height:6px;background-color:var(--light-gray);border-radius:3px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,var(--secondary-blush),var(--accent-rose));border-radius:3px;transition:width 1s ease}.values-section,.values-scroll{position:relative}.values-scroll:before,.values-scroll:after{content:"";position:absolute;top:0;bottom:0;width:40px;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s ease}.values-scroll:before{left:0;background:linear-gradient(to right,#f8f4f4,#f8f4f400)}.values-scroll:after{right:0;background:linear-gradient(to left,#f8f4f4,#f8f4f400)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow);border:1px solid var(--primary-blush);transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{font-size:1.2rem;color:var(--text-dark);margin-bottom:.75rem;font-weight:600}.value-card p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.about{padding:2rem 0}.about-container{padding:0 1rem}.section-header h1{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.about-content{gap:3rem}.story-layout{grid-template-columns:1fr;text-align:center;gap:2rem}.about-photo{width:220px;height:280px}.story-section h2,.experience-section h2,.skills-section h2,.values-section h2{font-size:1.8rem}.story-text p{font-size:1rem}.timeline{padding-left:1.5rem}.timeline-dot{left:-1.5rem}.skills-grid{grid-template-columns:1fr}.values-scroll{margin-inline:-1rem;padding-inline:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin}.values-scroll:before,.values-scroll:after{opacity:1}.values-grid{display:flex;gap:1.5rem;flex-wrap:nowrap;padding-bottom:.5rem}.value-card{min-width:75vw;flex:0 0 auto;scroll-snap-align:start}.value-card:first-child{margin-left:.5rem}.value-card:last-child{margin-right:.5rem}.values-scroll::-webkit-scrollbar{height:6px}.values-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.values-scroll::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}}@media (max-width: 480px){.section-header h1{font-size:2rem}.timeline-content{padding:1rem}.timeline-content h3{font-size:1.1rem}.skill-item{padding:1rem}.value-card{min-width:85vw;padding:1.5rem}}.projects{min-height:calc(100vh - 80px);padding:4rem 0;background:linear-gradient(135deg,#fff,#fdf8f8)}.projects-container{max-width:1200px;margin:0 auto;padding:0 2rem}.featured-section h2,.all-projects-section h2{font-size:2rem;color:var(--deep-rose);margin-bottom:2rem;font-weight:600}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.featured-card{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:var(--shadow-hover);transition:all .3s ease;border:1px solid var(--primary-blush)}.featured-card:hover{transform:translateY(-8px);box-shadow:0 8px 35px #d4949a40}.all-projects-section,.projects-scroll{position:relative}.projects-scroll:before,.projects-scroll:after{content:"";position:absolute;top:0;bottom:0;width:40px;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s ease}.projects-scroll:before{left:0;background:linear-gradient(to right,#fdf8f8,#fdf8f800)}.projects-scroll:after{right:0;background:linear-gradient(to left,#fdf8f8,#fdf8f800)}.filter-container{display:flex;justify-content:center;margin-bottom:3rem}.filter-dropdown{position:relative;min-width:250px}.filter-selected{padding:.75rem 1.5rem;border:2px solid var(--primary-blush);background:var(--white);color:var(--text-dark);border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;gap:1rem}.filter-selected:hover{border-color:var(--secondary-blush);background:var(--primary-blush)}.filter-selected.active{border-color:var(--secondary-blush);background:var(--secondary-blush);color:var(--white)}.dropdown-arrow{transition:transform .3s ease;font-size:.8rem}.dropdown-arrow.open{transform:rotate(180deg)}.filter-options{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--white);border:2px solid var(--primary-blush);border-radius:8px;box-shadow:var(--shadow-hover);overflow:hidden;z-index:10;max-height:0;opacity:0;transition:all .3s ease}.filter-options.open{max-height:300px;opacity:1}.filter-option{padding:.75rem 1.5rem;background:transparent;color:var(--text-dark);border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:1rem}.filter-option:hover{background:var(--primary-blush);color:var(--deep-rose)}.filter-option.active{background:var(--secondary-blush);color:var(--white)}.filter-option:not(:last-child){border-bottom:1px solid var(--primary-blush)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:100%}.project-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--primary-blush);max-width:450px;justify-self:center}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img,.featured-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;inset:0;background:#d4949ae6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay,.featured-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.link-btn{background:var(--white);color:var(--deep-rose);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.link-btn:hover{background:var(--deep-rose);color:var(--white);transform:translateY(-2px)}.project-content{padding:1.5rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-content h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600}.category-badge{background:var(--primary-blush);color:var(--deep-rose);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500;text-transform:capitalize}.project-content p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:var(--light-gray);color:var(--text-dark);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid var(--primary-blush)}@media (max-width: 968px){.featured-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.projects{padding:2rem 0}.projects-container{padding:0 1rem}.section-header h1{font-size:2.5rem}.featured-section h2,.all-projects-section h2{font-size:1.8rem}.filter-container{padding:0 1rem}.filter-dropdown{width:100%;max-width:100%}.filter-selected,.filter-option{padding:.6rem 1.2rem;font-size:.9rem}.project-links{flex-direction:column;gap:.5rem}.link-btn{padding:.6rem 1.2rem;font-size:.9rem;text-align:center}.featured-scroll{margin-inline:-1rem;padding-inline:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin}.featured-scroll:before,.featured-scroll:after{opacity:1}.featured-grid{display:flex;gap:1.5rem;flex-wrap:nowrap;padding-bottom:.5rem}.featured-card{min-width:85vw;flex:0 0 auto;scroll-snap-align:start}.featured-card:first-child{margin-left:.5rem}.featured-card:last-child{margin-right:.5rem}.featured-scroll::-webkit-scrollbar{height:6px}.featured-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.featured-scroll::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.projects-scroll{margin-inline:-1rem;padding-inline:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin}.projects-scroll:before,.projects-scroll:after{opacity:1}.projects-grid{display:flex;gap:1.5rem;flex-wrap:nowrap;padding-bottom:.5rem}.project-card{min-width:85vw;max-width:none;flex:0 0 auto;scroll-snap-align:start}.project-card:first-child{margin-left:.5rem}.project-card:last-child{margin-right:.5rem}.projects-scroll::-webkit-scrollbar{height:6px}.projects-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.projects-scroll::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}}@media (max-width: 480px){.section-header h1{font-size:2rem}.project-content{padding:1rem}.project-header{flex-direction:column;gap:.5rem}.category-badge{align-self:flex-start}.featured-card{min-width:90vw}.project-card{min-width:90vw;max-width:none}}.blog{min-height:calc(100vh - 80px);padding:4rem 0;background:linear-gradient(135deg,#fff,#fdf8f8)}.blog-container{max-width:1200px;margin:0 auto;padding:0 2rem}.featured-section{margin-bottom:4rem;position:relative}.featured-section h2,.all-posts-section h2{font-size:2rem;color:var(--deep-rose);margin-bottom:2rem;font-weight:600}.featured-scroll{position:relative}.featured-scroll:before,.featured-scroll:after{content:"";position:absolute;top:0;bottom:0;width:40px;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s ease}.featured-scroll:before{left:0;background:linear-gradient(to right,#fdf8f8,#fdf8f800)}.featured-scroll:after{right:0;background:linear-gradient(to left,#fdf8f8,#fdf8f800)}.featured-posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.featured-post{background:var(--white);border-radius:15px;overflow:hidden;box-shadow:var(--shadow-hover);transition:all .3s ease;border:1px solid var(--primary-blush);max-width:450px;justify-self:center}.featured-post:hover{transform:translateY(-8px);box-shadow:0 8px 35px #d4949a40}.all-posts-section,.posts-scroll{position:relative}.posts-scroll:before,.posts-scroll:after{content:"";position:absolute;top:0;bottom:0;width:40px;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s ease}.posts-scroll:before{left:0;background:linear-gradient(to right,#fdf8f8,#fdf8f800)}.posts-scroll:after{right:0;background:linear-gradient(to left,#fdf8f8,#fdf8f800)}.section-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.category-select{padding:.75rem 1rem;border:2px solid var(--primary-blush);border-radius:8px;background:var(--white);color:var(--text-dark);font-size:1rem;cursor:pointer;transition:border-color .3s ease}.category-select:focus{outline:none;border-color:var(--secondary-blush)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-post-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid var(--primary-blush);max-width:450px;justify-self:center}.blog-post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.post-image{position:relative;height:200px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post-card:hover .post-image img,.featured-post:hover .post-image img{transform:scale(1.05)}.post-category{position:absolute;top:1rem;right:1rem;background:var(--secondary-blush);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.post-content{padding:1.5rem}.post-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-light)}.post-date,.post-read-time{display:flex;align-items:center;gap:.25rem}.post-date:before{content:"📅";font-size:.8rem}.post-read-time:before{content:"⏱️";font-size:.8rem}.post-content h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600;line-height:1.3}.post-content p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.read-more-btn{background:linear-gradient(135deg,var(--secondary-blush),var(--accent-rose));color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.read-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #d4949a4d}.empty-state{text-align:center;padding:4rem 2rem}.empty-state-content{max-width:400px;margin:0 auto}.empty-icon{color:var(--primary-blush);margin-bottom:1rem}.empty-state h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.5rem}.empty-state p{color:var(--text-light);margin-bottom:2rem}.reset-filter-btn{background:var(--secondary-blush);color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-filter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #d4949a4d}.newsletter-section{margin-top:4rem;background:linear-gradient(135deg,var(--primary-blush),var(--secondary-blush));border-radius:15px;padding:3rem;text-align:center;color:var(--white)}.newsletter-content h2{font-size:2rem;margin-bottom:1rem;font-weight:600}.newsletter-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;max-width:400px;margin:0 auto;gap:1rem}.newsletter-input{flex:1;padding:1rem;border:none;border-radius:8px;font-size:1rem;outline:none}.newsletter-btn{background:var(--white);color:var(--deep-rose);border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-btn:hover{background:var(--light-gray);transform:translateY(-2px)}@media (max-width: 968px){.featured-posts{grid-template-columns:1fr}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.blog{padding:2rem 0}.blog-container{padding:0 1rem}.section-header h1{font-size:2.5rem}.featured-section h2,.all-posts-section h2{font-size:1.8rem}.section-controls{flex-direction:column;gap:1rem;align-items:flex-start}.newsletter-form{flex-direction:column;max-width:none}.newsletter-section{padding:2rem}.featured-scroll{margin-inline:-1rem;padding-inline:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin}.featured-scroll:before,.featured-scroll:after{opacity:1}.featured-posts{display:flex;gap:1.5rem;flex-wrap:nowrap;padding-bottom:.5rem}.featured-post{min-width:calc(100vw - 4rem);max-width:calc(100vw - 4rem);flex:0 0 auto;scroll-snap-align:start}.featured-post:first-child{margin-left:.5rem}.featured-post:last-child{margin-right:.5rem}.featured-scroll::-webkit-scrollbar{height:6px}.featured-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.featured-scroll::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.posts-scroll{margin-inline:-1rem;padding-inline:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin}.posts-scroll:before,.posts-scroll:after{opacity:1}.posts-grid{display:flex;gap:1.5rem;flex-wrap:nowrap;padding-bottom:.5rem}.blog-post-card{min-width:calc(100vw - 4rem);max-width:calc(100vw - 4rem);flex:0 0 auto;scroll-snap-align:start}.blog-post-card:first-child{margin-left:.5rem}.blog-post-card:last-child{margin-right:.5rem}.posts-scroll::-webkit-scrollbar{height:6px}.posts-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.posts-scroll::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}}@media (max-width: 480px){.section-header h1{font-size:2rem}.post-content{padding:1rem}.post-meta{flex-direction:column;gap:.5rem}.featured-post,.blog-post-card{min-width:calc(100vw - 3rem);max-width:calc(100vw - 3rem)}}.contact{min-height:calc(100vh - 80px);padding:4rem 0;background:linear-gradient(135deg,#fff,#fdf8f8)}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h1{font-size:3rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.section-subtitle{font-size:1.2rem;color:var(--text-light);max-width:500px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;margin-bottom:4rem}.contact-form-section{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:var(--shadow-hover);border:1px solid var(--primary-blush)}.form-header{margin-bottom:2rem}.form-header h2{font-size:1.8rem;color:var(--deep-rose);margin-bottom:.5rem;font-weight:600}.form-header p{color:var(--text-light);font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:1rem;border:2px solid var(--primary-blush);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-blush);box-shadow:0 0 0 3px #d4949a1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,var(--secondary-blush),var(--accent-rose));color:var(--white);border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #d4949a66}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.submitting{background:var(--text-light)}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:8px;border:1px solid #c3e6cb;margin-top:1rem;font-weight:500}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.contact-hero{text-align:center;margin-bottom:1rem}.contact-image{margin-bottom:1.5rem}.contact-photo{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid var(--white);box-shadow:var(--shadow-hover);transition:transform .3s ease}.contact-photo:hover{transform:scale(1.05)}.contact-intro h2{font-size:1.8rem;color:var(--deep-rose);margin-bottom:.5rem;font-weight:600}.contact-intro p{color:var(--text-light);font-size:1rem}.contact-info-grid{display:flex;flex-direction:column;gap:1rem}.contact-info-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--white);border-radius:10px;box-shadow:var(--shadow);border:1px solid var(--primary-blush);transition:all .3s ease}.contact-info-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.info-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--primary-blush);border-radius:50%}.info-content h3{font-size:1rem;color:var(--text-dark);margin-bottom:.25rem;font-weight:600}.info-link{color:var(--accent-rose);text-decoration:none;font-size:.9rem;transition:color .3s ease}.info-link:hover{color:var(--deep-rose)}.info-content p{color:var(--text-light);font-size:.9rem;margin:0}.social-section h3{font-size:1.2rem;color:var(--text-dark);margin-bottom:1rem;font-weight:600}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--white);border-radius:8px;text-decoration:none;color:var(--text-dark);border:1px solid var(--primary-blush);transition:all .3s ease}.social-link:hover{transform:translate(5px);box-shadow:var(--shadow);border-color:var(--secondary-blush)}.social-icon{font-size:1.2rem}.social-name{font-weight:500}.availability-card{background:linear-gradient(135deg,var(--primary-blush),var(--secondary-blush));color:var(--white);padding:1.5rem;border-radius:12px;text-align:center}.availability-status{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-weight:600}.status-indicator{width:10px;height:10px;border-radius:50%;animation:pulse 2s infinite}.status-indicator.available{background:#28a745}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.availability-card p{margin:0;opacity:.9;line-height:1.6}.faq-section{margin-top:2rem}.faq-section h2{font-size:2rem;color:var(--deep-rose);margin-bottom:2rem;font-weight:600;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.faq-item{background:var(--white);padding:1.5rem;border-radius:10px;box-shadow:var(--shadow);border:1px solid var(--primary-blush);transition:all .3s ease}.faq-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.faq-item h3{font-size:1.1rem;color:var(--text-dark);margin-bottom:.75rem;font-weight:600}.faq-item p{color:var(--text-light);line-height:1.6;margin:0}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.contact{padding:2rem 0}.contact-container{padding:0 1rem}.section-header h1{font-size:2.5rem}.contact-form-section{padding:1.5rem}.contact-photo{width:150px;height:150px}.form-header h2,.contact-intro h2{font-size:1.5rem}.faq-grid{grid-template-columns:1fr}}@media (max-width: 480px){.section-header h1{font-size:2rem}.contact-form-section{padding:1rem}.form-group input,.form-group textarea,.contact-info-item{padding:.75rem}.availability-card,.faq-item{padding:1rem}}.packages{min-height:100vh;padding:80px 20px 60px;background:#fff}.packages-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:50px}.section-header h1{font-size:2.5rem;font-weight:700;margin-bottom:12px;color:#0f172a;letter-spacing:-.03em}.section-header h2{font-size:2rem;font-weight:600;margin-bottom:12px;color:#0f172a;letter-spacing:-.02em}.section-subtitle{font-size:1.05rem;color:#64748b;max-width:550px;margin:0 auto;line-height:1.6}.section-header p{font-size:1rem;color:#64748b;line-height:1.6}.pricing-explainer{margin-bottom:70px;padding:50px 30px;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}.pricing-explainer h2{text-align:center;font-size:1.75rem;margin-bottom:40px;color:#0f172a;font-weight:600}.explainer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin:0 auto}.explainer-card{text-align:center;padding:25px 20px}.explainer-icon-wrapper{margin-bottom:20px;display:flex;justify-content:center}.explainer-icon{width:70px;height:70px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 4px 14px #6366f140}.explainer-card h3{font-size:1.15rem;font-weight:600;margin-bottom:10px;color:#0f172a}.explainer-card p{color:#64748b;line-height:1.6;font-size:.9rem}.package-category{margin-bottom:70px}.category-title{font-size:1.85rem;font-weight:600;margin-bottom:40px;color:#0f172a;text-align:center;letter-spacing:-.02em}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:25px;margin-bottom:30px}.package-card{background:#fff;border-radius:12px;padding:35px 28px;box-shadow:0 1px 3px #00000014;transition:all .25s ease;cursor:pointer;position:relative;border:1px solid #e2e8f0}.package-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#cbd5e1}.package-card.selected{border-color:#6366f1}.package-card.best-value{border:2px solid #6366f1}.package-card.best-value:hover{transform:translateY(-4px)}.best-value-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:6px 20px;border-radius:16px;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 3px 10px #6366f14d}.package-header{text-align:center;padding-bottom:25px;border-bottom:1px solid #e2e8f0;margin-bottom:25px}.package-header h2{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#0f172a}.package-price{font-size:1.75rem;font-weight:700;color:#6366f1;margin-bottom:8px;letter-spacing:-.02em}.package-duration{font-size:.85rem;color:#64748b;margin-bottom:12px;font-weight:500}.package-description{font-size:.9rem;color:#64748b;line-height:1.5}.plain-explanation{background:#f8fafc;padding:20px;border-radius:10px;margin-bottom:25px}.plain-explanation h4{font-size:.75rem;font-weight:600;margin-bottom:10px;color:#475569;text-transform:uppercase;letter-spacing:.08em}.plain-explanation p{color:#64748b;line-height:1.6;font-size:.875rem}.package-features{margin-bottom:25px}.package-features h3{font-size:.8rem;font-weight:600;margin-bottom:16px;color:#0f172a;text-transform:uppercase;letter-spacing:.08em}.package-features ul{list-style:none;padding:0}.package-features li{padding:8px 0;display:flex;align-items:flex-start;gap:10px;color:#475569;line-height:1.5;font-size:.875rem}.check-icon{color:#6366f1;font-weight:700;font-size:1rem;flex-shrink:0;margin-top:1px}.maintenance-info{background:#eff6ff;padding:20px;border-radius:10px;margin-bottom:20px;border-left:3px solid #6366f1}.maintenance-info h4{font-size:.9rem;font-weight:600;margin-bottom:10px;color:#0f172a}.maintenance-info p{color:#475569;line-height:1.6;font-size:.85rem}.hosting-option{background:#f8fafc;padding:20px;border-radius:10px;margin-bottom:20px;border:1px solid #e2e8f0}.hosting-option h4{font-size:.9rem;font-weight:600;margin-bottom:10px;color:#0f172a}.hosting-option p{color:#64748b;line-height:1.6;font-size:.85rem}.package-ideal{margin-bottom:25px}.package-ideal h4{font-size:.75rem;font-weight:600;margin-bottom:12px;color:#475569;text-transform:uppercase;letter-spacing:.08em}.ideal-tags{display:flex;flex-wrap:wrap;gap:8px}.ideal-tag{background:#fff;color:#475569;padding:6px 14px;border-radius:6px;font-size:.8rem;font-weight:500;border:1px solid #e2e8f0}.package-cta{display:block;width:100%;padding:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;text-align:center;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s ease;letter-spacing:.01em}.package-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f14d}.addons-section{margin-bottom:70px;padding:50px 0}.addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;margin-top:40px}.addon-card{background:#fff;border-radius:10px;padding:28px 24px;box-shadow:0 1px 3px #00000014;transition:all .25s ease;text-align:center;border:1px solid #e2e8f0}.addon-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000014;border-color:#6366f1}.addon-card h3{font-size:1.15rem;font-weight:600;margin-bottom:10px;color:#0f172a}.addon-price{font-size:1.1rem;font-weight:700;color:#6366f1;margin-bottom:14px}.addon-card p{color:#64748b;line-height:1.6;font-size:.875rem}.custom-section{margin-bottom:70px}.custom-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:16px;padding:55px 40px;text-align:center;color:#fff;box-shadow:0 10px 30px #00000026}.custom-card h2{font-size:2rem;font-weight:700;margin-bottom:18px;letter-spacing:-.02em;color:#fff}.custom-card>p{font-size:1.05rem;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;color:#fff}.custom-features{display:flex;justify-content:center;gap:40px;margin-bottom:35px;flex-wrap:wrap}.custom-feature{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500;color:#fff}.feature-icon-circle{width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 2px 6px #ffffff4d}.custom-cta{display:inline-block;padding:14px 40px;background:#fff;color:#0f172a;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s ease;letter-spacing:.01em}.custom-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fff3}.packages-faq{background:#f8fafc;border-radius:16px;padding:50px 40px;border:1px solid #e2e8f0}.packages-faq h2{text-align:center;font-size:1.85rem;margin-bottom:40px;color:#0f172a;font-weight:600}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.faq-item{padding:24px;background:#fff;border-radius:10px;transition:all .25s ease;border:1px solid #e2e8f0}.faq-item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:12px;color:#0f172a;line-height:1.4}.faq-item p{color:#64748b;line-height:1.6;font-size:.875rem}@media (max-width: 1024px){.packages{padding:70px 20px 50px}.section-header h1{font-size:2.2rem}.section-header h2{font-size:1.75rem}.category-title{font-size:1.65rem}.packages-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 768px){.packages{padding:60px 16px 40px}.section-header h1{font-size:1.9rem}.section-header h2{font-size:1.6rem}.section-subtitle{font-size:.95rem}.category-title{font-size:1.5rem}.pricing-explainer{padding:40px 24px}.explainer-grid{grid-template-columns:1fr;gap:25px}.packages-grid{grid-template-columns:1fr;gap:20px}.package-card{padding:30px 24px}.package-header h2{font-size:1.35rem}.package-price{font-size:1.6rem}.custom-card{padding:45px 28px}.custom-card h2{font-size:1.75rem}.custom-card>p{font-size:.95rem}.custom-features{flex-direction:column;gap:20px;align-items:center}.packages-faq{padding:40px 24px}.packages-faq h2{font-size:1.65rem}.faq-grid,.addons-grid{grid-template-columns:1fr}}@media (max-width: 480px){.section-header h1{font-size:1.75rem}.section-header h2{font-size:1.45rem}.category-title{font-size:1.35rem}.package-price{font-size:1.45rem}.package-header h2{font-size:1.25rem}.custom-card h2{font-size:1.6rem}.packages-faq h2{font-size:1.5rem}.explainer-icon{width:60px;height:60px;font-size:.6rem}.package-card{padding:26px 20px}}.readmore-container{min-height:100vh;padding:2rem 0;background:linear-gradient(135deg,#fff,#fdf8f8)}.back-btn{background:var(--secondary-blush);color:var(--white);padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0 auto;display:block;max-width:800px;margin-bottom:2rem}.back-btn:hover{background:var(--deep-rose);transform:translateY(-2px);box-shadow:0 4px 12px #d4949a4d}.blog-post-full{max-width:800px;margin:0 auto;background:var(--white);border-radius:15px;padding:3rem;box-shadow:0 4px 20px #00000014;border:1px solid var(--primary-blush)}.post-header{text-align:center;margin-bottom:2rem}.post-category-badge{display:inline-block;background:var(--primary-blush);color:var(--deep-rose);padding:.5rem 1.25rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.post-title{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700;line-height:1.3;font-family:Poppins,sans-serif;letter-spacing:-.5px}.post-meta{display:flex;justify-content:center;align-items:center;gap:.75rem;color:var(--text-light);font-size:.95rem}.post-separator{color:var(--primary-blush)}.post-date:before{content:"📅 "}.post-read-time:before{content:"⏱️ "}.post-featured-image{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin:2rem 0;box-shadow:0 4px 15px #0000001a}.post-body{color:var(--text-dark);line-height:1.8;font-size:1.1rem}.post-body h2{font-size:2rem;color:var(--deep-rose);margin-top:2.5rem;margin-bottom:1rem;font-weight:600}.post-body h3{font-size:1.5rem;color:var(--text-dark);margin-top:2rem;margin-bottom:.75rem;font-weight:600}.post-body p{margin-bottom:1.5rem;color:var(--text-dark)}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.75rem;color:var(--text-dark)}.post-body a{color:var(--secondary-blush);text-decoration:underline;transition:color .3s ease}.post-body a:hover{color:var(--deep-rose)}.post-body blockquote{border-left:4px solid var(--secondary-blush);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-light)}.post-body code{background:var(--light-gray);padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:var(--deep-rose)}.post-body pre{background:var(--light-gray);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;padding:0;color:var(--text-dark)}.post-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;display:block}.not-found{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.not-found h1{font-size:2.5rem;color:var(--deep-rose);margin-bottom:1rem;font-family:Poppins,sans-serif}.not-found p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}@media (max-width: 768px){.readmore-container{padding:1rem 0}.blog-post-full{padding:2rem 1.5rem;margin:0 1rem;border-radius:12px}.post-title{font-size:2rem}.post-featured-image{max-height:300px;margin:1.5rem 0}.post-body{font-size:1rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.35rem}.back-btn{margin:0 1rem 2rem}}@media (max-width: 480px){.blog-post-full{padding:1.5rem 1rem}.post-title{font-size:1rem}.post-featured-image{max-height:250px}.post-meta{flex-direction:column;gap:.5rem}.post-separator{display:none}.post-body{font-size:.95rem}}.navbar{position:sticky;top:0;width:100%;background:var(--white);box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex!important;align-items:center;text-decoration:none;z-index:1001;visibility:visible!important;opacity:1!important}.logo-image{height:50px;width:auto;transition:transform .3s ease;display:block!important;visibility:visible!important}.logo-image:hover{transform:scale(1.05)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-item{position:relative}.nav-link{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;display:block}.nav-link:hover{color:var(--deep-rose);background:var(--primary-blush)}.nav-link-cta{background:transparent;color:var(--text-dark);padding:.75rem 1.5rem}.nav-link-cta:hover{background:var(--primary-blush);color:var(--deep-rose);transform:translateY(-2px);box-shadow:0 4px 12px #d4949a4d}.nav-link-cta.active{background:var(--primary-blush);color:var(--deep-rose)}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1003;gap:6px}.hamburger-line{width:30px;height:3px;background:var(--text-dark);border-radius:3px;transition:all .3s ease}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translateY(12px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translateY(-12px)}@media (max-width: 768px){.nav-container{padding:0 1rem}.hamburger{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease-in-out;box-shadow:-5px 0 15px #0000001a;padding:2rem;z-index:1002}.nav-menu.active{right:0}.nav-item{width:100%;text-align:center}.nav-link{font-size:1.25rem;padding:1rem;width:100%;display:block}.nav-link-cta{width:100%;text-align:center}.logo-image{height:40px}.nav-logo{margin-left:1.5rem}}@media (max-width: 1024px) and (min-width: 769px){.nav-menu{gap:1.5rem}.nav-link{font-size:.95rem;padding:.5rem .75rem}}@media (max-width: 768px){.nav-menu.active:before{content:"";position:fixed;top:0;left:0;width:30%;height:100vh;background:#00000080;z-index:-1}}@media (max-width: 480px){.nav-menu{width:80%}.nav-menu.active:before{width:20%}}.nav-link.active{color:var(--deep-rose);background:var(--primary-blush)}body.menu-open{overflow:hidden}
