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

html, body {
    font-family: var(--body-font);
    line-height: 1.75;
    color: var(--text-color);
    background: var(--background-color);
    font-weight: 400;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.01em;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    overflow-x: hidden;
}

main {
    flex: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-color);
    margin-bottom: 0.75em;
    letter-spacing: -0.015em;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

h3 {
    font-size: 1.625rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

h5 {
    font-size: 1.125rem;
    font-weight: 500;
}

h6 {
    font-size: 1rem;
    font-weight: 500;
}

p {
    font-family: var(--body-font);
    line-height: 1.8;
    margin-bottom: 1.25em;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: -0.01em;
}

button, .btn, .cta-button, input[type="submit"] {
    font-family: var(--body-font);
    font-weight: 500;
    letter-spacing: 0;
}

span, div, a, li {
    font-family: var(--body-font);
    letter-spacing: -0.01em;
}

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    overflow: visible;
}

.header {
    background-color: #fff;
    z-index: 1000;
    min-height: 60px;
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.whatsapp-btn {
    position: fixed;
    bottom: 80px;
    right: 23px;
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.whatsapp-btn.move-down {
    bottom: 20px;
}

.whatsapp-svg-icon {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.whatsapp-btn:focus {
    outline: 2px solid #25D366;
    outline-offset: 2px;
}

.clickable {
    cursor: pointer;
    transition: all 0.3s ease;
}

.clickable:hover {
    opacity: 0.8;
}

.fa, .fas, .far, .fal, .fad, 
i[class*="fa-"], 
span[class*="fa-"],
.fa::before, .fas::before, .far::before {
    font-style: normal !important;
    font-weight: 900 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 6 Free" !important;
}

.fab,
.fab::before {
    font-style: normal !important;
    font-weight: 400 !important;
    font-family: "Font Awesome 6 Brands" !important;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 15px;
    overflow: visible;
    min-height: 60px;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 120px;
}

.logo a {
    text-decoration: none;
    color: inherit;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    text-decoration: none;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
    font-family: var(--heading-font);
    letter-spacing: -0.02em;
    line-height: 1.2;
    display: block;
}

.logo-subtitle {
    font-size: 11px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--font-family);
    letter-spacing: 0.3px;
    display: block;
    line-height: 1;
}

.phone-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.phone-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.phone-details {
    display: flex;
    flex-direction: column;
}

.phone-label {
    font-size: 12px;
    color: #666;
    line-height: 1.2;
}

.phone-number {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.phone-link {
    color: inherit;
    text-decoration: none;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--dark-color);
    font-size: 24px;
    cursor: pointer;
}

.desktop-nav {
    flex: 1;
    margin: 0 20px;
}

.horizontal-menu {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    justify-content: center;
}

.horizontal-menu.menu-align-right {
    justify-content: flex-end;
}

.menu-item {
    display: block;
    padding: 15px 20px;
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--body-font);
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: -0.01em;
}

.menu-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #e9ecef;
}

.menu-item:last-child::after {
    display: none;
}

.menu-item:hover {
    background: white;
    color: var(--dark2-color);
}

.blog-posts {
    padding: 20px 0;
    margin-top: 20px;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 0px;
    min-height: 320px;
    will-change: contents;
    transform: translateZ(0);
}

.post-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    will-change: transform;
    min-height: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.post-image {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    background: #f5f5f5;    
    flex-shrink: 0;
}

.post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all 0.3s ease;
    will-change: transform;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.post-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.post-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-title a {
    color: inherit;
    text-decoration: none;
}

.post-title a:hover {
    color: var(--primary-color);
}

.post-snippet {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-top: auto;
}

.post-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 5px;
}


.footer {
    background: var(--primary-color);
    color: #fff;
    padding: 40px 0 0;
    margin-top: 0;
    border-top: 1px solid var(--primary-color);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-logo-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.footer-description {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

.footer-disclaimer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.6;
    margin: 12px 0 0 0;
    font-style: italic;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 15px;
    font-style: normal;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.contact-link span {
    color: #fff;
}

.contact-item i {
    width: 18px;
    color: var(--light-color);
    flex-shrink: 0;
    font-size: 16px;
    text-align: center;
}

.contact-note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 0;
    padding-left: 0;
    font-style: italic;
    max-width: 250px;
}


.footer-bottom {
    background: var(--secondary-color);
    margin-top: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-alt {
    background: var(--primary-color);
    filter: brightness(0.85);
    margin-top: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.payment-label {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.payment-icons {
    display: flex;
    gap: 8px;
    border-radius: 20px;
}

.payment-icon {
    font-size: 16px;
    color: var(--light-color);
}

.payment-text {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 23px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    z-index: 1000;
}

.scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top-btn:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.mobile-menu-overlay.show {
    display: block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: white;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.show {
    left: 0;
}

.mobile-menu-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu-header .menu-title {
    margin: 0;
    font-size: 18px;
    color: var(--primary-color);
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.mobile-menu-close:hover {
    color: var(--primary-color);
}

.mobile-menu-content {
    padding: 0;
}

.mobile-menu-item {
    border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mobile-menu-link:hover {
    background: #f8f9fa;
    color: var(--primary-color);
}

.mobile-menu-link i {
    margin-right: 10px;
    width: 16px;
    color: #6c757d;
}

@media (max-width: 768px) {
    .header {
        position: sticky;
        top: 0;
    }

    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        order: 1;
        color: #333;
        font-weight: normal;
    }

    .mobile-menu-toggle:hover {
        background: var(--primary-color);
        color: white;
        border-color: var(--primary-color);
    }

    .logo {
        order: 2;
        flex: 1;
        display: flex;
        justify-content: center;
        min-width: 0;
    }
    
    .logo-wrapper {
        align-items: flex-start;
        text-align: left;
    }
    
    .logo-text {
        font-size: 20px;
    }
    
    .logo-subtitle {
        font-size: 10px;
    }
    
    .package-savings {
        width: 45px;
        height: 45px;
        top: 5px;
        right: 5px;
    }
    
    .package-savings .discount-percent {
        font-size: 16px;
        margin-bottom: 2px;
    }
    
    .package-savings .discount-label {
        font-size: 7px;
    }

    .phone-info {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        order: 3;
    }

    .phone-info .phone-icon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .phone-info .phone-label {
        font-size: 10px;
        color: #666;
    }

    .phone-info .phone-number {
        font-size: 12px;
        font-weight: 600;
        color: #333;
    }

    .mobile-menu-toggle i {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 16px;
        color: #333;
    }

    .mobile-menu-toggle:hover i {
        color: white;
    }

    .user-actions {
        order: 3;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
    
    .mobile-menu-toggle {
        order: 1;
        flex-shrink: 0;
    }
    
    .logo {
        order: 2;
        flex: 1;
        text-align: center;
    }
    
    .phone-info {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        order: 3;
    }
    
    .phone-info .phone-icon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    
    .phone-info .phone-details {
        display: flex;
        flex-direction: column;
    }
    
    .phone-info .phone-label {
        font-size: 10px;
        color: #666;
    }
    
    .phone-info .phone-number {
        font-size: 12px;
        font-weight: 600;
        color: #333;
    }

    .header-bottom {
        display: none;
    }

    .main-nav {
        display: none;
    }

    .desktop-nav {
        display: none;
    }

    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .promo-banner {
        padding: 6px 0;
    }
    
    .promo-text-container span {
        padding: 0 30px !important;
        font-size: 14px !important;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-column.footer-logo {
        grid-column: 1 / -1;
        text-align: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    
    .payment-methods {
        flex-direction: row;
        gap: 8px;
    }
    
    .payment-label {
        font-size: 12px;
    }
    
    .payment-text {
        font-size: 12px;
    }

    .whatsapp-btn {
        width: 45px;
        height: 45px;
        bottom: 70px;
        right: 20px;
        font-size: 20px;
    }
    
    .whatsapp-btn.move-down {
        bottom: 20px;
    }
    
    .whatsapp-svg-icon {
        width: 28px;
        height: 28px;
    }
    
    .scroll-to-top-btn {
        width: 45px;
        height: 45px;
        right: 20px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .legal-container {
        padding: 30px 0;
    }
    
    .legal-container .legal-content {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .legal-title {
        font-size: 26px;
    }
    
    .legal-body h2 {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .legal-container .legal-content {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 8px;
        max-width: 100%;
        overflow: hidden;
    }
    
    .logo-text {
        font-size: 18px;
    }
    
    .logo-subtitle {
        font-size: 9px;
    }
    
    .package-savings {
        width: 40px;
        height: 40px;
        top: 3px;
        right: 3px;
    }
    
    .package-savings .discount-percent {
        font-size: 14px;
        margin-bottom: 1px;
    }
    
    .package-savings .discount-label {
        font-size: 6px;
        letter-spacing: 0.2px;
    }
    
    .free-shipping-badge {
        font-size: 7px;
        padding: 2px 4px;
        white-space: normal;
        max-width: 45px;
        line-height: 1.1;
        text-align: center;
    }

    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .footer .container {
        padding: 0 12px;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-column.footer-logo {
        text-align: center;
    }

    .footer-links-wrapper {
        display: grid;
        gap: 20px;
    }
    
    .payment-methods {
        flex-direction: row;
        gap: 8px;
    }
    
    .payment-label {
        font-size: 11px;
    }
    
    .payment-icons {
        padding: 5px 10px;
    }
    
    .payment-icon {
        font-size: 14px;
    }
    
    .payment-text {
        font-size: 11px;
    }

    .footer-column.footer-contact {
        text-align: center;
    }

    .footer-column {
        text-align: center;
        align-items: center;
    }

    .footer-column-title {
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-links li {
        text-align: center;
    }

    .contact-item {
        align-items: center;
        text-align: center;
    }
    
    .contact-link {
        justify-content: center;
    }
    
    .contact-note {
        text-align: center;
        max-width: 200px;
        font-size: 10px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .legal-container {
        padding: 25px 0;
    }
    
    .legal-container .legal-content {
        padding: 20px 15px;
        margin: 0 10px;
    }
    
    .legal-title {
        font-size: 22px;
    }
    
    .legal-body h2 {
        font-size: 18px;
    }
    
    .legal-body h3 {
        font-size: 16px;
    }
    
    .contact-container {
        padding: 15px 0;
    }
    
    .contact-content {
        gap: 20px;
    }
    
    .form-header {
        padding: 20px 15px;
    }
    
    .form-header h2 {
        font-size: 18px;
        gap: 5px;
    }
    
    .contact-form {
        padding: 20px 15px;
    }
    
    .info-list,
    .quick-actions,
    .faq-list {
        padding: 12px;
    }
    
    .info-header,
    .quick-header,
    .faq-header {
        padding: 12px;
    }
    
    .quick-action {
        padding: 12px;
    }
    
    .submit-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .legal-highlight {
        padding: 15px;
    }
    
    .legal-highlight::before {
        top: 15px;
        left: 15px;
    }
    
    .legal-highlight p {
        margin-left: 30px;
        font-size: 14px;
    }
    
    .legal-nav {
        padding: 12px 15px;
    }
    
    .legal-body table {
        font-size: 14px;
    }
    
    .legal-body th,
    .legal-body td {
        padding: 8px 10px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-form-section {
        order: 1;
    }

    .contact-info-section {
        order: 2;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }
    
    .contact-additional-info {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modern-breadcrumb {
        padding: 12px 0px;
        margin: 15px 0px;
        font-size: 13px;
    }
}

.blog-header {
    background: white;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.blog-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.blog-description {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.pagination .current {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.legal-container {
    padding: 40px 0;
}

.legal-container .legal-content {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.legal-header {
    margin-bottom: 30px;
}

.legal-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-family: var(--font-family);
}

.legal-meta {
    color: #666;
    font-size: 14px;
}

.legal-body {
    line-height: 1.8;
    color: #444;
    font-family: var(--font-family);
}

.legal-body h2 {
    color: var(--primary-color);
    margin: 30px 0 15px;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-family);
}

.legal-body h3 {
    color: #333;
    margin: 25px 0 12px;
    font-size: 20px;
}

.legal-body p {
    margin-bottom: 20px;
}

.legal-body ul,
.legal-body ol {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-body ul li,
.legal-body ol li {
    margin-bottom: 10px;
}

.legal-body strong {
    color: #333;
    font-weight: 600;
}

.legal-body em {
    font-style: italic;
    color: #555;
}

.legal-body a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.legal-body a:hover {
    text-decoration: underline;
    color: #1e4a7a;
}

.legal-body blockquote {
    background: #f8f9fa;
    border-left: 4px solid var(--primary-color);
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

.legal-body code {
    background: #f1f3f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #d63384;
}

.legal-body pre {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #e9ecef;
}

.legal-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.legal-body th,
.legal-body td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.legal-body th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid var(--primary-color);
}

.legal-body tr:hover {
    background: #f8f9fa;
}

.legal-body hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, var(--primary-color), transparent);
    margin: 30px 0;
}

.legal-highlight {
    background: #f5f1e8;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
}

.legal-highlight::before {
    content: '\f05a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--primary-color);
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.legal-highlight p {
    margin-left: 35px;
    margin-bottom: 0;
    color: #1565c0;
    font-weight: 500;
}

.legal-nav {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    border-left: 4px solid var(--primary-color);
}

.legal-nav h4 {
    margin: 0 0 10px 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.legal-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-nav li {
    margin-bottom: 5px;
}

.legal-nav a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.legal-nav a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.legal-nav a::before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    color: var(--primary-color);
}

.contact-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 0px 0;
}

.modern-breadcrumb {
    padding: 0px 0px;
    margin: 25px 0px;
    font-size: 14px;
}

.modern-breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.modern-breadcrumb a:hover {
    text-decoration: underline;
}

.modern-breadcrumb .separator {
    margin: 0 10px;
    color: #ccc;
}

.modern-breadcrumb .current {
    color: #666;
    font-weight: 600;
}

.contact-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.contact-form-section {
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.form-card {
    padding: 0;
}

.form-header {
    background: var(--primary-color);
    color: white;
    padding: 1px 30px;
}

.form-header h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white !important;
}

.form-header h2 i {
    color: white !important;
    font-size: 24px;
}

.form-header p {
    margin: 0;
    opacity: 0.9;
    font-size: 14px;
    color: white !important;
}

.contact-form {
    padding: 30px;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

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

.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.form-group label i {
    color: var(--primary-color);
    margin-right: 8px;
    font-size: 14px;
    width: 16px;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-family: var(--font-family);
    font-size: 14px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
    background: white;
    cursor: text;
    position: relative;
    z-index: 2;
}

.input-group input:focus,
.input-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(48, 93, 158, 0.1);
}

.input-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 16px 25px;
    border-radius: 8px;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.submit-btn:hover {
    background: #1e4a7a;
    transform: translateY(-2px);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.submit-btn:hover .btn-arrow {
    transform: translateX(3px);
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-card,
.quick-actions-card,
.faq-card {
    background: white;
    border-radius: 8px;
    padding: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.info-header,
.quick-header,
.faq-header {
    background: var(--primary-color);
    padding: 10px 20px;
    border-bottom: 1px solid #e9ecef;
}

.info-header h3,
.quick-header h3,
.faq-header h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-header h3 i,
.quick-header h3 i,
.faq-header h3 i {
    color: #ffffff !important;
    font-size: 20px;
}

.quick-header p {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #ffffff !important;
}

.info-list {
    padding: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.info-icon i {
    color: white;
    font-size: 18px;
}

.info-content h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.info-content p {
    margin: 0;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.5;
}

.info-content a {
    color: #000000;
    text-decoration: none;
}

.info-content a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.quick-actions {
    padding: 20px;
}

.quick-action {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border: 1px solid #f1f3f4;
    color: inherit;
}

.quick-action:last-child {
    margin-bottom: 0;
}

.quick-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

.quick-action.phone:hover {
    background: #f5f1e8;
    border-color: var(--primary-color);
}

.quick-action.email:hover {
    background: #fff3e0;
    border-color: #ff9800;
}

.action-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff4e50, #ff6b6b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.phone .action-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.email .action-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}

.action-icon i {
    color: white;
    font-size: 18px;
}

.action-content {
    flex: 1;
}

.action-content h4 {
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.action-content p {
    margin: 0;
    font-size: 12px;
    color: #6c757d;
}

.action-arrow {
    color: #dee2e6;
    transition: all 0.3s ease;
}

.quick-action:hover .action-arrow {
    color: #ff4e50;
    transform: translateX(3px);
}

.faq-list {
    padding: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item h4 {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.faq-item p {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
}

.contact-additional-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.info-section {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
}

.info-section h3 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.info-section p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.page-content {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.order-page-container {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
}

.page-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
}

.page-content h2 {
    color: var(--primary-color);
    margin: 30px 0 15px;
    font-size: 24px;
    border-bottom: none;
    padding-bottom: 0;
}

.page-content h3 {
    color: #333;
    margin: 25px 0 12px;
    font-size: 20px;
}

.page-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #444;
}

.page-content ul, .page-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.page-content li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.page-content a {
    color: var(--primary-color);
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}

.page-content strong {
    color: #333;
}

.post-header {
    background: white;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.post-title-single {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.post-meta-single {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
}

.post-content {
    background: white;
    padding: 40px 0;
    max-width: 800px;
    margin: 0 auto;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin: 30px 0 15px 0;
    color: #333;
}

.post-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #555;
}

.post-content ul,
.post-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.post-content li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.sidebar-widget {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.widget-content ul {
    list-style: none;
    padding: 0;
}

.widget-content li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.widget-content li:last-child {
    border-bottom: none;
}

.widget-content a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget-content a:hover {
    color: var(--primary-color);
}

.comments-section {
    background: white;
    padding: 40px 0;
    margin-top: 20px;
}

.comments-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.search-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.search-button {
    padding: 12px 20px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background: var(--primary-dark);
}

.archive-header {
    background: white;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.archive-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.archive-description {
    font-size: 16px;
    color: #666;
}

.custom-homepage {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-color), #E6B885);
    color: white;
    padding: 60px 30px;
    text-align: center;
}

.hero-content {
    max-width: 600px;
    margin: 0 auto;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-description {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background: white;
    color: var(--primary-color);
    border-color: white;
}

.btn-primary:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-secondary:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
}

.features-section,
.contact-section {
    padding: 60px 30px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-card,
.contact-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.feature-card:hover,
.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: white;
}

.feature-icon,
.contact-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: white;
}

.feature-card h3,
.contact-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.feature-card p,
.contact-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.contact-card a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.contact-card a:hover {
    text-decoration: underline;
}

.contact-section {
    background: #f8f9fa;
}

.products-section {
    padding: 20px 0;
    margin-top: 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 0px;
    min-height: 320px;
    will-change: contents;
    transform: translateZ(0);
}

.product-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.05);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    cursor: pointer;
    min-height: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(2px);
}

.product-card:hover {
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.15);
    border-color: rgba(15, 23, 42, 0.08);
}


.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(255, 78, 80, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.featured-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--secondary-color);
    color: var(--dark-color);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.product-image {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    background: #f5f5f5;    
    flex-shrink: 0;
}

.product-image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 1;
}

.no-image-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 36px;
}

.image-divider {
    height: 1px;
    background: linear-gradient(to right, transparent 12px, #e0e0e0 20px, #e0e0e0 calc(100% - 20px), transparent calc(100% - 12px));
    margin: 0;
}

.package-savings {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-family: var(--font-family);
}

.package-savings .discount-percent {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.package-savings .discount-label {
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.package-savingsx {
    position: absolute;
    top: -9px;
    right: 12px;
    background: #d4edda;
    color: #155724;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid #c3e6cb;
}


.package-options-section {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.package-options-section h4 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family);
}

.package-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.package-option {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    background: white;
}

.package-option:hover {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.05);
}

.package-option.active {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.05);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.15);
}

.package-radio {
    display: flex;
    align-items: center;
    height: 100%;
}

.package-radio input {
    display: none;
}

.package-option .radio-custom {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease;
    background: white;
}

.package-option .radio-custom::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.2s ease;
    display: none;
    opacity: 0;
}

.package-option.active .radio-custom {
    border-color: #28a745;
    background: #28a745;
    border-width: 2px;
}

.package-option.active .radio-custom::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    opacity: 1;
    z-index: 1;
}

.package-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.btn-order {
    width: 100%;
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-family);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-order:hover {
    transform: translateY(-2px);
}

.btn-whatsapp {
    width: 100%;
    background: #25D366;
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-family);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.btn-whatsapp:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.btn-whatsapp i {
    font-size: 20px;
}

.btn-order:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-primary {
    flex: 1;
    padding: 10px 16px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary:hover {
    background: var(--primary-dark);
}

.btn-primary i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(4px);
}


.checkout-container {
    min-height: 100vh;
    padding: 40px 0;
    font-family: var(--font-family);
}

.checkout-header {
    text-align: center;
    margin-bottom: 40px;
}

.checkout-header h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-family: var(--font-family);
    font-weight: 600;
}

.checkout-header p {
    color: #6c757d;
    font-size: 16px;
    font-family: var(--font-family);
}

.checkout-content {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 25px;
    margin-top: 40px;
}

.checkout-form-section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.checkout-summary-section {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.mobile-package-section {
    display: none;
}

.order-summary {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-section {
    padding: 30px;
    border-bottom: 1px solid #e9ecef;
}

.form-section:last-child {
    border-bottom: none;
}

.section-title {
    background: #f8f9fa;
    padding: 20px 30px;
    margin: -30px -30px 20px -30px;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
}

.section-title i {
    color: var(--primary-color);
}

.summary-title {
    background: #f8f9fa;
    padding: 20px 30px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
}

.summary-title i {
    color: var(--primary-color);
}

.summary-items {
    padding: 30px;
    border-bottom: 1px solid #e9ecef;
}

.summary-totals {
    padding: 30px;
    border-bottom: 1px solid #e9ecef;
}

.order-actions {
    padding: 30px;
}

@media (max-width: 992px) {
    .checkout-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .checkout-form-section {
        order: 1;
    }
    
    .checkout-summary-section {
        position: static;
        order: 2;
    }
    
    .mobile-package-section {
        display: block !important;
    }
    
    .mobile-package-section.hidden {
        display: block !important;
    }
    
    .summary-items .package-options-section {
        display: none;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-section {
        padding: 20px;
    }
    
    .summary-title,
    .summary-totals,
    .order-actions {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .checkout-container {
        padding: 15px 0;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .checkout-content {
        gap: 15px;
    }
    
    .form-section {
        padding: 15px !important;
    }
    
    .section-title {
        font-size: 16px;
        margin: -15px -15px 15px -15px;
        padding: 15px 20px;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-group label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
        border-radius: 6px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .form-group textarea {
        min-height: 60px;
    }
    
    .form-row {
        gap: 10px;
        grid-template-columns: 1fr 1fr !important;
    }
    
    .form-row:has(.form-group #phone),
    .form-row:has(.form-group #address),
    .form-row:has(.form-group #notes) {
        grid-template-columns: 1fr !important;
    }
    
    .form-group {
        width: 100%;
    }
    
    .summary-title,
    .summary-items,
    .summary-totals,
    .order-actions {
        padding: 15px !important;
    }
    
    .btn-order {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .btn-whatsapp {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .checkout-container {
        padding: 10px 0;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .form-section {
        padding: 12px !important;
    }
    
    .section-title {
        font-size: 15px;
        margin: -12px -12px 12px -12px;
        padding: 12px 15px;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
    
    .form-group label {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .form-group textarea {
        min-height: 60px;
    }
    
    .form-row {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px;
        margin-bottom: 0;
    }
    
    .form-row:has(.form-group #phone),
    .form-row:has(.form-group #address),
    .form-row:has(.form-group #notes) {
        grid-template-columns: 1fr !important;
    }
    
    .form-group {
        margin-bottom: 15px;
        width: 100%;
    }
    
    .form-group label {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    .summary-title,
    .summary-items,
    .summary-totals,
    .order-actions {
        padding: 12px !important;
    }
    
    .btn-order {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .btn-whatsapp {
        padding: 12px 16px;
        font-size: 14px;
    }
}

.product-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.4;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.product-title-simple {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
    margin: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: color 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-height: 30px;
}

.product-title-simple:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.product-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}

.package-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    flex-shrink: 0;
    white-space: nowrap;
}

.product-price-simple {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
}

.product-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 10px;
}

.product-details-left {
    flex: 1;
    min-width: 0;
}

.product-details-right {
    flex-shrink: 0;
    text-align: right;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: 8px;
}

.current-price {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
}

.free-shipping-badge {
    background: var(--primary-color);
    color: white;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: var(--font-family);
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    flex-shrink: 0;
    white-space: nowrap;
    letter-spacing: 0.3px;
}


.product-actions {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
}

.product-actions .cta-button {
flex: 1;
background: var(--primary-color);
color: white;
border: none;
padding: 6px 6px;
border-radius: 0 0 5px 5px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
font-family: var(--font-family);
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
text-decoration: none;
}

.product-actions .cta-button:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.product-title-simple[onclick]:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.cta-button i {
    font-size: 16px;
}

.btn-buy-now {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.btn-buy-now:hover {
    background: var(--primary-dark);
    color: white;
    transform: translateY(-1px);
}

.btn-buy-now.full-width {
    flex: 1;
    width: 100%;
    border-radius: 0 0 5px 5px;
}


.product-location {
    font-size: 14px;
    color: #666;
}

.no-products {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-products i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 20px;
}

.no-products h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.no-products p {
    font-size: 16px;
    color: #999;
}

.section {
    margin: 0;
}

.product-details-section {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.tab-content {
    padding: 0;
}

.description-content {
    padding: 0 30px 30px 30px;
}

.description-content h2 {
    margin-bottom: 20px;
    color: #2c3e50;
    font-size: 22px;
    font-weight: 600;
}

.home-image {
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.home-image-left {
    float: left;
    margin: 0 20px 15px 0;
}

.home-image-right {
    float: right;
    margin: 0 0 15px 20px;
}

/* YouTube Video Responsive */
.description-text iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    display: block;
}

.description-text .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.description-text {
    line-height: 1.8;
    color: #495057;
    margin-bottom: 30px;
    font-size: 15px;
    margin-top: 32px;
    overflow: auto;
}

.description-text h1 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.3;
    clear: none;
}

.description-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin: 35px 0 20px 0;
    clear: both;
}

.description-text h3 {
    position: relative;
    padding-left: 30px;
    margin: 25px 0 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    clear: both;
}

.description-text h3::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 16px;
    transition: transform 0.3s ease;
}

.description-text h3:hover::before {
    transform: translateY(-50%) translateX(5px);
}

.description-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 14px 0 8px 0;
    line-height: 1.3;
}

.description-text h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 12px 0 6px 0;
    line-height: 1.3;
}

.description-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin: 10px 0 5px 0;
    line-height: 1.3;
}

.description-text p {
    margin: 0 0 15px 0;
    line-height: 1.8;
    color: #495057;
    clear: none;
}

.description-text strong {
    font-weight: 700;
    color: #2c3e50;
}

.description-text em {
    font-style: italic;
    color: #6c757d;
}

.description-text ul {
    margin: 15px 0;
    padding-left: 25px;
    list-style-type: disc;
    clear: none;
}

.description-text ol {
    margin: 15px 0;
    padding-left: 25px;
    clear: none;
    list-style-type: decimal;
}

.description-text li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #495057;
    display: list-item;
}

.description-text iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    display: block;
}

.description-text .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.description-text a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.description-text a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.description-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid #e9ecef;
}

.description-text th,
.description-text td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.description-text th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.description-text tr:hover {
    background: #f8f9fa;
}

.article-content {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.main-article {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.main-article h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
}

.main-article h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.main-article h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 30px 0 15px 0;
    position: relative;
    padding-left: 20px;
}

.main-article h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 2px;
}

.main-article p {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
    text-align: justify;
}

.main-article ul {
    margin: 20px 0;
    padding-left: 30px;
}

.main-article li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
}

.price-table {
    margin: 30px 0;
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.price-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.price-table th {
    background: var(--primary-color);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

.price-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #555;
}

.price-table tr:hover {
    background: #f8f9fa;
}

.price-table tr:last-child td {
    border-bottom: none;
}

.cta-section {
    background: linear-gradient(135deg, var(--primary-color), #E6B885);
    color: white;
    padding: 40px;
    margin: 40px -40px -40px -40px;
    text-align: center;
}

.cta-section h2 {
    color: white;
    border: none;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-size: 18px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid transparent;
}

.cta-buttons .btn-primary {
    background: white;
    color: var(--primary-color);
    border-color: white;
}

.cta-buttons .btn-primary:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-2px);
}

.cta-buttons .btn-secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.cta-buttons .btn-secondary:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-card {
        min-height: auto;
    }

    .product-info {
        padding: 15px;
    }

    .product-title-simple {
        font-size: 13px;
        margin-bottom: 0px;
        line-height: 1.3;
    }

    .current-price {
        font-size: 16px;
    }

    .free-shipping-badge {
        font-size: 8px;
        padding: 3px 6px;
        white-space: normal;
        max-width: 50px;
        line-height: 1.2;
        text-align: center;
    }

    .cta-button {
        padding: 10px 8px;
        font-size: 11px;
        gap: 4px;
    }

    .home-container .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .featured-section .product-grid,
    .latest-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .description-content {
        padding: 20px;
    }

    .description-text h1 {
        font-size: 24px;
    }

    .description-text h2 {
        font-size: 20px;
        margin: 0px 0 20px 0;
    }

    .home-image {
        max-width: 100%;
        width: calc(100% + 40px);
        float: none;
        margin: 0 -20px 20px -20px;
        display: block;
    }
    
    .home-image-left,
    .home-image-right {
        float: none;
        margin: 0 -20px 20px -20px;
        width: calc(100% + 40px);
    }
    
    .description-text iframe {
        width: calc(100% + 40px);
        margin-left: 0px;
        margin-right: 0px;
        min-height: 250px;
    }
    
    .description-text .video-wrapper {
        width: calc(100% + 40px);
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .description-text {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 0;
        margin-top: 0;
        overflow: visible;
    }

    .description-text h3 {
        font-size: 18px;
        padding-left: 25px;
    }

    .description-text h4 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .home-container .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .featured-section .product-grid,
    .latest-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .product-card {
        max-width: 100%;
    }

    .description-content {
        padding: 15px;
    }
    
    .home-image,
    .home-image-left,
    .home-image-right {
        width: calc(100% + 30px);
        margin: 0 0px 20px 0px;
    }
    
    .description-text iframe {
        width: calc(100% + 30px);
        margin-left: 0px;
        margin-right: 0px;
        min-height: 220px;
    }
    
    .description-text .video-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .cta-button {
        padding: 8px 6px;
        font-size: 10px;
        gap: 3px;
    }
}

@media (max-width: 360px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .cta-button {
        padding: 8px 4px;
        font-size: 9px;
        gap: 2px;
    }
    
    .package-savings {
        width: 38px;
        height: 38px;
        top: 2px;
        right: 2px;
    }
    
    .package-savings .discount-percent {
        font-size: 13px;
        margin-bottom: 1px;
    }
    
    .package-savings .discount-label {
        font-size: 6px;
        letter-spacing: 0;
    }
    
    .free-shipping-badge {
        font-size: 6px;
        padding: 2px 3px;
        white-space: normal;
        max-width: 40px;
        line-height: 1.1;
        text-align: center;
    }
    
    .form-row {
        grid-template-columns: 1fr !important;
        gap: 0;
    }
    
    .form-group {
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .main-article {
        padding: 25px 20px;
    }

    .main-article h1 {
        font-size: 24px;
    }

    .main-article h2 {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }

    .main-article h3 {
        font-size: 18px;
        margin: 25px 0 12px 0;
    }

    .main-article p {
        font-size: 15px;
        text-align: left;
    }

    .price-table {
        font-size: 14px;
    }

    .price-table th,
    .price-table td {
        padding: 10px 8px;
    }

    .cta-section {
        padding: 30px 20px;
        margin: 30px -20px -25px -20px;
    }

    .cta-section h2 {
        font-size: 20px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 20px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }

    .features-section,
    .contact-section {
        padding: 40px 20px;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    .features-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card,
    .contact-card {
        padding: 25px 15px;
    }
}

.no-posts {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 8px;
    margin: 40px 0;
}

.no-posts i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.no-posts h3 {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.no-posts p {
    font-size: 16px;
    color: #999;
}

.checkout-container {
    min-height: 100vh;
    padding: 40px 0;
    font-family: var(--font-family);
}

.checkout-header {
    text-align: center;
    margin-bottom: 40px;
}

.checkout-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.checkout-header p {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
}

.checkout-content {
display: grid;
grid-template-columns: 1fr 400px;
gap: 40px;
max-width: 1200px;
margin: 0 auto;
}

.checkout-form-section {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
}

.mobile-package-section {
display: none;
padding: 0px;
border-bottom: 1px solid #e9ecef;
}

.checkout-form {
padding: 0;
}

.form-section {
padding: 30px;
border-bottom: 1px solid #e9ecef;
}

.form-section:last-child {
border-bottom: none;
}

.section-title {
 background: #f8f9fa;
 padding: 20px 30px;
 margin: -30px -30px 20px -30px;
 font-size: 18px;
 font-weight: 600;
 color: #2c3e50;
 display: flex;
 align-items: center;
 gap: 10px;
 font-family: var(--font-family);
}

.section-title i {
color: var(--primary-color);
}

.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}

.form-group {
display: flex;
flex-direction: column;
}

.form-group label {
font-weight: 500;
color: #495057;
margin-bottom: 8px;
font-size: 14px;
font-family: var(--font-family);
}

.form-group input,
.form-group textarea {
padding: 12px 16px;
border: 2px solid #e9ecef;
border-radius: 8px;
font-size: 14px;
transition: all 0.3s ease;
font-family: var(--font-family);
background: white;
width: 100%;
box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #D4A574;
box-shadow: 0 0 0 3px rgba(48, 93, 158, 0.1);
}

.form-group.error input,
.form-group.error textarea {
border-color: #dc3545;
}

.error-message {
color: #dc3545;
font-size: 12px;
margin-top: 5px;
display: none;
}

.error-message.show {
display: block;
}

.checkout-summary-section {
position: sticky;
top: 20px;
height: fit-content;
}

.order-summary {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
}

.summary-title {
background: #f8f9fa;
padding: 20px 30px;
margin: 0;
font-size: 18px;
font-weight: 600;
color: #2c3e50;
display: flex;
align-items: center;
gap: 10px;
font-family: var(--font-family);
}

.summary-title i {
color: var(--primary-color);
}

.summary-items {
padding: 30px;
border-bottom: 1px solid #e9ecef;
}

.package-options-section {
margin-top: 0;
padding-top: 0;
border-top: none;
}

.package-options-section h4 {
margin: 0 0 15px 0;
color: #2c3e50;
font-size: 16px;
font-weight: 600;
font-family: var(--font-family);
}

.product-info-summary h3 {
margin: 0 0 20px 0;
color: #2c3e50;
font-size: 18px;
font-weight: 600;
font-family: var(--font-family);
}

.package-list {
display: flex;
flex-direction: column;
gap: 10px;
}

.package-option {
border: 2px solid #e9ecef;
border-radius: 8px;
padding: 12px;
display: flex;
align-items: center;
gap: 12px;
transition: all 0.3s ease;
position: relative;
cursor: pointer;
background: white;
}

.package-option:hover {
border-color: #28a745;
background: rgba(40, 167, 69, 0.05);
}

.package-option.active {
border-color: #28a745;
background: rgba(40, 167, 69, 0.05);
box-shadow: 0 2px 8px rgba(40, 167, 69, 0.15);
}

.package-radio {
display: flex;
align-items: center;
height: 100%;
}

.package-radio input {
display: none;
}

.package-option .radio-custom {
display: inline-block;
width: 18px;
height: 18px;
border: 2px solid #dee2e6;
border-radius: 50%;
position: relative;
transition: all 0.2s ease;
background: white;
}

.package-option .radio-custom::after {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 8px;
height: 8px;
border-radius: 50%;
background: transparent;
transition: all 0.2s ease;
display: none;
opacity: 0;
}

.package-option.active .radio-custom {
border-color: #28a745;
background: #28a745;
border-width: 2px;
}

.package-option.active .radio-custom::after {
content: '\f00c';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
height: auto;
border-radius: 0;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
color: white;
opacity: 1;
z-index: 1;
}

.package-info {
flex: 1;
display: flex;
justify-content: space-between;
align-items: center;
}

.package-quantity {
font-weight: 500;
color: #495057;
font-size: 13px;
font-family: var(--font-family);
}

.package-price {
font-weight: 600;
color: #2c3e50;
font-size: 14px;
font-family: var(--font-family);
}

.package-savingsx {
position: absolute;
top: -9px;
right: 12px;
background: #d4edda;
color: #155724;
padding: 2px 6px;
border-radius: 12px;
font-size: 10px;
font-weight: 500;
border: 1px solid #c3e6cb;
}

.summary-totals {
padding: 30px;
border-bottom: 1px solid #e9ecef;
}

.total-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
font-size: 14px;
font-family: var(--font-family);
}

.total-row:last-child {
margin-bottom: 0;
}

.total-row.total {
font-size: 18px;
font-weight: 600;
color: #2c3e50;
padding-top: 12px;
border-top: 2px solid #e9ecef;
margin-top: 12px;
}

.total-row .free {
color: #28a745;
font-weight: 500;
}

.free-shipping-info {
background: #d4edda;
color: #155724;
padding: 10px 15px;
border-radius: 6px;
margin: 10px 0;
font-size: 14px;
font-family: var(--font-family);
display: flex;
align-items: center;
gap: 8px;
border: 1px solid #c3e6cb;
}

.order-actions {
padding: 30px;
}

.btn-order {
width: 100%;
background: var(--primary-color);
color: white;
border: none;
padding: 16px 24px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-family: var(--font-family);
}

.btn-order:hover {
background: var(--secondary-color);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-order:disabled {
background: #6c757d !important;
cursor: not-allowed !important;
transform: none !important;
box-shadow: none !important;
opacity: 0.7 !important;
}

.btn-order:disabled:hover {
transform: none !important;
box-shadow: none !important;
}

.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}

.loading-overlay.hidden {
display: none;
}

.loading-content {
background: white;
padding: 40px;
border-radius: 12px;
text-align: center;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.loading-content i {
font-size: 32px;
color: var(--primary-color);
margin-bottom: 20px;
}

.loading-content p {
margin: 0;
font-size: 16px;
color: #2c3e50;
font-family: var(--font-family);
}

.success-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 10000;
overflow-y: auto;
}

.success-modal-content {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}

.order-success-container {
background: #f8f9fa;
border-radius: 12px;
max-width: 1200px;
width: 100%;
padding: 40px;
max-height: 90vh;
overflow-y: auto;
}

.checkout-progress {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 40px;
gap: 20px;
}

.progress-step {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}

.step-number {
width: 50px;
height: 50px;
border-radius: 50%;
background: #28a745;
color: white;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 18px;
}

.step-label {
font-size: 12px;
color: #666;
font-weight: 500;
text-align: center;
}

.progress-arrow {
font-size: 24px;
color: var(--primary-color);
margin: 0 10px;
}

.order-success-content {
display: grid;
grid-template-columns: 1fr 400px;
gap: 40px;
margin-top: 40px;
}

.order-details-section {
display: flex;
flex-direction: column;
gap: 30px;
}

.success-message-card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
padding: 0;
overflow: hidden;
border: 1px solid #e9ecef;
}

.success-header {
background: linear-gradient(135deg, #28a745, #20c997);
padding: 30px;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 20px;
color: white;
min-height: 100px;
}

.success-icon {
width: 60px;
height: 60px;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.success-icon i {
font-size: 28px;
color: white;
}

.success-text {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1;
}

.success-text h1 {
font-size: 24px;
font-weight: 700;
margin: 0 0 8px 0;
color: white;
line-height: 1.2;
}

.success-text p {
font-size: 16px;
margin: 0;
opacity: 0.9;
line-height: 1.3;
}

.order-details {
padding: 30px;
}

.order-number-box {
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 20px;
text-align: center;
margin-bottom: 25px;
}

.order-number-box .label {
display: block;
font-size: 14px;
color: #6c757d;
margin-bottom: 8px;
font-weight: 500;
}

.order-number-box .number {
display: block;
font-size: 20px;
font-weight: 700;
color: #28a745;
font-family: 'Courier New', monospace;
letter-spacing: 1px;
}

.order-info-text {
display: flex;
flex-direction: column;
gap: 12px;
}

.order-info-text p {
display: flex;
align-items: center;
gap: 12px;
margin: 0;
font-size: 15px;
color: #495057;
line-height: 1.5;
}

.order-info-text i {
width: 20px;
color: var(--primary-color);
font-size: 16px;
}

.info-section {
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}

.info-grid {
padding: 30px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

.info-item {
display: flex;
align-items: center;
gap: 8px;
}

.info-item.full-width {
grid-column: 1 / -1;
flex-direction: column;
align-items: flex-start;
gap: 5px;
}

.info-item .info-label {
font-size: 14px;
font-weight: 500;
color: #6c757d;
min-width: 80px;
flex-shrink: 0;
}

.info-item span {
font-size: 15px;
color: #2c3e50;
font-weight: 500;
flex: 1;
}

.info-item.full-width span {
width: 100%;
text-align: left;
}

.order-summary-section {
position: sticky;
top: 20px;
height: fit-content;
}

.order-summary-card {
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}

.btn-primary {
width: 100%;
background: linear-gradient(45deg, #D4A574, #4a90e2);
color: white;
border: none;
padding: 16px 24px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-decoration: none;
}

.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(48, 93, 158, 0.3);
text-decoration: none;
color: white;
}

.order-info {
padding: 20px 30px;
background: #f8f9fa;
}

.order-info .info-item {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
font-size: 13px;
color: #6c757d;
}

.order-info .info-item:last-child {
margin-bottom: 0;
}

.order-info .info-item i {
color: var(--primary-color);
width: 16px;
}

@media (max-width: 992px) {
.checkout-content,
.order-success-content {
    grid-template-columns: 1fr;
    gap: 20px;
}

.checkout-summary-section,
.order-summary-section {
    position: static;
}

.mobile-package-section {
    display: block;
}

.info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 25px;
}
}

@media (max-width: 480px) {
.section-title {
    font-size: 15px;
    margin: -12px -12px 12px -12px;
    padding: 12px 15px;
}
}


@media (max-width: 768px) {
.checkout-container {
    padding: 20px 0;
}

.checkout-content {
    padding: 0 0px;
    gap: 15px;
}

.form-row {
    grid-template-columns: 1fr;
    gap: 15px;
}

.form-section {
    padding: 20px 15px;
}

.summary-items,
.summary-totals,
.order-actions {
    padding: 20px 15px;
}

.btn-order {
    padding: 14px 20px;
    font-size: 15px;
}

.order-success-container {
    padding: 20px;
}

.success-header {
    padding: 20px 15px;
    gap: 12px;
    min-height: 70px;
}

.success-icon {
    width: 50px;
    height: 50px;
}

.success-icon i {
    font-size: 24px;
}

.success-text h1 {
    font-size: 20px;
}

.order-details {
    padding: 20px 15px;
}
}

.success-content-compact {
display: flex;
justify-content: center;
align-items: center;
min-height: 60vh;
padding: 20px 0;
}

.success-card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
padding: 40px;
text-align: center;
width: 100%;
}

.success-icon-large {
margin-bottom: 20px;
}

.success-icon-large i {
font-size: 64px;
color: var(--primary-color);
}

.order-number-display {
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 20px;
margin-bottom: 25px;
}

.order-label {
display: block;
font-size: 14px;
color: #6c757d;
margin-bottom: 8px;
font-weight: 500;
}

.order-number {
display: block;
font-size: 24px;
font-weight: 700;
color: #28a745;
font-family: 'Courier New', monospace;
letter-spacing: 1px;
}

.success-info {
margin-bottom: 25px;
text-align: left;
}

.info-row {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
font-size: 14px;
color: #495057;
}

.info-row:last-child {
margin-bottom: 0;
}

.info-row i {
width: 20px;
color: var(--primary-color);
font-size: 14px;
text-align: center;
}

.success-messages {
margin-bottom: 30px;
text-align: left;
}

.success-messages p {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 10px;
font-size: 14px;
color: #495057;
}

.success-messages p:last-child {
margin-bottom: 0;
}

.success-messages i {
width: 20px;
color: var(--primary-color);
font-size: 14px;
text-align: center;
}

.success-actions {
margin-top: 30px;
}

@media (max-width: 768px) {
.success-card {
    padding: 30px 20px;
    margin: 0 15px;
}

.success-icon-large i {
    font-size: 48px;
}

.order-number {
    font-size: 20px;
}
}

@media (max-width: 480px) {
.success-content-compact {
    min-height: 50vh;
    padding: 15px 0;
}

.success-card {
    padding: 25px 15px;
    margin: 0 0px;
}

.success-icon-large i {
    font-size: 40px;
}

.order-number-display {
    padding: 15px;
}

.order-number {
    font-size: 18px;
}

.info-row,
.success-messages p {
    font-size: 13px;
}
}

container {
    padding: 40px 0;
    background: #f8f9fa;
    min-height: 80vh;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 30px;
    margin-top: 30px;
}

.form-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-header {
    padding: 25px 30px;
    border-bottom: 1px solid #e9ecef;
}

.form-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-header h2 i {
    color: var(--primary-color);
}

.form-header p {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
}

.contact-form {
    padding: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

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

.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.form-group label i {
    color: var(--primary-color);
    font-size: 14px;
}

.input-group {
    position: relative;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    color: #495057;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    outline: none;
}

.submit-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.submit-btn:hover {
    background: var(--secondary-color);
}

.info-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.info-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.info-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-header h3 i {
    color: var(--primary-color);
}

.info-list {
    padding: 20px 25px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color-rgba-15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    color: var(--primary-color);
    font-size: 16px;
}

.info-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.info-content p {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.info-content a {
    color: var(--primary-color);
    text-decoration: none;
}

.info-content a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

@media (max-width: 992px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-container {
        padding: 20px 0;
    }
    
    .info-card {
        margin-bottom: 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .form-header, 
    .info-header {
        padding: 20px;
    }
    
    .contact-form,
    .info-list {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .contact-container {
        padding: 15px 0;
    }
    
    .form-header, 
    .info-header {
        padding: 15px;
    }
    
    .contact-form,
    .info-list {
        padding: 15px;
    }
    
    .submit-btn {
        padding: 12px 15px;
        font-size: 14px;
    }
}
.error-page-container {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background-color: #f8f9fa;
}

.error-content {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.error-icon {
    font-size: 64px;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.error-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px;
    font-family: var(--font-family);
}

.error-content p {
    font-size: 18px;
    color: var(--text-color);
    opacity: 0.7;
    margin-bottom: 30px;
    font-family: var(--font-family);
}

.error-actions {
    margin-top: 20px;
}

.btn-primary {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-family: var(--font-family);
}

.btn-primary:hover {
    background: var(--secondary-color);
    text-decoration: none;
    color: white;
}

@media (max-width: 768px) {
    .error-content {
        padding: 30px 20px;
    }
    
    .error-icon {
        font-size: 48px;
    }
    
    .error-content h1 {
        font-size: 28px;
    }
    
    .error-content p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .error-page-container {
        padding: 20px 0;
    }
    
    .error-content {
        padding: 25px 15px;
    }
    
    .error-icon {
        font-size: 40px;
    }
    
    .error-content h1 {
        font-size: 24px;
    }
    
    .error-content p {
        font-size: 14px;
    }
    
    .btn-primary {
        padding: 12px 20px;
        font-size: 14px;
    }
}