/* Alloy12 — Custom overrides */

/* Logo as text */
.alloy12-logo {
    font-size: 24px;
    font-weight: 800;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 1px;
    line-height: 1;
}

.alloy12-logo:hover {
    color: #fff !important;
    opacity: 0.85;
}

/* Hero adjustments */
#hero .slider-content h5 {
    border: none;
    background: none;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}

#hero .slider-content h5 img {
    display: none;
}

#hero .slider-content h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
}

#hero .slider-content p {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 0 auto;
}

/* Remove parallax shape decorations from hero */
#hero .slider-shape,
#hero .cr,
#hero .outer-bg .animations-01,
#hero .outer-bg .animations-02 {
    display: none;
}

/* Services section */
#services .section-title h5 {
    display: none;
}

#services .section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}

#services .services-box {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    height: 100%;
    transition: border-color 0.3s ease;
}

#services .services-box:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

#services .services-content2 h5 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px !important;
}

#services .services-content2 h5 a {
    color: #fff;
}

#services .services-content2 p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
}

#services .services-icon {
    display: none;
}

#services .src-btn {
    display: none;
}

/* About section */
#about .section-title h5 {
    display: none;
}

#about .section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}

.alloy12-about-text {
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    max-width: 800px;
}

/* Contact section */
#contact {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#contact .section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}

#contact p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55);
}

/* Contact form */
.alloy12-contact-form input,
.alloy12-contact-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 14px 18px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.alloy12-contact-form input::placeholder,
.alloy12-contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.alloy12-contact-form input:focus,
.alloy12-contact-form textarea:focus {
    border-color: rgba(255, 255, 255, 0.25);
}

.alloy12-contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.alloy12-contact-form button.btn.ss-btn {
    padding: 14px 40px;
    font-size: 14px;
    border-radius: 52px;
    cursor: pointer;
}

/* Contact success message */
#contactSuccess h3 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

#contactSuccess p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55);
}

/* Footer */
.footer-bg {
    background-image: none !important;
    background: #060606 !important;
}

.footer-bg .footer-top {
    display: none;
}

.alloy12-footer-logo {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.alloy12-footer-location {
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    font-size: 14px;
}

.copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 30px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.copyright-wrap ul {
    display: none;
}

/* Sticky header — keep dark */
.sticky-menu {
    background: rgba(6, 6, 6, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

/* Services dropdown */
.main-menu .has-sub {
    position: relative;
}

.main-menu .has-sub > ul {
    left: 0;
    top: 100%;
    padding: 8px 0;
}

.main-menu .has-sub > ul li a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14px !important;
    padding: 10px 22px !important;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    white-space: nowrap;
    transition: color 0.2s ease, padding-left 0.2s ease, background 0.2s ease;
}

.main-menu .has-sub > ul li:last-child a {
    border-bottom: none;
}

.main-menu .has-sub > ul li a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04);
    padding-left: 28px !important;
}

/* Chevron icon */
.main-menu ul li > a > .fa-angle-down {
    font-size: 10px;
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.2s ease;
    vertical-align: middle;
}

.main-menu .has-sub:hover > a > .fa-angle-down {
    transform: rotate(180deg);
}

/* Ensure nav links are simple */
.main-menu ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
}

.main-menu ul li a:hover {
    color: #fff !important;
}

/* CTA button styling — keep template gradient */
.slider-btn .btn.ss-btn,
a.btn.ss-btn {
    background: linear-gradient(180deg, #A93E17 0%, #15399A 100%);
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* Language toggle */
.alloy12-lang-toggle {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 4px 10px;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.alloy12-lang-toggle:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.4);
}

/* Header CTA */
.login .btn {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
    #hero .slider-content h2 {
        font-size: 40px;
    }

    #hero .slider-content p {
        font-size: 17px;
    }

    .copyright-wrap .row > div {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .alloy12-footer-location {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    #hero .slider-content h2 {
        font-size: 32px;
    }

    #services .section-title h2,
    #about .section-title h2,
    #contact .section-title h2 {
        font-size: 32px;
    }

    .alloy12-about-text {
        font-size: 16px;
    }
}

/* ========================================
   Inner Pages — Organic Service Pages
   ======================================== */

/* Page hero (compact) */
.alloy12-page-hero {
    background: #060606;
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
}

.alloy12-page-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
}

.alloy12-page-hero p {
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    max-width: 600px;
    margin: 0 auto;
}

/* Breadcrumb */
.alloy12-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
}

.alloy12-breadcrumb a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.3s ease;
}

.alloy12-breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.alloy12-breadcrumb span {
    color: rgba(255, 255, 255, 0.55);
}

/* Page content sections */
.alloy12-page-content {
    padding-top: 0;
    padding-bottom: 0;
}

.alloy12-page-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

.alloy12-page-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.alloy12-page-content p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 24px;
}

.alloy12-page-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.alloy12-page-content ul li {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
}

.alloy12-page-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.35);
}

/* ========================================
   Service Pages — Section Styles
   ======================================== */

/* Service list items (What We Do) */
.alloy12-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alloy12-service-list li {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    padding: 16px 0 16px 32px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-service-list li:last-child {
    border-bottom: none;
}

.alloy12-service-list li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.25);
}

/* Process steps (How It Works) */
.alloy12-steps {
    counter-reset: step-counter;
}

.alloy12-step {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%;
    transition: border-color 0.3s ease;
}

.alloy12-step:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.alloy12-step-number {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    display: block;
}

.alloy12-step h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.alloy12-step p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
}

/* Straight talk items */
.alloy12-talk-item {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 35px 30px;
    height: 100%;
    transition: border-color 0.3s ease;
}

.alloy12-talk-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.alloy12-talk-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.alloy12-talk-item p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
}

/* Social proof bar */
.alloy12-proof-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-proof-item {
    text-align: center;
    padding: 20px 10px;
}

.alloy12-proof-item i {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
}

.alloy12-proof-item span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    line-height: 1.4;
}

.alloy12-proof-item small {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-top: 4px;
}

/* Tier cards (retainer model) */
.alloy12-tier {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%;
    transition: border-color 0.3s ease;
}

.alloy12-tier:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.alloy12-tier-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
    display: block;
}

.alloy12-tier h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.alloy12-tier p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
}

.alloy12-tier ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.alloy12-tier ul li {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    padding: 6px 0 6px 22px;
    position: relative;
}

.alloy12-tier ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
}

/* Sub-service section heading with description */
.alloy12-sub-service h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.alloy12-sub-service > p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}

/* Active nav link */
.main-menu ul li a.alloy12-nav-active {
    color: #fff !important;
}

/* ========================================
   Landing Pages — Ad / Conversion Pages
   Mobile-first design for B2B conversion
   ======================================== */

/* Minimal header (logo only, no nav) */
.alloy12-landing-header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-landing-header .alloy12-logo {
    font-size: 22px;
}

/* Landing hero — mobile first */
.alloy12-landing-hero {
    background: #060606;
    padding-top: 60px;
    padding-bottom: 50px;
}

.alloy12-landing-hero h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.15;
}

.alloy12-landing-hero .alloy12-landing-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}

/* Value props */
.alloy12-value-props {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.alloy12-value-props li {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    padding: 10px 0 10px 28px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-value-props li:last-child {
    border-bottom: none;
}

.alloy12-value-props li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.35);
}

/* Social proof strip near CTA */
.alloy12-trust-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-trust-signals li {
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
}

.alloy12-trust-signals li i {
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
}

/* Landing form section */
.alloy12-landing-form-section {
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 30px 24px;
}

.alloy12-landing-form-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.alloy12-landing-form-section .alloy12-form-subtext {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 24px;
}

/* Value bar — horizontal 3-item strip */
.alloy12-value-bar {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0;
}

.alloy12-value-bar-item {
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-value-bar-item:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .alloy12-value-bar {
        flex-direction: row;
    }

    .alloy12-value-bar-item {
        flex: 1;
        padding: 20px 16px;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.06);
    }

    .alloy12-value-bar-item:last-child {
        border-right: none;
    }
}

/* LP hero — prominent, impossible to miss */
.alloy12-lp-hero {
    background: #060606;
    padding: 80px 0 60px;
    text-align: center;
}

.alloy12-lp-hero h1 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
}

.alloy12-lp-hero p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
    max-width: 560px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .alloy12-lp-hero {
        padding: 120px 0 80px;
    }

    .alloy12-lp-hero h1 {
        font-size: 56px;
    }

    .alloy12-lp-hero p {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .alloy12-lp-hero {
        padding: 60px 0 40px;
    }

    .alloy12-lp-hero h1 {
        font-size: 30px;
    }
}

/* LP-specific — centered single-column layout */
.alloy12-lp-section {
    padding: 48px 0;
}

.alloy12-lp-section h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
}

.alloy12-lp-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alloy12-lp-check-list li {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 0 12px 28px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-lp-check-list li:last-child {
    border-bottom: none;
}

.alloy12-lp-check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.3);
}

/* LP social proof — inline strip */
.alloy12-lp-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.alloy12-lp-proof span {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

/* LP form — full-width centered */
.alloy12-lp-form-section {
    text-align: center;
    padding: 60px 0;
}

.alloy12-lp-form-section h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.alloy12-lp-form-section p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .alloy12-lp-section h2 {
        font-size: 32px;
    }

    .alloy12-lp-form-section h2 {
        font-size: 36px;
    }
}

/* Minimal footer for landing pages */
.alloy12-landing-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
}

.alloy12-landing-footer .alloy12-footer-logo {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

/* ========================================
   Inner Pages — Responsive
   ======================================== */

/* Landing pages — form first on mobile, message column second */
.alloy12-landing-col-form {
    order: 1;
    margin-bottom: 40px;
}

.alloy12-landing-col-message {
    order: 2;
}

/* Desktop scale-up for landing pages */
@media (min-width: 992px) {
    .alloy12-landing-hero {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .alloy12-landing-hero h1 {
        font-size: 48px;
    }

    .alloy12-landing-hero .alloy12-landing-subtitle {
        font-size: 19px;
    }

    .alloy12-landing-form-section {
        padding: 40px;
    }

    .alloy12-landing-form-section h3 {
        font-size: 24px;
    }

    /* On desktop: message left, form right */
    .alloy12-landing-col-message {
        order: 1;
    }

    .alloy12-landing-col-form {
        order: 2;
        margin-bottom: 0;
    }
}

/* Organic pages — responsive */
@media (max-width: 991px) {
    .alloy12-page-hero {
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .alloy12-page-hero h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .alloy12-step,
    .alloy12-talk-item,
    .alloy12-tier {
        margin-bottom: 20px;
    }

    .alloy12-proof-item {
        padding: 16px 10px;
    }
}

@media (max-width: 576px) {
    .alloy12-page-hero h1 {
        font-size: 32px;
    }

    .alloy12-page-content h2 {
        font-size: 28px;
    }

    .alloy12-landing-hero h1 {
        font-size: 26px;
    }

    .alloy12-step {
        padding: 30px 24px;
    }

    .alloy12-step h4 {
        font-size: 20px;
    }

    .alloy12-talk-item,
    .alloy12-tier {
        padding: 28px 24px;
    }
}

/* ========================================
   Case Studies — Homepage Proof Section
   ======================================== */

#proof {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#proof .section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}

.alloy12-proof-lead {
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    max-width: 800px;
    margin-bottom: 0;
}

.alloy12-proof-card {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 35px 30px;
    height: 100%;
    transition: border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.alloy12-proof-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.alloy12-proof-card-label {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 12px;
    line-height: 1.4;
}

.alloy12-proof-card-metric {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
    flex-grow: 1;
}

.alloy12-proof-card-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.alloy12-proof-card-link:hover {
    color: #fff;
}

.alloy12-proof-card-link i {
    margin-left: 6px;
    font-size: 13px;
}

/* ========================================
   Case Studies — Index Page
   ======================================== */

.alloy12-cs-lead {
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    max-width: 800px;
}

.alloy12-cs-card {
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%;
    transition: border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.alloy12-cs-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.alloy12-cs-card-industry {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-bottom: 16px;
}

.alloy12-cs-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.alloy12-cs-card p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 20px;
    flex-grow: 1;
}

.alloy12-cs-card-link {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.alloy12-cs-card-link:hover {
    color: #fff;
}

.alloy12-cs-card-link i {
    margin-left: 6px;
    font-size: 13px;
}

/* ========================================
   Case Studies — Detail Pages
   ======================================== */

.alloy12-cs-subtitle {
    font-size: 19px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   Case Studies — Responsive
   ======================================== */

@media (max-width: 991px) {
    .alloy12-proof-card,
    .alloy12-cs-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    #proof .section-title h2 {
        font-size: 32px;
    }

    .alloy12-proof-lead {
        font-size: 16px;
    }

    .alloy12-cs-card h3 {
        font-size: 20px;
    }

    .alloy12-proof-card {
        padding: 28px 24px;
    }

    .alloy12-cs-card {
        padding: 30px 24px;
    }
}

/* ========================================================================
   Conversion-readiness additions
   ======================================================================== */

/* Hero: eyebrow + H1 + subline + dual CTA row */
.alloy12-hero-eyebrow {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
}

.alloy12-hero-h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 24px;
}

.alloy12-hero-subline {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    max-width: 640px;
    margin: 0 auto;
}

.alloy12-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.alloy12-hero-secondary {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.alloy12-hero-secondary:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .alloy12-hero-h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .alloy12-hero-h1 {
        font-size: 36px;
    }
    .alloy12-hero-subline {
        font-size: 18px;
    }
    .alloy12-hero-cta-row {
        flex-direction: column;
        gap: 16px;
    }
}

/* Founder section */
.alloy12-founder-photo {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #0d0d0d;
    display: block;
}

.alloy12-founder-name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.alloy12-founder-bio {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.alloy12-founder-bio:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .alloy12-founder-photo {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .alloy12-founder-name {
        font-size: 22px;
        margin-top: 8px;
    }
    .alloy12-founder-bio {
        font-size: 16px;
    }
}

/* Certifications */
.alloy12-certs-heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.alloy12-certs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.alloy12-cert-chip {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
}

.alloy12-cert-chip--logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.alloy12-cert-logo {
    height: 20px;
    width: auto;
    flex: 0 0 auto;
    display: block;
}

/* Engagements footnote */
.alloy12-engagements-footnote {
    font-size: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Contact form: select styled to match inputs */
.alloy12-contact-form .alloy12-form-select {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 14px 44px 14px 18px;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    outline: none;
    transition: border-color 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
}

.alloy12-contact-form .alloy12-form-select:focus {
    border-color: rgba(255, 255, 255, 0.25);
}

.alloy12-contact-form .alloy12-form-select option {
    background: #0d0d0d;
    color: #fff;
}

.alloy12-contact-form .alloy12-form-select:required:invalid {
    color: rgba(255, 255, 255, 0.3);
}

/* Footer contact row (email + LinkedIn) */
.alloy12-footer-contact {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 6px;
}

.alloy12-footer-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
}

.alloy12-footer-link:hover {
    color: #fff;
}

.alloy12-footer-link i {
    font-size: 16px;
}

.alloy12-footer-sep {
    display: inline-block;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.3);
}
