:root{--gfd-purple:#8b3a8b;--gfd-orange:#ff8c00;--gfd-gold:#ffb547;--gfd-dark:#1a1a1a;--gfd-light:#f8f9fa}.gfd-btn-secondary{background:transparent!important;border:2px solid #fff!important;color:#fff!important}.gfd-btn-secondary:hover{background:#fff!important;color:var(--gfd-purple)!important}<style>:root{--gfd-purple:#8b3a8b;--gfd-orange:#ff8c00;--gfd-gold:#ffb547;--gfd-dark:#1a1a1a;--gfd-light:#f8f9fa}*{box-sizing:border-box;margin:0;padding:0}.gfd-container{margin:0 auto!important;max-width:1200px!important;padding:0 20px!important}.gfd-btn{border:none!important;border-radius:8px!important;cursor:pointer!important;display:inline-block!important;font-size:1.1rem!important;font-weight:600!important;letter-spacing:.5px!important;padding:16px 40px!important;text-decoration:none!important;text-transform:uppercase!important;transition:all .3s ease!important}.gfd-btn-primary{background:linear-gradient(135deg,var(--gfd-orange),var(--gfd-gold))!important;color:#fff!important}.gfd-btn-primary:hover{box-shadow:0 10px 25px rgba(255,140,0,.4)!important;transform:translateY(-2px)!important}.gfd-boutique-services{background:linear-gradient(135deg,rgba(139,58,139,.03),rgba(255,140,0,.03));padding:80px 0}.gfd-boutique-services-header{margin-bottom:60px;text-align:center}.gfd-boutique-services-header h2{color:var(--gfd-dark);font-size:2.5rem;font-weight:800;margin-bottom:20px}.gfd-boutique-services-header p{color:#666;font-size:1.2rem;margin:0 auto;max-width:700px}.gfd-services-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:50px}.gfd-service-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;padding:40px;position:relative;transition:all .3s ease}.gfd-service-card:before{background:linear-gradient(135deg,var(--gfd-purple),var(--gfd-orange));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.gfd-service-card:hover{border-color:var(--gfd-purple);box-shadow:0 15px 40px rgba(139,58,139,.15);transform:translateY(-5px)}.gfd-service-card:hover:before{transform:scaleX(1)}.gfd-service-icon{display:block;font-size:3rem;margin-bottom:20px}.gfd-service-title{color:var(--gfd-dark);font-size:1.5rem;font-weight:700;margin-bottom:15px}.gfd-service-price{color:var(--gfd-purple);font-size:1.8rem;font-weight:800;margin-bottom:10px}.gfd-service-timeline{color:#777;font-size:.9rem;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.gfd-service-description{color:#555;font-size:1rem;line-height:1.6;margin-bottom:20px}.gfd-service-includes{border-top:1px solid #e0e0e0;margin-top:20px;padding-top:20px}.gfd-service-includes-title{color:var(--gfd-dark);font-size:.9rem;font-weight:700;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.gfd-service-includes ul{list-style:none;margin:0;padding:0}.gfd-service-includes li{color:#666;font-size:.95rem;margin-bottom:8px;padding-left:20px;position:relative}.gfd-service-includes li:before{color:var(--gfd-orange);content:"✓";font-weight:700;left:0;position:absolute}.gfd-services-cta{background:linear-gradient(135deg,var(--gfd-purple) 0,#6a2c6a 100%);border-radius:12px;color:#fff;padding:50px;text-align:center}.gfd-services-cta h3{font-size:2rem;font-weight:700;margin-bottom:20px}.gfd-services-cta p{font-size:1.2rem;margin-bottom:30px;opacity:.95}@media (max-width:768px){.gfd-boutique-services{padding:50px 0}.gfd-boutique-services-header h2{font-size:2rem}.gfd-services-grid{gap:20px;grid-template-columns:1fr}.gfd-service-card{padding:30px}.gfd-services-cta{padding:30px 20px}}