.royal-faq-header{text-align:center;margin-bottom:5rem}.royal-faq-page-headline{font-size:clamp(3rem,8vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:rgb(var(--color-foreground));letter-spacing:-.03em}.royal-faq-page-subtitle{font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.5;color:rgba(var(--color-foreground),.7);max-width:600px;margin:0 auto}.royal-faq-grid{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.royal-faq-category{margin:3rem 0 1.5rem;text-align:center;position:relative}.royal-faq-category:first-child{margin-top:0}.royal-faq-category:before{content:"";position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#c6a867,#a88d56);border-radius:2px}.royal-faq-category-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:rgb(var(--color-foreground));margin-bottom:.75rem;letter-spacing:-.02em}.royal-faq-category-description{font-size:clamp(1.0625rem,2.5vw,1.1875rem);line-height:1.6;color:rgba(var(--color-foreground),.65);max-width:500px;margin:0 auto}.royal-faq-item{background:rgba(var(--color-background),.9);border:1px solid rgba(var(--color-foreground),.08);border-radius:20px;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.royal-faq-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#c6a867,#a88d56,#c6a867);opacity:0;transition:opacity .5s ease}.royal-faq-item:hover{border-color:#c6a8674d;box-shadow:0 16px 32px -8px #c6a86726,0 12px 16px -4px #00000014;transform:translateY(-3px)}.royal-faq-item:hover:before{opacity:1}.royal-faq-item.active{border-color:#c6a86780;box-shadow:0 20px 40px -12px #c6a86740,0 16px 20px -6px #0000001f;transform:translateY(-2px)}.royal-faq-item.active:before{opacity:1}.royal-faq-question{width:100%;padding:2.5rem 3rem;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .4s ease;position:relative}.royal-faq-question:hover{padding-left:3.5rem}.royal-faq-question:focus-visible{outline:2px solid rgb(198,168,103);outline-offset:-2px;border-radius:12px}.royal-faq-question-text{font-size:clamp(1.375rem,3vw,1.625rem);font-weight:600;color:rgb(var(--color-foreground));line-height:1.3;margin-right:2rem;transition:color .3s ease}.royal-faq-question:hover .royal-faq-question-text{color:#c6a867}.royal-faq-icon{width:32px;height:32px;fill:currentColor;transition:all .5s cubic-bezier(.4,0,.2,1);flex-shrink:0;background:#c6a8671a;border-radius:50%;padding:8px;color:#c6a867}.royal-faq-item:hover .royal-faq-icon{background:#c6a86733;transform:scale(1.1)}.royal-faq-item.active .royal-faq-icon{transform:rotate(45deg) scale(1.15);background:#c6a867;color:#fff}.royal-faq-answer{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.4,0,.2,1)}.royal-faq-item.active .royal-faq-answer{max-height:400px}.royal-faq-answer-content{padding:0 3rem 3rem;font-size:clamp(1.0625rem,2.5vw,1.25rem);line-height:1.7;color:rgba(var(--color-foreground),.75);border-top:1px solid rgba(var(--color-foreground),.06);margin-top:-1px;position:relative}.royal-faq-answer-content:before{content:"";position:absolute;top:0;left:3rem;right:3rem;height:1px;background:linear-gradient(90deg,transparent,rgba(198,168,103,.4),transparent)}.royal-faq-answer-content p{margin-bottom:1rem}.royal-faq-answer-content p:last-child{margin-bottom:0}.royal-faq-answer-content a{color:#c6a867;text-decoration:underline;text-decoration-color:#c6a8674d;transition:all .3s ease}.royal-faq-answer-content a:hover{text-decoration-color:#c6a867;color:#a88d56}.royal-faq-contact-cta{margin-top:5rem;text-align:center}.royal-faq-contact-card{background:linear-gradient(135deg,#c6a86714,#a88d560d);border:1px solid rgba(198,168,103,.2);border-radius:24px;padding:3rem 2rem;max-width:600px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.royal-faq-contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c6a867,#a88d56)}.royal-faq-contact-headline{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:rgb(var(--color-foreground));margin-bottom:1rem;letter-spacing:-.02em}.royal-faq-contact-text{font-size:clamp(1.125rem,2.5vw,1.25rem);line-height:1.6;color:rgba(var(--color-foreground),.7);margin-bottom:2rem}.royal-faq-contact-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:linear-gradient(135deg,#c6a867,#a88d56);color:#fff;text-decoration:none;border-radius:50px;font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #c6a8674d;min-height:48px;letter-spacing:.01em}.royal-faq-contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c6a86766;background:linear-gradient(135deg,#a88d56,#c6a867);color:#fff}@media screen and (max-width: 749px){.royal-faq-header{margin-bottom:3rem}.royal-faq-grid{gap:1.5rem}.royal-faq-category{margin:2rem 0 1rem}.royal-faq-category:before{width:40px;height:2px}.royal-faq-item{border-radius:16px}.royal-faq-question{padding:2rem}.royal-faq-question:hover{padding-left:2.5rem}.royal-faq-question-text{font-size:clamp(1.25rem,4vw,1.375rem);margin-right:1rem}.royal-faq-icon{width:28px;height:28px;padding:6px}.royal-faq-answer-content{padding:0 2rem 2.5rem;font-size:clamp(1rem,3.5vw,1.125rem)}.royal-faq-answer-content:before{left:2rem;right:2rem}.royal-faq-contact-card{padding:2.5rem 1.5rem;border-radius:20px}.royal-faq-contact-cta{margin-top:3rem}}@media (prefers-contrast: high){.royal-faq-item{border:2px solid rgb(var(--color-foreground))}.royal-faq-question{border-bottom:1px solid rgb(var(--color-foreground))}.royal-faq-icon{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}}@media (prefers-reduced-motion: reduce){.royal-faq-item,.royal-faq-question,.royal-faq-icon,.royal-faq-answer,.royal-faq-contact-button{transition:none!important;animation:none!important;transform:none!important}}@media (prefers-color-scheme: dark){.royal-faq-item{background:rgba(var(--color-foreground),.03);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.royal-faq-item:hover{box-shadow:0 16px 32px -8px #c6a86740,0 12px 16px -4px #0003}.royal-faq-contact-card{background:linear-gradient(135deg,#c6a8671f,#a88d5614)}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-royal-faq-page.css.map */
