body, html {
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    color: #29282D;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.header {
    background-color: #6E482F;
    background-image: url('img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header-container {
    max-width: 100%;
    margin: 0;
    padding: 40px 0 60px 0;
    position: relative;
    z-index: 2;
}


a {
    color: #739BFF;
    text-decoration: underline;
    transition: color 0.3s ease;
    cursor: pointer !important;
}

a:hover {
    color: #A0BFFF;

}

button {
    cursor: pointer !important;
}


a[href^="mailto:"] {

}



.logo {
    width: 300px;
    height: auto;
    margin: 0 0 25px 0;
    filter: brightness(0) invert(1);
}

.logo-subtitle {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 50px 0;
    line-height: 1.4;
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}


.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    height: 400px;
}

.header-left {
    flex: 0 1 40%;
    max-width: 500px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.header-left h1 {
    font-size: 56px;
    color: #FFF1C4;
    margin-bottom: 40px;
    line-height: 1.1;
    font-weight: bold;
}

.header-left p {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.header-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.header-buttons .use-button {
    margin: 0;
}

.header-left .use-button {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #FFFFFF !important;
}

.header-left .use-button:hover {
    background-color: #FFB37D !important;
    color: #000000 !important;
    outline: none !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #FFB37D !important;
}

.header-left .use-button:focus,
.header-left .use-button:active {
    outline: none !important;
}

.header-left .demo-button {
    background-color: transparent !important;
    border: none !important;
    color: #FFFFFF !important;
    box-shadow: inset 0 0 0 2px #FFFFFF !important;
}

.header-left .demo-button:hover {
    background-color: transparent !important;
    color: #FFB37D !important;
    outline: none !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #FFB37D !important;
}

.header-left .demo-button:focus,
.header-left .demo-button:active {
    outline: none !important;
}

.demo-button {
    background-color: transparent !important;
    border: none !important;
    color: #3e4cff !important;
    box-shadow: inset 0 0 0 2px #3e4cff !important;
    outline: none !important;
}

.demo-button:hover {
    background-color: transparent !important;
    color: #000000 !important;
    outline: none !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #000000 !important;
}

.demo-button:focus,
.demo-button:active {
    outline: none !important;
}

.header-note {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 40px;
    font-style: italic;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.header-and-text {
    font-family: "Just Me Again Down Here", cursive;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0 20px 0;
}

.header-main-title {
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 0 auto;
    padding-top: 40px;
    line-height: 1.1;
    font-weight: bold;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
}

/* Header Screenshot Stack - Cascade Effect */
.header-screenshot-stack {
    position: relative;
    width: 100%;
    height: 500px;
}

/* Container for screenshot + caption */
.screenshot-with-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.screenshot-back-container {
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.screenshot-middle-container {
    left: calc(15% + 150px);
    transform: translateY(-50%);
    z-index: 2;
}

.screenshot-front-container {
    left: calc(30% + 300px);
    transform: translateY(-50%);
    z-index: 3;
}

.screenshot-layer {
    position: relative;
    display: block;
}

/* All images same size */
.screenshot-back {
    width: 330px;
    height: auto;
}

.screenshot-middle {
    width: 330px;
    height: auto;
}

.screenshot-front {
    width: 330px;
    height: auto;
}

/* Screenshot Captions */
.screenshot-caption {
    position: relative;
    font-size: 18px;
    color: #FFFFFF;
    font-family: "Just Me Again Down Here", cursive;
    white-space: nowrap;
    margin-top: 3px;
    margin-left: 15px;
}

.caption-back,
.caption-middle,
.caption-front {
    font-size: 18px;
}


/* Header Reports - Inside Header with Gaps */
.header-reports {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 40px 40px 40px;
}

.header-bottom-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 0 20px 20px 20px;
}

.header-bottom-buttons .use-button {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #FFFFFF !important;
}

.header-bottom-buttons .use-button:hover {
    background-color: #FFB37D !important;
    color: #000000 !important;
    outline: none !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #FFB37D !important;
}

.header-bottom-buttons .use-button:focus,
.header-bottom-buttons .use-button:active {
    outline: none !important;
}

.header-bottom-buttons .demo-button {
    background-color: transparent !important;
    border: none !important;
    color: #FFFFFF !important;
    box-shadow: inset 0 0 0 2px #FFFFFF !important;
}

.header-bottom-buttons .demo-button:hover {
    background-color: transparent !important;
    color: #FFB37D !important;
    outline: none !important;
    border: none !important;
    box-shadow: inset 0 0 0 2px #FFB37D !important;
}

.header-bottom-buttons .demo-button:focus,
.header-bottom-buttons .demo-button:active {
    outline: none !important;
}

.screenshot-block {
    overflow: hidden;
    display: grid;
    grid-template-rows: 260px auto auto;
    row-gap: 10px;
    position: relative;
    padding: 0;
    border-radius: 12px;
}

.screenshot-block img {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    grid-row: 1;
    justify-self: center;
    align-self: center;
}

.screenshot-block img.svg-illustration {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
    position: static;
    z-index: 2;
    margin: auto;
    display: block;
    grid-row: 1;
    justify-self: center;
    align-self: center;
}

.screenshot-title {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    line-height: 1.4;
    text-shadow: none;
    grid-row: 2;
}

.screenshot-description {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0 20px 20px 20px;
    position: relative;
    z-index: 3;
    line-height: 1.6;
    grid-row: 3;
}

.screenshot-blue {
    background-color: #F7F7F7;
}

.screenshot-red {
    background-color: #F7F7F7;
}

.screenshot-brown {
    background-color: #F7F7F7;
}

.screenshot-green {
    background-color: #F7F7F7;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}



h1, h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 20px;
}


.section > p,
#learn-more-and-info > .container > p:first-of-type,
.newsletter-section > .container > p {
    font-size: 18px;
    color: #555555;
    margin-bottom: 30px;
    max-width: 50%;
}


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


.feature {
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
}


.feature:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.clickable-report {
    cursor: pointer;
}

.clickable-report img {
    transition: transform 0.3s;
}

.clickable-report:hover img {
    transform: scale(1.05);
}


.feature-image-container {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}


.design .feature-image-container {
    background-color: rgba(106, 90, 172, 0.8);
}

.quality-control .feature-image-container {
    background-color: rgba(60, 76, 162, 0.8);
}

.data .feature-image-container {
    background-color: rgba(48, 84, 87, 0.8);
}

.integration .feature-image-container {
    background-color: rgba(95, 50, 40, 0.8);
}


.feature-image {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}


.feature h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 20px 20px 10px;
}

.feature p {
    margin: 0 20px 15px;
    font-size: 16px;
    color: #555555;
}


.tag {
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 15px 20px;
    color: white;
}


.design .tag {
    background-color: rgba(106, 90, 172, 0.8);
}

.quality-control .tag {
    background-color: rgba(60, 76, 162, 0.8);
}

.data .tag {
    background-color: rgba(48, 84, 87, 0.8);
}

.integration .tag {
    background-color: rgba(95, 50, 40, 0.8);
}


.section h2 {
  margin-top: 0px; 

}


.section:nth-of-type(2) h2 {
  margin-top: 80px; 

}


.coming-soon-form {
    margin-top: 20px;
    text-align: center;
}

.notify-form {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.coming-soon-form .newsletter-form {
    

    justify-content: center;
    margin-top: 10px;
}


.coming-soon-form .newsletter-form input[type="email"] {
    background-color: #ffffff;
    color: #29282D;
    border: 1px solid #d0d0d0;
    width: 200px;
}


.coming-soon-form .subscribe-button {
}


.newsletter-form input[type="email"]::placeholder,
.coming-soon-form .newsletter-form input[type="email"]::placeholder {
    color: #a0a0a0; 

}


.newsletter-form input[type="email"]:focus,
.coming-soon-form .newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: #3e4cff; 

    box-shadow: 0 0 0 2px rgba(120, 97, 214, 0.2); 

}

.notify-form input[type="email"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  width: 200px;
}

.notify-form button {
  padding: 10px 20px;
  background-color: #3e4cff;
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.notify-form button:hover {
  background-color: #6A52C7;
}



.use-button {
    background-color: #3e4cff;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer !important;
    border-radius: 60px;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    box-shadow: none;
    line-height: 1;
    outline: none;
}

.use-button:hover {
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
    outline: none;
    border: none;
}

.use-button:focus,
.use-button:active {
    outline: none;
}

.header-text .use-button {
    margin-top: 20px;
}

.use-button-wrapper {
    text-align: center;
    margin-top: 40px;
}

.use-button-wrapper .use-button {
    margin-bottom: 10px;
}

.use-button-wrapper p {
    font-size: 14px;
    color: #666666;
    font-style: italic;
}


.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}


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


.popup.open {
    display: flex;
    align-items: center;
    justify-content: center;
}


.popup-content {
    background-color: #f5f5f5;
    padding: 20px;
    border: none;
    width: 80%;
    max-width: 800px;
    height: 90vh;
    max-height: 90vh;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}


.popup-main-content {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 10px; 

}


.popup-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.popup-prev,
.popup-next {
    padding: 10px 20px;
    background-color: #3e4cff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popup-prev:hover,
.popup-next:hover {
    background-color: #000000;
    color: #ffffff;
    outline: none;
    border: none;
}

.popup-prev:focus,
.popup-prev:active,
.popup-next:focus,
.popup-next:active {
    outline: none;
}

.popup-prev.disabled,
.popup-next.disabled {
    background-color: rgba(120, 97, 214, 0.3);
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    opacity: 0.3;
}

.popup-prev.disabled:hover,
.popup-next.disabled:hover {
    background-color: rgba(120, 97, 214, 0.3);
}

.popup-nav button {
    background-color: #3e4cff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
}

.popup-nav button:hover {
    background-color: #000000;
    color: #ffffff;
    outline: none;
    border: none;
}

.popup-nav button:focus,
.popup-nav button:active {
    outline: none;
}


html.popup-open {
    overflow: hidden;
}

body.popup-open {
    overflow: hidden;
}


.popup-image-container {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.popup-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3e4cff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#popup-image {
    max-width: 100%;
    height: auto;
    display: none;
}

#popup-image.loaded {
    display: block;
}

.popup-email-form {
    padding: 20px;
    background-color: #ededed;
    border-radius: 8px;
    margin: 20px 0;
}

.popup-email-form p {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #333;
}

.popup-email-form form {
    display: flex;
    gap: 10px;
}

.popup-email-form input[type="email"] {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.popup-email-form input[type="email"]:focus {
    outline: none;
    border-color: #3e4cff;
}

.popup-email-form button {
    padding: 12px 24px;
    white-space: nowrap;
}


.close {
    color: #666;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

#popup-title {
    margin-top: 0;
    color: #1a1a1a;
}

#popup-description {
    color: #555555;
    max-width: 100%;
}


.feature.coming-soon {
    opacity: 1;
    position: relative;
    overflow: visible;
}

.feature.coming-soon > *:not(.coming-soon-label) {
    opacity: 0.6;
}


.coming-soon-label {
    position: absolute;
    top: 10px;
    right: -80px;
    width: 200px;
    background: #3e4cff;
    color: white;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    z-index: 2;
}


.feature.coming-soon {
    overflow: hidden;
    position: relative;
}

.feature.coming-soon .feature-image-container {
    filter: grayscale(100%);
}

.feature.coming-soon h3,
.feature.coming-soon p,
.feature.coming-soon .tag {
    color: #888;
}


#popup-tags {
    margin-bottom: 15px;
}

#popup-tags .tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}


.feature.coming-soon #popup-tags .tag {
    background-color: rgba(128, 128, 128, 0.3);
    color: #888;
}

.feature.coming-soon .tag {
    background-color: rgba(128, 128, 128, 0.3) !important;
    color: #888 !important;
}

.feature.coming-soon.design .tag,
.feature.coming-soon.quality-control .tag,
.feature.coming-soon.data .tag,
.feature.coming-soon.integration .tag {
    background-color: rgba(128, 128, 128, 0.3) !important;
    color: #888 !important;
}

/* Agent-Judge Section */
.agent-judge-section {
    padding: 40px 0;
}

.agent-judge-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.agent-judge-container h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 700;
}

.agent-judge-intro {
    margin-bottom: 40px;
}

.agent-judge-intro p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
    max-width: 50%;
}

.agent-judge-benefit {
    font-size: 16px;
    color: #555;
}

.agent-judge-screenshots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.agent-judge-screenshot {
    display: flex;
    flex-direction: column;
}

.agent-judge-screenshot img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.screenshot-caption-text {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.agent-judge-graph {
    margin-bottom: 50px;
}

.agent-judge-graph img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.agent-judge-comparison {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 40px;
    position: relative;
    padding: 40px 0;
}

.comparison-left {
    text-align: center;
    position: relative;
}

.stat-icon {
    position: relative;
}

.stat-icon img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.comparison-left p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.comparison-right {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.comparison-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    position: relative;
}

.comparison-icon {
    flex-shrink: 0;
}

.comparison-icon .material-symbols-outlined {
    font-size: 100px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-variation-settings:
        'FILL' 0,
        'wght' 200,
        'GRAD' 0,
        'opsz' 48;
}

.comparison-icon.human .material-symbols-outlined {
    color: #FF7F51;
}

.comparison-icon.ai .material-symbols-outlined {
    color: #46B583;
}

.comparison-text {
    flex: 1;
}

.comparison-text p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.agent-judge-benefits {
    margin-top: 15px;
}

.agent-judge-benefits ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}

.agent-judge-benefits li {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.agent-judge-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

@media (max-width: 1200px) {
    .header-left {
        flex: 0 1 35%;
        min-width: 280px;
    }
}

@media (max-width: 992px) {
    .agent-judge-screenshots {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .agent-judge-comparison {
        flex-direction: column;
        gap: 40px;
    }

    .comparison-item {
        flex-direction: column;
        gap: 20px;
    }

    .comparison-icon .material-symbols-outlined {
        font-size: 80px;
        width: 80px;
        height: 80px;
    }

    .stat-icon img {
        width: 150px;
    }

    .agent-judge-intro p {
        max-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .mobile-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .mobile-nav .nav-logo {
        width: 150px;
        margin: 0;
    }

    .mobile-nav ul {
        margin-top: 0;
        flex: 1;
    }

    .mobile-nav-buttons {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .agent-judge-section {
        padding: 30px 0;
    }

    .agent-judge-container {
        padding: 0 20px;
    }

    .agent-judge-container h2 {
        font-size: 32px;
    }

    .agent-judge-screenshots {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .comparison-item {
        padding: 0 20px;
    }

    .agent-judge-benefits ul {
        padding-left: 0;
    }

    .agent-judge-buttons {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }

    .agent-judge-buttons .use-button {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

.dark-background {
    color: #29282D;
    padding: 30px 0;
}

.transparent-background {
    color: #29282D;
}



.section-description {
    max-width: 50%;
    text-align: left;
}

@media (max-width: 768px) {
    .section-description {
        max-width: 100%;
    }

    .section > p,
    #learn-more-and-info > .container > p:first-of-type,
    .newsletter-section > .container > p {
        max-width: 100%;
    }

    .post-calendly-note {
        max-width: 100%;
    }

    #live-demo.container {
        padding: 40px 20px;
    }

    #live-demo .section-description {
        max-width: 100%;
    }
}



.newsletter-section {
    padding: 30px 0;
    text-align: center;
    color: #29282D;
    margin-bottom: 0;
    padding-bottom: 0;
}

.newsletter-section h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.newsletter-section p {
    font-size: 18px;
    color: #555555;
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input[type="email"] {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    outline: none;
    background-color: #ffffff;
    color: #29282D;
}

.newsletter-form input[type="email"]::placeholder {
    color: #666666;
}

.subscribe-button {
    background-color: #3e4cff;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 0 30px 30px 0;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.subscribe-button:hover {
    background-color: #8a75e0;
}


.coming-soon-form .subscribe-button {
    

}


.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation.visible {
    transform: translateY(0);
}

/* New Year 2026 sock decoration */
.new-year-sock {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: auto;
    z-index: 1001;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.new-year-sock:hover {
    transform: scale(1.05);
}

.navigation .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    cursor: pointer;
    width: 150px;
    height: auto;
    filter: brightness(0) saturate(100%);
}

.nav-links {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-left: 20px;
}

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

.nav-links a:hover {
    color: #3e4cff;
}

.nav-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nav-button {
    padding: 10px 20px;
    font-size: 14px;
}

.mobile-nav-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}


.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1002;
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #29282D;
    margin: 5px 0;
    transition: 0.4s;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 60px 20px 20px;
    box-sizing: border-box;
    z-index: 1001;
    overflow-y: auto;
    transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}

.mobile-nav ul {
    list-style-type: none;
    margin-top: 50px;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-nav li {
    margin-bottom: 0;
}

.mobile-nav a {
    color: #29282D;
    text-decoration: none;
    font-size: 18px;
}


.popup-gallery {
    position: relative;
    margin-top: 20px;
}

.gallery-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-item.active {
    opacity: 1;
}

.gallery-item img {
  max-width: 100%;
  max-height: 400px; 

  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.gallery-comment {
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  color: #555555;
}

.gallery-item iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.gallery-prev,
.gallery-next {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
}



.social-footer {
    padding: 20px 0;
    text-align: center;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    color: #29282D;
    transition: color 0.3s ease;
    position: relative;
}

.social-icon:hover {
    color: #3e4cff;
}

.copyright {
    font-size: 14px;
    color: #888888;
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.social-icon:hover .tooltip {
    opacity: 1;
}


.calendly-inline-widget {
    min-width: 320px;
    height: 450px;

    overflow: hidden;
}

#live-demo.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

#live-demo h2 {
    text-align: center;
}

#live-demo .section-description {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post-calendly-note {
    text-align: center;
    max-width: 800px;
    font-size: 16px;
    color: #555555;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.post-calendly-or {
    text-align: center;
    font-size: 16px;
    color: #555555;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}

.post-calendly-button-wrapper {
    text-align: center;
    margin-bottom: 40px;
}


@media (max-width: 1200px) {
    .features {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {


    .features,
    .prompt-engineers-features,
    .business-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-content {
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
        height: auto;
    }

    .header-left {
        max-width: 100%;
        padding: 30px 0 5px 0;
        text-align: center;
        align-items: center;
    }

    .logo {
        margin: 0 auto 15px;
    }

    .logo-subtitle {
        text-align: center;
        margin: 0 auto 20px;
    }

    .header-buttons {
        justify-content: center;
        display: flex !important;
    }

    .header-right {
        width: 100%;
        overflow: visible;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .header-text {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .header-carousel {
        width: 100%;
        max-width: 100%;
    }

    .carousel-container {
        max-width: 100%;
    }

    .header-reports {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 20px 30px 20px;
    }

    .screenshot-block {
        height: auto;
    }

    .header-screenshot-stack {
        height: 320px;
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .screenshot-back-container {
        left: 2%;
        transform: translateY(-50%);
    }

    .screenshot-middle-container {
        left: calc(50% - 140px);
        transform: translateY(-50%);
    }

    .screenshot-front-container {
        left: calc(98% - 280px);
        transform: translateY(-50%);
    }

    .screenshot-back {
        width: 280px;
    }

    .screenshot-middle {
        width: 280px;
    }

    .screenshot-front {
        width: 280px;
    }

    .screenshot-caption {
        display: none;
    }

    .header-screenshot-stack::after {
        content: "Automated Error Detection • Source Performance Metrics • Automation Level Insights";
        display: block;
        text-align: center;
        color: #FFFFFF;
        font-family: "Just Me Again Down Here", cursive;
        font-size: 16px;
        margin-top: 20px;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
    }

    .header-main-title {
        padding-top: 70px;
    }

    .navigation .container {
        padding: 10px;
    }

    .navigation .container {
        flex-direction: column;
        align-items: center;
    }

    .nav-logo {
        margin-bottom: 10px;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 20px 0 40px 0;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.testimonial-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

.testimonial-position {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
}

.testimonial-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #0077B5;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.testimonial-linkedin:hover {
    opacity: 0.7;
}

.testimonial-linkedin svg {
    flex-shrink: 0;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0;
    font-style: italic;
    max-width: 100%;
}

/* Pricing Section */
.pricing-section {
    color: #29282D;
    padding: 30px 0;
    overflow-x: hidden;
}

.pricing-section h2 {
    text-align: left;
    font-size: 48px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000;
}

/* Pricing tabs */
.pricing-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
    justify-content: center;
}

.tab-button {
    background: none;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.3s ease;
}

.tab-button:hover {
    color: #3e4cff;
}

.tab-button.active {
    color: #3e4cff;
    border-bottom-color: #3e4cff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.mobile-scroll-hint {
    display: none;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 10px 0 20px;
    font-style: italic;
}

.pricing-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.pricing-table-wrapper {
    flex: 1;
    overflow-x: auto;
    background: transparent;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    table-layout: fixed;
}

.pricing-table th {
    background-color: transparent;
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.pricing-table th:first-child {
    border-left: none;
}

.pricing-table th.feature-column {
    text-align: left;
}

.pricing-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: top;
}

.pricing-table td:first-child {
    border-left: none;
}

.pricing-table td.feature-name {
    text-align: left;
    font-weight: 500;
    color: #333;
}

.pricing-table td.centered {
    text-align: center;
}

.pricing-table tr.separator td {
    border-top: 2px solid #e0e0e0;
    padding-top: 20px;
}

.pricing-table tr.price-row td {
    background-color: white;
}

.pricing-table td.highlight-cell {
    background-color: white;
}

.discount {
    display: inline-block;
    background-color: #E0F2FF;
    color: #0066CC;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.price-detail {
    font-size: 12px;
    color: #666;
}

.feature-note {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
}

.package {
    background-color: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
}

.package-highlight {
    background-color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    display: inline-block;
}

.custom-plan {
    vertical-align: middle;
}

/* Pricing Sidebar */
.pricing-sidebar {
    width: 300px;
    flex-shrink: 0;
}

.included-features {
    background: white;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.included-features h3 {
    color: #000;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.included-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.included-features li {
    color: #333;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}

.included-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0066CC;
    font-weight: bold;
}

.team-info {
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
}

.team-photos {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.team-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
}

.team-text {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* On-premise hosting section */
.on-premise-section {
    padding: 30px 0;
}

.on-premise-section h2 {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 40px;
    margin-top: 0;
}

.on-premise-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.on-premise-plan {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.on-premise-plan.featured {
    border: 2px solid #3e4cff;
    box-shadow: 0 4px 16px rgba(120, 97, 214, 0.15);
}

.on-premise-plan h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}

.on-premise-plan .price {
    font-size: 48px;
    font-weight: bold;
    color: #3e4cff;
    margin-bottom: 20px;
}

.on-premise-plan .price-note {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    display: block;
}

.on-premise-plan p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 50%;
}

.on-premise-plan .small-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.on-premise-plan .note {
    font-style: italic;
    color: #3e4cff;
    font-weight: 600;
}

.on-premise-plan ul {
    margin: 15px 0;
    padding-left: 20px;
}

.on-premise-plan ul.nested {
    margin: 10px 0;
    padding-left: 25px;
}

.on-premise-plan li {
    color: #333;
    margin-bottom: 8px;
    line-height: 1.6;
}

.pricing-breakdown {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.highlight-price {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 18px;
}

/* FAQ Section */
.faq-section {
    padding: 30px 0 15px 0;
}

.faq-section h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 25px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #3e4cff;
}

.faq-question span:first-child {
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    font-size: 28px;
    font-weight: 300;
    color: #3e4cff;
    transition: transform 0.3s ease;
    min-width: 30px;
    text-align: center;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 25px;
}

.faq-answer p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Pricing table adaptive styles - starts at 1280px */
@media (max-width: 1280px) {
    .mobile-scroll-hint {
        display: none;
    }

    .pricing-container {
        flex-direction: column;
        padding: 0;
    }

    .pricing-table-wrapper {
        order: 1;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .pricing-sidebar {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }

    .pricing-table {
        font-size: 11px;
        min-width: 100%;
        width: 100%;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 8px 6px;
        font-size: 11px;
        white-space: normal;
        min-width: 100px;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table td strong {
        font-weight: 600 !important;
        font-size: 11px !important;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table td.highlight-cell {
        white-space: nowrap;
        font-size: 11px !important;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table td.highlight-cell strong {
        font-weight: 600 !important;
        font-size: 11px !important;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table th.feature-column,
    .pricing-table td.feature-name {
        min-width: 120px;
        white-space: normal;
    }

    .pricing-table th {
        font-size: 12px;
    }

    .discount {
        font-size: 10px;
        padding: 2px 4px;
        display: inline-block;
        margin: 4px 0 0 0;
    }

    .price-detail {
        font-size: 10px;
    }

    .feature-note {
        font-size: 9px;
    }

    .package {
        font-size: 9px;
        padding: 1px 4px;
    }

    .included-features,
    .team-info {
        margin: 10px 0;
    }
}

@media (max-width: 733px) {
    .mobile-scroll-hint {
        display: block;
    }

    .pricing-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #3e4cff #f0f0f0;
    }

    .pricing-table-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .pricing-table-wrapper::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 4px;
    }

    .pricing-table-wrapper::-webkit-scrollbar-thumb {
        background: #3e4cff;
        border-radius: 4px;
    }

    .pricing-table-wrapper::-webkit-scrollbar-thumb:hover {
        background: #2a3acc;
    }

    .pricing-table {
        min-width: 700px;
        width: 700px;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table th,
    .pricing-table td {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table td strong {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table td.highlight-cell {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .pricing-table td.highlight-cell strong {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
}

@media (max-width: 768px) {
    /* New Year sock - mobile positioning */
    .new-year-sock {
        width: 50px;
        left: 0;
        right: auto;
        transform: scaleX(-1);
        pointer-events: none;
    }

    .new-year-sock:hover {
        transform: scaleX(-1);
    }

    .logo {
        width: 260px;
        display: block;
        margin: 0 auto 10px;
    }

    .nav-logo {
        width: 200px;
        display: block;
        margin: 0 auto 20px;
        margin-top: 10px;
    }

    .logo-subtitle {
        font-size: 15px;
        color: #FFFFFF;
        margin: 0 auto 10px;
        text-align: center;
    }

    .header-left .header-buttons {
        display: none !important;
    }

    .header-left {
        padding: 20px 0 5px 0;
    }

    .header-note {
        text-align: center;
        max-width: 600px;
        margin: 20px auto 50px auto;
        padding: 0 20px;
    }

    .feature-image-container {
        height: 120px;
    }

    h1, h2 {
        font-size: 32px;
    }

    .header-main-title {
        font-size: 36px;
        padding: 70px 20px 0 20px;
        margin: 0 auto 0 auto;
    }

    .header-and-text {
        font-size: 20px;
        margin: 30px 0 20px 0;
    }

    .mobile-nav ul {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .mobile-nav li {
        margin-bottom: 10px;
        text-align: center;
    }

    .mobile-nav-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
        box-sizing: border-box;
        max-width: 100%;
    }

    .mobile-nav-buttons .use-button {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        background-color: #3e4cff !important;
        color: #FFFFFF !important;
    }

    .mobile-nav-buttons .use-button:hover {
        background-color: #000000 !important;
        color: #FFFFFF !important;
    }

    .mobile-nav-buttons .demo-button {
        background-color: transparent !important;
        color: #3e4cff !important;
        box-shadow: inset 0 0 0 2px #3e4cff !important;
    }

    .mobile-nav-buttons .demo-button:hover {
        background-color: #3e4cff !important;
        color: #FFFFFF !important;
    }

    .mobile-nav .nav-logo {
        margin: 0 auto 20px;
        display: block;
    }

    h3 {
        font-size: 18px;
    }

    .feature p {
        font-size: 14px;
    }

    .tag {
        font-size: 12px;
    }

    .nav-links {
        display: none;
    }

    .hamburger-menu {
        display: block;
        top: 5px;
        right: 5px;
    }

    .navigation .use-button {
        display: none;
    }

    .mobile-nav.active {
        display: block;
    }

    .hamburger-menu.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .header-container {
        padding: 40px 0 0 0;
        text-align: center;
    }

    .logo {
        margin: 0 0 20px 0;
    }

    .header-text {
        padding: 80px 20px 0 20px;
    }

    .mobile-nav .language-switcher {
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .mobile-nav {
        padding-top: 10px;
    }

    .social-icon {
        font-size: 20px;
        margin: 0 8px;
    }

    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-form input[type="email"] {
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .subscribe-button {
        border-radius: 30px;
    }

    .calendly-inline-widget {
        height: 350px;

    }

    .testimonials-section h2 {
        font-size: 36px;
    }

    .testimonials-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}

@media (max-width: 576px) {
    

    .features,
    .prompt-engineers-features,
    .business-features {
        grid-template-columns: 1fr;
    }
    
    .header-text h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .header-main-title {
        font-size: 32px;
        margin: 0 auto 30px auto;
        padding: 70px 20px 0 20px;
    }

    .header-and-text {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }

    .logo-subtitle {
        font-size: 13px;
        color: #FFFFFF;
        margin: 0 auto 5px;
        padding: 0 20px;
    }

    .header-left {
        padding: 15px 0 0 0;
    }

    .logo {
        width: 240px;
        margin: 0 auto 8px;
    }

    .header-left .header-buttons {
        display: none !important;
    }

    .header-note {
        text-align: center;
        font-size: 13px;
        max-width: 100%;
        margin: 15px auto 50px auto;
        padding: 0 20px;
    }

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

    .header-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .header-buttons .use-button {
        width: 100%;
    }

    .header-note {
        font-size: 14px;
    }

    .header-reports {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 30px auto;
        padding: 0 20px 30px 20px;
    }

    .screenshot-block {
        height: auto;
    }

    .screenshot-title {
        font-size: 16px;
        margin: 0;
        padding: 0 15px;
    }

    .screenshot-description {
        padding: 0 15px 15px 15px;
    }

    .header-screenshot-stack {
        height: 280px;
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .screenshot-back-container {
        left: 2%;
        transform: translateY(-50%);
    }

    .screenshot-middle-container {
        left: calc(50% - 105px);
        transform: translateY(-50%);
    }

    .screenshot-front-container {
        left: calc(98% - 210px);
        transform: translateY(-50%);
    }

    .screenshot-back {
        width: 210px;
    }

    .screenshot-middle {
        width: 210px;
    }

    .screenshot-front {
        width: 210px;
    }

    .screenshot-caption {
        display: none;
    }

    .header-screenshot-stack::after {
        content: "Automated Error Detection • Source Performance Metrics • Automation Level Insights";
        display: block;
        text-align: center;
        color: #FFFFFF;
        font-family: "Just Me Again Down Here", cursive;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
    }

    .header-bottom-buttons {
        flex-direction: column;
        padding: 0 20px 40px 20px;
    }

    .header-bottom-buttons .use-button {
        width: 100%;
        box-sizing: border-box;
    }

    .feature-image-container {
        height: 100px;
    }

    h3 {
        font-size: 16px;
        margin: 10px 0px 5px;
    }

    .feature p {
        margin: 0 15px 10px;
        font-size: 14px;
    }

    .tag {
        margin: 0 0 10px 15px;
        font-size: 12px;
    }

    /* Pricing table mobile overrides */
    .pricing-section {
        padding: 20px 0;
    }

    .pricing-section h2 {
        font-size: 32px;
    }

    .team-photos {
        flex-direction: column;
        align-items: center;
    }

    /* On-premise mobile styles */
    .on-premise-section h2 {
        font-size: 32px;
    }

    .on-premise-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .on-premise-plan {
        padding: 25px;
    }

    .on-premise-plan h3 {
        font-size: 22px;
    }

    .on-premise-plan .price {
        font-size: 36px;
    }

    .on-premise-plan p {
        max-width: 100%;
    }

    .faq-section h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .faq-question {
        font-size: 18px;
        padding: 20px 0;
    }

    .faq-icon {
        font-size: 24px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .on-premise-plan .price-note {
        font-size: 14px;
    }

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

    .testimonials-section {
        padding: 20px 0;
    }

    .testimonials-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testimonial {
        padding: 25px;
    }

    .testimonial-photo {
        width: 60px;
        height: 60px;
    }

    .testimonial-name {
        font-size: 18px;
    }

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

}

/* Force cursor pointer for all interactive elements */
a,
button,
.use-button,
.demo-button,
.nav-links a,
.mobile-nav a,
.subscribe-button,
[onclick],
.faq-question,
.hamburger-menu {
    cursor: pointer !important;
}