/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a.generate-back-to-top {
	background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    box-shadow: 0 18px 45px rgba(142, 45, 226, .35);
	border-radius: 99px;
	transition: .2s ease;
}

a.generate-back-to-top:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
	.main-navigation .menu-toggle:hover,
	.main-navigation .menu-toggle:focus {
		background: linear-gradient(135deg, var(--brand), var(--brand-2));
		color: var(--base-3)!important;
	}

  .has-inline-mobile-toggle #site-navigation.toggled {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }

  .site-header {
    position: relative;
    z-index: 10000;
  }

  .has-inline-mobile-toggle #site-navigation.toggled .main-nav {
    border-top: 1px solid #e2e8f0;
		border-bottom: 1px solid #e2e8f0;
  }

  .has-inline-mobile-toggle #site-navigation.toggled .main-nav ul {
    width: 100%;
  }

  .has-inline-mobile-toggle #site-navigation.toggled .main-nav ul li {
    width: 100%;
  }
}

ol, ul {
    margin: 0 0 1.5em 1.5em;
}

section {
  scroll-margin-top: 100px;
}

.rank-math-breadcrumbs-container {
  border-bottom: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2));
}

.rank-math-breadcrumbs-container .rank-math-breadcrumb {
  max-width: 1200px;
  margin: auto;
	padding: 10px 20px;
}

.rank-math-breadcrumbs-container .rank-math-breadcrumb p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  word-break: break-word;
}
.rank-math-breadcrumbs-container .rank-math-breadcrumb a {
	color: var(--accent);
}

@media (max-width: 768px) {
  .rank-math-breadcrumbs-container .rank-math-breadcrumb p {
    font-size: 13px;
  }
}

.site-header { background-color: var(--bg-dark-primary, #0b0615); border-bottom: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2)); position: sticky; top: 0; z-index: 1000; font-family: system-ui, -apple-system, sans-serif; }
.header-container { max-width: 1200px; margin: 0 auto; padding: 1rem; display: flex; align-items: center; justify-content: space-between; position: relative; }
.site-logo { display: flex; align-items: center; z-index: 1001; }
.site-logo img { height: 45px; width: auto; display: block; }
.header-actions { display: flex; align-items: center; gap: 1rem; z-index: 1001; }
.site-header .header-actions a.btn.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.6rem 1.2rem; font-size: 0.9rem; border-radius: 50px; font-weight: 600; text-decoration: none; background: var(--brand-gradient, linear-gradient(135deg, #a73af6, #e754b8)); color: #ffffff; border: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.site-header .header-actions a.btn.header-cta:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(167, 58, 246, 0.4); color: #ffffff; }
.menu-toggle { color: var(--text-main, #ffffff); font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--glass-bg, rgba(255, 255, 255, 0.03)); border: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2)); border-radius: 8px; transition: all 0.2s ease; }
.menu-toggle:hover { background: var(--glass-hover, rgba(209, 82, 243, 0.05)); color: var(--brand-magenta, #d152f3); }
.menu-toggle .close-icon { display: none; }
.site-navigation { position: absolute; top: 100%; left: 0; width: 100%; background-color: var(--bg-dark-primary, #0b0615); border-bottom: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2)); padding: 1rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; z-index: 999; }
.nav-menu { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.2rem; text-align: center; }
.nav-menu a { color: var(--text-main, #ffffff); text-decoration: none; font-size: 1.1rem; font-weight: 500; transition: color 0.2s ease; display: block; }
.nav-menu a:hover { color: var(--brand-magenta, #d152f3); }
#mobile-menu-toggle:checked ~ .site-navigation { opacity: 1; visibility: visible; transform: translateY(0); }
#mobile-menu-toggle:checked ~ .header-actions .menu-toggle .open-icon { display: none; }
#mobile-menu-toggle:checked ~ .header-actions .menu-toggle .close-icon { display: block; }
.brand-hero { background-color: #0b0615; color: #ffffff; padding: 3rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; overflow: hidden; }
.brand-hero-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 3rem; }
.brand-hero-content { width: 100%; max-width: 600px; }
.hero-subtitle { display: inline-block; color: #d152f3; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.8rem; font-size: 0.85rem; }
.hero-title { font-size: 2.2rem; line-height: 1.2; margin-top: 0; margin-bottom: 1.2rem; background: linear-gradient(135deg, #a73af6, #e754b8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-description { font-size: 1rem; line-height: 1.5; color: #b5a9cc; margin-bottom: 1.5rem; }
.hero-trust-badges { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; margin-bottom: 2rem; }
.trust-badge { display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; color: #e5d9f2; }
.trust-badge i { color: #a73af6; }
.hero-actions { display: flex; flex-direction: column; gap: 1rem; width: 100%; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.8rem 1.5rem; border-radius: 50px; font-weight: 600; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; width: 100%; }
.btn-primary { background: linear-gradient(135deg, #a73af6, #e754b8); color: #ffffff; border: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(167, 58, 246, 0.4); }
.btn-secondary { background: transparent; color: #ffffff; border: 2px solid #a73af6; }
.btn-secondary:hover { background: rgba(167, 58, 246, 0.1); transform: translateY(-2px); }
.brand-hero-visual { width: 100%; max-width: 450px; display: flex; justify-content: center; position: relative; }
.image-wrapper { position: relative; border-radius: 20px; padding: 4px; background: linear-gradient(135deg, #a73af6, #e754b8); width: 100%; }
.main-image { display: block; width: 100%; height: auto; border-radius: 16px; }
.floating-badge { position: absolute; background: #170d2b; border: 1px solid rgba(209, 82, 243, 0.3); color: #fff; padding: 0.5rem 1rem; border-radius: 30px; font-size: 0.85rem; font-weight: 600; display: flex; align-items: center; gap: 0.4rem; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); z-index: 2; }
.floating-badge.top-left { top: 15px; left: -10px; }
.floating-badge.top-left i { color: #e754b8; }
.floating-badge.bottom-right { bottom: 20px; right: -10px; }
.floating-badge.bottom-right i { color: #f1c40f; }
.trust-features { background-color: #11091f; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; }
.trust-features-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 2rem; }
.feature-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(209, 82, 243, 0.15); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; transition: transform 0.3s ease, border-color 0.3s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(209, 82, 243, 0.5); background: rgba(255, 255, 255, 0.05); }
.feature-icon { width: 60px; height: 60px; margin: 0 auto 1.5rem auto; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #a73af6, #e754b8); border-radius: 50%; box-shadow: 0 4px 15px rgba(167, 58, 246, 0.3); }
.feature-icon i { color: #ffffff; font-size: 1.5rem; }
.feature-title { color: #ffffff; font-size: 1.25rem; margin-top: 0; margin-bottom: 0.8rem; font-weight: 600; }
.feature-text { color: #b5a9cc; font-size: 0.95rem; line-height: 1.5; margin: 0; }
.about-us { background-color: #0b0615; color: #ffffff; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; }
.about-us-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 3rem; }
.about-content { width: 100%; }
.section-subtitle { display: inline-block; color: #d152f3; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1rem; font-size: 0.85rem; }
.section-title { font-size: 2rem; line-height: 1.3; margin-top: 0; margin-bottom: 1.5rem; color: #ffffff; }
.about-text { font-size: 1rem; line-height: 1.7; color: #b5a9cc; margin-bottom: 1.2rem; }
.about-text:last-of-type { margin-bottom: 0; }
.about-highlights { display: flex; flex-direction: column; gap: 1.2rem; width: 100%; }
.highlight-card { display: flex; align-items: center; gap: 1.2rem; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(209, 82, 243, 0.2); padding: 1.2rem 1.5rem; border-radius: 12px; transition: transform 0.2s ease, background 0.2s ease; }
.highlight-card:hover { transform: translateX(5px); background: rgba(209, 82, 243, 0.05); border-color: rgba(209, 82, 243, 0.4); }
.highlight-icon { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #a73af6, #e754b8); border-radius: 10px; flex-shrink: 0; }
.highlight-icon i { color: #ffffff; font-size: 1.2rem; }
.highlight-text h4 { margin: 0; color: #ffffff; font-size: 1.1rem; font-weight: 600; }
.local-areas { background-color: #11091f; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; text-align: center; }
.local-areas-container { max-width: 1000px; margin: 0 auto; }
.local-areas .section-header { margin-bottom: 2.5rem; }
.local-areas .section-subtitle { display: inline-flex; align-items: center; gap: 0.5rem; color: #d152f3; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1rem; font-size: 0.85rem; }
.local-areas .section-title { font-size: 2rem; line-height: 1.3; margin-top: 0; margin-bottom: 1rem; color: #ffffff; }
.local-areas .section-description { color: #b5a9cc; font-size: 1rem; max-width: 600px; margin: 0 auto; }
.areas-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem; }
.area-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(209, 82, 243, 0.2); color: #e5d9f2; padding: 0.7rem 1.2rem; border-radius: 50px; font-size: 0.9rem; text-decoration: none; transition: all 0.2s ease; }
.area-tag i { color: #a73af6; font-size: 0.85rem; }
.area-tag:hover { background: rgba(209, 82, 243, 0.1); border-color: #d152f3; color: #ffffff; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(167, 58, 246, 0.2); }
.team-section { background-color: #11091f; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; }
.team-container { max-width: 1200px; margin: 0 auto; }
.team-section .section-header { text-align: center; margin-bottom: 3rem; }
.team-section .section-title { font-size: 2.2rem; line-height: 1.3; margin: 0; color: #ffffff; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.profile-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(209, 82, 243, 0.2); border-radius: 16px; overflow: hidden; transition: transform 0.3s ease, border-color 0.3s ease; display: flex; flex-direction: column; }
.profile-card:hover { transform: translateY(-5px); border-color: rgba(209, 82, 243, 0.6); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
.card-image-wrapper { position: relative; width: 100%; aspect-ratio: 4/5; background-color: #0b0615; }
.card-image-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }
.badge-new { position: absolute; top: 12px; left: 12px; background: linear-gradient(135deg, #a73af6, #e754b8); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.6rem; border-radius: 4px; letter-spacing: 1px; box-shadow: 0 2px 5px rgba(0,0,0,0.5); }
.badge-verified { position: absolute; top: 10px; right: 10px; background: rgba(11, 6, 21, 0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; backdrop-filter: blur(2px); }
.badge-verified i { color: #2ef100; font-size: 1.2rem; }
.card-content { padding: 1rem; text-align: center; display: flex; flex-direction: column; flex-grow: 1; }
.profile-name { margin: 0 0 0.5rem 0; color: #ffffff; font-size: 1.3rem; font-weight: 600; }
.profile-location { margin: 0 0 0.8rem 0; color: #b5a9cc; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; gap: 0.4rem; }
.profile-location i { color: #a73af6; font-size: 0.8rem; }
.profile-availability { font-size: 0.7rem; font-weight: 600; color: #e5d9f2; background: rgba(209, 82, 243, 0.05); border: 1px dashed rgba(209, 82, 243, 0.3); padding: 0.4rem 0; border-radius: 6px; margin-bottom: 1.2rem; letter-spacing: 0.5px; }
.profile-availability span { color: #d152f3; margin: 0 0.5rem; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-top: auto; }
.btn-action { display: flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.5rem 0.4rem; border-radius: 8px; font-size: 0.8rem; font-weight: 600; text-decoration: none; transition: all 0.2s ease; }
.call-btn { background: transparent; color: #ffffff; border: 1px solid #a73af6; }
.call-btn:hover { background: rgba(167, 58, 246, 0.1); border-color: #e754b8; }
.wa-btn { background: #25D366; color: #ffffff; border: 1px solid #25D366; }
.wa-btn:hover { background: #20b858; border-color: #20b858; }
.premium-profiles { background-color: #0b0615; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; text-align: center; }
.premium-profiles-container { max-width: 800px; margin: 0 auto; }
.premium-profiles .section-title { font-size: 2rem; line-height: 1.3; margin-top: 0; margin-bottom: 1.8rem; color: #ffffff; }
.highlight-text { color: #d152f3; }
.profile-text { font-size: 1rem; line-height: 1.7; color: #b5a9cc; margin-bottom: 1.2rem; }
.profile-text:last-of-type { margin-bottom: 0; }
.privacy-note { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; background: rgba(209, 82, 243, 0.05); border: 1px solid rgba(209, 82, 243, 0.3); padding: 1rem 1.5rem; border-radius: 8px; color: #e5d9f2; margin: 2rem 0; font-size: 0.95rem; font-weight: 500; width: 100%; box-sizing: border-box; }
.privacy-note i { color: #a73af6; font-size: 1.1rem; }
.cta-wrapper { margin-top: 1rem; }
.cta-wrapper .btn { width: 100%; justify-content: center; }
.high-profile { background-color: #11091f; color: #ffffff; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; overflow: hidden; }
.high-profile-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 3rem; }
.high-profile-content { width: 100%; }
.high-profile .section-title { font-size: 2.2rem; line-height: 1.3; margin-top: 0; margin-bottom: 1.5rem; background: linear-gradient(135deg, #a73af6, #e754b8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.service-text { font-size: 1rem; line-height: 1.7; color: #b5a9cc; margin-bottom: 1.2rem; }
.service-text:last-of-type { margin-bottom: 0; }
.high-profile-visual { width: 100%; display: flex; justify-content: center; }
.high-profile .image-wrapper { position: relative; border-radius: 20px; padding: 4px; background: linear-gradient(135deg, #a73af6, #e754b8); width: 100%; max-width: 600px; }
.high-profile .main-image { display: block; width: 100%; height: auto; border-radius: 16px; object-fit: cover; }
.hotel-services { background-color: #0b0615; color: #ffffff; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; overflow: hidden; }
.hotel-services-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 3rem; }
.hotel-content { width: 100%; }
.hotel-services .section-title { font-size: 2.2rem; line-height: 1.3; margin-top: 0; margin-bottom: 1.5rem; color: #ffffff; }
.hotel-services .service-text { font-size: 1rem; line-height: 1.7; color: #b5a9cc; margin-bottom: 1.2rem; }
.hotel-services .service-text:last-of-type { margin-bottom: 2rem; }
.hotel-badges { display: flex; flex-direction: column; gap: 1rem; }
.hotel-badge { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(209, 82, 243, 0.25); padding: 0.8rem 1.2rem; border-radius: 8px; font-size: 0.95rem; font-weight: 500; color: #e5d9f2; transition: transform 0.2s ease, border-color 0.2s ease; }
.hotel-badge:hover { transform: translateY(-2px); border-color: rgba(209, 82, 243, 0.6); background: rgba(209, 82, 243, 0.05); }
.hotel-badge i { color: #a73af6; font-size: 1.1rem; }
.hotel-visual { width: 100%; display: flex; justify-content: center; }
.hotel-services .image-wrapper { position: relative; border-radius: 20px; padding: 4px; background: linear-gradient(135deg, #a73af6, #e754b8); width: 100%; max-width: 600px; }
.hotel-services .main-image { display: block; width: 100%; height: auto; border-radius: 16px; object-fit: cover; }
.beautiful-profiles { background-color: #11091f; color: #ffffff; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; text-align: center; }
.beautiful-profiles-container { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.decorative-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: rgba(209, 82, 243, 0.1); border-radius: 50%; margin-bottom: 1.5rem; border: 1px solid rgba(209, 82, 243, 0.3); }
.decorative-icon i { background: linear-gradient(135deg, #a73af6, #e754b8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.2rem; }
.beautiful-profiles .section-title { font-size: 2.2rem; line-height: 1.3; margin-top: 0; margin-bottom: 2rem; color: #ffffff; }
.text-content { margin-bottom: 2.5rem; }
.beautiful-profiles .profile-desc { font-size: 1rem; line-height: 1.7; color: #b5a9cc; margin-bottom: 1.2rem; }
.beautiful-profiles .profile-desc:last-of-type { margin-bottom: 0; }
.closing-highlight { background: linear-gradient(135deg, rgba(167, 58, 246, 0.1), rgba(231, 84, 184, 0.1)); border-left: 3px solid #d152f3; padding: 1.5rem; border-radius: 0 8px 8px 0; width: 100%; box-sizing: border-box; }
.closing-highlight p { margin: 0; font-size: 1.05rem; font-weight: 500; color: #e5d9f2; line-height: 1.5; display: flex; align-items: center; justify-content: center; gap: 0.6rem; }
.closing-highlight i { color: #a73af6; font-size: 1.2rem; }
.professional-services { background-color: #0b0615; color: #ffffff; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; }
.professional-services-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 3rem; }
.services-header { width: 100%; }
.professional-services .section-title { font-size: 2.2rem; line-height: 1.3; margin-top: 0; margin-bottom: 2rem; background: linear-gradient(135deg, #a73af6, #e754b8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.service-badges { display: flex; flex-direction: column; gap: 1rem; }
.service-badge { display: inline-flex; align-items: center; gap: 0.8rem; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(209, 82, 243, 0.2); padding: 1rem 1.5rem; border-radius: 12px; font-size: 1rem; font-weight: 500; color: #e5d9f2; transition: background 0.3s ease, border-color 0.3s ease; }
.service-badge:hover { background: rgba(209, 82, 243, 0.05); border-color: rgba(209, 82, 243, 0.5); }
.service-badge i { color: #a73af6; font-size: 1.2rem; }
.services-content { width: 100%; }
.professional-services .service-text { font-size: 1rem; line-height: 1.7; color: #b5a9cc; margin-bottom: 1.5rem; }
.process-box { background: linear-gradient(135deg, rgba(167, 58, 246, 0.05), rgba(231, 84, 184, 0.05)); border-left: 3px solid #d152f3; padding: 1.5rem; border-radius: 0 12px 12px 0; margin: 2rem 0; }
.process-box .service-text { margin-bottom: 0; color: #e5d9f2; }
.process-box i { color: #d152f3; margin-right: 0.5rem; }
.final-note { font-weight: 600; color: #ffffff !important; margin-bottom: 0 !important; }
.faq-section { background-color: #11091f; color: #ffffff; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 3rem; }
.faq-section .section-subtitle { display: inline-flex; align-items: center; gap: 0.5rem; color: #d152f3; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1rem; font-size: 0.85rem; }
.faq-section .section-title { font-size: 2.2rem; line-height: 1.3; margin-top: 0; color: #ffffff; }
.faq-accordion { display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(209, 82, 243, 0.2); border-radius: 12px; overflow: hidden; transition: border-color 0.3s ease; }
.faq-item:hover { border-color: rgba(209, 82, 243, 0.5); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 1.5rem; font-size: 1.05rem; font-weight: 600; color: #e5d9f2; cursor: pointer; list-style: none; user-select: none; transition: background 0.3s ease; }
.faq-item[open] .faq-question { background: rgba(209, 82, 243, 0.05); color: #ffffff; border-bottom: 1px solid rgba(209, 82, 243, 0.1); }
.faq-icon { color: #a73af6; font-size: 1rem; transition: transform 0.3s ease; }
.faq-item[open] .faq-icon { transform: rotate(45deg); color: #e754b8; }
.faq-answer { padding: 1.5rem; background: rgba(0, 0, 0, 0.1); color: #b5a9cc; font-size: 0.95rem; line-height: 1.6; }
.faq-answer p { margin: 0; }
.popular-tags { background-color: #0b0615; padding: 4rem 1.5rem; font-family: system-ui, -apple-system, sans-serif; text-align: center; }
.popular-tags-container { max-width: 1000px; margin: 0 auto; }
.popular-tags .section-title { font-size: 1.8rem; line-height: 1.3; margin-top: 0; margin-bottom: 2rem; color: #ffffff; display: flex; align-items: center; justify-content: center; gap: 0.8rem; }
.popular-tags .section-title i { color: #d152f3; font-size: 1.5rem; }
.tags-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; }
.tag-item { display: inline-block; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(209, 82, 243, 0.2); color: #b5a9cc; padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.85rem; text-decoration: none; transition: all 0.2s ease; white-space: nowrap; }
.tag-item:hover { background: rgba(209, 82, 243, 0.1); border-color: #a73af6; color: #ffffff; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(167, 58, 246, 0.15); }
.site-footer * { box-sizing: border-box; }
.site-footer { background-color: var(--bg-dark-secondary, #11091f); color: var(--text-main, #ffffff); font-family: system-ui, -apple-system, sans-serif; padding-top: 0!important; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 5rem 1.5rem 5rem 1.5rem; display: flex; flex-direction: column; gap: 3rem; }
.footer-logo { height: 50px; width: auto; margin-bottom: 1.5rem; display: block; }
.footer-text { color: var(--text-muted, #b5a9cc); font-size: 0.95rem; line-height: 1.7; margin: 0 0 1.5rem 0; }
.age-warning { background: rgba(255, 0, 0, 0.1); border: 1px dashed rgba(255, 50, 50, 0.5); color: #ff6b6b; padding: 0.8rem 1rem; border-radius: 8px; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.footer-heading { color: #ffffff; font-size: 1.3rem; font-weight: 600; margin: 0 0 1.5rem 0; position: relative; padding-bottom: 0.8rem; }
.footer-heading::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 40px; background: var(--brand-gradient); }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1rem; }
.footer-links a { color: var(--text-muted, #b5a9cc); text-decoration: none; font-size: 0.95rem; display: flex; align-items: center; gap: 0.5rem; transition: all 0.2s ease; }
.footer-links a i { color: var(--brand-purple, #a73af6); font-size: 0.8rem; transition: transform 0.2s ease; }
.footer-links a:hover { color: var(--brand-magenta, #d152f3); transform: translateX(3px); }
.footer-contact { list-style: none; padding: 0; margin: 0 0 1.5rem 0; display: flex; flex-direction: column; gap: 1.2rem; }
.footer-contact a { color: var(--text-light, #e5d9f2); text-decoration: none; font-size: 1rem; font-weight: 500; display: flex; align-items: center; gap: 1rem; transition: color 0.2s ease; }
.contact-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--glass-bg, rgba(255, 255, 255, 0.03)); border: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2)); border-radius: 8px; color: var(--brand-magenta, #d152f3); font-size: 1.1rem; transition: all 0.2s ease; }
.footer-contact a:hover { color: #ffffff; }
.footer-contact a:hover .contact-icon { background: var(--brand-gradient); color: #ffffff; border-color: transparent; }
.contact-icon.whatsapp { color: #25D366; }
.footer-contact a:hover .contact-icon.whatsapp { background: #25D366; }
.footer-badges { display: flex; gap: 1rem; }
.badge-small { font-size: 0.8rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem; }
.badge-small i { color: var(--brand-purple); }
.footer-bottom { background-color: var(--bg-dark-primary, #0b0615); border-top: 1px solid var(--glass-bg, rgba(255, 255, 255, 0.03)); padding: 1.5rem; }
.footer-bottom-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; }
.copyright { margin: 0; color: var(--text-muted, #b5a9cc); font-size: 0.9rem; }
.legal-links { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; }
.legal-links a { color: var(--text-muted, #b5a9cc); text-decoration: none; transition: color 0.2s ease; }
.legal-links a:hover { color: var(--brand-magenta, #d152f3); }
.separator { color: var(--border-subtle); }
footer.site-footer { border-top: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2)); }
.footer-bottom-right { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.dmca-badge-link { display: inline-flex; }
.dmca-badge { height: 26px; width: auto; transition: opacity 0.2s ease, transform 0.2s ease; display: block; }
.dmca-badge:hover { opacity: 1; transform: scale(1.05); }
.about-page-wrapper * { box-sizing: border-box; }
.about-page-wrapper { font-family: system-ui, -apple-system, sans-serif; color: var(--text-main, #ffffff); }
.about-page-hero, .about-page-reasons { background-color: var(--bg-dark-primary, #0b0615); padding: 4rem 1.5rem; }
.about-page-mission, .about-page-commitment { background-color: var(--bg-dark-secondary, #11091f); padding: 4rem 1.5rem; }
.about-page-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; }
.about-page-hero .about-page-container { max-width: 800px; text-align: center; align-items: center; }
.about-page-hero .hero-title { font-size: 2.5rem; margin-bottom: 1.5rem; }
.mission-content-box { background: var(--glass-bg, rgba(255, 255, 255, 0.03)); border: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2)); border-radius: 16px; padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; align-items: center; text-align: center; }
.mission-icon { width: 70px; height: 70px; background: var(--brand-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #ffffff; box-shadow: 0 5px 15px rgba(167, 58, 246, 0.3); flex-shrink: 0; }
.reasons-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; width: 100%; }
.commitment-wrapper { background: linear-gradient(135deg, rgba(167, 58, 246, 0.05), rgba(231, 84, 184, 0.05)); border-left: 4px solid var(--brand-magenta, #d152f3); padding: 2rem 1.5rem; border-radius: 0 12px 12px 0; max-width: 900px; margin: 0 auto; }
.contact-page-wrapper * { box-sizing: border-box; }
.contact-page-wrapper { font-family: system-ui, -apple-system, sans-serif; color: var(--text-main, #ffffff); }
.contact-page-hero, .contact-guidelines { background-color: var(--bg-dark-primary, #0b0615); padding: 4rem 1.5rem; }
.contact-methods { background-color: var(--bg-dark-secondary, #11091f); padding: 4rem 1.5rem; }
.contact-page-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; }
.contact-page-hero .contact-page-container { max-width: 800px; text-align: center; align-items: center; }
.contact-page-hero .hero-title { font-size: 2.5rem; margin-bottom: 1.5rem; }
.contact-cards-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; width: 100%; max-width: 900px; margin: 0 auto; }
.contact-card { background: var(--glass-bg, rgba(255, 255, 255, 0.03)); border: 1px solid var(--border-subtle, rgba(209, 82, 243, 0.2)); border-radius: 16px; padding: 3rem 1.5rem; text-align: center; transition: transform 0.3s ease, border-color 0.3s ease; }
.contact-card:hover { transform: translateY(-5px); border-color: var(--brand-magenta, #d152f3); background: var(--glass-hover, rgba(209, 82, 243, 0.05)); }
.contact-card-icon { width: 60px; height: 60px; background: var(--brand-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #ffffff; margin: 0 auto 1.5rem; box-shadow: 0 5px 15px rgba(167, 58, 246, 0.3); }
.contact-card-title { font-size: 1.25rem; margin: 0 0 1rem; color: #ffffff; font-weight: 600; }
.contact-card-link { color: var(--brand-magenta, #d152f3); text-decoration: none; font-size: 1.1rem; font-weight: 600; transition: color 0.2s ease; }
.contact-card-link:hover { color: var(--brand-pink, #e754b8); }
.contact-card-text { color: var(--text-muted, #b5a9cc); margin: 0; line-height: 1.6; }
.guidelines-wrapper { display: flex; flex-direction: column; gap: 1.5rem; max-width: 900px; margin: 0 auto; width: 100%; }
.guideline-item { display: flex; flex-direction: column; gap: 1rem; background: var(--glass-bg, rgba(255, 255, 255, 0.03)); padding: 2rem 1.5rem; border-radius: 0 12px 12px 0; }
.dmca-notice { border-left: 4px solid var(--brand-purple, #a73af6); }
.disclaimer-notice { border-left: 4px solid #ff6b6b; }
.guideline-icon { font-size: 1.5rem; }
.dmca-notice .guideline-icon { color: var(--brand-magenta, #d152f3); }
.disclaimer-notice .guideline-icon { color: #ff6b6b; }
.guideline-content h4 { margin: 0 0 0.8rem; font-size: 1.15rem; color: #ffffff; }
.guideline-content p { margin: 0; color: var(--text-muted, #b5a9cc); line-height: 1.7; }

@media (max-width: 400px) {
  .site-header .header-actions a.btn.header-cta { border-radius: 20px; width: 120px; height: 40px; }
  .site-header .header-actions a.btn.header-cta i { margin: 0; font-size: .8rem; }
  .cta-text { font-size: .8rem; }
}

@media (min-width: 640px) {
  .hero-trust-badges { flex-direction: row; justify-content: center; gap: 1.5rem; }
  .hero-actions { flex-direction: row; justify-content: center; }
  .btn { width: auto; }
  .hero-title { font-size: 2.8rem; }
  .trust-features-container { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .section-title { font-size: 2.4rem; }
  .about-text { font-size: 1.05rem; }
  .local-areas .section-title { font-size: 2.4rem; }
  .areas-grid { gap: 1rem; }
  .area-tag { font-size: 0.95rem; padding: 0.8rem 1.5rem; }
  .team-section .section-title { font-size: 2.8rem; }
  .premium-profiles .section-title { font-size: 2.4rem; }
  .profile-text { font-size: 1.05rem; }
  .privacy-note { width: auto; border-radius: 50px; padding: 0.8rem 2rem; }
  .cta-wrapper .btn { width: auto; padding: 1rem 2.5rem; font-size: 1.05rem; }
  .high-profile .section-title { font-size: 2.5rem; }
  .service-text { font-size: 1.05rem; }
  .hotel-services .section-title { font-size: 2.5rem; }
  .hotel-services .service-text { font-size: 1.05rem; }
  .hotel-badges { flex-direction: row; flex-wrap: wrap; gap: 1.2rem; }
  .beautiful-profiles .section-title { font-size: 2.5rem; }
  .beautiful-profiles .profile-desc { font-size: 1.05rem; }
  .closing-highlight p { font-size: 1.1rem; }
  .professional-services .section-title { font-size: 2.6rem; }
  .service-badges { flex-direction: row; flex-wrap: wrap; }
  .professional-services .service-text { font-size: 1.05rem; }
  .faq-section .section-title { font-size: 2.6rem; }
  .faq-question { font-size: 1.15rem; padding: 1.5rem 2rem; }
  .faq-answer { padding: 1.5rem 2rem; font-size: 1rem; }
  .popular-tags .section-title { font-size: 2.2rem; margin-bottom: 2.5rem; }
  .tags-cloud { gap: 0.8rem; }
  .tag-item { padding: 0.6rem 1.2rem; font-size: 0.9rem; }
  .footer-container { flex-direction: row; flex-wrap: wrap; }
  .footer-brand { flex: 1 1 100%; }
  .footer-widget { flex: 1 1 45%; }
  .footer-bottom-container { flex-direction: row; justify-content: space-between; text-align: left; }
  .footer-bottom-right { flex-direction: row; gap: 2rem; }
  .about-page-hero .hero-title { font-size: 3rem; }
  .mission-content-box { padding: 3rem 2.5rem; }
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .commitment-wrapper { padding: 3rem; }
  .contact-page-hero .hero-title { font-size: 3rem; }
  .contact-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .guideline-item { flex-direction: row; align-items: flex-start; gap: 1.5rem; padding: 2.5rem 2rem; }
  .guideline-icon { font-size: 1.8rem; margin-top: 0.2rem; }
}

@media (min-width: 992px) {
  .site-logo img { height: 55px; }
  .menu-toggle { display: none; }
  .site-navigation { position: static; background: transparent; border: none; padding: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; flex: 1; display: flex; justify-content: center; }
  .nav-menu { flex-direction: row; gap: 2.5rem; }
  .nav-menu a { font-size: 1rem; position: relative; }
  .nav-menu a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -5px; left: 0; background: var(--brand-gradient); transition: width 0.3s ease; }
  .nav-menu a:hover::after { width: 100%; }
  .cta-text { display: inline; }
  .site-header .header-actions a.btn.header-cta { padding: 0.8rem 1.8rem; font-size: 1rem; }
  .site-header .header-actions a.btn.header-cta i { margin-right: 0.5rem; }
  .brand-hero { padding: 5rem 2rem; }
  .brand-hero-container { flex-direction: row; text-align: left; gap: 4rem; }
  .hero-trust-badges, .hero-actions { justify-content: flex-start; }
  .hero-title { font-size: 3.5rem; }
  .hero-description { font-size: 1.15rem; }
  .floating-badge { padding: 0.6rem 1.2rem; font-size: 0.95rem; }
  .floating-badge.top-left { top: 30px; left: -35px; }
  .floating-badge.bottom-right { bottom: 40px; right: -25px; }
  .trust-features { padding: 5rem 2rem; }
  .trust-features-container { grid-template-columns: repeat(4, 1fr); gap: 2rem; }
  .feature-card { padding: 2.5rem 1.5rem; }
  .about-us { padding: 6rem 2rem; }
  .about-us-container { flex-direction: row; align-items: center; gap: 5rem; }
  .about-content { flex: 1.2; }
  .section-title { font-size: 2.8rem; }
  .about-highlights { flex: 0.8; gap: 1.5rem; }
  .highlight-card { padding: 1.5rem; }
  .highlight-icon { width: 50px; height: 50px; }
  .highlight-icon i { font-size: 1.4rem; }
  .highlight-text h4 { font-size: 1.2rem; }
  .local-areas { padding: 6rem 2rem; }
  .local-areas .section-title { font-size: 2.8rem; }
  .area-tag { font-size: 1rem; padding: 0.9rem 1.8rem; }
  .team-section { padding: 6rem 2rem; }
  .premium-profiles { padding: 6rem 2rem; }
  .premium-profiles .section-title { font-size: 2.8rem; margin-bottom: 2rem; }
  .profile-text { font-size: 1.1rem; margin-bottom: 1.5rem; }
  .high-profile { padding: 6rem 2rem; }
  .high-profile-container { flex-direction: row; align-items: center; gap: 5rem; }
  .high-profile-content { flex: 1.1; }
  .high-profile-visual { flex: 0.9; }
  .high-profile .section-title { font-size: 2.8rem; }
  .service-text { font-size: 1.1rem; }
  .hotel-services { padding: 6rem 2rem; }
  .hotel-services-container { flex-direction: row; align-items: center; gap: 5rem; }
  .hotel-content { flex: 1.1; }
  .hotel-visual { flex: 0.9; }
  .hotel-services .section-title { font-size: 2.8rem; }
  .hotel-services .service-text { font-size: 1.1rem; }
  .beautiful-profiles { padding: 6rem 2rem; }
  .beautiful-profiles .section-title { font-size: 2.8rem; margin-bottom: 2.5rem; }
  .beautiful-profiles .profile-desc { font-size: 1.1rem; }
  .closing-highlight { padding: 1.8rem 2rem; }
  .professional-services { padding: 6rem 2rem; }
  .professional-services-container { flex-direction: row; align-items: flex-start; gap: 5rem; }
  .services-header { width: 45%; position: sticky; top: 100px; }
  .service-badges { flex-direction: column; max-width: 300px; }
  .services-content { width: 55%; padding-top: 1rem; }
  .professional-services .section-title { font-size: 3rem; }
  .professional-services .service-text { font-size: 1.1rem; }
  .faq-section { padding: 6rem 2rem; }
  .faq-section .section-title { font-size: 3rem; }
  .faq-item { gap: 1.5rem; }
  .popular-tags { padding: 6rem 2rem; }
  .popular-tags .section-title { font-size: 2.5rem; }
  .tags-cloud { gap: 1rem; }
  .tag-item { padding: 0.7rem 1.4rem; font-size: 0.95rem; }
  .site-footer { padding-top: 5rem; }
  .footer-container { flex-wrap: nowrap; gap: 4rem; padding-bottom: 4rem; }
  .footer-brand { flex: 1.5; }
  .footer-widget { flex: 1; }
  .about-page-hero, .about-page-reasons, .about-page-mission, .about-page-commitment { padding: 6rem 2rem; }
  .about-page-hero .hero-title { font-size: 3.5rem; }
  .mission-content-box { flex-direction: row; text-align: left; padding: 4rem; gap: 3rem; }
  .reasons-grid { grid-template-columns: repeat(4, 1fr); }
}