* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background-color: #ffffff;
}

body.menu-open {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 17px;
    color: #666;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.menu-toggle {
    display: none;
}

nav a {
    text-decoration: none;
    color: #333;
    margin-left: 30px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.external-link::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url('img/external-link-icon.svg');
    background-size: contain;
    margin-left: 6px;
    vertical-align: -1px;
}

.btn-black {
    background: #121212;
    color: #fff !important;
    padding: 16px 30px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background.3s;
}

.btn-black:hover {
    background: #313131;
}

.btn-outline {
    border: 1px solid #ddd;
    padding: 16px 30px;
    text-decoration: none;
    color: #121212;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.btn-outline:hover {
    border-color: #121212;
}

/* Hero */
.hero {
    display: flex;
    align-items: center;
    padding: 80px 40px 120px;
    gap: 12px;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}

.hero-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.hero-btns {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
}

.hero-image {
    flex: 1.2;
}

.hero-image img {
    width: 97%;
    float: right;
}

/* Grid Features */
.grid-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 100px;
}

.feature-card {
    overflow: hidden;
    background: #DFE4E0;
    padding: 2px;
    border-radius: 4px;
    transition: transform 0.25s;
}

.feature-card:hover {
    transform: scale(1.02);
}

.coming-soon-card:hover {
    transform: none;
}

.feature-card a {
    display: block;
    color: #121212;
    text-decoration: none;
}

.feature-card h3 {
    font-size: 20px;
    padding: 25px;
}

span.pro-add-on.default {
    color: #121212;
    background-color: #fff;
}

span.pro-add-on {
    display: inline-block;
    height: 28px;
    padding: 0 11px;
    color: #fff;
    margin-left: 8px;
    background-color: #818983;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
}

.alt-text span.pro-add-on {
    height: 29px;
    color: #121212;
    border: 1px solid #DFE4E0;
    background-color: #fff;
}

.feature-card img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
}

/* Alternating Sections */
.section-title {
    margin-bottom: 68px;
}

.section-title h2 {
    max-width: 544px;
    margin-bottom: 11px;
    font-size: 44px;
    line-height: 54px;
}

.section-title p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.alternating-features {
    column-count: 2;
    column-gap: 60px;
    margin-bottom: 100px;
}

.alt-card {
    margin-bottom: 60px;
}

.alt-img {
    padding: 20px;
    margin-bottom: 14px;
    border-radius: 4px;
    background: #DFE4E0;
}

.alt-img img {
    width: 100%;
    border-radius: 4px;
}

.alt-text {
    padding: 24px 20px;
    background: url(img/heading-plus.svg) 0 3px no-repeat;
}

.alt-text h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

/* Extra Features Grid */
.extra-features {
    margin-bottom: 120px;
}

.extra-features::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #121212;
    margin-bottom: 90px;
}

.extra-features::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #121212;
    margin-top: 90px;
}

.extra-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.extra-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.extra-feature-icon {
    margin-bottom: 25px;
}

.extra-feature-icon::before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-1 .extra-feature-icon::before {
    background-image: url('img/google-fonts.svg');
}

.feature-2 .extra-feature-icon::before {
    background-image: url('img/sticky-header.svg');
}

.feature-3 .extra-feature-icon::before {
    background-image: url('img/premium-support.svg');
}

.extra-feature-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* Pricing Cards */

.pricing-table-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.pricing-container {
    overflow: hidden;
    margin-bottom: 120px;
}

.pricing-card {
    position: relative;
    flex: 1;
    min-height: 391px;
    background: #FFFFFF;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    padding: 46px 38px 54px;
    box-sizing: border-box;
}

.pricing-card.pro-builder {
    border-color: #121212;
}

.pricing-card .plan-name {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 21px;
}

.pricing-card .plan-text {
    margin-right: 5px;
}

.plan-tag {
    position: absolute;
    top: -14px;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #121212;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-card .price-container {
    display: flex;
    align-items: baseline;
    margin-bottom: 32px;
}

.pricing-card .amount {
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    color: #121212;
    margin-right: 5px;
}

.pricing-card .period {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #7E7E7E;
}

.pricing-card .buy-now-btn {
    display: block;
    width: 100%;
    height: 46px;
    background: #121212;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 2px;
    text-decoration: none;
    margin-top: 44px;
    transition: background-color 0.3s;
}

.pricing-card .buy-now-btn:hover {
    background-color: #292929;
}

.pricing-card .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-card .features-list li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #222;
    word-spacing: 1px;
}

.pricing-card .check-icon {
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 22px;
    background: #D9D9D9;
    border-radius: 50%;
}

.pricing-card .check-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background: linear-gradient(#222, #222), linear-gradient(#222, #222);
    background-size: 2px 100%, 100% 2px;
    background-position: center;
    background-repeat: no-repeat;
}

.pricing-card .info-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    color: #222;
    margin-left: 5px;
    cursor: help;
    vertical-align: middle;
    position: relative;
}

.pricing-card .info-icon .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    bottom: 135%;
    left: 50%;
    margin-left: -109px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.pricing-card .info-icon .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.pricing-card .info-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.pricing-card .info-icon::before {
    content: 'i';
    font-family: serif;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    text-transform: none;
    line-height: 16px;
}

@media (max-width: 960px) {
    .pricing-table-cards {
        justify-content: center;
        flex-direction: column;
    }
}

.secure-checkout-info {
    display: block;
    clear: both;
    text-align: center;
    margin-top: 40px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 14px;
    word-spacing: 1px;
}

/* Footer */
.footer {
    background: #111;
    color: #fff;
    padding: 90px 0 50px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.footer-links {
    margin-bottom: 60px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    margin: 0 15px;
}

.footer-links a:hover {
    color: #fff;
}

.footer-social {
    display: inline-block;
    margin-bottom: 50px;
}

.footer-social li {
    margin-right: 11px;
    float: left;
    list-style: none;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social a {
    display: inline-block;
    width: 46px;
    height: 46px;
    transition: all .3s;
}

.footer-social a:hover {
    transform: scale(1.1) translateY(-4px);
}

.footer-social .x a {
    background: url(img/x-icon.svg) center center no-repeat;
}

.footer-social .facebook a {
    background: url(img/facebook-icon.svg) center center no-repeat;
}

.footer-social .wordpress a {
    background: url(img/wordpress-icon.svg) center center no-repeat;
}

.footer-social .linkedin a {
    background: url(img/linkedin-icon.svg) center center no-repeat;
}

.footer-logo {
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
}

.footer-copyright {
    padding-top: 50px;
}

.footer-copyright::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #262626;
    margin-bottom: 50px;
}

.footer-copyright p {
    font-size: 14px;
    line-height: 14px;
}

/* Responsive */
@media (max-width: 992px) {

    .hero {
        flex-direction: column;
        text-align: center;
    }

    .alt-text {
        background: none;
    }

    .alt-text h3 {
        display: inline-block;
        padding: 15px 0 0 24px;
        background: url(img/heading-plus.svg) 0 3px no-repeat;
    }

    .grid-features {
        grid-template-columns: 1fr;
    }

    .alternating-features {
        column-count: 1;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-btns {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 2000;
        position: relative;
    }

    .menu-toggle span {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #121212;
        margin: 6px 0;
        transition: 0.3s;
        border-radius: 2px;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: 1999;
    }

    nav.active {
        transform: translateX(0);
    }

    nav a {
        display: block;
        font-size: 24px;
        font-weight: 600;
        margin: 15px 0;
        margin-left: 0;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        transition-delay: 0.1s;
    }

    nav.active a {
        opacity: 1;
        transform: translateY(0);
    }

    nav .btn-black {
        display: inline-block;
        font-size: 18px;
        padding: 15px 40px;
        margin-top: 15px;
    }

    .hero {
        padding: 60px 40px 100px;
    }

    .hero-btns {
        flex-direction: column;
        gap: 21px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-image {
        display: none;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .feature-card h3 {
        font-size: 18px;
        padding: 20px;
    }

    .grid-features {
        gap: 40px;
        margin-bottom: 80px;
    }

    .alt-card {
        margin-bottom: 50px;
    }

    .alternating-features {
        margin-bottom: 0;
    }

    .extra-features {
        margin-bottom: 96px;
    }

    .extra-features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .extra-features::before {
        margin-bottom: 70px;
    }

    .secure-checkout-info {
        line-height: 22px;
    }

    .footer-links a {
        margin: 0 8px;
        display: inline-block;
        margin-bottom: 10px;
    }

}