.sexmaschine-eintrag {
max-width: 1100px;
margin: 0 auto;
padding: 2em 1em;
}
.sexmaschine-eintrag .entry-title {
font-size: 2.5em;
margin-bottom: 0.5em;
}
.sexmaschine-eintrag .entry-meta {
font-size: 1.2em;
margin-bottom: 1em;
}
.sexmaschine-eintrag .kurzbeschreibung {
font-size: 1.1em;
margin-bottom: 1.5em;
line-height: 1.6;
}
.sexmaschine-eintrag .vorteile-liste {
margin-bottom: 1.5em;
padding-left: 1.5em;
}
.sexmaschine-eintrag .vorteile-liste li {
margin-bottom: 0.5em;
}
.sexmaschine-eintrag .button {
font-size: 1.1em;
padding: 10px 20px;
}
.sexmaschine-eintrag .back-to-search {
margin-top: 2em;
}
.sexmaschine-eintrag .entry-image-float {
margin-bottom: 1.5em;
}
@media screen and (min-width: 850px) {
.sexmaschine-eintrag .entry-image-float {
margin-bottom: 0;
}
}
.sexmaschine-eintrag .entry-content > .row:not(:last-child) {
margin-bottom: 2em;
} .mdh-container {
max-width: 900px;
margin: 20px auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
overflow: hidden;
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
line-height: 1.6;
color: #1a1a1a;
} .mdh-header {
background: linear-gradient(135deg, #f8035f, #ff6b9d);
color: white;
padding: 40px 30px;
text-align: center;
position: relative;
overflow: hidden;
}
.mdh-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 15px;
margin-top: 0;
color: white !important;
position: relative;
z-index: 2;
}
.mdh-meta {
font-size: 0.9rem;
opacity: 0.9;
position: relative;
z-index: 2;
}
.mdh-header::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
animation: mdh-float 20s ease-in-out infinite;
}
@keyframes mdh-float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
} .mdh-content {
padding: 40px 30px;
}
.mdh-intro {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.mdh-intro::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
transform: translate(30px, -30px);
}
.mdh-intro p {
margin: 0;
position: relative;
z-index: 2;
} .mdh-top-cta {
text-align: center;
margin: 15px 0 20px 0;
}
.mdh-btn-top { all: unset; display: inline-block;
box-sizing: border-box; font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 1;
color: white;
text-align: center;
text-decoration: none; padding: 12px 20px;
margin: 0;
border: none;
border-radius: 8px; background: #f8035f;
box-shadow: 0 4px 12px rgba(248, 3, 95, 0.3);
cursor: pointer; transition: all 0.2s ease; white-space: nowrap;
overflow: hidden;
vertical-align: top;
}
.mdh-btn-top:hover {
background: #e91e63;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(248, 3, 95, 0.4);
}
.mdh-btn-top:active {
transform: translateY(0);
box-shadow: 0 2px 8px rgba(248, 3, 95, 0.3);
} .mdh-toc {
background: #f8f9ff;
border: 2px solid #e0e6ff;
border-radius: 15px;
padding: 25px;
margin: 30px 0;
}
.mdh-toc h2 {
color: #f8035f;
margin-bottom: 20px;
font-size: 1.3rem;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-toc h2::before {
content: '';
width: 8px;
height: 30px;
background: linear-gradient(135deg, #f8035f, #ff6b9d);
border-radius: 4px;
margin-right: 15px;
}
.mdh-toc ol {
list-style: none;
counter-reset: toc-counter;
margin: 0;
padding: 0;
}
.mdh-toc li {
counter-increment: toc-counter;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.mdh-toc li::before {
content: counter(toc-counter);
background: #f8035f;
color: white;
width: 25px;
height: 25px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
font-weight: bold;
font-size: 0.9rem;
flex-shrink: 0;
}
.mdh-toc a {
color: #4c6ef5;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
.mdh-toc a:hover {
color: #f8035f;
} .mdh-section {
margin: 40px 0;
padding: 30px;
background: #fff;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
border-top: 3px solid #f8035f;
}
.mdh-section h2 {
color: #f8035f;
font-size: 1.8rem;
margin-bottom: 20px;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-section h2::before {
content: '';
width: 8px;
height: 30px;
background: linear-gradient(135deg, #f8035f, #ff6b9d);
border-radius: 4px;
margin-right: 15px;
}
.mdh-section h3 {
color: #2d3748;
font-size: 1.3rem;
margin: 25px 0 15px 0;
}
.mdh-section p {
margin: 0.75rem 0;
} .mdh-image-container {
margin: 25px 0;
text-align: center;
}
.mdh-image-link {
display: inline-block;
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-decoration: none;
}
.mdh-image-link:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.mdh-screenshot {
width: 100%;
max-width: 600px;
height: auto;
display: block;
border-radius: 12px;
transition: transform 0.3s ease;
}
.mdh-image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(248, 3, 95, 0.85), rgba(233, 30, 99, 0.85));
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
border-radius: 12px;
}
.mdh-image-link:hover .mdh-image-overlay {
opacity: 1;
}
.mdh-image-link:hover .mdh-screenshot {
transform: scale(1.05);
}
.mdh-image-cta {
color: white;
font-size: 1.2rem;
font-weight: 700;
text-align: center;
padding: 15px 25px;
background: rgba(255, 255, 255, 0.2);
border-radius: 8px;
border: 2px solid rgba(255, 255, 255, 0.3);
backdrop-filter: blur(10px);
}
.mdh-image-caption {
margin-top: 15px;
font-size: 0.9rem;
color: #666;
font-style: italic;
} .mdh-list {
list-style: none;
margin: 20px 0;
padding: 0;
}
.mdh-list li {
background: #f8f9ff;
margin: 10px 0;
padding: 15px 20px;
border-radius: 10px;
border-left: 4px solid #f8035f;
position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mdh-list li:hover {
transform: translateX(5px);
box-shadow: 0 5px 15px rgba(248, 3, 95, 0.15);
}
.mdh-list li::before {
content: '✨';
margin-right: 10px;
font-size: 1.1rem;
} .mdh-price-table {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
margin: 25px 0;
}
.mdh-price-table table {
width: 100%;
border-collapse: collapse;
}
.mdh-price-table th {
background: linear-gradient(135deg, #f8035f, #ff6b9d);
color: white;
padding: 20px;
font-weight: 600;
text-align: left;
}
.mdh-price-table td {
padding: 18px 20px;
border-bottom: 1px solid #edf2f7;
transition: background-color 0.2s ease;
}
.mdh-price-table tr:hover td {
background-color: #f8f9ff;
}
.mdh-note {
font-size: 0.9rem;
color: #666;
margin-top: 15px;
padding: 0 15px;
} .mdh-cost-control {
background: linear-gradient(135deg, #4facfe, #00f2fe);
color: white;
padding: 25px;
border-radius: 15px;
margin: 25px 0;
}
.mdh-cost-control h3 {
color: white;
margin-bottom: 15px;
margin-top: 0;
}
.mdh-cost-control ul {
list-style: none;
margin: 20px 0;
padding: 0;
}
.mdh-cost-control li {
margin: 10px 0;
padding: 8px 0;
} .mdh-testimonial {
background: #f8f9ff;
border-left: 5px solid #f8035f;
padding: 25px;
margin: 20px 0;
border-radius: 0 15px 15px 0;
font-style: italic;
position: relative;
}
.mdh-testimonial::before {
content: '"';
font-size: 4rem;
color: #f8035f;
position: absolute;
top: -10px;
left: 20px;
opacity: 0.3;
}
.mdh-testimonial p {
margin: 0.75rem 0;
position: relative;
z-index: 2;
} .mdh-cta {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 40px;
border-radius: 20px;
text-align: center;
margin: 40px 0;
position: relative;
overflow: hidden;
}
.mdh-cta::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/></svg>');
animation: mdh-float 25s ease-in-out infinite;
}
.mdh-cta h2 {
color: white;
margin-bottom: 20px;
font-size: 1.8rem;
margin-top: 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
}
.mdh-cta h2::before {
content: '';
width: 8px;
height: 30px;
background: rgba(255, 255, 255, 0.3);
border-radius: 4px;
margin-right: 15px;
}
.mdh-cta-text {
font-size: 1.1rem;
margin-bottom: 35px;
position: relative;
z-index: 2;
}
.mdh-buttons {
display: flex;
gap: 25px;
justify-content: center;
flex-wrap: wrap;
margin-top: 35px;
position: relative;
z-index: 2;
}
.mdh-btn {
display: inline-block;
padding: 20px 40px;
border-radius: 12px;
text-decoration: none;
font-weight: 700;
font-size: 1.1rem;
min-width: 280px;
text-align: center;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
border: none;
cursor: pointer;
text-transform: none;
letter-spacing: 0.5px;
}
.mdh-btn-primary {
background: #f8035f;
background: linear-gradient(135deg, #f8035f 0%, #e91e63 50%, #ff1744 100%);
color: white !important;
box-shadow: 0 8px 32px rgba(248, 3, 95, 0.4);
border: 2px solid transparent;
}
.mdh-btn-primary:hover {
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(248, 3, 95, 0.6);
background: linear-gradient(135deg, #e91e63 0%, #f8035f 50%, #ff1744 100%);
}
.mdh-btn-secondary {
background: #ffffff;
color: #2d3748 !important;
border: 3px solid #f8035f;
box-shadow: 0 8px 32px rgba(45, 55, 72, 0.15);
}
.mdh-btn-secondary:hover {
background: #f8035f;
color: white !important;
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(248, 3, 95, 0.4);
}
.mdh-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.6s;
}
.mdh-btn:hover::before {
left: 100%;
}
.mdh-disclaimer {
font-size: 0.9rem;
margin-top: 25px;
opacity: 0.9;
position: relative;
z-index: 2;
} .mdh-faq {
margin: 40px 0;
}
.mdh-faq h2 {
color: #f8035f;
font-size: 1.8rem;
margin-bottom: 20px;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-faq h2::before {
content: '';
width: 8px;
height: 30px;
background: linear-gradient(135deg, #f8035f, #ff6b9d);
border-radius: 4px;
margin-right: 15px;
}
.mdh-faq-item {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 10px;
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.mdh-faq-item summary {
padding: 20px;
cursor: pointer;
background: #f8f9ff;
font-weight: 600;
color: #2d3748;
transition: background-color 0.3s ease;
border: none;
outline: none;
}
.mdh-faq-item summary:hover {
background: #f0f4ff;
}
.mdh-faq-item[open] summary {
background: #f8035f;
color: white;
}
.mdh-faq-content {
padding: 20px;
background: white;
}
.mdh-faq-content p {
margin: 0;
} .mdh-footer {
background: #2d3748;
color: #a0aec0;
padding: 30px;
border-radius: 15px;
margin-top: 40px;
}
.mdh-footer h2 {
color: white;
margin-bottom: 20px;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-footer h2::before {
content: '';
width: 8px;
height: 30px;
background: #4a5568;
border-radius: 4px;
margin-right: 15px;
}
.mdh-footer-text {
font-size: 0.85rem;
line-height: 1.5;
}
.mdh-footer-text p {
margin: 0.75rem 0;
} .mdh-btn-primary {
animation: mdh-pulse 2s infinite;
}
@keyframes mdh-pulse {
0% { transform: scale(1); }
50% { transform: scale(1.02); }
100% { transform: scale(1); }
} @media (max-width: 768px) {
.mdh-container {
margin: 10px;
border-radius: 15px;
}
.mdh-header, .mdh-content {
padding: 20px;
}
.mdh-title {
font-size: 2rem;
}
.mdh-buttons {
flex-direction: column;
align-items: center;
}
.mdh-btn {
width: 100%;
max-width: 300px;
}
.mdh-toc li {
flex-wrap: wrap;
}
} .big7-review-wrapper * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.big7-review-wrapper {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
max-width: 900px !important;
margin: 0 auto !important;
background: #ffffff !important;
border-radius: 24px !important;
overflow: hidden !important;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
position: relative !important;
line-height: 1.7 !important;
}
.big7-review-header {
background: linear-gradient(135deg, #ff6b9d 0%, #c44bd4 50%, #8b5cf6 100%) !important;
padding: 60px 40px 40px !important;
text-align: center !important;
position: relative !important;
overflow: hidden !important;
}
.big7-review-header::before {
content: '' !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>') !important;
opacity: 0.3 !important;
}
.big7-main-title {
color: #ffffff !important;
font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
font-weight: 700 !important;
margin-bottom: 20px !important;
position: relative !important;
z-index: 1 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-review-intro {
color: rgba(255, 255, 255, 0.9) !important;
font-size: 1.1rem !important;
max-width: 600px !important;
margin: 0 auto !important;
position: relative !important;
z-index: 1 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-review-content {
padding: 40px !important;
}
.big7-content-section {
margin-bottom: 50px !important;
}
.big7-section-title {
color: #1a1a1a !important;
font-size: 1.8rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
position: relative !important;
padding-bottom: 10px !important;
font-family: 'Inter', sans-serif !important;
}
.big7-section-title::after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
width: 60px !important;
height: 3px !important;
background: linear-gradient(135deg, #ff6b9d, #c44bd4) !important;
border-radius: 2px !important;
}
.big7-section-text {
color: #4a5568 !important;
font-size: 1rem !important;
margin-bottom: 16px !important;
line-height: 1.7 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-highlight-box {
background: linear-gradient(135deg, #fdf2f8 0%, #f3e8ff 100%) !important;
border-left: 4px solid #ff6b9d !important;
padding: 24px !important;
border-radius: 12px !important;
margin: 24px 0 !important;
}
.big7-highlight-text {
color: #4a5568 !important;
font-size: 1rem !important;
margin-bottom: 0 !important;
line-height: 1.7 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-features-grid {
display: grid !important;
gap: 20px !important;
margin: 30px 0 !important;
}
.big7-feature-card {
background: #ffffff !important;
border: 1px solid #e2e8f0 !important;
border-radius: 16px !important;
padding: 24px !important;
transition: all 0.3s ease !important;
position: relative !important;
overflow: hidden !important;
}
.big7-feature-card::before {
content: '' !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 4px !important;
background: linear-gradient(135deg, #ff6b9d, #c44bd4) !important;
transform: scaleX(0) !important;
transition: transform 0.3s ease !important;
}
.big7-feature-card:hover {
transform: translateY(-4px) !important;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}
.big7-feature-card:hover::before {
transform: scaleX(1) !important;
}
.big7-feature-title {
font-weight: 600 !important;
color: #1a1a1a !important;
margin-bottom: 8px !important;
font-size: 1.1rem !important;
font-family: 'Inter', sans-serif !important;
}
.big7-feature-description {
color: #4a5568 !important;
font-size: 0.95rem !important;
font-family: 'Inter', sans-serif !important;
} .big7-two-column-layout {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 40px !important;
align-items: start !important;
}
.big7-left-column .big7-section-title {
color: #1a1a1a !important;
font-size: 1.8rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
position: relative !important;
padding-bottom: 10px !important;
font-family: 'Inter', sans-serif !important;
}
.big7-left-column .big7-section-title::after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
width: 60px !important;
height: 3px !important;
background: linear-gradient(135deg, #ff6b9d, #c44bd4) !important;
border-radius: 2px !important;
}
.big7-right-column .big7-section-text {
color: #4a5568 !important;
font-size: 1rem !important;
margin-bottom: 16px !important;
line-height: 1.7 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pricing-card {
background: linear-gradient(135deg, #ff6b9d 0%, #c44bd4 50%, #8b5cf6 100%) !important;
color: white !important;
padding: 32px !important;
border-radius: 20px !important;
position: relative !important;
overflow: hidden !important;
}
.big7-pricing-card::before {
content: '' !important;
position: absolute !important;
top: -50% !important;
right: -50% !important;
width: 200% !important;
height: 200% !important;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%) !important;
animation: big7-float 6s ease-in-out infinite !important;
}
@keyframes big7-float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
.big7-pricing-content {
position: relative !important;
z-index: 1 !important;
}
.big7-pricing-text {
color: white !important;
font-family: 'Inter', sans-serif !important;
margin-bottom: 16px !important;
line-height: 1.7 !important;
}
.big7-payment-label {
margin-top: 16px !important;
}
.big7-pricing-advantage {
margin-top: 20px !important;
font-style: italic !important;
opacity: 0.9 !important;
}
.big7-payment-methods {
display: flex !important;
flex-wrap: wrap !important;
gap: 12px !important;
margin-top: 16px !important;
}
.big7-payment-method {
background: rgba(255, 255, 255, 0.2) !important;
padding: 8px 16px !important;
border-radius: 20px !important;
font-size: 0.9rem !important;
backdrop-filter: blur(10px) !important;
color: white !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pros-cons-container {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 30px !important;
margin: 40px 0 !important;
}
.big7-pros-card, .big7-cons-card {
padding: 32px !important;
border-radius: 20px !important;
position: relative !important;
overflow: hidden !important;
}
.big7-pros-card {
background: linear-gradient(135deg, #48bb78 0%, #38a169 100%) !important;
color: white !important;
}
.big7-cons-card {
background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%) !important;
color: white !important;
}
.big7-pros-cons-title {
font-size: 1.4rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
color: white !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pros-cons-list {
list-style: none !important;
}
.big7-pros-item, .big7-cons-item {
padding: 8px 0 !important;
padding-left: 24px !important;
position: relative !important;
color: white !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pros-item::before {
content: '✓' !important;
position: absolute !important;
left: 0 !important;
font-weight: bold !important;
font-size: 1.2rem !important;
color: white !important;
}
.big7-cons-item::before {
content: '×' !important;
position: absolute !important;
left: 0 !important;
font-weight: bold !important;
font-size: 1.2rem !important;
color: white !important;
}
.big7-cta-section {
text-align: center !important;
margin: 50px 0 !important;
padding: 40px !important;
background: linear-gradient(135deg, #fdf2f8 0%, #f3e8ff 100%) !important;
border-radius: 20px !important;
}
.big7-security-badge {
display: inline-flex !important;
align-items: center !important;
background: linear-gradient(135deg, #fdf2f8 0%, #f3e8ff 100%) !important;
color: #86198f !important;
padding: 12px 20px !important;
border-radius: 12px !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
margin: 20px 0 !important;
font-family: 'Inter', sans-serif !important;
border: 1px solid rgba(134, 25, 143, 0.2) !important;
}
.big7-security-badge::before {
content: '🔒' !important;
margin-right: 8px !important;
} @media (max-width: 768px) {
.big7-review-header {
padding: 40px 20px 30px !important;
}
.big7-review-content {
padding: 20px !important;
}
.big7-pros-cons-container {
grid-template-columns: 1fr !important;
gap: 20px !important;
}
.big7-two-column-layout {
grid-template-columns: 1fr !important;
gap: 20px !important;
}
.big7-section-title {
font-size: 1.5rem !important;
}
.big7-pros-card, .big7-cons-card {
padding: 24px !important;
}
} .vx-wrap{--vx-pink:#f8035f;--vx-pink2:#ff6b9d;--vx-indigo:#667eea;--vx-violet:#764ba2;--vx-text:#1a1a1a;--vx-bg:#fff;--vx-soft:#f8f9ff;--vx-border:#e0e6ff;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--vx-text);background:var(--vx-bg);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);overflow:hidden;max-width:900px;margin:20px auto}
.vx-hero{background:linear-gradient(135deg,var(--vx-pink),var(--vx-pink2));color:#fff;padding:40px 30px;text-align:center;position:relative;overflow:hidden}
.vx-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.12) 0,transparent 40%),radial-gradient(ellipse at 70% 70%,rgba(255,255,255,.08) 0,transparent 40%);animation:vx-float 22s ease-in-out infinite}
@keyframes vx-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(180deg)}}
.vx-title{margin:0 0 10px;font-size:2.4rem;color:#fff}
.vx-sub{margin:0 0 18px;opacity:.95}
.vx-cta{all:unset;display:inline-block;padding:12px 20px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}
.vx-cta--primary{background:var(--vx-pink);color:#fff;box-shadow:0 6px 18px rgba(248,3,95,.35)}
.vx-cta--primary:hover{background:#e91e63;transform:translateY(-2px);box-shadow:0 10px 26px rgba(248,3,95,.45)}
.vx-cta--ghost{background:#fff;color:#2d3748;border:3px solid var(--vx-pink);box-shadow:0 8px 32px rgba(45,55,72,.15);padding:16px 28px;border-radius:12px;font-weight:700}
.vx-cta--ghost:hover{background:var(--vx-pink);color:#fff;transform:translateY(-3px);box-shadow:0 12px 40px rgba(248,3,95,.4)}
.vx-pros-card{background:var(--vx-soft);border:2px solid var(--vx-border);border-radius:15px;padding:22px;margin:22px}
.vx-pros-list{margin:0;padding:0;list-style:none}
.vx-pros-list li{background:#fff;margin:10px 0;padding:14px 16px;border-radius:10px;border-left:4px solid var(--vx-pink);box-shadow:0 6px 18px rgba(0,0,0,.05)}
.vx-content{padding:32px}
.vx-content h2{color:var(--vx-pink);font-size:1.8rem;margin:0 0 18px;display:flex;align-items:center}
.vx-content h2:before{content:"";width:8px;height:28px;background:linear-gradient(135deg,var(--vx-pink),var(--vx-pink2));border-radius:4px;margin-right:14px}
.vx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:18px 0}
.vx-feature{background:#fff;border-top:3px solid var(--vx-pink);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.06);padding:18px}
.vx-feature h3{margin:6px 0 8px;font-size:1.2rem;color:#2d3748}
.vx-accordion{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:22px 0;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05)}
.vx-accordion__summary{padding:18px;cursor:pointer;background:var(--vx-soft);font-weight:700;color:#2d3748;outline:none}
.vx-accordion[open] .vx-accordion__summary{background:var(--vx-pink);color:#fff}
.vx-accordion__content{padding:18px}
.vx-info{background:linear-gradient(135deg,var(--vx-indigo),var(--vx-violet));color:#fff;padding:22px;border-radius:15px;margin:24px 0}
.vx-info ul{margin:14px 0 0 18px}
.vx-cta-row{display:flex;justify-content:center;padding:24px 30px 36px}
@media (max-width:768px){
.vx-wrap{margin:10px;border-radius:15px}
.vx-content{padding:20px}
.vx-title{font-size:2rem}
.vx-grid{grid-template-columns:1fr}
.vx-cta--ghost{width:100%;max-width:320px}
}.sexmaschine-eintrag {
max-width: 1100px;
margin: 0 auto;
padding: 2em 1em;
}
.sexmaschine-eintrag .entry-title {
font-size: 2.5em;
margin-bottom: 0.5em;
}
.sexmaschine-eintrag .entry-meta {
font-size: 1.2em;
margin-bottom: 1em;
}
.sexmaschine-eintrag .kurzbeschreibung {
font-size: 1.1em;
margin-bottom: 1.5em;
line-height: 1.6;
}
.sexmaschine-eintrag .vorteile-liste {
margin-bottom: 1.5em;
padding-left: 1.5em;
}
.sexmaschine-eintrag .vorteile-liste li {
margin-bottom: 0.5em;
}
.sexmaschine-eintrag .button {
font-size: 1.1em;
padding: 10px 20px;
}
.sexmaschine-eintrag .back-to-search {
margin-top: 2em;
}
.sexmaschine-eintrag .entry-image-float {
margin-bottom: 1.5em;
}
@media screen and (min-width: 850px) {
.sexmaschine-eintrag .entry-image-float {
margin-bottom: 0;
}
}
.sexmaschine-eintrag .entry-content > .row:not(:last-child) {
margin-bottom: 2em;
} .mdh-container {
max-width: 900px;
margin: 20px auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
overflow: hidden;
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
line-height: 1.6;
color: #1a1a1a;
} .mdh-header {
background: linear-gradient(135deg, #f8035f, #ff6b9d);
color: white;
padding: 40px 30px;
text-align: center;
position: relative;
overflow: hidden;
}
.mdh-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 15px;
margin-top: 0;
color: white !important;
position: relative;
z-index: 2;
}
.mdh-meta {
font-size: 0.9rem;
opacity: 0.9;
position: relative;
z-index: 2;
}
.mdh-header::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
animation: mdh-float 20s ease-in-out infinite;
}
@keyframes mdh-float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
} .mdh-content {
padding: 40px 30px;
}
.mdh-intro {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.mdh-intro::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
transform: translate(30px, -30px);
}
.mdh-intro p {
margin: 0;
position: relative;
z-index: 2;
} .mdh-top-cta {
text-align: center;
margin: 15px 0 20px 0;
}
.mdh-btn-top { all: unset; display: inline-block;
box-sizing: border-box; font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 1;
color: white;
text-align: center;
text-decoration: none; padding: 12px 20px;
margin: 0;
border: none;
border-radius: 8px; background: #f8035f;
box-shadow: 0 4px 12px rgba(248, 3, 95, 0.3);
cursor: pointer; transition: all 0.2s ease; white-space: nowrap;
overflow: hidden;
vertical-align: top;
}
.mdh-btn-top:hover {
background: #e91e63;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(248, 3, 95, 0.4);
}
.mdh-btn-top:active {
transform: translateY(0);
box-shadow: 0 2px 8px rgba(248, 3, 95, 0.3);
} .mdh-toc {
background: #f8f9ff;
border: 2px solid #e0e6ff;
border-radius: 15px;
padding: 25px;
margin: 30px 0;
}
.mdh-toc h2 {
color: #f8035f;
margin-bottom: 20px;
font-size: 1.3rem;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-toc h2::before {
content: '';
width: 8px;
height: 30px;
background: linear-gradient(135deg, #f8035f, #ff6b9d);
border-radius: 4px;
margin-right: 15px;
}
.mdh-toc ol {
list-style: none;
counter-reset: toc-counter;
margin: 0;
padding: 0;
}
.mdh-toc li {
counter-increment: toc-counter;
margin-bottom: 10px;
display: flex;
align-items: center;
}
.mdh-toc li::before {
content: counter(toc-counter);
background: #f8035f;
color: white;
width: 25px;
height: 25px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
font-weight: bold;
font-size: 0.9rem;
flex-shrink: 0;
}
.mdh-toc a {
color: #4c6ef5;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
.mdh-toc a:hover {
color: #f8035f;
} .mdh-section {
margin: 40px 0;
padding: 30px;
background: #fff;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
border-top: 3px solid #f8035f;
}
.mdh-section h2 {
color: #f8035f;
font-size: 1.8rem;
margin-bottom: 20px;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-section h2::before {
content: '';
width: 8px;
height: 30px;
background: linear-gradient(135deg, #f8035f, #ff6b9d);
border-radius: 4px;
margin-right: 15px;
}
.mdh-section h3 {
color: #2d3748;
font-size: 1.3rem;
margin: 25px 0 15px 0;
}
.mdh-section p {
margin: 0.75rem 0;
} .mdh-image-container {
margin: 25px 0;
text-align: center;
}
.mdh-image-link {
display: inline-block;
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-decoration: none;
}
.mdh-image-link:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.mdh-screenshot {
width: 100%;
max-width: 600px;
height: auto;
display: block;
border-radius: 12px;
transition: transform 0.3s ease;
}
.mdh-image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(248, 3, 95, 0.85), rgba(233, 30, 99, 0.85));
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
border-radius: 12px;
}
.mdh-image-link:hover .mdh-image-overlay {
opacity: 1;
}
.mdh-image-link:hover .mdh-screenshot {
transform: scale(1.05);
}
.mdh-image-cta {
color: white;
font-size: 1.2rem;
font-weight: 700;
text-align: center;
padding: 15px 25px;
background: rgba(255, 255, 255, 0.2);
border-radius: 8px;
border: 2px solid rgba(255, 255, 255, 0.3);
backdrop-filter: blur(10px);
}
.mdh-image-caption {
margin-top: 15px;
font-size: 0.9rem;
color: #666;
font-style: italic;
} .mdh-list {
list-style: none;
margin: 20px 0;
padding: 0;
}
.mdh-list li {
background: #f8f9ff;
margin: 10px 0;
padding: 15px 20px;
border-radius: 10px;
border-left: 4px solid #f8035f;
position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mdh-list li:hover {
transform: translateX(5px);
box-shadow: 0 5px 15px rgba(248, 3, 95, 0.15);
}
.mdh-list li::before {
content: '✨';
margin-right: 10px;
font-size: 1.1rem;
} .mdh-price-table {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
margin: 25px 0;
}
.mdh-price-table table {
width: 100%;
border-collapse: collapse;
}
.mdh-price-table th {
background: linear-gradient(135deg, #f8035f, #ff6b9d);
color: white;
padding: 20px;
font-weight: 600;
text-align: left;
}
.mdh-price-table td {
padding: 18px 20px;
border-bottom: 1px solid #edf2f7;
transition: background-color 0.2s ease;
}
.mdh-price-table tr:hover td {
background-color: #f8f9ff;
}
.mdh-note {
font-size: 0.9rem;
color: #666;
margin-top: 15px;
padding: 0 15px;
} .mdh-cost-control {
background: linear-gradient(135deg, #4facfe, #00f2fe);
color: white;
padding: 25px;
border-radius: 15px;
margin: 25px 0;
}
.mdh-cost-control h3 {
color: white;
margin-bottom: 15px;
margin-top: 0;
}
.mdh-cost-control ul {
list-style: none;
margin: 20px 0;
padding: 0;
}
.mdh-cost-control li {
margin: 10px 0;
padding: 8px 0;
} .mdh-testimonial {
background: #f8f9ff;
border-left: 5px solid #f8035f;
padding: 25px;
margin: 20px 0;
border-radius: 0 15px 15px 0;
font-style: italic;
position: relative;
}
.mdh-testimonial::before {
content: '"';
font-size: 4rem;
color: #f8035f;
position: absolute;
top: -10px;
left: 20px;
opacity: 0.3;
}
.mdh-testimonial p {
margin: 0.75rem 0;
position: relative;
z-index: 2;
} .mdh-cta {
background: linear-gradient(135deg, #667eea, #764ba2);
color: white;
padding: 40px;
border-radius: 20px;
text-align: center;
margin: 40px 0;
position: relative;
overflow: hidden;
}
.mdh-cta::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/></svg>');
animation: mdh-float 25s ease-in-out infinite;
}
.mdh-cta h2 {
color: white;
margin-bottom: 20px;
font-size: 1.8rem;
margin-top: 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
}
.mdh-cta h2::before {
content: '';
width: 8px;
height: 30px;
background: rgba(255, 255, 255, 0.3);
border-radius: 4px;
margin-right: 15px;
}
.mdh-cta-text {
font-size: 1.1rem;
margin-bottom: 35px;
position: relative;
z-index: 2;
}
.mdh-buttons {
display: flex;
gap: 25px;
justify-content: center;
flex-wrap: wrap;
margin-top: 35px;
position: relative;
z-index: 2;
}
.mdh-btn {
display: inline-block;
padding: 20px 40px;
border-radius: 12px;
text-decoration: none;
font-weight: 700;
font-size: 1.1rem;
min-width: 280px;
text-align: center;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
border: none;
cursor: pointer;
text-transform: none;
letter-spacing: 0.5px;
}
.mdh-btn-primary {
background: #f8035f;
background: linear-gradient(135deg, #f8035f 0%, #e91e63 50%, #ff1744 100%);
color: white !important;
box-shadow: 0 8px 32px rgba(248, 3, 95, 0.4);
border: 2px solid transparent;
}
.mdh-btn-primary:hover {
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(248, 3, 95, 0.6);
background: linear-gradient(135deg, #e91e63 0%, #f8035f 50%, #ff1744 100%);
}
.mdh-btn-secondary {
background: #ffffff;
color: #2d3748 !important;
border: 3px solid #f8035f;
box-shadow: 0 8px 32px rgba(45, 55, 72, 0.15);
}
.mdh-btn-secondary:hover {
background: #f8035f;
color: white !important;
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(248, 3, 95, 0.4);
}
.mdh-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.6s;
}
.mdh-btn:hover::before {
left: 100%;
}
.mdh-disclaimer {
font-size: 0.9rem;
margin-top: 25px;
opacity: 0.9;
position: relative;
z-index: 2;
} .mdh-faq {
margin: 40px 0;
}
.mdh-faq h2 {
color: #f8035f;
font-size: 1.8rem;
margin-bottom: 20px;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-faq h2::before {
content: '';
width: 8px;
height: 30px;
background: linear-gradient(135deg, #f8035f, #ff6b9d);
border-radius: 4px;
margin-right: 15px;
}
.mdh-faq-item {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 10px;
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.mdh-faq-item summary {
padding: 20px;
cursor: pointer;
background: #f8f9ff;
font-weight: 600;
color: #2d3748;
transition: background-color 0.3s ease;
border: none;
outline: none;
}
.mdh-faq-item summary:hover {
background: #f0f4ff;
}
.mdh-faq-item[open] summary {
background: #f8035f;
color: white;
}
.mdh-faq-content {
padding: 20px;
background: white;
}
.mdh-faq-content p {
margin: 0;
} .mdh-footer {
background: #2d3748;
color: #a0aec0;
padding: 30px;
border-radius: 15px;
margin-top: 40px;
}
.mdh-footer h2 {
color: white;
margin-bottom: 20px;
display: flex;
align-items: center;
margin-top: 0;
}
.mdh-footer h2::before {
content: '';
width: 8px;
height: 30px;
background: #4a5568;
border-radius: 4px;
margin-right: 15px;
}
.mdh-footer-text {
font-size: 0.85rem;
line-height: 1.5;
}
.mdh-footer-text p {
margin: 0.75rem 0;
} .mdh-btn-primary {
animation: mdh-pulse 2s infinite;
}
@keyframes mdh-pulse {
0% { transform: scale(1); }
50% { transform: scale(1.02); }
100% { transform: scale(1); }
} @media (max-width: 768px) {
.mdh-container {
margin: 10px;
border-radius: 15px;
}
.mdh-header, .mdh-content {
padding: 20px;
}
.mdh-title {
font-size: 2rem;
}
.mdh-buttons {
flex-direction: column;
align-items: center;
}
.mdh-btn {
width: 100%;
max-width: 300px;
}
.mdh-toc li {
flex-wrap: wrap;
}
} .big7-review-wrapper * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.big7-review-wrapper {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
max-width: 900px !important;
margin: 0 auto !important;
background: #ffffff !important;
border-radius: 24px !important;
overflow: hidden !important;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
position: relative !important;
line-height: 1.7 !important;
}
.big7-review-header {
background: linear-gradient(135deg, #ff6b9d 0%, #c44bd4 50%, #8b5cf6 100%) !important;
padding: 60px 40px 40px !important;
text-align: center !important;
position: relative !important;
overflow: hidden !important;
}
.big7-review-header::before {
content: '' !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>') !important;
opacity: 0.3 !important;
}
.big7-main-title {
color: #ffffff !important;
font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
font-weight: 700 !important;
margin-bottom: 20px !important;
position: relative !important;
z-index: 1 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-review-intro {
color: rgba(255, 255, 255, 0.9) !important;
font-size: 1.1rem !important;
max-width: 600px !important;
margin: 0 auto !important;
position: relative !important;
z-index: 1 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-review-content {
padding: 40px !important;
}
.big7-content-section {
margin-bottom: 50px !important;
}
.big7-section-title {
color: #1a1a1a !important;
font-size: 1.8rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
position: relative !important;
padding-bottom: 10px !important;
font-family: 'Inter', sans-serif !important;
}
.big7-section-title::after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
width: 60px !important;
height: 3px !important;
background: linear-gradient(135deg, #ff6b9d, #c44bd4) !important;
border-radius: 2px !important;
}
.big7-section-text {
color: #4a5568 !important;
font-size: 1rem !important;
margin-bottom: 16px !important;
line-height: 1.7 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-highlight-box {
background: linear-gradient(135deg, #fdf2f8 0%, #f3e8ff 100%) !important;
border-left: 4px solid #ff6b9d !important;
padding: 24px !important;
border-radius: 12px !important;
margin: 24px 0 !important;
}
.big7-highlight-text {
color: #4a5568 !important;
font-size: 1rem !important;
margin-bottom: 0 !important;
line-height: 1.7 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-features-grid {
display: grid !important;
gap: 20px !important;
margin: 30px 0 !important;
}
.big7-feature-card {
background: #ffffff !important;
border: 1px solid #e2e8f0 !important;
border-radius: 16px !important;
padding: 24px !important;
transition: all 0.3s ease !important;
position: relative !important;
overflow: hidden !important;
}
.big7-feature-card::before {
content: '' !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 4px !important;
background: linear-gradient(135deg, #ff6b9d, #c44bd4) !important;
transform: scaleX(0) !important;
transition: transform 0.3s ease !important;
}
.big7-feature-card:hover {
transform: translateY(-4px) !important;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}
.big7-feature-card:hover::before {
transform: scaleX(1) !important;
}
.big7-feature-title {
font-weight: 600 !important;
color: #1a1a1a !important;
margin-bottom: 8px !important;
font-size: 1.1rem !important;
font-family: 'Inter', sans-serif !important;
}
.big7-feature-description {
color: #4a5568 !important;
font-size: 0.95rem !important;
font-family: 'Inter', sans-serif !important;
} .big7-two-column-layout {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 40px !important;
align-items: start !important;
}
.big7-left-column .big7-section-title {
color: #1a1a1a !important;
font-size: 1.8rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
position: relative !important;
padding-bottom: 10px !important;
font-family: 'Inter', sans-serif !important;
}
.big7-left-column .big7-section-title::after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
width: 60px !important;
height: 3px !important;
background: linear-gradient(135deg, #ff6b9d, #c44bd4) !important;
border-radius: 2px !important;
}
.big7-right-column .big7-section-text {
color: #4a5568 !important;
font-size: 1rem !important;
margin-bottom: 16px !important;
line-height: 1.7 !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pricing-card {
background: linear-gradient(135deg, #ff6b9d 0%, #c44bd4 50%, #8b5cf6 100%) !important;
color: white !important;
padding: 32px !important;
border-radius: 20px !important;
position: relative !important;
overflow: hidden !important;
}
.big7-pricing-card::before {
content: '' !important;
position: absolute !important;
top: -50% !important;
right: -50% !important;
width: 200% !important;
height: 200% !important;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%) !important;
animation: big7-float 6s ease-in-out infinite !important;
}
@keyframes big7-float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
.big7-pricing-content {
position: relative !important;
z-index: 1 !important;
}
.big7-pricing-text {
color: white !important;
font-family: 'Inter', sans-serif !important;
margin-bottom: 16px !important;
line-height: 1.7 !important;
}
.big7-payment-label {
margin-top: 16px !important;
}
.big7-pricing-advantage {
margin-top: 20px !important;
font-style: italic !important;
opacity: 0.9 !important;
}
.big7-payment-methods {
display: flex !important;
flex-wrap: wrap !important;
gap: 12px !important;
margin-top: 16px !important;
}
.big7-payment-method {
background: rgba(255, 255, 255, 0.2) !important;
padding: 8px 16px !important;
border-radius: 20px !important;
font-size: 0.9rem !important;
backdrop-filter: blur(10px) !important;
color: white !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pros-cons-container {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 30px !important;
margin: 40px 0 !important;
}
.big7-pros-card, .big7-cons-card {
padding: 32px !important;
border-radius: 20px !important;
position: relative !important;
overflow: hidden !important;
}
.big7-pros-card {
background: linear-gradient(135deg, #48bb78 0%, #38a169 100%) !important;
color: white !important;
}
.big7-cons-card {
background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%) !important;
color: white !important;
}
.big7-pros-cons-title {
font-size: 1.4rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
color: white !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pros-cons-list {
list-style: none !important;
}
.big7-pros-item, .big7-cons-item {
padding: 8px 0 !important;
padding-left: 24px !important;
position: relative !important;
color: white !important;
font-family: 'Inter', sans-serif !important;
}
.big7-pros-item::before {
content: '✓' !important;
position: absolute !important;
left: 0 !important;
font-weight: bold !important;
font-size: 1.2rem !important;
color: white !important;
}
.big7-cons-item::before {
content: '×' !important;
position: absolute !important;
left: 0 !important;
font-weight: bold !important;
font-size: 1.2rem !important;
color: white !important;
}
.big7-cta-section {
text-align: center !important;
margin: 50px 0 !important;
padding: 40px !important;
background: linear-gradient(135deg, #fdf2f8 0%, #f3e8ff 100%) !important;
border-radius: 20px !important;
}
.big7-security-badge {
display: inline-flex !important;
align-items: center !important;
background: linear-gradient(135deg, #fdf2f8 0%, #f3e8ff 100%) !important;
color: #86198f !important;
padding: 12px 20px !important;
border-radius: 12px !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
margin: 20px 0 !important;
font-family: 'Inter', sans-serif !important;
border: 1px solid rgba(134, 25, 143, 0.2) !important;
}
.big7-security-badge::before {
content: '🔒' !important;
margin-right: 8px !important;
} @media (max-width: 768px) {
.big7-review-header {
padding: 40px 20px 30px !important;
}
.big7-review-content {
padding: 20px !important;
}
.big7-pros-cons-container {
grid-template-columns: 1fr !important;
gap: 20px !important;
}
.big7-two-column-layout {
grid-template-columns: 1fr !important;
gap: 20px !important;
}
.big7-section-title {
font-size: 1.5rem !important;
}
.big7-pros-card, .big7-cons-card {
padding: 24px !important;
}
} .vx-wrap{--vx-pink:#f8035f;--vx-pink2:#ff6b9d;--vx-indigo:#667eea;--vx-violet:#764ba2;--vx-text:#1a1a1a;--vx-bg:#fff;--vx-soft:#f8f9ff;--vx-border:#e0e6ff;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--vx-text);background:var(--vx-bg);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);overflow:hidden;max-width:900px;margin:20px auto}
.vx-hero{background:linear-gradient(135deg,var(--vx-pink),var(--vx-pink2));color:#fff;padding:40px 30px;text-align:center;position:relative;overflow:hidden}
.vx-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,.12) 0,transparent 40%),radial-gradient(ellipse at 70% 70%,rgba(255,255,255,.08) 0,transparent 40%);animation:vx-float 22s ease-in-out infinite}
@keyframes vx-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(180deg)}}
.vx-title{margin:0 0 10px;font-size:2.4rem;color:#fff}
.vx-sub{margin:0 0 18px;opacity:.95}
.vx-cta{all:unset;display:inline-block;padding:12px 20px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}
.vx-cta--primary{background:var(--vx-pink);color:#fff;box-shadow:0 6px 18px rgba(248,3,95,.35)}
.vx-cta--primary:hover{background:#e91e63;transform:translateY(-2px);box-shadow:0 10px 26px rgba(248,3,95,.45)}
.vx-cta--ghost{background:#fff;color:#2d3748;border:3px solid var(--vx-pink);box-shadow:0 8px 32px rgba(45,55,72,.15);padding:16px 28px;border-radius:12px;font-weight:700}
.vx-cta--ghost:hover{background:var(--vx-pink);color:#fff;transform:translateY(-3px);box-shadow:0 12px 40px rgba(248,3,95,.4)}
.vx-pros-card{background:var(--vx-soft);border:2px solid var(--vx-border);border-radius:15px;padding:22px;margin:22px}
.vx-pros-list{margin:0;padding:0;list-style:none}
.vx-pros-list li{background:#fff;margin:10px 0;padding:14px 16px;border-radius:10px;border-left:4px solid var(--vx-pink);box-shadow:0 6px 18px rgba(0,0,0,.05)}
.vx-content{padding:32px}
.vx-content h2{color:var(--vx-pink);font-size:1.8rem;margin:0 0 18px;display:flex;align-items:center}
.vx-content h2:before{content:"";width:8px;height:28px;background:linear-gradient(135deg,var(--vx-pink),var(--vx-pink2));border-radius:4px;margin-right:14px}
.vx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:18px 0}
.vx-feature{background:#fff;border-top:3px solid var(--vx-pink);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.06);padding:18px}
.vx-feature h3{margin:6px 0 8px;font-size:1.2rem;color:#2d3748}
.vx-accordion{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:22px 0;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05)}
.vx-accordion__summary{padding:18px;cursor:pointer;background:var(--vx-soft);font-weight:700;color:#2d3748;outline:none}
.vx-accordion[open] .vx-accordion__summary{background:var(--vx-pink);color:#fff}
.vx-accordion__content{padding:18px}
.vx-info{background:linear-gradient(135deg,var(--vx-indigo),var(--vx-violet));color:#fff;padding:22px;border-radius:15px;margin:24px 0}
.vx-info ul{margin:14px 0 0 18px}
.vx-cta-row{display:flex;justify-content:center;padding:24px 30px 36px}
@media (max-width:768px){
.vx-wrap{margin:10px;border-radius:15px}
.vx-content{padding:20px}
.vx-title{font-size:2rem}
.vx-grid{grid-template-columns:1fr}
.vx-cta--ghost{width:100%;max-width:320px}
}