* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 32px;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

.page-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 2px solid #DC2855;
    padding: 26px 0;
    position: relative;
    width: 100%;
}

.nav-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    font-size: 64px;
    font-weight: bold;
    color: #DC2855;
    text-decoration: none;
}

.main-nav {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    text-align: right;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
}

.main-nav.visible {
    opacity: 1;
    visibility: visible;
}

.nav-list {
    list-style: none;
    display: inline-block;
}

.nav-item {
    display: inline-block;
    margin-left: 42px;
}

.nav-link {
    color: #333333;
    text-decoration: none;
    font-size: 32px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #DC2855;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 64px;
    color: #DC2855;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 26px;
}

.masthead {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 500px;
    background-color: #f0f0f0;
    padding: 68px 0;
}

.header-block-left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 42px;
    border-right: 3px solid #DC2855;
}

.header-block-right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 42px;
}

.masthead h1 {
    font-size: 128px;
    line-height: 1.2;
    color: #DC2855;
    margin-bottom: 26px;
}

.masthead p {
    font-size: 32px;
    color: #333333;
    margin-bottom: 42px;
}

.action-link {
    display: inline-block;
    padding: 16px 42px;
    background-color: #DC2855;
    color: #ffffff;
    text-decoration: none;
    font-size: 32px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.action-link:hover {
    background-color: #1DB48E;
}

.contact-button {
    display: inline-block;
    padding: 16px 42px;
    background-color: #1DB48E;
    color: #ffffff;
    text-decoration: none;
    font-size: 32px;
    border-radius: 4px;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.contact-button:hover {
    background-color: #DC2855;
}

.submit-form {
    display: inline-block;
    padding: 16px 68px;
    background-color: #DC2855;
    color: #ffffff;
    font-size: 32px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-form:hover {
    background-color: #1DB48E;
}

.article-section {
    padding: 68px 0;
    width: 100%;
}

.content-block {
    padding: 42px 0;
    background-color: #ffffff;
}

.information-area {
    padding: 68px 0;
    background-color: #f0f0f0;
}

.detail-section {
    padding: 42px 0;
}

.content-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.layout-wrapper {
    display: table;
    width: 100%;
    table-layout: auto;
}

.section-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
    padding: 26px;
}

.table-cell-33 {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
    padding: 26px;
}

.table-cell-50 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 26px;
}

.table-cell-25 {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 26px;
}

.content-card {
    background-color: #ffffff;
    padding: 42px;
    border: 1px solid #e0e0e0;
    margin-bottom: 26px;
    transition: transform 0.3s;
}

.content-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(220, 40, 85, 0.15);
}

.information-box {
    background-color: #f0f0f0;
    padding: 26px;
    border-left: 4px solid #DC2855;
    margin-bottom: 26px;
}

.feature-panel {
    background-color: #ffffff;
    padding: 42px;
    text-align: center;
    border: 2px solid #1DB48E;
    margin-bottom: 26px;
}

.detail-card {
    background-color: #ffffff;
    padding: 26px;
    border: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

.text-columns-3 {
    column-count: 3;
    column-gap: 42px;
    column-rule: 1px solid #e0e0e0;
}

h1 {
    font-size: 128px;
    line-height: 1.2;
    margin-bottom: 26px;
    color: #DC2855;
}

h2 {
    font-size: 64px;
    line-height: 1.3;
    margin-bottom: 26px;
    color: #333333;
}

h3 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
    color: #DC2855;
}

h4 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
    color: #333333;
}

p {
    margin-bottom: 26px;
    font-size: 32px;
}

ul, ol {
    margin-bottom: 26px;
    margin-left: 42px;
    font-size: 32px;
}

li {
    margin-bottom: 10px;
}

a {
    color: #DC2855;
    transition: color 0.3s;
}

a:hover {
    color: #1DB48E;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.form-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.form-group {
    margin-bottom: 26px;
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    color: #333333;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 16px;
    font-size: 32px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: Georgia, 'Times New Roman', serif;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: #DC2855;
}

.form-textarea {
    min-height: 150px;
    resize: vertical;
}

.footer-main {
    background-color: #333333;
    color: #ffffff;
    padding: 68px 0 26px 0;
}

.footer-content {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.footer-cell {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
    padding: 26px;
}

.footer-heading {
    font-size: 32px;
    color: #DC2855;
    margin-bottom: 16px;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}

.footer-link:hover {
    color: #1DB48E;
}

.footer-bottom {
    text-align: center;
    padding: 26px 0;
    border-top: 1px solid #555555;
    margin-top: 42px;
    font-size: 32px;
}

.highlight-pink {
    color: #DC2855;
    font-weight: bold;
}

.highlight-teal {
    color: #1DB48E;
    font-weight: bold;
}

.bg-pink {
    background-color: #DC2855;
    color: #ffffff;
}

.bg-teal {
    background-color: #1DB48E;
    color: #ffffff;
}

.bg-accent {
    background-color: #F4835D;
    color: #ffffff;
}

.bg-light {
    background-color: #f0f0f0;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-68 {
    margin-bottom: 68px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-42 {
    margin-top: 42px;
}

.pt-68 {
    padding-top: 68px;
}

.pb-68 {
    padding-bottom: 68px;
}

.testimonial-card {
    background-color: #f0f0f0;
    padding: 42px;
    border-left: 6px solid #1DB48E;
    margin-bottom: 42px;
}

.testimonial-text {
    font-size: 32px;
    font-style: italic;
    margin-bottom: 26px;
    color: #333333;
}

.testimonial-author {
    font-size: 32px;
    font-weight: bold;
    color: #DC2855;
}

.pricing-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pricing-column {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
    padding: 26px;
}

.pricing-card {
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    padding: 42px;
    text-align: center;
}

.pricing-card.featured {
    border-color: #DC2855;
    border-width: 4px;
}

.pricing-title {
    font-size: 64px;
    color: #DC2855;
    margin-bottom: 26px;
}

.pricing-amount {
    font-size: 128px;
    color: #333333;
    margin-bottom: 26px;
}

.pricing-feature {
    font-size: 32px;
    margin-bottom: 16px;
    color: #333333;
}

.service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 26px auto;
    background-color: #DC2855;
    border-radius: 50%;
}

.stats-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.stat-cell {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    padding: 42px;
}

.stat-number {
    font-size: 128px;
    color: #DC2855;
    font-weight: bold;
    display: block;
    margin-bottom: 16px;
}

.stat-label {
    font-size: 32px;
    color: #333333;
}

.divider-line {
    height: 2px;
    background-color: #DC2855;
    margin: 68px 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1050px) {
    body {
        font-size: 28px;
    }

    .logo {
        font-size: 56px;
    }

    .nav-link {
        font-size: 28px;
    }

    .masthead h1 {
        font-size: 96px;
    }

    h1 {
        font-size: 96px;
    }

    h2 {
        font-size: 56px;
    }

    .action-link,
    .contact-button,
    .submit-form {
        font-size: 28px;
    }

    .pricing-amount {
        font-size: 96px;
    }

    .stat-number {
        font-size: 96px;
    }
}

@media screen and (max-width: 850px) {
    body {
        font-size: 24px;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-container {
        display: block;
    }

    .logo {
        display: block;
        width: 100%;
        font-size: 48px;
    }

    .main-nav {
        display: block;
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        background-color: #ffffff;
        border-top: 2px solid #DC2855;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }

    .main-nav.visible {
        opacity: 1;
        visibility: visible;
    }

    .nav-list {
        display: block;
        width: 100%;
    }

    .nav-item {
        display: block;
        margin-left: 0;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-link {
        display: block;
        padding: 16px 26px;
        font-size: 24px;
    }

    .masthead {
        display: block;
        padding: 42px 0;
    }

    .header-block-left,
    .header-block-right {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #DC2855;
        padding: 26px;
    }

    .header-block-right {
        border-bottom: none;
    }

    .masthead h1 {
        font-size: 64px;
    }

    .masthead p {
        font-size: 24px;
    }

    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 48px;
    }

    h3, h4 {
        font-size: 24px;
    }

    p, ul, ol {
        font-size: 24px;
    }

    .content-table,
    .layout-wrapper,
    .section-grid {
        display: block;
    }

    .table-cell,
    .table-cell-33,
    .table-cell-50,
    .table-cell-25 {
        display: block;
        width: 100%;
    }

    .text-columns-3 {
        column-count: 1;
    }

    .footer-content {
        display: block;
    }

    .footer-cell {
        display: block;
        width: 100%;
    }

    .pricing-table {
        display: block;
    }

    .pricing-column {
        display: block;
        width: 100%;
        margin-bottom: 26px;
    }

    .stats-table {
        display: block;
    }

    .stat-cell {
        display: block;
        width: 100%;
    }

    .action-link,
    .contact-button,
    .submit-form {
        font-size: 24px;
        padding: 16px 26px;
    }

    .pricing-title {
        font-size: 48px;
    }

    .pricing-amount {
        font-size: 64px;
    }

    .stat-number {
        font-size: 64px;
    }
}

@media screen and (max-width: 575px) {
    body {
        font-size: 20px;
    }

    .container {
        width: 95%;
    }

    .navbar {
        padding: 16px 0;
    }

    .logo {
        font-size: 40px;
    }

    .mobile-menu-toggle {
        font-size: 48px;
        right: 16px;
        top: 16px;
    }

    .masthead {
        padding: 26px 0;
    }

    .masthead h1 {
        font-size: 48px;
    }

    .masthead p {
        font-size: 20px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3, h4 {
        font-size: 20px;
    }

    p, ul, ol {
        font-size: 20px;
    }

    .nav-link {
        font-size: 20px;
    }

    .action-link,
    .contact-button,
    .submit-form {
        font-size: 20px;
        padding: 10px 16px;
    }

    .content-card,
    .feature-panel {
        padding: 26px;
    }

    .article-section,
    .information-area {
        padding: 42px 0;
    }

    .content-block,
    .detail-section {
        padding: 26px 0;
    }

    .footer-main {
        padding: 42px 0 16px 0;
    }

    .testimonial-card {
        padding: 26px;
    }

    .pricing-card {
        padding: 26px;
    }

    .pricing-title {
        font-size: 36px;
    }

    .pricing-amount {
        font-size: 48px;
    }

    .pricing-feature {
        font-size: 20px;
    }

    .stat-number {
        font-size: 48px;
    }

    .stat-label {
        font-size: 20px;
    }

    .form-input,
    .form-textarea,
    .form-select,
    .form-label {
        font-size: 20px;
    }
}
