/* Service Title Hierarchy Improvements */
.service-care-title {
    font-size: 2.35rem;
    font-weight: 800;
    color: #121212;
    margin-bottom: 0.7rem;
    margin-top: 0;
    letter-spacing: 0.04em;
}
.service-subtitle {
    display: block;
    font-size: 1.15rem;
    font-weight: 400;
    color: #222;
    margin-bottom: 2.2rem;
    margin-top: 0.2rem;
    text-align: center;
    letter-spacing: 0.01em;
}
.service-design-intro {
    margin-top: 5px !important;
}
/* Figma Request Form Styles */
.figma-detail .service-detail {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(18,18,18,0.13), 0 1.5px 8px 0 rgba(18,18,18,0.07);
    padding: 2.7rem 2.7rem 2.3rem 2.7rem;
    max-width: 520px;
    width: 100%;
    margin: 2.5rem auto 2.7rem auto !important;
    text-align: left;
}

.figma-detail .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
}

.figma-detail label {
    font-weight: 600;
    color: #181818;
    font-size: 1rem;
    margin-bottom: 0.18rem;
    margin-left: 0.1rem;
}

.figma-detail input[type="text"],
.figma-detail input[type="email"],
.figma-detail textarea {
    width: 100%;
    padding: 0.7rem 1rem;
    border-radius: 0.7rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
    font-family: inherit;
    background: #fafbfc;
    transition: border 0.18s;
}
.figma-detail input[type="text"]:focus,
.figma-detail input[type="email"]:focus,
.figma-detail textarea:focus {
    border: 1.5px solid #121212;
    outline: none;
    background: #fff;
}
.figma-detail textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 200px;
}
.figma-detail #submit-btn {
    margin-top: 0.7rem;
    width: 100%;
    font-size: 1.08rem;
    font-weight: 700;
    padding: 0.8rem 0;
    border-radius: 0.7rem;
    border: none;
    background: #121212;
    color: #fff;
    cursor: pointer;
    transition: background 0.18s;
    box-shadow: 0 2px 8px 0 rgba(18,18,18,0.07);
}
.figma-detail #submit-btn:hover {
    background: #222;
}

.figma-detail label {
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #181818;
    font-size: 1rem;
}

.figma-detail input[type="text"],
.figma-detail input[type="email"],
.figma-detail textarea {
    width: 100%;
    padding: 0.7rem 1rem;
    border-radius: 0.7rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    font-family: inherit;
}

.figma-detail textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 200px;
}

.figma-detail #submit-btn {
    margin-top: 0.7rem;
    width: 100%;
    font-size: 1.08rem;
    font-weight: 700;
    padding: 0.8rem 0;
    border-radius: 0.7rem;
    border: none;
    background: #121212;
    color: #fff;
    cursor: pointer;
    transition: background 0.18s;
}
.figma-detail #submit-btn:hover {
    background: #222;
}
/* Figma Request Email Modal Styles */
#email-modal .modal-content {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px 0 rgba(18,18,18,0.13), 0 1.5px 8px 0 rgba(18,18,18,0.07);
    padding: 2.2rem 2.2rem 1.7rem 2.2rem;
    max-width: 370px;
    width: 100%;
    text-align: center;
}

#email-modal h3 {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: #121212;
    letter-spacing: 0.01em;
}

#email-modal p {
    font-size: 1rem;
    color: #222;
    margin-bottom: 1.1rem;
}

#confirm-email {
    width: 100%;
    max-width: 320px;
    padding: 0.7rem 1rem;
    border-radius: 0.7rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    margin-bottom: 1.1rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
}

#figma-modal-btn-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.5rem;
}

#confirm-send, #cancel-send {
    padding: 0.6rem 1.3rem;
    border-radius: 0.7rem;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: #121212;
    color: #fff;
    transition: background 0.18s;
}

#cancel-send {
    background: #ededed;
    color: #222;
}

#confirm-send:hover {
    background: #222;
}

#cancel-send:hover {
    background: #e0e0e0;
}
/* Email Modal Button Row - ensure only one definition and correct layout */
#email-modal .modal-btn-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.5rem;
}
/* Email Modal Styles */
#email-modal .modal-content {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px 0 rgba(18,18,18,0.13), 0 1.5px 8px 0 rgba(18,18,18,0.07);
    padding: 2.2rem 2.2rem 1.7rem 2.2rem;
    max-width: 370px;
    width: 100%;
    text-align: center;
}

#email-modal h3 {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    color: #121212;
    letter-spacing: 0.01em;
}

#popup-email {
    width: 100%;
    max-width: 320px;
    padding: 0.7rem 1rem;
    border-radius: 0.7rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    margin-bottom: 1.1rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
}

#email-continue, #email-cancel {
    padding: 0.6rem 1.3rem;
    border-radius: 0.7rem;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    margin: 0.2rem 0.3rem;
    cursor: pointer;
    background: #121212;
    color: #fff;
    transition: background 0.18s;
}

#email-cancel {
    background: #ededed;
    color: #222;
}

#email-continue:hover {
    background: #222;
}

#email-cancel:hover {
    background: #e0e0e0;
}
/* Spacing for service-care headings */
.service-detail h2 {
    margin-top: 2.2rem;
    margin-bottom: 1.1rem;
}
/* Modal styles for email popup */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal.hidden {
    display: none;
}

.modal-content {
    background: white;
    padding: 24px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
}
/* Policy and footer links styling */
.policy-container {
    max-width: 1200px;
    width: 100%;
    margin: 5rem auto 4rem auto;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px 0 rgba(18,18,18,0.07), 0 1.5px 8px 0 rgba(0,0,0,0.04);
    padding: 0 16px;
    font-family: 'SF Pro Display', 'Segoe UI', 'Arial', 'Helvetica Neue', Arial, sans-serif;
    color: #181818;
}

#seo-title{
    opacity:0;
}

/* Mobile-first responsive layout */
@media (max-width: 768px) {
    .layout, .projects-grid, .services-list, .footer-links {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    button, .service-cta, input[type="submit"] {
        width: 100% !important;
        min-height: 48px;
        font-size: 1.1rem;
    }
    h1, .policy-container h1, .section-title, #projects-title, #services-title, #about-title, #contact-title {
        font-size: 28px !important;
        white-space: normal !important;
        word-break: normal !important;
        letter-spacing: 0.02em !important;
        line-height: 1.2 !important;
        text-align: left !important;
        hyphens: none !important;
        margin-left: 0 !important;
        padding-left: 16px !important;
    }
    .policy-container, .service-modal-content, .service-card, .project {
        padding: 1rem !important;
    }
    .policy-container {
        margin: 2rem 0 2rem 0;
    }
    .footer-links {
        gap: 0.5rem !important;
        font-size: 1rem !important;
    }
    .project-screenshot.placeholder {
        max-width: 100% !important;
    }
    .about-text, .contact-text, .policy-container p, .policy-container li {
        font-size: 1rem !important;
        word-break: break-word;
    }
}
.policy-container h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    margin-bottom: 1.2rem;
    color: #121212;
    text-align: center;
}
.policy-container h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2.2rem;
    margin-bottom: 0.7rem;
    color: #181818;
}
.policy-container ul {
    margin-left: 1.2rem;
    margin-bottom: 1.2rem;
}
.policy-container p, .policy-container li {
    font-size: 1.05rem;
    line-height: 1.7;
}
.policy-container a {
    color: #1818d8;
    text-decoration: underline;
    word-break: break-all;
}

footer {
    margin-top: 3rem;
    padding: 1.2rem 0 0.7rem 0;
    background: none;
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
}
.footer-links a {
    color: #888;
    font-size: 0.98rem;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.18s;
}
.footer-links a:hover, .footer-links a:focus {
    color: #121212;
    text-decoration: underline;
}

.footer-copyright {
    color: #aaa;
    font-size: 0.97rem;
    margin-left: 1.2rem;
    white-space: nowrap;
}
html, body {
    background: #f7f7fa;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
/* Modal CTA button matches main style */
#email-modal .service-cta {
    background: #181818;
    color: #fff;
    border: none;
    border-radius: 0.5em;
    padding: 0.7em 1.5em;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 1.2em;
    margin-bottom: 0.2em;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.04);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    display: inline-block;
}
#email-modal .service-cta:hover,
#email-modal .service-cta:focus {
    background: #222;
    color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
}
/* Confirmation popup styles */
#success-popup, .service-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#success-popup[style*="display: flex"],
.service-modal[style*="display: flex"] {
    display: flex !important;
}

.service-modal-content {
    background: #fff;
    padding: 2.2rem 2.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.13);
    text-align: center;
    max-width: 420px;
    width: 90%;
}
/* Custom form validation styles */
input:invalid, textarea:invalid {
    background-color: #fff6f6;
}

input:focus:invalid, textarea:focus:invalid {
    outline: none;
}

/* Custom validation message styling for Chrome, Edge, Safari */
input:invalid::-webkit-input-placeholder,
textarea:invalid::-webkit-input-placeholder {
    color: #e74c3c;
    opacity: 1;
}

/* Custom validation message styling for Firefox */
input:invalid:-moz-placeholder,
textarea:invalid:-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}
input:invalid::-moz-placeholder,
textarea:invalid::-moz-placeholder {
    color: #e74c3c;
    opacity: 1;
}
input:invalid:-ms-input-placeholder,
textarea:invalid:-ms-input-placeholder {
    color: #e74c3c;
    opacity: 1;
}

/* Custom validation bubble for Chrome/Edge/Safari */


/* Hide default validation bubble and show custom tooltip */
form .validation-message {
    display: none;
    color: #e74c3c;
    background: #fff6f6;
    border: 1px solid #e74c3c;
    border-radius: 6px;
    padding: 0.5em 1em;
    margin-top: 0.25em;
    font-size: 0.95em;
    position: absolute;
    z-index: 10;
    left: 0;
}

form .field-error {
    position: relative;
}
/* HERO PRICING SECTION */
.pricing-hero-bg {
    background: transparent;
    padding: 0;
    margin-top: 0;
}
.pricing-hero-card {
    max-width: 980px;
    margin: 0.2rem auto 0 auto;
    background: #fff;
    border-radius: 2.2rem;
    box-shadow: 0 8px 48px 0 rgba(0,0,0,0.13), 0 1.5px 8px 0 rgba(0,0,0,0.07);
    padding: 1.5rem 2.5rem 2.2rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.pricing-hero-title {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #121212;
    margin-top: 0.2rem;
    margin-bottom: 5rem;
    text-align: center;
    font-family: 'SF Pro Display', 'Segoe UI', 'Arial', 'Helvetica Neue', Arial, sans-serif;
}
.package-table-flex {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 1.2rem;
}
.package-col {
    flex: 1 1 0;
    background: #fff;
    border-radius: 1.3rem;
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1.5px 8px 0 rgba(0,0,0,0.04);
    padding: 2.1rem 1.2rem 1.5rem 1.2rem;
    position: relative;
    border: 2.5px solid #121212;
    min-width: 220px;
    transition: box-shadow 0.28s cubic-bezier(.4,1.6,.6,1), border 0.28s cubic-bezier(.4,1.6,.6,1), transform 0.28s cubic-bezier(.4,1.6,.6,1), background 0.28s;
}
.package-col.selected {
    border: 2.5px solid #121212;
    box-shadow: 0 8px 32px 0 rgba(18,18,18,0.13), 0 1.5px 8px 0 rgba(18,18,18,0.07);
    background: #fff;
    transform: scale(1.06);
    z-index: 3;
}

.package-col.popular {
    background: #fff;
    border: 2.5px solid #121212;
    z-index: 2;
    /* No scale, keep same size as others */
    box-shadow: 0 4px 32px 0 rgba(18,18,18,0.07), 0 1.5px 8px 0 rgba(0,0,0,0.04);
}
.most-popular {
    position: absolute;
    top: -2.1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #121212;
    color: #fff;
    font-size: 1.01rem;
    font-weight: 700;
    padding: 0.28em 1.3em;
    border-radius: 1em;
    letter-spacing: 0.04em;
    box-shadow: 0 2px 8px 0 rgba(24,24,24,0.10);
    z-index: 3;
    margin-bottom: 0.7em;
}
.package-price {
    font-size: 2.5rem;
    font-weight: 900;
    color: #121212;
    margin-bottom: 0.1em;
    letter-spacing: 0.01em;
    line-height: 1.1;
}
.package-label {
    font-size: 1.01rem;
    color: #bdbdbd;
    font-weight: 600;
    margin-bottom: 0.7em;
    letter-spacing: 0.04em;
    text-transform: lowercase;
}
.package-name {
    font-size: 1.13rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1.1em;
    letter-spacing: 0.01em;
    text-align: center;
}
.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1em 0;
    width: 100%;
}
.package-features li {
    font-size: 1.01rem;
    color: #444;
    margin-bottom: 0.5em;
    line-height: 1.7;
    min-height: 1.7em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.feature-label {
    color: #121212;
    font-weight: 600;
    margin-right: 0.3em;
    min-width: 4.2em;
    display: inline-block;
}
.package-radio {
    margin-top: 1.1em;
    width: 100%;
    display: flex;
    justify-content: center;
}
.select-btn {
    background: #121212;
    color: #fff;
    border: none;
    border-radius: 0.6em;
    padding: 0.7em 2.2em;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.04);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
    outline: none;
}
.select-btn.selected, .select-btn:focus {
    background: #222;
    color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    /* No scale, keep same size as others */
}
.select-btn:not(.selected):hover {
    background: #444;
    color: #fff;
}
.package-col.popular {
    box-shadow: 0 4px 32px 0 rgba(124,77,255,0.07), 0 1.5px 8px 0 rgba(0,0,0,0.04);
}
.package-col .tick {
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.1em;
    margin-bottom: 0.1em;
    object-fit: contain;
}
.cta-main {
    margin: 2.1em auto 0 auto;
    display: block;
    font-size: 1.13rem;
    padding: 0.9em 2.2em;
    font-weight: 700;
    border-radius: 0.7em;
    background: #121212;
    color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    letter-spacing: 0.04em;
}
.cta-main:hover {
    background: #222;
}
.whats-included {
    margin-top: 1.2em;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.whats-included-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #121212;
    margin-bottom: 0.5em;
    letter-spacing: 0.04em;
}
.whats-included ul {
    margin-left: 1.2em;
    color: #444;
    font-size: 1.05rem;
    opacity: 0.92;
    line-height: 1.7;
}
@media (max-width: 1100px) {
    .pricing-hero-card {
        max-width: 99vw;
        padding: 2.2rem 0.5rem 2rem 0.5rem;
    }
    .package-table-flex {
        flex-direction: column;
        gap: 1.5rem;
    }
    .package-col {
        min-width: 0;
        width: 100%;
        margin: 0 0 1.2rem 0;
        border-radius: 1.3rem;
        /* Remove border overrides so border is on all sides */
    }
}
button.service-cta, .service-cta[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    display: block;
}
/* Service Form Styling */
form.service-detail input,
form.service-detail textarea {
    width: 100%;
}

/* SF Pro Display font-face for Apple devices and fallback */
@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    src: local('SF Pro Display'), local('San Francisco'), local('Segoe UI'), local('Arial');
}

form.service-detail input,
form.service-detail textarea {
        width: 100%;
        padding: 0.7em 1em;
        border: 1.5px solid #e0e0e0;
        border-radius: 0.5em;
        font-size: 1.05rem;
        font-family: 'SF Pro Display', 'Segoe UI', 'Arial', 'Helvetica Neue', Arial, sans-serif;
        margin-bottom: 0.7em;
        background: #fafafa;
        color: #181818;
        transition: border 0.15s, box-shadow 0.15s;
        box-sizing: border-box;
}
form.service-detail input:focus,
form.service-detail textarea:focus {
    border: 1.5px solid #181818;
    outline: none;
    background: #fff;
}
form.service-detail label {
    font-size: 1.01rem;
    color: #222;
    margin-bottom: 0.2em;
    display: block;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.service-detail .service-cta {
    width: auto;
    min-width: 140px;
    background: #181818;
    color: #fff;
    border: none;
    border-radius: 0.5em;
    padding: 0.7em 1.5em;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 1.2em;
    margin-bottom: 0.2em;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.04);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    display: inline-block;
}
.service-detail .service-cta:hover,
.service-detail .service-cta:focus {
    background: #222;
    color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
}
/* Service Detail Pages */
.service-detail {
    max-width: 540px;
    margin: 3rem auto 0 auto;
    background: #fff;
    border-radius: 1.1rem;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
    padding: 2.5rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.service-detail h3 {
    font-size: 1.15rem;
    font-family: "Archivo Black", sans-serif;
    color: #121212;
    margin-bottom: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.service-detail ul, .service-detail ol {
    margin-left: 1.2em;
    margin-bottom: 0.7em;
    color: #444;
    font-size: 1.05rem;
    opacity: 0.92;
    line-height: 1.7;
}
.service-detail li {
    margin-bottom: 0.4em;
}
.service-detail p {
    color: #222;
    font-size: 1.08rem;
    margin-bottom: 0.7em;
}
.service-detail .service-cta {
    margin-top: 0.5em;
    margin-bottom: 1.2em;
}
.service-detail ul {
    list-style: disc inside;
}
.service-detail ol {
    list-style: decimal inside;
}
.service-detail h3 + ul, .service-detail h3 + ol {
    margin-top: -0.5em;
}
.service-detail h3:last-of-type {
    margin-top: 1.5em;
}
.service-detail ul li strong {
    color: #181818;
    font-weight: 600;
}
.service-detail ul li {
    padding-left: 0.1em;
}
.hero-nav a.menu-clicked {
    background: none !important;
    color: #121212 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    transition: color 0.08s;
}
/* Service Modal Styles */
.service-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(20,20,20,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: opacity 0.2s;
}
.service-modal-content {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.13);
    padding: 2.5rem 2.2rem 2rem 2.2rem;
    max-width: 370px;
    width: 90vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem;
    animation: modalIn 0.18s cubic-bezier(.4,1.6,.6,1) 1;
}
.service-modal-close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
    transition: color 0.15s;
    z-index: 10;

.section-title {
        margin-left: 120px;
        text-align: left;
}

@media (max-width: 900px) {
    .section-title {
        margin-left: 2vw;
    }
}
}
/* Services Section */
#services .services-intro {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #222;
    opacity: 0.85;
}

#services .services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 3.5rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#services .service-card {
    background: #fff;
    border-radius: 1.1rem;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
    padding: 2.2rem 2rem 2rem 2rem;
    min-width: 270px;
    max-width: 340px;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem;
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1px solid #f2f2f2;
    height: 300px;
    box-sizing: border-box;
}

#services .service-card:hover {
    box-shadow: 0 6px 32px 0 rgba(0,0,0,0.10);
    transform: translateY(-4px) scale(1.02);
}

#services .service-card h3 {
    font-size: 1.18rem;
    font-family: "Archivo Black", sans-serif;
    margin-bottom: 0.2rem;
    color: #181818;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

#services .service-price {
    font-size: 0.95rem;
    color: #888;
    font-weight: 400;
    background: #f5f5f5;
    border-radius: 0.5rem;
    padding: 0.18em 0.7em;
    margin-left: 0.5em;
}

#services .service-card p {
    font-size: 1rem;
    color: #444;
    opacity: 0.85;
    margin-bottom: 0.5rem;
}

#services .service-cta {
    display: inline-block;
    font-size: 1rem;
    font-family: inherit;
    color: #fff;
    background: #181818;
    border: none;
    border-radius: 0.5rem;
    padding: 0.7em 1.5em;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.04);
    margin-top: 0.2rem;
}

#services .service-cta:hover {
    background: #333;
    color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
}

#services .services-how, #services .services-buying {
    max-width: 600px;
    margin: 0 auto 2.2rem auto;
    text-align: center;
}

#services .services-how h4, #services .services-buying h4 {
    font-size: 1.08rem;
    font-family: "Archivo Black", sans-serif;
    margin-bottom: 0.7rem;
    color: #222;
    letter-spacing: 0.06em;
}

#services .services-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    list-style: decimal inside;
    padding: 0;
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
    color: #444;
    opacity: 0.9;
}

#services .services-steps li {
    min-width: 120px;
    margin: 0 0.5em;
}

@media (max-width: 900px) {
    #services .services-list {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    #services .service-card {
        width: 100%;
        max-width: 500px;
        min-width: 0;
    }
}
/* About section paragraph spacing */
#about .about-text {
    margin-bottom: 1.5rem;
}

#services-title {
    margin-left: 150px;
}

#projects-title {
    margin-left: 35px;
}


/* Contact section links */
#contact a {
    color: #121212;
    text-decoration: underline;
    opacity: 1;
}

/* Projects Grid */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.project {
    background: #fafafa;
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.04);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
}

.project:hover {
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
}

.project-screenshot.placeholder {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1/1;
    background: repeating-linear-gradient(135deg, #e0e0e0 0 20px, #f5f5f5 20px 40px);
    border-radius: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    font-family: inherit;
    letter-spacing: 0.05em;
    opacity: 0.7;
}

.project h3 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    text-align: center;
}

.project p {
    text-align: center;
    font-size: 1rem;
    opacity: 0.8;
}
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    color: #121212;
        font-family: 'SF Pro Display', 'Segoe UI', 'Arial', 'Helvetica Neue', Arial, sans-serif;
}
html, body {
    font-family: 'SF Pro Display', 'Segoe UI', 'Arial', 'Helvetica Neue', Arial, sans-serif;
}

/* Header */
.site-header {
    position: fixed;
    top: 2rem;
    left: 2rem;
}

.site-name {
    font-size: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.7;
    color: #aaa;
}

/* Hero */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 14vw;
}

.hero-nav ul {
    list-style: none;
}

.hero-nav li {
    margin: 1.8rem 0;
}

.hero-nav a {
    font-family: "Archivo Black", Arial, Helvetica, sans-serif;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #121212;
    text-decoration: none;
    opacity: 0.45;
}

.hero-nav a:not(.menu-clicked) {
    color: #121212;
    opacity: 0.45;
    transition: color 0.15s, background 0.15s, box-shadow 0.15s, opacity 0.15s, transform 0.18s cubic-bezier(.4,1.6,.6,1);
    /* No extra padding or border-radius to prevent jolt */
    outline: none;
}


.hero-nav a:hover,
.hero-nav a:focus {
    background: none;
        color: #222;
        opacity: 0.7;
}



.hero-nav a:active {
    background: none !important;
        color: #181818 !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.hero-nav a.active {
    opacity: 1;
}

/* Sections */
.section {
    padding: 8rem 14vw;
}

.section h2 {
    font-family: "Archivo Black", sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 4rem;
    text-align: left;
    margin-left: 0;
}


/* Footer */
footer {
    padding: 2rem;
    font-size: 0.75rem;
    opacity: 0.6;
}

/* Mobile */
@media (max-width: 800px) {
    .roadmap {
        grid-template-columns: 1fr;
    }

    .roadmap-line {
        display: none;
    }
}


.field-error {
  position: relative;
  margin-bottom: 1.1rem;
}

.custom-validation-tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: transparent;
    color: #181818;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.45em 0.7em;
    border-radius: 6px;
    letter-spacing: 0.03em;
    border: 1.5px solid #181818;
    box-shadow: none;
    z-index: 20;
    white-space: nowrap;
}

.custom-validation-tooltip::before {
    display: none;
}

/* subtle error hint without red panic */
.field-error input:focus,
.field-error textarea:focus {
  border-color: #121212;
}

.field-error input,
.field-error textarea {
  background: #fafafa;
}


.service-modal.is-visible {
  display: flex !important;
}
