* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'HelveticaNeue LT 53 Ex', Arial, sans-serif;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    position: relative;
    width: 1920px;
    height: 8130px;
    background-color: #000000;
}

/* Header Styles */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 80px;
    background-color: #000000;
    box-shadow: 0px 5px 15px rgba(115, 115, 115, 0.25);
    display: flex;
    align-items: center;
    z-index: 100;
}

.logo {
    position: absolute;
    left: 200px;
    top: 14px;
    width: 248px;
    height: 50px;
}

.logo-text {
    position: absolute;
    left: 265px;
    top: 19px;
    width: 182px;
    height: 40px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    position: absolute;
    left: 823px;
    top: 28px;
}

.nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    /* transition: color 0.3s ease; */
}

.nav-link:hover {
    color: #d30808;
}

.auth-section {
    position: absolute;
    right: 200px;
    top: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.login-btn {
    background: linear-gradient(70deg, #d30808 0%, rgba(220, 42, 36, 0) 100%);
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.login-btn:hover {
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
    position: absolute;
    top: 113px;
    left: 136px;
    width: 1648px;
    height: 1992px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content {
    position: absolute;
    top: 110px;
    left: 410px;
    width: 1100px;
    text-align: center;
}

.welcome-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 38px;
}

.welcome-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 68px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: -255px;
}

.hero-title .highlight {
    font-family: 'HelveticaNeue LT 63 MdEx';
    font-weight: 500;
    color: #d30808;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.get-started-btn {
    background-color: #3b3b3b;
    border: none;
    border-radius: 23px;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: -71%;
}

.get-started-btn:hover {
    background-color: #555555;
}

.action-btn {
    background-color: #d30808;
    border: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.action-btn:hover {
    transform: scale(1.1);
}

.dashboard-preview {
    position: absolute;
    top: 328px;
    left: 208px;
    width: 1244px;
    height: 665px;
    border-radius: 15px;
}

/* About Section */
.about-section {
    position: absolute;
    top: 1177px;
    left: 0;
    width: 1920px;
    height: 1770px;
}

.about-content {
    position: absolute;
    top: 46px;
    left: 199px;
    width: 1524px;
    display: flex;
    gap: 50px;
}

.about-images {
    width: 654px;
    height: 686px;
    position: relative;
}

.about-text {
    width: 683px;
    height: 583px;
    padding-top: 52px;
}

.section-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 68px;
    color: #ffffff;
    margin-bottom: 20px;
}

.section-title .highlight {
    color: #d30808;
}

.section-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

/* Solutions Section */
.solutions-section {
    position: absolute;
    top: 1951px;
    left: 199px;
    width: 1524px;
    height: 995px;
}

.solutions-header {
    text-align: center;
    margin-bottom: 60px;
}

.solutions-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.solution-item {
    width: 304px;
    text-align: center;
}

.solution-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.configuration-panel {
    background-color: rgba(249, 249, 249, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0px 4px 100px rgba(136, 136, 136, 1);
    display: flex;
    gap: 50px;
}

.config-content {
    flex: 1;
}

.config-image {
    width: 495px;
    height: 483px;
    border-radius: 30px;
    border: 8px solid rgba(255, 255, 255, 0.15);
}

/* Technology Section */
.tech-section {
    position: absolute;
    top: 3000px;
    left: 159px;
    width: 1597px;
    height: 640px;
}

.tech-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.tech-images {
    width: 419px;
    height: 566px;
    position: relative;
}

.tech-text {
    width: 1052px;
}

.tech-features {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.tech-feature-left {
    flex: 1;
}

.tech-feature-right {
    width: 494px;
    background-color: #d30808;
    border-radius: 30px;
    padding: 20px;
}

/* Innovation Section */
.innovation-section {
    position: absolute;
    top: 3693px;
    left: 200px;
    width: 1522px;
    height: 597px;
}

.innovation-content {
    display: flex;
    gap: 50px;
}

.innovation-text {
    width: 733px;
}

.innovation-visual {
    width: 788px;
    height: 341px;
    position: relative;
}

.contact-form {
    margin-top: 50px;
    display: flex;
    gap: 30px;
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.form-input {
    flex: 1;
    height: 80px;
    background-color: rgba(184, 184, 184, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0px 4px 100px rgba(136, 136, 136, 1);
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Features Section */
.features-section {
    position: absolute;
    top: 4359px;
    left: 0;
    width: 1920px;
    height: 2110px;
}

.features-header {
    text-align: center;
    margin-bottom: 60px;
}

.feature-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 371px;
}

.feature-card {
    background-color: rgba(27, 27, 27, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0px 4px 100px rgba(136, 136, 136, 1);
    display: flex;
    gap: 50px;
    align-items: center;
}

.feature-content {
    flex: 1;
}

.feature-image {
    width: 600px;
    height: 415px;
    border-radius: 12px;
}

.feature-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.feature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #f5f5f4;
    margin-bottom: 30px;
}

/* Advantages Section */
.advantages-section {
    position: absolute;
    top: 6000px;
    left: 310px;
    width: 1300px;
    height: 435px;
}

.advantages-grid {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.advantage-item {
    width: 356px;
    text-align: center;
}

.advantage-icon {
    width: 41px;
    height: 40px;
    margin: 0 auto 20px;
}

.advantage-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.advantage-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #b8b8b8;
}

/* FAQ Section */
.faq-section {
    position: absolute;
    top: 6500px;
    left: 310px;
    width: 1300px;
    height: 853px;
}

.faq-content {
    display: flex;
    gap: 50px;
    margin-top: 60px;
}

.faq-visual {
    width: 491px;
    height: 599px;
    position: relative;
}

.faq-list {
    width: 728px;
}

.faq-item {
    background-color: rgba(216, 216, 216, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 100px rgba(136, 136, 136, 1);
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.faq-toggle {
    width: 24px;
    height: 24px;
    background-color: #d30808;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.faq-answer {
    padding: 0 20px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active {
    background-color: #d30808;
}

/* CTA Section */
.cta-section {
    position: absolute;
    top: 7400px;
    left: 325px;
    width: 1270px;
    height: 469px;
    text-align: center;
}

.cta-title {
    font-size: 180px;
    font-weight: 800;
    line-height: 216px;
    text-transform: uppercase;
    color: #e8e8e8;
    position: relative;
}

.cta-button {
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background-color: #d30808;
    border-radius: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.cta-button:hover {
    transform: translateX(-50%) scale(1.1);
}

.cta-button-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #ffffff;
    margin-top: 10px;
}

/* Footer */
.footer {
    position: absolute;
    top: 8000px;
    left: 0;
    width: 1920px;
    height: 492px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-content {
    display: flex;
    padding: 61px 325px 0;
    gap: 50px;
}

.footer-left {
    width: 438px;
}

.footer-logo {
    width: 289px;
    height: 82px;
    margin-bottom: 30px;
}

.footer-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-phone {
    background: transparent;
    border: 1px solid #d30808;
    border-radius: 27px;
    padding: 15px 30px;
    color: #d30808;
    font-size: 22px;
    margin-bottom: 30px;
    cursor: pointer;
}

.footer-email {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-email-address {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
}

.footer-right {
    flex: 1;
    display: flex;
    gap: 50px;
}

.footer-column {
    flex: 1;
}

.footer-column h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #d30808;
    margin-bottom: 30px;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 15px;
}

.footer-column a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #d30808;
}

.footer-bottom {
    position: absolute;
    bottom: -6px;
    left: 325px;
    right: 325px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
}

.copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #ffffff;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 36px;
    height: 36px;
    border: 1px solid #d30808;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.social-link:hover {
    background-color: #d30808;
}
.rotated-text {
    display: inline-block;
    transform: rotate(180deg);
}
.main-content {
    position: relative;
    z-index: 2;
}

.privacy-content {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.privacy-section {
    margin-bottom: 36px;
    padding: 36px 24px 28px 24px;
    border-radius: 22px;
    background: linear-gradient(120deg, #ffe0ec 0%, #e0f7fa 100%);
    box-shadow: 0 2px 16px rgba(211, 8, 8, 0.07);
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.privacy-section:nth-child(even) {
    background: linear-gradient(120deg, #e0f7fa 0%, #ffe0ec 100%);
}

.privacy-section:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 8px 32px rgba(211, 8, 8, 0.13);
}

.section-heading {
    font-size: 2.1rem;
    color: #d30808;
    font-weight: 800;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px #fff3f3;
}

.section-number {
    background: linear-gradient(135deg, #d30808 60%, #ffb347 100%);
    color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 2px 8px #ffd6d6;
}

.section-content {
    font-size: 1.13rem;
    color: #2d2d2d;
    line-height: 1.8;
    margin-left: 8px;
}

.privacy-intro .intro-text {
    font-size: 1.18rem;
    color: black;
    margin-bottom: 24px;
    /* background: linear-gradient(90deg, #d30808 0%, #ffb347 100%); */
    border-left: 6px solid #d30808;
    padding: 20px 26px;
    border-radius: 12px;
    box-shadow: 0 2px 12px #ffd6d6;
}

.security-features {
    margin-top: 18px;
}

.security-features h3 {
    font-size: 1.13rem;
    color: #d30808;
    margin-bottom: 8px;
    font-weight: 700;
}

.security-list {
    padding-left: 22px;
    color: #222;
    margin-bottom: 0;
}

.security-list li {
    margin-bottom: 7px;
    list-style: none;
    position: relative;
    padding-left: 28px;
}

.security-list li:before {
    content: '\2714';
    color: #d30808;
    font-size: 1.1em;
    position: absolute;
    left: 0;
    top: 0;
}

.cancellation-notice {
    background: linear-gradient(90deg, #fff3f3 60%, #ffe0ec 100%);
    border-left: 6px solid #d30808;
    padding: 14px 20px;
    border-radius: 8px;
    margin-top: 14px;
    color: #b80000;
    font-weight: 500;
}

.contact-section .section-heading {
    color: #fff;
    font-size: 1.6rem;
    background: linear-gradient(90deg, #d30808 0%, #ffb347 100%);
    border-radius: 8px 8px 0 0;
    padding: 10px 18px;
    margin: -36px -24px 18px -24px;
    box-shadow: 0 2px 8px #ffd6d6;
}

.contact-info {
    background: linear-gradient(90deg, #e0f7fa 0%, #ffe0ec 100%);
    border-radius: 0 0 12px 12px;
    padding: 18px 26px;
    margin-top: 0;
    color: #222;
    font-size: 1.13rem;
    box-shadow: 0 2px 8px #ffd6d6;
}

.contact-info p {
    margin: 8px 0;
    font-weight: 500;
}

.contact-info strong {
    color: #d30808;
}

/* Add icon to section headings */
.section-heading:before {
    content: '\1F4DD';
    /* Memo emoji */
    font-size: 1.3em;
    margin-right: 10px;
    color: #ffb347;
    filter: drop-shadow(0 1px 2px #fff3f3);
}

.contact-section .section-heading:before {
    content: '\2709';
    /* Envelope emoji */
    color: #fff;
}
/* Responsive Design */
@media (max-width: 768px) {
    .container {
        width: 100%;
        height: auto;
    }

    .header {
        width: 100%;
        padding: 0 20px;
    }

    .nav-menu {
        display: none;
    }

    .hero-content {
        width: 90%;
        left: 5%;
    }

    .hero-title {
        font-size: 36px;
        line-height: 48px;
        margin-left: -10%;
    }

    .about-content,
    .tech-content,
    .innovation-content {
        flex-direction: column;
        gap: 30px;
    }

    .solutions-grid,
    .advantages-grid {
        flex-direction: column;
        gap: 30px;
    }

    .faq-content {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        padding: 30px 20px;
    }
   
}