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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #07111f;
    color: #f4f0e8;
    line-height: 1.7;
}

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

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


/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(7, 17, 31, 0.97);
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.nav-container {
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.logo {
    color: #d4af37;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 2px;
}

.logo span {
    display: block;
    color: #f4f0e8;
    font-size: 8px;
    letter-spacing: 2px;
    margin-top: 3px;
}

.main-nav {
    display: flex;
    gap: 24px;
}

.main-nav a {
    color: #ddd;
    font-size: 13px;
    transition: .3s;
}

.main-nav a:hover {
    color: #d4af37;
}

.nav-button,
.gold-button {
    display: inline-block;
    background: #d4af37;
    color: #07111f;
    padding: 13px 22px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    border: 1px solid #d4af37;
    transition: .3s;
}

.nav-button:hover,
.gold-button:hover {
    background: transparent;
    color: #d4af37;
}

.outline-button {
    display: inline-block;
    padding: 13px 22px;
    border: 1px solid #d4af37;
    color: #d4af37;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: .3s;
}

.outline-button:hover {
    background: #d4af37;
    color: #07111f;
}


/* HERO */

.hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(7,17,31,.78), rgba(7,17,31,.95)),
        radial-gradient(circle at 80% 30%, #17365b, #07111f 55%);
    border-bottom: 1px solid rgba(212,175,55,.2);
}

.hero-content {
    padding: 100px 0;
}

.eyebrow {
    color: #d4af37;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.hero h1 {
    max-width: 850px;
    font-family: Georgia, serif;
    font-size: clamp(45px, 7vw, 82px);
    line-height: 1.05;
    font-weight: 500;
}

.hero h1 span {
    display: block;
    color: #d4af37;
}

.hero-text {
    max-width: 650px;
    margin: 30px 0;
    color: #c9ced6;
    font-size: 17px;
}

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

.hero-note {
    margin-top: 50px;
    color: #858d99;
    font-size: 11px;
    letter-spacing: 3px;
}


/* GENERAL SECTIONS */

section {
    padding: 100px 0;
}

.section-heading {
    max-width: 750px;
    margin-bottom: 55px;
}

.section-heading h2 {
    font-family: Georgia, serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 500;
    line-height: 1.15;
}

.section-heading p:not(.eyebrow) {
    color: #aeb6c2;
    margin-top: 18px;
}


/* INTRO */

.intro-section {
    background: #0b192b;
}

.intro-content {
    max-width: 850px;
}

.intro-content h2 {
    font-family: Georgia, serif;
    font-size: 45px;
    font-weight: 500;
}

.intro-content > p:last-child {
    margin-top: 20px;
    color: #aeb6c2;
    font-size: 17px;
}


/* SERVICES */

.services-section {
    background: #07111f;
}

.dark-section {
    background: #091a2e;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-card {
    background: #0d1d30;
    border: 1px solid rgba(212,175,55,.16);
    padding: 35px;
    min-height: 250px;
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #d4af37;
}

.service-card span {
    color: #d4af37;
    font-size: 12px;
    letter-spacing: 2px;
}

.service-card h3 {
    font-family: Georgia, serif;
    font-size: 23px;
    margin: 25px 0 12px;
}

.service-card p {
    color: #aeb6c2;
}


/* PRICING */

.pricing-section {
    background: #0b192b;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.pricing-card {
    position: relative;
    background: #07111f;
    border: 1px solid rgba(212,175,55,.22);
    padding: 40px 32px;
    transition: .3s;
}

.pricing-card:hover {
    transform: translateY(-8px);
    border-color: #d4af37;
}

.pricing-card.featured {
    border: 2px solid #d4af37;
}

.pricing-card.premium {
    background: linear-gradient(145deg, #0c1d31, #07111f);
}

.package-number {
    font-size: 30px;
    margin-bottom: 15px;
}

.pricing-card h3 {
    color: #d4af37;
    font-size: 17px;
    letter-spacing: 1px;
}

.pricing-card h4 {
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 15px;
}

.pricing-card > p {
    color: #aeb6c2;
}

.pricing-card ul {
    list-style: none;
    margin: 25px 0;
}

.pricing-card li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: #d4d9df;
    font-size: 14px;
}

.pricing-card li::before {
    content: "✓";
    color: #d4af37;
    margin-right: 10px;
}

.price {
    color: #d4af37;
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: bold;
    margin: 25px 0 0;
}

.price small {
    color: #aeb6c2;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.starting {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.price-note {
    font-size: 12px;
    margin: 15px 0 20px;
}


/* POLICY */

.policy-box {
    margin-top: 30px;
    padding: 45px;
    background: #07111f;
    border: 1px solid rgba(212,175,55,.2);
}

.policy-box h3 {
    font-family: Georgia, serif;
    font-size: 30px;
    margin-bottom: 25px;
}

.policy-box > p:not(.eyebrow) {
    color: #adb6c2;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.policy-grid div {
    padding: 25px;
    background: #0d1d30;
}

.policy-grid strong {
    color: #d4af37;
    font-size: 22px;
}

.policy-grid p {
    margin-top: 10px;
    color: #c8ced7;
}

.ownership-line {
    margin-top: 30px;
    color: #d4af37;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}


/* WEBSITE TYPES */

.website-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.website-card {
    padding: 30px 25px;
    background: #07111f;
    border: 1px solid rgba(212,175,55,.2);
}

.website-card h3 {
    font-family: Georgia, serif;
    font-size: 20px;
    margin-bottom: 12px;
}

.website-card strong {
    color: #d4af37;
    font-size: 14px;
}


/* NOTICE */

.notice-box {
    margin-top: 35px;
    padding: 22px;
    background: rgba(212,175,55,.08);
    border-left: 3px solid #d4af37;
    color: #c8ced7;
}

.notice-box strong {
    color: #d4af37;
}


/* AUTHORITY */

.authority-section {
    background: #d4af37;
    color: #07111f;
    text-align: center;
}

.authority-section .eyebrow {
    color: #07111f;
}

.authority-content h2 {
    font-family: Georgia, serif;
    font-size: clamp(35px, 5vw, 60px);
    font-weight: 500;
}

.authority-content h2 span {
    display: block;
}


/* PORTFOLIO */

.portfolio-section {
    background: #07111f;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.portfolio-card {
    background: #0d1d30;
    border: 1px solid rgba(212,175,55,.2);
    overflow: hidden;
}

.portfolio-cover {
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    background:
        radial-gradient(circle, #203b5d, #07111f);
    color: #d4af37;
    font-family: Georgia, serif;
    font-size: 27px;
    letter-spacing: 2px;
}

.portfolio-card h3 {
    padding: 25px 25px 5px;
}

.portfolio-card p {
    padding: 0 25px 25px;
    color: #9da7b4;
}


/* PROCESS */

.process-section {
    background: #0b192b;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.process-item {
    padding: 30px 0;
    border-top: 1px solid #d4af37;
}

.process-item span {
    color: #d4af37;
    font-size: 13px;
}

.process-item h3 {
    font-family: Georgia, serif;
    font-size: 23px;
    margin: 20px 0 10px;
}

.process-item p {
    color: #aeb6c2;
}


/* ABOUT */

.about-section {
    background: #07111f;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.about-content h2 {
    font-family: Georgia, serif;
    font-size: 50px;
    font-weight: 500;
}

.about-content h3 {
    color: #d4af37;
    margin-top: 10px;
}

.about-content p {
    color: #aeb6c2;
    margin-bottom: 20px;
}


/* CTA */

.cta-section {
    background:
        linear-gradient(rgba(7,17,31,.9), rgba(7,17,31,.95)),
        radial-gradient(circle at center, #24496f, #07111f);
    text-align: center;
}

.cta-content h2 {
    max-width: 800px;
    margin: 0 auto 35px;
    font-family: Georgia, serif;
    font-size: clamp(35px, 5vw, 60px);
    font-weight: 500;
}


/* CONTACT */

.contact-section {
    background: #0b192b;
}

.contact-form {
    max-width: 850px;
    margin: auto;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 17px;
    background: #07111f;
    border: 1px solid rgba(212,175,55,.25);
    color: #f4f0e8;
    outline: none;
    font-family: Arial, sans-serif;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #d4af37;
}

.contact-form select option {
    background: #07111f;
}

.contact-form textarea {
    resize: vertical;
}


/* FOOTER */

.site-footer {
    background: #040b14;
    padding-top: 55px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 40px;
}

.footer-content h3 {
    color: #d4af37;
    letter-spacing: 2px;
}

.footer-content p {
    color: #8e98a5;
    font-size: 12px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    padding: 25px;
    color: #68717d;
    font-size: 11px;
}


/* MOBILE */

@media (max-width: 950px) {

    .main-nav {
        display: none;
    }

    .service-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .website-type-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

}

@media (max-width: 600px) {

    section {
        padding: 70px 0;
    }

    .nav-container {
        min-height: 70px;
    }

    .logo {
        font-size: 16px;
    }

    .nav-button {
        padding: 10px 13px;
        font-size: 9px;
    }

    .hero {
        min-height: 650px;
    }

    .hero h1 {
        font-size: 47px;
    }

    .hero-text {
        font-size: 15px;
    }

    .service-grid,
    .pricing-grid,
    .website-type-grid,
    .process-grid,
    .policy-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .pricing-card,
    .service-card {
        padding: 30px 25px;
    }

    .policy-box {
        padding: 30px 22px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .about-content h2 {
        font-size: 40px;
    }

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

}