ol,
p,
ul {
    margin-top: 0;
}
.icon,
img,
svg {
    vertical-align: middle;
}
.logo,
a,
a:focus,
a:hover,
a:not([href]) {
    text-decoration: none;
}
.button,
.dropdown-title {
    text-transform: uppercase;
}
.dropdown-link:hover,
.mobile-nav-link:hover,
.nav-item:hover .nav-link {
    background-color: rgba(234, 76, 136, 0.1);
}
.hidden,
svg {
    overflow: hidden;
}
.btn,
.cta,
.footer-bottom,
.hero-content,
.info-box .col-12:nth-child(2),
.section-title,
.stat-item,
.step-content,
.text--center {
    text-align: center;
}
#cookie-banner,
#cookie-settings-modal {
    visibility: hidden;
    transition:
        opacity 0.3s,
        visibility 0.3s;
}
.footer-links,
.nav-menu {
    list-style: none;
}
#clear_button,
.bot-features li,
.btn,
.button,
.clear-button,
.contact-submit,
.cookie-btn,
.cookie-close-btn,
.cookie-toggle-slider,
.faq-question,
.feature-card,
.floating-icon,
.landing-card,
.login-section .btn-google,
.mobile-menu-btn,
.search-button,
.story-border,
.tab-item,
input[type="submit"] {
    cursor: pointer;
}
:root {
    --dark-bg: #121212;
    --dark-card: #1e1e1e;
    --primary: #ea4c88;
    --primary-hover: #d44179;
    --text-primary: #ffffff;
    --text-secondary: #b3b3b3;
    --accent: #2d2d2d;
    --border-radius: 12px;
    --card-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    --input-bg: #242424;
    --input-border: #3a3a3a;
    --baseColor: #c2c2c2;
    --iconFill: var(--baseColor);
    --htmlFontSize: 100%;
    --bodyBackgroundColor: #181818;
    --bodyColor: var(--baseColor);
    --bodyFontFamily: "Roboto";
    --bodyFontFamilyFallback: sans-serif;
    --bodyFontSize: 0.875rem;
    --bodyFontWeight: 400;
    --bodyLineHeight: 1.5;
    --loginBorderRadus: 0.25rem;
    --mainFontColor: #eee;
    --loginInputBackgroundColor: #222;
    --loginInputHoverBackgroundColor: #272727;
    --loginLabelBackgroundColor: #1e1e1e;
    --mainColor: #ea4c88;
    --mainHoverBackgroundColor: #d44179;
    --formGap: 0.875rem;
}
*,
::after,
::before {
    box-sizing: border-box;
    touch-action: manipulation;
    margin: 0;
    padding: 0;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    background-color: var(--bodyBackgroundColor);
    color: var(--bodyColor);
    font-family: var(--bodyFontFamily), var(--bodyFontFamilyFallback);
    font-size: var(--bodyFontSize);
    font-weight: var(--bodyFontWeight);
    line-height: var(--bodyLineHeight);
    margin: 0;
    min-block-size: 100vh;
}
.logo,
h1,
h2 {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
h1 {
    font-size: 2.5rem;
}
h1,
h2 {
    color: #fff;
}
h3,
ul.list-group li h4 {
    color: var(--mainColor);
    font-weight: 700;
}
p {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 1.6;
    margin-block: 1.5rem;
}
b,
strong {
    font-weight: bolder;
}
a {
    color: var(--mainColor);
    outline: 0;
    background-color: transparent;
}
a:not([href]) {
    color: inherit;
}
img {
    border-style: none;
}
table {
    border-collapse: collapse;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
.hidden,
input {
    border: 0;
    padding: 0;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[hidden] {
    display: none !important;
}
input {
    background-image: none;
    color: inherit;
    font: inherit;
    outline: 0;
    transition: background-color 0.3s;
}
.align {
    display: grid;
    place-items: center;
}
.grid {
    inline-size: 90%;
    margin-inline: auto;
    max-inline-size: 20rem;
}
.hidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
}
.dropdown,
.mobile-menu {
    border-top: none;
    left: 0;
}
.text-danger,
.text-muted {
    color: #fff !important;
}
.dropdown-link:hover,
.logo,
.nav-link {
    color: var(--text-primary);
}
.icons,
.user-info {
    display: none;
}
.icon {
    block-size: 1em;
    display: inline-block;
    fill: var(--iconFill);
    inline-size: 1em;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.navbar {
    background-color: var(--dark-card);
    height: 91px;
    display: block;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    height: 100%;
}
.logo,
.nav-item {
    align-items: center;
    display: flex;
}
.logo {
    font-size: 1.5rem;
}
.btn,
.dropdown-title,
.nav-link,
.stat-item b {
    font-weight: 600;
}
.logo img {
    height: 1.5rem;
    width: auto;
}
.nav-menu {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    margin-left: auto;
    height: 100%;
}
.nav-item {
    position: static;
}
.dropdown-link,
.nav-link {
    border-radius: 8px;
    align-items: center;
    text-decoration: none;
}
.nav-link {
    background: 0 0;
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.5rem;
}
.nav-item:hover .nav-link {
    color: #fff;
}
.navbar-brand svg {
    height: 30px;
    fill: white;
}
.dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: var(--dark-card);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
#cookie-banner.show,
.dropdown:hover,
.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
.dropdown-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.dropdown-column {
    display: flex;
    flex-direction: column;
}
.dropdown-title {
    color: var(--primary);
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(234, 76, 136, 0.2);
}
.dropdown-link {
    color: var(--text-secondary);
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}
.dropdown-icon,
.faq-question:hover h4,
.footer-link a:hover,
.mobile-dropdown-link:hover {
    color: var(--primary);
}
.dropdown-icon {
    width: 20px;
    height: 20px;
}
.auth-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-left: 3rem;
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 91px;
    right: 0;
    background-color: var(--dark-card) !important;
    max-height: 0;
}
.mobile-menu.active {
    display: block;
    max-height: none;
}
.mobile-nav-item {
    border-bottom: 1px solid rgba(234, 76, 136, 0.1);
}
.mobile-nav-link {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--text-primary);
    text-decoration: none;
}
.mobile-nav-link:hover {
    color: var(--primary);
}
.mobile-dropdown {
    background-color: var(--accent);
}
.mobile-dropdown-title {
    display: block;
    padding: 0.6rem 1.5rem 0.3rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--primary);
    opacity: 0.8;
}
.mobile-dropdown-link {
    padding: 0.75rem 1.5rem;
    color: var(--text-secondary);
    border-bottom: 1px solid rgba(234, 76, 136, 0.05);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.mobile-dropdown-link .mobile-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.7;
}
.mobile-auth {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.mobile-menu-btn {
    display: none;
    background: 0 0;
    border: none;
    color: var(--text-primary);
    font-size: 1.5rem;
}
.btn,
.button,
.hero-title span,
.section-title h2 {
    display: inline-block;
}
.btn {
    padding: 0.8rem 1.8rem;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
    font-size: 0.9rem;
    border: none;
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.4);
}
.btn:hover {
    background: var(--primary-hover);
    color: #fff;
    box-shadow: 0 8px 16px rgba(233, 30, 99, 0.5);
}
.btn-outline {
    background: 0 0;
    border: 2px solid var(--primary);
    color: var(--primary);
    box-shadow: none;
}
.btn-outline:hover,
.btn-primary,
.cookie-btn-accept {
    background: var(--primary);
    color: #fff;
}
.btn-primary,
.cookie-btn-accept {
    box-shadow: 0 4px 12px rgba(234, 76, 136, 0.4);
}
.button,
.login-button {
    transition: 0.15s;
    background-color: var(--mainColor);
}
.btn-primary:hover,
.contact-submit:hover {
    background: var(--primary-hover);
    box-shadow: 0 6px 16px rgba(234, 76, 136, 0.6);
}
.button {
    color: var(--mainFontColor);
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 8px;
    letter-spacing: 0.7px;
}
.login-button,
.register-button {
    color: var(--mainFontColor);
    padding: 0 5px;
    margin: 0 5px;
}
.contact-submit,
.login-section .btn-login,
.search-button {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.button:hover,
.login input[type="submit"]:focus,
.login input[type="submit"]:hover,
.login-button:hover {
    background-color: var(--mainHoverBackgroundColor);
}
.login-button {
    border-radius: 5px;
}
.register-button {
    border: 2px solid var(--mainColor);
    border-radius: 5px;
}
.hero {
    padding: 3.5rem 0;
    background: var(--dark-bg);
    position: relative;
}
.features{
    background-color: var(--dark-card);
}

footer {
    background-color: #111;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0, rgba(234, 76, 136, 0.2) 0, rgba(18, 18, 18, 0) 70%);
    pointer-events: none;
}
.hero-content {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.hero-title {
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}
.hero-title span {
    color: var(--primary);
    position: relative;
}
.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}
.features-grid,
.package-cards,
.testimonial-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.stat-item {
    font-size: 16px;
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stat-label {
    color: var(--text-secondary);
    font-weight: 500;
}
.section-title {
    margin-bottom: 3rem;
}
.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
}
.section-title h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--primary);
}
.section-title p {
    color: var(--text-secondary);
    max-width: 600px;
    margin: 1rem auto;
}
.features {
    padding: 6rem 0;
}
.features-grid {
    display: grid;
}
.feature-card {
    background: linear-gradient(135deg, #1e1e1e 0, #2c2c2c 100%);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--card-shadow);
    transition: 0.3s;
    height: 100%;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
a.feature-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.feature-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(234, 76, 136, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}
.package-card,
.testimonial-card {
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    position: relative;
}
.contact-header-icon svg,
.feature-icon svg,
.login-section .header-icon svg {
    width: 35px;
    height: 35px;
    color: var(--primary);
}
.feature-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: var(--mainColor);
}
.feature-description,
.package-subtitle {
    color: var(--text-secondary);
}
.packages,
.testimonials {
    padding: 6rem 0;
}
.package-cards,
.testimonial-grid {
    display: grid;
    margin-top: 4rem;
}
.package-card {
    background: linear-gradient(135deg, #1e1e1e 0, #2c2c2c 100%);
    padding: 2.5rem 2rem;
    padding-top: 3rem;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.package-tag {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
    width: fit-content;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(16, 185, 129, 0.3);
}
.package-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.package-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.package-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.package-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--text-primary);
    display: flex;
    align-items: baseline;
}
.cta-text,
.package-feature,
.package-price span {
    color: var(--text-secondary);
}
.package-price span {
    font-size: 1rem;
    margin-left: 0.5rem;
    font-weight: 400;
}
.package-features {
    margin-bottom: 2rem;
    flex-grow: 1;
}
.package-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.package-feature:before {
    content: "✓";
    color: var(--primary);
    font-weight: 700;
}
.testimonial-card {
    background: linear-gradient(135deg, #1e1e1e 0, #222 100%);
    padding: 2rem;
}
.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 2rem;
    position: relative;
}
.testimonial-text::before {
    content: '"';
    font-size: 4rem;
    color: rgba(234, 76, 136, 0.1);
    position: absolute;
    top: -42px;
    left: -15px;
    font-family: serif;
}
.card .btn,
.footer-column h3,
div.form__field p a {
    color: var(--mainColor);
}
.cta {
    padding: 6rem 0;
}
.cta-content {
    max-width: 800px;
    margin: 0 auto;
}
.cta-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.cta-text {
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}
footer {
    padding: 4rem 0 2rem;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}
.footer-column h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-weight: 700;
}
#clear_button,
.landing-card p {
    font-weight: 300;
}
.footer-column h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary);
}
.footer-link {
    margin-bottom: 0.75rem;
}
.footer-link a {
    color: var(--text-secondary);
    text-decoration: none;
    display: block;
    padding: 7px 0;
    transition: 0.3s;
}
.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid var(--accent);
    color: var(--text-secondary);
    font-size: 0.9rem;
}
.login,
.login input[type="submit"] {
    color: var(--mainFontColor);
}
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.card,
.landing-card {
    background: var(--loginLabelBackgroundColor);
}
.social-link svg {
    width: 20px;
    height: 20px;
    fill: var(--text-primary);
}
.form {
    display: grid;
    gap: var(--formGap);
}
.form input[type="email"],
.form input[type="password"],
.form input[type="submit"] {
    inline-size: 100%;
}
.form__field {
    display: flex;
}
.cookie-settings-footer button,
.form__input {
    flex: 1;
}
.login input[type="email"],
.login input[type="password"],
.login input[type="submit"],
.login label {
    border-radius: var(--loginBorderRadus);
    padding: 1rem;
}
.login label {
    background-color: var(--loginLabelBackgroundColor);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-inline: 1.25rem;
    height: 100%;
}
.login input[type="email"],
.login input[type="password"] {
    background-color: var(--loginInputBackgroundColor);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.contact-field textarea:hover,
.contact-input-wrapper input:hover,
.login input[type="email"]:focus,
.login input[type="email"]:hover,
.login input[type="password"]:focus,
.login input[type="password"]:hover,
.login-section .input-wrapper input:hover {
    background-color: var(--loginInputHoverBackgroundColor);
}
.login input[type="submit"] {
    background-color: var(--mainColor);
    font-weight: 700;
    text-transform: uppercase;
}
div.form__field input {
    background-color: var(--loginInputBackgroundColor);
}
div.form__field p {
    font-size: 11px !important;
}
.error-field {
    border: 1px solid #f44336;
    border-radius: var(--loginBorderRadus);
}
.error {
    color: #f44336;
    display: inline-block;
}
.card .btn {
    text-align: left;
}
.landing-card {
    color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 var(--mainColor) inset;
    border-radius: 9px;
    transition: transform 0.15s;
}
.bot-card,
.bot-video,
.step-card {
    box-shadow: var(--card-shadow);
    overflow: hidden;
}
.landing-card:hover {
    transform: scale(1.03);
}
.landing-card ul {
    line-height: 2;
    list-style-type: none;
    margin-left: -25px;
}
.landing-card ul li {
    margin-top: 8px;
}
.bar-button-search {
    display: inline-flex;
}
.bot-description h3,
.reel-item {
    display: inline-block;
}
#clear_button {
    position: absolute;
    right: 86px;
    top: 7px;
    color: #000;
    line-height: 1;
    font-size: 14px;
    background: 0 0;
    border: none;
    vertical-align: text-top;
    padding: 1px 5px 3px;
    margin: 4px 0 0 2px;
    opacity: 0.6;
    display: none;
}
#clear_button:hover {
    opacity: 1;
}
#name {
    border-radius: 5px 0 0 5px;
    border: 0;
    padding-right: 27px;
}
.info-disclaimer {
    font-size: 12px;
}
.info-box .row {
    background: linear-gradient(266.47deg, #2713a1 -15.35%, #a11392 24.88%, #efac59 101.06%);
    color: #fff;
    padding: 30px 0;
    border-radius: 15px;
}
#data_load {
    display: none;
    padding: 30px 0;
}
#HighlightReel_load {
    display: none;
    padding: 20px 0;
}
#story_data img {
    width: 100%;
    margin-bottom: 6px;
}
#story_data video {
    width: 100%;
}
.story-border {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    padding: 6px 4px 4px;
    margin: 0 1%;
}
.Highlight-paging .page,
.story-paging .page {
    color: #6091d0 !important;
    background: #fff !important;
    border: 1px solid #6091d0 !important;
    padding: 10px 16px;
    margin: 5px;
}
.Highlight-paging .active,
.story-paging .active {
    border: 0;
    background: #6091d0 !important;
    color: #fff !important;
}
.text-steps {
    padding-top: 50px;
}
.bots-detail {
    padding: 6rem 0;
    background-color: var(--dark-card);
    position: relative;
    overflow: hidden;
}
.bots-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-bg);
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}
.bot-card {
    background: linear-gradient(135deg, #1e1e1e 0, #2c2c2c 100%);
    border-radius: var(--border-radius);
    padding: 2.5rem;
    margin-bottom: 3rem;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.bot-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    gap: 2.5rem;
}
.bot-image {
    flex: 0 0 219px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}
.bot-description,
.cookie-banner-content {
    flex: 1;
    min-width: 300px;
}
.bot-description h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: var(--text-primary);
    font-weight: 600;
    position: relative;
}
.bot-description h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary);
}
.bot-description p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-secondary);
}
.bot-features ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}
.bot-features li {
    padding: 0.8rem 1.2rem;
    background-color: rgba(234, 76, 136, 0.1);
    border-left: 3px solid var(--primary);
    border-radius: 6px;
    font-size: 0.95rem;
    color: var(--text-primary);
    transition: 0.3s;
}
.bot-video,
.bot-video video {
    border-radius: var(--border-radius);
}
.bot-features li:hover {
    background-color: rgba(234, 76, 136, 0.15);
    transform: translateX(5px);
}
.bot-video {
    width: 100%;
    background-color: var(--dark-card);
}
.bot-video video {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.video-caption {
    text-align: center;
    font-style: italic;
    margin-top: 1rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}
.faq{
    padding: 6rem 0;

}
.faq-item {
    margin-bottom: 1rem;
}
.faq-item:hover {
    border-color: var(--primary);
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
    transition: 0.3s;
}
.faq-question h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    color: var(--text-primary);
    transition: color 0.3s;
}
.faq-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(234, 76, 136, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: background-color 0.3s;
}
.faq-icon::after,
.faq-icon::before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    border-radius: 2px;
    transition: transform 0.3s ease-out;
}
.faq-icon::before {
    width: 12px;
    height: 2px;
}
.faq-icon::after {
    width: 2px;
    height: 12px;
}
.faq-item:has(.faq-answer.open) .faq-icon::after {
    transform: rotate(90deg);
}
.faq-question:hover .faq-icon {
    background-color: rgba(234, 76, 136, 0.2);
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
    overflow: hidden;
}
.availeble,
.coming-soon {
    margin-top: 5px;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    display: table;
    font-weight: 500;
    white-space: nowrap;
}
.faq-answer.open {
    grid-template-rows: 1fr;
}
.faq-answer > div {
    overflow: hidden;
}
.faq-answer p {
    margin: 0;
    line-height: 1.7;
    color: var(--text-secondary);
    padding: 0 0 1.5rem 1rem;
    border-left: 2px solid var(--primary);
}
.coming-soon {
    background: rgba(96, 96, 96, 0.2);
    color: #9f9f9f;
}
.availeble {
    background: rgba(234, 76, 136, 0.2);
    color: var(--primary);
}
.search-bar-section {
    padding: 2rem 0;
    background-color: var(--dark-card);
}
.tab-navigation {
    display: flex;
    background-color: var(--bg-secondary);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    overflow: hidden;
    margin-bottom: 0;
}
.tab-item {
    flex: 1;
    border: none;
    padding: 16px 12px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
.advantages-section h3,
.search-button {
    font-weight: 600;
    color: var(--text-primary);
}
.tab-item:hover {
    background-color: #ffffff1c;
    color: var(--text-primary);
}
.tab-item.tab-active {
    background-color: var(--primary);
    color: var(--text-primary);
}
.tab-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.search-section {
    background: var(--primary);
    padding: 30px;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.search-container {
    position: relative;
    display: flex;
    gap: 0;
}
.search-input {
    flex: 1;
    padding: 16px 45px 16px 20px;
    border: none;
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    outline: 0;
    transition: none;
}
.search-input:focus {
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    transition:
        background-color 0.2s,
        box-shadow 0.2s;
}
.search-input::placeholder {
    color: #666;
}
.clear-button {
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    color: #666;
    font-size: 18px;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
}
.search-input:not(:placeholder-shown) ~ .clear-button {
    opacity: 1;
    pointer-events: auto;
}
.clear-button:hover {
    color: #1a1a1a;
}
.search-button {
    padding: 16px 32px;
    background-color: var(--dark-card);
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
}
#load_data,
.disclaimer,
.how-to-use-section,
.step-card {
    border-radius: var(--border-radius);
}
.search-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.search-help {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.disclaimer {
    margin-top: 24px;
    padding: 16px;
    background-color: var(--bg-secondary);
    color: var(--baseColor);
    font-size: 12px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.disclaimer-icon {
    width: 16px;
    height: 16px;
    fill: var(--baseColor);
    flex-shrink: 0;
    margin-top: 2px;
}
.search-result {
    padding: 6rem 0;
    display: none;
}
.advantages-section {
    margin-bottom: 4rem;
}
.advantages-section h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}
#load_data,
.how-to-use-section {
    margin-top: 5rem;
    padding: 4rem 0;
    background: linear-gradient(135deg, #1e1e1e 0, #222 100%);
}
.how-to-use-section h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: 700;
}
.how-to-subtitle {
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}
.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}
.step-card {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    background: linear-gradient(135deg, rgba(234, 76, 136, 0.05) 0, rgba(234, 76, 136, 0.02) 100%);
    padding: 2rem 1.5rem;
    transition: 0.3s;
    position: relative;
}
.step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0, #d44179 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}
.step-card:hover::before {
    transform: scaleX(1);
}
.step-number-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary) 0, #d44179 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 15px rgba(234, 76, 136, 0.4);
}
.step-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
}
.step-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}
.step-description {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
}
.step-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-arrow svg {
    width: 28px;
    height: 28px;
    color: var(--primary);
    opacity: 0.6;
}
.profile-header {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.profile-image-wrapper {
    flex-shrink: 0;
}
.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.profile-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}
.profile-username-row {
    display: flex;
    align-items: center;
    gap: 20px;
}
.action-buttons,
.profile-details {
    display: flex;
    flex-direction: column;
}
.profile-username {
    font-size: 20px;
    font-weight: 400;
}
.action-buttons {
    gap: 8px;
    margin-top: 20px;
    width: 150px;
}
.profile-stats {
    display: flex;
    gap: 40px;
}
.profile-details {
    gap: 4px;
}
.profile-fullname {
    font-weight: 600;
    font-size: 14px;
}
.profile-biography {
    line-height: 1.5;
    font-size: 14px;
}
.action-btn-profile {
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    transition: opacity 0.2s;
}
.action-btn-profile:hover {
    opacity: 0.8;
    color: #fff;
}
.action-btn-profile-zoom {
    background: var(--primary);
    border: none;
}
.action-btn-profile-download {
    background: #6c757d;
    border: none;
}
.cookie-toggle input:checked + .cookie-toggle-slider,
.floating-icon {
    background-color: var(--primary);
}
#loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ea4c884f;
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: 1s linear infinite spin;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#loader p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}
.floating-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(234, 76, 136, 0.5);
    z-index: 999;
    transition: 0.3s;
}
.floating-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(234, 76, 136, 0.6);
}
.floating-icon svg {
    width: 30px;
    height: 30px;
    fill: white;
}
#cookie-banner {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: linear-gradient(135deg, #1e1e1e 0, #2a2a2a 100%);
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    z-index: 10000;
    content-visibility: auto;
    contain-intrinsic-size: 0 200px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.cookie-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.cookie-banner-content h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cookie-banner-content p,
.cookie-category p {
    color: #b3b3b3;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}
.cookie-banner-content a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s;
}
.cookie-banner-content a:hover {
    color: #d44179;
    text-decoration: underline;
}
.cookie-banner-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.cookie-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    white-space: nowrap;
}
.cookie-btn-accept:hover {
    background: #d44179;
    box-shadow: 0 6px 16px rgba(234, 76, 136, 0.6);
}
.cookie-btn-decline {
    background: 0 0;
    color: #b3b3b3;
    border: 2px solid #3a3a3a;
}
.cookie-btn-decline:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: var(--primary);
}
.cookie-btn-settings:hover,
.cookie-close-btn:hover {
    background: rgba(234, 76, 136, 0.1);
}
.cookie-btn-settings {
    background: 0 0;
    color: var(--primary);
    border: 2px solid var(--primary);
}
#cookie-settings-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
}
#cookie-settings-modal.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.cookie-settings-content {
    background: linear-gradient(135deg, #1e1e1e 0, #222 100%);
    border-radius: 20px;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}
.cookie-settings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(234, 76, 136, 0.2);
}
.cookie-settings-header h3 {
    color: var(--primary);
    font-size: 1.5rem;
    margin: 0;
}
.cookie-close-btn {
    background: 0 0;
    border: none;
    color: #b3b3b3;
    font-size: 1.5rem;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.cookie-close-btn:hover {
    color: var(--primary);
}
.cookie-category {
    background: rgba(234, 76, 136, 0.05);
    padding: 1.25rem;
    margin-bottom: 1rem;
    border-radius: 16px;
}
.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}
.cookie-category-header h4 {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.cookie-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.cookie-banner-icon svg,
.cookie-icon svg {
    width: 100%;
    height: 100%;
    fill: var(--primary);
}
.cookie-banner-icon {
    width: 28px;
    height: 28px;
    margin-right: 0.5rem;
}
.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}
.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.cookie-toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3a3a3a;
    transition: 0.3s;
    border-radius: 26px;
}
.cookie-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 50%;
}
.cookie-toggle input:checked + .cookie-toggle-slider:before {
    transform: translateX(24px);
}
.cookie-toggle input:disabled + .cookie-toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}
.cookie-settings-footer {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(234, 76, 136, 0.2);
}
.error-section,
.login-section {
    min-height: calc(100vh - 91px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    background: var(--dark-bg);
    position: relative;
}
.contact-section::before,
.error-section::before,
.login-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0, rgba(234, 76, 136, 0.15) 0, rgba(18, 18, 18, 0) 60%);
    pointer-events: none;
}
.login-section .login-wrapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.login-section .login-card {
    background: linear-gradient(135deg, #1e1e1e 0, #222 100%);
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    max-width: 100%;
}
.contact-header,
.login-section .login-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.contact-header h1,
.login-section .login-header h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}
.contact-header p,
.login-section .login-header p {
    color: var(--text-secondary);
    font-size: 1rem;
    margin: 0;
}
.contact-form,
.login-section .login-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.contact-field,
.login-section .input-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-field label,
.login-section .input-group label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-primary);
}
.contact-input-wrapper,
.login-section .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-input-icon,
.login-section .input-icon {
    position: absolute;
    left: 1rem;
    width: 20px;
    height: 20px;
    color: var(--text-secondary);
    pointer-events: none;
    transition: color 0.3s;
}
.contact-input-wrapper input,
.login-section .input-wrapper input {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    background-color: var(--loginInputBackgroundColor);
    border: 2px solid transparent;
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 1rem;
    transition: 0.3s;
}
.login-section .input-wrapper input::placeholder {
    color: var(--text-secondary);
}
.contact-field textarea:focus,
.contact-input-wrapper input:focus,
.login-section .input-wrapper input:focus {
    background-color: var(--loginInputHoverBackgroundColor);
    border-color: var(--primary);
    outline: 0;
}
.login-section .input-wrapper:focus-within .input-icon {
    color: var(--primary);
}
.contact-field-error .contact-input-wrapper input,
.contact-field-error textarea,
.login-section .input-group.has-error .input-wrapper input {
    border-color: #f44336;
}
.contact-error,
.login-section .error-message {
    color: #f44336;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.login-section .forgot-password {
    text-align: right;
    margin-top: -0.5rem;
}
.login-section .forgot-password a {
    color: var(--text-secondary);
    font-size: 0.9rem;
    transition: color 0.3s;
}
.login-section .forgot-password a:hover,
.login-section .password-toggle:hover .eye-icon {
    color: var(--primary);
}
.login-section .btn-login {
    width: 100%;
    padding: 1rem;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}
.login-section .login-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--accent);
}
.login-section .login-footer p {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.95rem;
}
.login-section .login-footer a {
    color: var(--primary);
    font-weight: 600;
    transition: color 0.3s;
}
.error-section .error-links ul li a:hover,
.login-section .login-footer a:hover,
.login-section .terms-text a:hover {
    color: var(--primary-hover);
}
.login-section .btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.875rem 1rem;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
}
.login-section .btn-google:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #333;
}
.login-section .google-icon {
    width: 20px;
    height: 20px;
}
.login-section .divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}
.login-section .divider::after,
.login-section .divider::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--accent);
}
.login-section .divider span {
    padding: 0 1rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}
.login-section .password-toggle {
    position: absolute;
    right: 1rem;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-section .eye-icon {
    width: 20px;
    height: 20px;
    color: var(--text-secondary);
    transition: color 0.3s;
}
.login-section .input-wrapper input[name="confirmPassword"],
.login-section .input-wrapper input[name="password"],
.login-section .input-wrapper input[type="password"] {
    padding-right: 3rem;
}
.login-section .password-requirements {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}
.login-section .requirement {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    transition: color 0.3s;
}
.login-section .requirement .req-icon {
    width: 16px;
    text-align: center;
    font-size: 0.75rem;
}
.login-section .password-match.match,
.login-section .requirement.met,
.login-section .requirement.met .req-icon {
    color: #4caf50;
}
.login-section .password-strength {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.75rem;
}
.login-section .strength-bar {
    flex: 1;
    height: 6px;
    background-color: var(--accent);
    border-radius: 3px;
    overflow: hidden;
}
.login-section .strength-fill {
    height: 100%;
    width: 0;
    border-radius: 3px;
    transition:
        width 0.3s,
        background-color 0.3s;
}
.login-section .strength-fill.weak {
    background-color: #f44336;
}
.login-section .strength-fill.fair {
    background-color: #ff9800;
}
.login-section .strength-fill.good {
    background-color: #8bc34a;
}
.login-section .strength-fill.strong {
    background-color: #4caf50;
}
.login-section .strength-text {
    font-size: 0.8rem;
    font-weight: 500;
    min-width: 80px;
    text-align: right;
}
.login-section .password-match {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    min-height: 1.25rem;
}
.login-section .password-match.no-match {
    color: #f44336;
}
.login-section .terms-text {
    margin: 0.5rem 0;
}
.login-section .terms-text p {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}
.login-section .terms-text a {
    color: var(--primary);
    font-weight: 500;
}
.login-section .recaptcha-wrapper {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.contact-recaptcha .g-recaptcha,
.login-section .recaptcha-wrapper .g-recaptcha {
    transform: scale(0.9);
    transform-origin: center;
}
.contact-success,
.login-section .error-state,
.login-section .success-state {
    text-align: center;
    padding: 2rem 0;
}
.login-section .error-icon,
.login-section .success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-section .success-icon {
    background-color: rgba(76, 175, 80, 0.1);
}
.contact-success-icon svg,
.login-section .success-icon svg {
    width: 40px;
    height: 40px;
    color: #4caf50;
}
.login-section .error-icon {
    background-color: rgba(244, 67, 54, 0.1);
}
.login-section .error-icon svg {
    width: 40px;
    height: 40px;
    color: #f44336;
}
.contact-success h2,
.login-section .error-state h2,
.login-section .success-state h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
}
.contact-success p,
.login-section .error-state p,
.login-section .success-state p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.6;
}
.login-section .success-state .hint-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    opacity: 0.8;
}
.contact-success .btn,
.login-section .error-state .btn,
.login-section .success-state .btn {
    margin-top: 1.5rem;
}
.contact-header-icon,
.login-section .header-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background-color: rgba(234, 76, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-section .error-content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}
.error-section .error-illustration {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    background-color: rgba(234, 76, 136, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-section .error-illustration svg {
    width: 60px;
    height: 60px;
    color: var(--primary);
}
.error-section .error-code {
    font-size: 8rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 1rem;
    text-shadow: 0 0 40px rgba(234, 76, 136, 0.3);
}
.error-section .error-title {
    font-size: 2rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}
.error-section .error-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}
.error-section .error-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.error-section .error-links {
    padding-top: 2rem;
    border-top: 1px solid var(--accent);
}
.error-section .error-links p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
.error-section .error-links ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.error-section .error-links ul li a {
    color: var(--primary);
    font-weight: 500;
    transition: color 0.3s;
}
@media (max-width: 1200px) {
    .steps-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 500px;
    }
    .step-arrow,
    .step-card:last-child::after {
        display: none;
    }
    .step-card {
        max-width: 100%;
    }
    .step-card::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: linear-gradient(180deg, var(--primary) 0, transparent 100%);
    }
}
@media (max-width: 1024px) {
    .dropdown {
        min-width: 95vw;
    }
}
@media (max-width: 992px) {
    .features-grid,
    .package-cards,
    .testimonial-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
@media (max-width: 768px) {
    #cookie-banner {
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 1.5rem;
    }
    .cookie-banner-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    .cookie-banner-buttons {
        width: 100%;
        flex-direction: column;
    }
    .cookie-btn {
        width: 100%;
        text-align: center;
    }
    .cookie-settings-content {
        padding: 1.5rem;
        margin: 1rem;
    }
    .cookie-settings-footer,
    .search-container {
        flex-direction: column;
    }
    .auth-buttons,
    .nav-menu {
        display: none;
    }
    .mobile-menu-btn {
        display: block;
        margin-left: auto;
    }
    .nav-container {
        justify-content: space-between;
    }
    .bot-info {
        gap: 1.5rem;
    }
    .bot-image {
        flex-basis: 100%;
        width: 100%;
        height: 250px;
    }
    .bot-description {
        flex-basis: 100%;
        min-width: 0;
        width: 100%;
    }
    .tab-navigation {
        border-radius: 8px 8px 0 0;
    }
    .tab-item {
        padding: 12px 8px;
        font-size: 12px;
    }
    .tab-icon {
        width: 20px;
        height: 20px;
    }
    .search-section {
        padding: 20px;
        border-radius: 0 0 8px 8px;
    }
    .search-input {
        border-radius: 8px;
        padding-right: 45px;
    }
    .clear-button {
        right: 15px;
        top: 24%;
    }
    .search-button {
        border-radius: 8px;
        margin-top: 12px;
    }
}
@media (max-width: 735px) {
    .profile-header {
        gap: 28px;
        display: grid;
    }
    .action-buttons {
        width: 100%;
    }
    .profile-info {
        gap: 12px;
    }
    .profile-username {
        font-size: 18px;
    }
    .profile-stats {
        gap: 20px;
        font-size: 14px;
    }
    .profile-image-wrapper {
        text-align: center;
    }
    .profile-username-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
.contact-field textarea,
.contact-submit {
    width: 100%;
    font-size: 1rem;
    transition: 0.3s;
}
@media (max-width: 400px) {
    .login-section .recaptcha-wrapper .g-recaptcha {
        transform: scale(0.77);
    }
}
.contact-section {
    min-height: calc(100vh - 91px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogICAgPGRlZnM+CiAgICAgICAgPHBhdHRlcm4gaWQ9InBhdHRlcm4iIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+CiAgICAgICAgICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIGZpbGw9IiMyMDIwMjAiIC8+CiAgICAgICAgPC9wYXR0ZXJuPgogICAgPC9kZWZzPgogICAgPHJlY3QgZmlsbD0iIzEyMTIxMiIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgLz4KICAgIDxyZWN0IGZpbGw9InVybCgjcGF0dGVybikiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIG9wYWNpdHk9IjAuMyIgLz4KPC9zdmc+")
        center center;
    position: relative;
}
.contact-wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.contact-card {
    background: linear-gradient(135deg, #1e1e1e 0, #222 100%);
    border-radius: var(--border-radius);
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.contact-optional {
    color: var(--text-secondary);
    font-weight: 400;
}
.contact-input-wrapper input::placeholder {
    color: var(--text-secondary);
}
.contact-input-wrapper:focus-within .contact-input-icon {
    color: var(--primary);
}
.contact-field textarea {
    padding: 1rem;
    background-color: var(--loginInputBackgroundColor);
    border: 2px solid transparent;
    border-radius: 10px;
    color: var(--text-primary);
    font-family: inherit;
    resize: vertical;
    min-height: 120px;
}
.contact-field textarea::placeholder {
    color: var(--text-secondary);
}
.contact-recaptcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
}
.contact-recaptcha-error {
    margin-top: 0.5rem;
    text-align: center;
}
.contact-submit {
    padding: 1rem;
    margin-top: 0.5rem;
    font-weight: 600;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(234, 76, 136, 0.4);
}
.contact-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(76, 175, 80, 0.1);
}
.contact-general-error {
    background-color: rgba(244, 67, 54, 0.1);
    border: 1px solid #f44336;
    color: #f44336;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
}
.contact-char-count {
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-align: right;
    margin-top: 0.25rem;
}
@media (max-width: 480px) {
    .contact-card,
    .login-section .login-card {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    .contact-header h1,
    .login-section .login-header h1 {
        font-size: 1.75rem;
    }
    .error-section .error-code {
        font-size: 5rem;
    }
    .error-section .error-title {
        font-size: 1.5rem;
    }
    .error-section .error-illustration {
        width: 100px;
        height: 100px;
    }
    .error-section .error-illustration svg {
        width: 50px;
        height: 50px;
    }
    .error-section .error-links ul {
        flex-direction: column;
        gap: 1rem;
    }
    .contact-recaptcha .g-recaptcha {
        transform: scale(0.77);
    }
}
#searchInput,
.search-input {
    font-size: 16px !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}
@supports (-webkit-touch-callout: none) {
    #searchInput,
    .search-input {
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }
}


/* =================================================================
   GLOBAL ADDITIONS – ans Ende der bestehenden style.css anhängen
   ================================================================= */

/* ===== Abwechselnde Sektionshintergründe ===== */
.bg-body { background-color: var(--bodyBackgroundColor); }
.bg-card { background-color: var(--dark-card); }

/* ===== HIW (How It Works) Detail Grid – index.php ===== */
.hiw-section {
    padding: 6rem 0;
}

.hiw-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}
.hiw-detail-grid-reverse .hiw-detail-animation {
    order: 2;
}
.hiw-detail-grid-reverse .hiw-detail-content {
    order: 1;
}

.hiw-detail-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    background: linear-gradient(135deg, rgba(234, 76, 136, 0.05) 0%, rgba(234, 76, 136, 0.02) 100%);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 40px;
    position: relative;
}
.hiw-detail-animation.clean {
    background: none;
    border: none;
    border-radius: 0;
}

/* Tool Animations */
.tool-anim {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.tool-anim-icon {
    width: 80px;
    height: 80px;
    color: var(--primary);
    animation: toolPulse 2.5s ease-in-out infinite;
}
.tool-anim-bar {
    height: 6px;
    border-radius: 3px;
    background: rgba(234, 76, 136, 0.15);
    overflow: hidden;
}
.tool-anim-bar-fill {
    height: 100%;
    border-radius: 3px;
    background: var(--primary);
}
.tool-anim-bars {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
    max-width: 220px;
}
.tool-anim-bar-1 { width: 220px; }
.tool-anim-bar-1 .tool-anim-bar-fill { animation: barGrow1 2s ease-out infinite; }
.tool-anim-bar-2 { width: 220px; }
.tool-anim-bar-2 .tool-anim-bar-fill { animation: barGrow2 2s 0.3s ease-out infinite; }
.tool-anim-bar-3 { width: 220px; }
.tool-anim-bar-3 .tool-anim-bar-fill { animation: barGrow3 2s 0.6s ease-out infinite; }

/* Growth animation - followers counting up */
.tool-anim-counter {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    font-variant-numeric: tabular-nums;
}
.tool-anim-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.tool-anim-messages {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    max-width: 240px;
}
.tool-anim-msg {
    background: rgba(234, 76, 136, 0.08);
    border: 1px solid rgba(234, 76, 136, 0.15);
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    color: var(--text-secondary);
    opacity: 0;
    transform: translateX(-10px);
}
.tool-anim-msg:nth-child(1) { animation: msgSlide 3s 0s ease-out infinite; }
.tool-anim-msg:nth-child(2) { animation: msgSlide 3s 0.5s ease-out infinite; }
.tool-anim-msg:nth-child(3) { animation: msgSlide 3s 1s ease-out infinite; }

.tool-anim-dots {
    display: flex;
    gap: 0.5rem;
}
.tool-anim-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}
.tool-anim-dot:nth-child(1) { animation: dotPulse 1.5s 0s ease-in-out infinite; }
.tool-anim-dot:nth-child(2) { animation: dotPulse 1.5s 0.3s ease-in-out infinite; }
.tool-anim-dot:nth-child(3) { animation: dotPulse 1.5s 0.6s ease-in-out infinite; }

/* Growth Counter */
.growth-counter {
    font-size: 5rem;
    font-weight: 800;
    color: var(--primary);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}
.growth-label {
    font-size: 1.1rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 0.25rem;
}

/* DM Typewriter */
.dm-typewriter { width: 100%; max-width: 360px; }
.dm-bubble {
    background: rgba(234, 76, 136, 0.08);
    border: 1px solid rgba(234, 76, 136, 0.15);
    border-radius: 20px 20px 20px 4px;
    padding: 1.2rem 1.5rem;
    font-size: 1.1rem;
    color: var(--text-secondary);
    min-height: 2.8rem;
    display: flex;
    align-items: center;
}
.dm-cursor {
    animation: blink 0.6s step-end infinite;
    color: var(--primary);
    font-weight: 300;
}
@keyframes blink { 50% { opacity: 0; } }

/* Scrapper List */
.scrapper-list {
    position: relative;
    height: 200px;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
}
.scrapper-track {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    animation: scrapperScroll 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.scrapper-item {
    padding: 0.55rem 1rem;
    font-size: 0.95rem;
    color: var(--text-secondary);
    background: rgba(234, 76, 136, 0.04);
    border-radius: 6px;
    white-space: nowrap;
    font-family: monospace;
    flex-shrink: 0;
}
.scrapper-fade {
    position: absolute;
    left: 0; right: 0;
    height: 35px;
    z-index: 1;
    pointer-events: none;
}
.scrapper-fade-top { top: 0; background: linear-gradient(to bottom, #1e1e1e, transparent); }
.scrapper-fade-bottom { bottom: 0; background: linear-gradient(to top, #1e1e1e, transparent); }

@keyframes scrapperScroll {
    0% { transform: translateY(0); }
    5% { transform: translateY(-30px); }
    12% { transform: translateY(-60px); }
    20% { transform: translateY(-100px); }
    30% { transform: translateY(-160px); }
    42% { transform: translateY(-240px); }
    55% { transform: translateY(-340px); }
    70% { transform: translateY(-440px); }
    85% { transform: translateY(-500px); }
    92%, 100% { transform: translateY(-500px); }
}

/* Monitor Notify */
.monitor-notify { width: 100%; max-width: 320px; }
.monitor-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: rgba(234, 76, 136, 0.06);
    border: 1px solid rgba(234, 76, 136, 0.12);
    border-radius: 14px;
    padding: 1rem 1.3rem;
}
.monitor-svg { width: 28px; height: 28px; color: var(--primary); flex-shrink: 0; }
.monitor-card-text { font-size: 1.05rem; color: var(--text-secondary); white-space: nowrap; }

/* Chart animation for analytics */
.tool-anim-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 180px;
}
.tool-anim-chart-bar {
    width: 30px;
    background: var(--primary);
    border-radius: 4px 4px 0 0;
    opacity: 0.7;
}
.tool-anim-chart-bar:nth-child(1) { animation: chartBar 2s 0s ease-in-out infinite; }
.tool-anim-chart-bar:nth-child(2) { animation: chartBar 2s 0.15s ease-in-out infinite; }
.tool-anim-chart-bar:nth-child(3) { animation: chartBar 2s 0.3s ease-in-out infinite; }
.tool-anim-chart-bar:nth-child(4) { animation: chartBar 2s 0.45s ease-in-out infinite; }
.tool-anim-chart-bar:nth-child(5) { animation: chartBar 2s 0.6s ease-in-out infinite; }
.tool-anim-chart-bar:nth-child(6) { animation: chartBar 2s 0.75s ease-in-out infinite; }
.tool-anim-chart-bar:nth-child(7) { animation: chartBar 2s 0.9s ease-in-out infinite; }

@keyframes toolPulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}
@keyframes barGrow1 {
    0% { width: 0; } 50%, 100% { width: 85%; }
}
@keyframes barGrow2 {
    0% { width: 0; } 50%, 100% { width: 60%; }
}
@keyframes barGrow3 {
    0% { width: 0; } 50%, 100% { width: 45%; }
}
@keyframes msgSlide {
    0% { opacity: 0; transform: translateX(-10px); }
    20%, 80% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(10px); }
}
@keyframes dotPulse {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}
@keyframes chartBar {
    0% { height: 20px; }
    50% { height: var(--h, 80px); }
    100% { height: 20px; }
}

.hiw-detail-content h3 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hiw-detail-content > p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.hiw-feature-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.hiw-feature-list li {
    padding: 0.8rem 1.2rem;
    background: rgba(234, 76, 136, 0.08);
    border-left: 3px solid var(--primary);
    border-radius: 6px;
    font-size: 0.95rem;
    color: var(--text-primary);
    transition: 0.3s;
}

.hiw-feature-list li:hover {
    background: rgba(234, 76, 136, 0.14);
    transform: translateX(5px);
}

/* ===== HIW Steps – so-funktionierts.php ===== */
.hiw-steps {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.hiw-steps::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--primary), rgba(234, 76, 136, 0.1));
    border-radius: 2px;
}

.hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, #1e1e1e 0%, #2c2c2c 100%);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: var(--card-shadow);
}

.hiw-step:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(234, 76, 136, 0.1);
    border-color: rgba(234, 76, 136, 0.2);
}

.hiw-step:last-child {
    margin-bottom: 0;
}

.hiw-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #d44179);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(234, 76, 136, 0.4);
}

.hiw-content {
    flex: 1;
}

.hiw-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #fff;
}

.hiw-content > p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0;
}

.hiw-detail {
    margin-top: 12px;
    padding: 15px;
    background: rgba(234, 76, 136, 0.05);
    border-radius: 10px;
    border-left: 3px solid var(--primary);
}

.hiw-detail p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

.hiw-badges {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hiw-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(234, 76, 136, 0.1);
    border-radius: 20px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.hiw-badge svg {
    width: 16px;
    height: 16px;
}

/* ===== Flow Cards (shared: index + so-funktionierts) ===== */
.flow-visual {
    padding: 4rem 0;
}

.flow-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.flow-cards::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(to right, var(--primary), rgba(234, 76, 136, 0.2));
    z-index: 0;
}

.flow-card {
    text-align: center;
    padding: 30px 15px;
    background: linear-gradient(135deg, #1e1e1e 0%, #2c2c2c 100%);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.flow-card:hover {
    transform: translateY(-5px);
}

.flow-card-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    color: var(--primary);
}

.flow-card-icon svg {
    width: 100%;
    height: 100%;
}

.flow-card h4 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 8px;
}

.flow-card p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* ===== Info Cards (shared: index + so-funktionierts) ===== */
.info-section {
    padding: 4rem 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 40px auto 0;
}

.info-card {
    padding: 25px;
    background: linear-gradient(135deg, #1e1e1e 0%, #2c2c2c 100%);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--card-shadow);
    transition: transform 0.3s;
}

.info-card:hover {
    transform: translateY(-3px);
}

.info-card h4 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-card h4 svg {
    width: 22px;
    height: 22px;
    color: var(--primary);
    flex-shrink: 0;
}

.info-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ===== SVG Button Animation (index.php) ===== */
#animation-container {
    animation: buttonSequence 8s infinite;
}
@keyframes buttonSequence {
    0%      { opacity: 1; transform: scale(1); }
    18.75%  { opacity: 1; transform: scale(1); }
    21.25%  { opacity: 1; transform: scale(0.95); }
    23.75%  { opacity: 1; transform: scale(1); }
    25.25%  { opacity: 0; transform: scale(1); }
    87.5%   { opacity: 0; transform: scale(0.8); }
    100%    { opacity: 1; transform: scale(1); }
}

.click-indicator-1 {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    pointer-events: none;
    animation: clickIndicator1 8s infinite;
}

@keyframes clickIndicator1 {
    0%      { opacity: 0; transform: translate(-50%, -50%) scale(0); }
    18.75%  { opacity: 0; transform: translate(-50%, -50%) scale(0); }
    19.375% { opacity: 1; transform: translate(-50%, -50%) scale(0.5); }
    26.875% { opacity: 0; transform: translate(-50%, -50%) scale(2); }
    100%    { opacity: 0; transform: translate(-50%, -50%) scale(0); }
}

.click-indicator-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    bottom: 21px;
    right: 24px;
    transform: translate(50%, 50%) scale(0);
    opacity: 0;
    pointer-events: none;
    animation: clickIndicator2 8s infinite;
}

@keyframes clickIndicator2 {
    0%      { opacity: 0; transform: translate(50%, 50%) scale(0); }
    75%     { opacity: 0; transform: translate(50%, 50%) scale(0); }
    75.625% { opacity: 1; transform: translate(50%, 50%) scale(0.5); }
    83.125% { opacity: 0; transform: translate(50%, 50%) scale(2); }
    100%    { opacity: 0; transform: translate(50%, 50%) scale(0); }
}

#image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: imageSequence 8s infinite;
}

@keyframes imageSequence {
    0%    { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
    30%   { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
    37.5% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    87.5% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    100%  { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
}

/* ===== Responsive – new components ===== */
@media (max-width: 768px) {
    .hiw-detail-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hiw-detail-animation {
        min-height: 200px;
        order: -1;
    }
    .hiw-detail-grid-reverse .hiw-detail-animation {
        order: -1;
    }
    .hiw-detail-grid-reverse .hiw-detail-content {
        order: 0;
    }

    .hiw-steps::before {
        left: 25px;
    }

    .hiw-step {
        flex-direction: column;
        padding: 20px;
    }

    .hiw-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .flow-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .flow-cards::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .flow-cards {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto;
    }
}