* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

body {
    background: #fafafa;
    overflow-x: hidden;
}

.xp47_header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.nv82_nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lg15_logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #40E0D0;
    text-decoration: none;
}

.mn63_menu {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.mn63_menu a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mn63_menu a:hover {
    color: #40E0D0;
}

.hr91_hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-top: 60px;
}

.hr91_glass {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    overflow: hidden;
}

.hr91_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 20px;
}

.hr91_content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hr91_content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hr91_cta {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #40E0D0;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: pointer;
}

.hr91_cta:hover {
    background: #FF69B4;
    transform: translateY(-3px);
}
.sv34_services {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
}

.sv34_container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.sv34_item {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.sv34_item:hover {
    transform: translateY(-5px);
}

.sv34_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.sv34_btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #40E0D0;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1.5rem;
    transition: background 0.3s ease;
}

.sv34_btn:hover {
    background: #FF69B4;
}

.bl45_blog {
    padding: 5rem 2rem;
    background: #fff;
}

.bl45_container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.bl45_card {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.bl45_btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #40E0D0;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.bl45_btn:hover {
    background: #FF69B4;
    transform: translateX(5px);
}

h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #40E0D0;
    border-radius: 2px;
}

h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.pt56_partners {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.pt56_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pt56_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.pt56_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.pt56_item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.pt56_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pt56_btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #40E0D0;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.pt56_btn:hover {
    background: #FF69B4;
}

.tm78_team {
    padding: 5rem 2rem;
    background: #fff;
}

.tm78_img {
    width: 100%;
    max-width: 1200px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto 3rem;
    display: block;
}

.tm78_container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.tm78_member {
    background: linear-gradient(145deg, #ffffff, #f8f8f8);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.tm78_member:hover {
    transform: translateY(-8px);
}

.tm78_btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #40E0D0;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.tm78_btn:hover {
    background: #FF69B4;
    transform: translateX(5px);
}
.ts92_testimonials {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}

.ts92_container {
    max-width: 1200px;
    margin: 0 auto;
}

.ts92_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.ts92_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.ts92_item {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.ts92_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.ts92_btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #40E0D0;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.ts92_btn:hover {
    background: #FF69B4;
}

.pk34_packages {
    padding: 5rem 2rem;
    background: #fff;
}

.pk34_container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.pk34_item {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.pk34_item:hover {
    transform: translateY(-8px);
}

.pk34_btn {
    display: inline-block;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pk34_essential {
    background: #40E0D0;
}

.pk34_business {
    background: #FF69B4;
}

.pk34_enterprise {
    background: #8B4513;
}

.pk34_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.ct67_contact {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.ct67_container {
    max-width: 800px;
    margin: 0 auto;
}

.ct67_form {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.ct67_input_group {
    margin-bottom: 1.5rem;
}

.ct67_input, .ct67_textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.ct67_input:focus, .ct67_textarea:focus {
    border-color: #40E0D0;
    outline: none;
}

.ct67_textarea {
    min-height: 150px;
    resize: vertical;
}

.ct67_submit {
    width: 100%;
    padding: 1rem;
    background: #40E0D0;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ct67_submit:hover {
    background: #FF69B4;
    transform: translateY(-3px);
}

.ft89_footer {
    background: #333;
    color: white;
    padding: 4rem 2rem 2rem;
}

.ft89_container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.ft89_col h3 {
    color: white;
    margin-bottom: 1.5rem;
}

.ft89_nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ft89_nav a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ft89_nav a:hover {
    color: #40E0D0;
}

.ft89_bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #888;
}

.ck23_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.95);
    color: white;
    padding: 1rem;
    display: none;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.ck23_buttons {
    display: flex;
    gap: 1rem;
}

.ck23_accept {
    padding: 0.8rem 1.5rem;
    background: #40E0D0;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ck23_more {
    padding: 0.8rem 1.5rem;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.ck23_accept:hover {
    background: #FF69B4;
}

.ck23_more:hover {
    background: white;
    color: #333;
}

@media (max-width: 1024px) {
    .sv34_container, .bl45_container, .pt56_grid, .tm78_container, .ts92_grid, .pk34_container, .ft89_container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mn63_menu {
        display: none;
    }

    .sv34_container, .bl45_container, .pt56_grid, .tm78_container, .ts92_grid, .pk34_container, .ft89_container {
        grid-template-columns: 1fr;
    }

    .hr91_content h1 {
        font-size: 2.5rem;
    }

    .ct67_form {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 2rem;
    }

    .hr91_content h1 {
        font-size: 2rem;
    }

    .ct67_submit {
        padding: 0.8rem;
    }
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

img {
    max-width: 100%;
    height: auto;
}

::selection {
    background: #40E0D0;
    color: white;
}

.xp47_header {
    height: 80px;
    transition: all 0.3s ease;
}

.xp47_header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.mn63_menu li {
    position: relative;
}

.mn63_menu li::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #40E0D0;
    transition: width 0.3s ease;
}

.mn63_menu li:hover::after {
    width: 100%;
}

.hr91_glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(64, 224, 208, 0.3), rgba(255, 105, 180, 0.3));
    z-index: 0;
    border-radius: 20px;
}

.sv34_item, .bl45_card, .pt56_item, .tm78_member, .ts92_item, .pk34_item {
    position: relative;
    overflow: hidden;
}

.sv34_item::before, .bl45_card::before, .pt56_item::before, .tm78_member::before, .ts92_item::before, .pk34_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #40E0D0, #FF69B4);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.sv34_item:hover::before, .bl45_card:hover::before, .pt56_item:hover::before, .tm78_member:hover::before, .ts92_item:hover::before, .pk34_item:hover::before {
    transform: translateY(0);
}

.ct67_input::placeholder, .ct67_textarea::placeholder {
    color: #999;
    transition: color 0.3s ease;
}

.ct67_input:focus::placeholder, .ct67_textarea:focus::placeholder {
    color: #40E0D0;
}

.ct67_form button:active {
    transform: scale(0.98);
}

.ft89_container {
    position: relative;
}

.ft89_container::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #40E0D0;
}

.ck23_cookie {
    backdrop-filter: blur(10px);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .hr91_glass {
        padding: 2rem;
    }

    .ct67_container {
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .xp47_header {
        height: 70px;
    }

    .lg15_logo {
        font-size: 1.5rem;
    }

    .ck23_cookie {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .hr91_content {
        padding: 2rem 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.pk34_item:focus-within {
    outline: 2px solid #40E0D0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid #40E0D0;
    outline-offset: 3px;
}
