/* Contact Page Professional Styles */
/* Syntrix Security - Updated January 2026 */

/* ========================================
   Hero Section with Background Image
   ======================================== */
.contact-hero-pro {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.88), rgba(20, 30, 60, 0.92));
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    padding: 4rem 2rem;
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    color: #00f5ff;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0,245,255,0.3);
}

.contact-hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 1rem;
    line-height: 1.2;
}

.contact-hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========================================
   Main Contact Section
   ======================================== */
.contact-main-pro {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0a0f1e 0%, #0d1225 100%);
}

.contact-grid-pro {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ========================================
   Contact Info Column
   ======================================== */
.contact-info-pro {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-image-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.contact-feature-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 2.5rem 1.5rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-size: 0.95rem;
}

.caption-icon {
    font-size: 1.25rem;
}

.contact-details-card,
.trust-badges-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 2rem;
}

.contact-details-card h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 600;
}

.trust-badges-card h3 {
    color: #fff;
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-intro {
    color: rgba(255,255,255,0.6);
    margin: 0 0 1.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Contact Methods */
.contact-method-pro {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.contact-method-pro:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.method-icon-pro {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(0,245,255,0.1), rgba(102,126,234,0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00f5ff;
    flex-shrink: 0;
}

.method-content h3 {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.method-content a,
.method-content address {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
}

.method-content a:hover {
    color: #00f5ff;
}

.map-link-pro {
    display: inline-block;
    margin-top: 0.5rem;
    color: #00f5ff !important;
    font-size: 0.9rem;
}

/* Trust Badges */
.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.06);
}

.badge-icon {
    font-size: 1.35rem;
}

.badge-text {
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    font-weight: 500;
}

/* ========================================
   Contact Form
   ======================================== */
.contact-form-pro {
    position: sticky;
    top: 100px;
}

.form-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 2.5rem;
}

.form-header-pro h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.form-header-pro p {
    color: rgba(255,255,255,0.6);
    margin: 0 0 2rem;
    line-height: 1.5;
}

.pro-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row-pro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.form-group .required {
    color: #ff6b6b;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 0.9rem 1rem;
    color: #fff;
    font-size: 1rem;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255,255,255,0.4);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00f5ff;
    background: rgba(0,245,255,0.05);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300f5ff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.form-group select option {
    background: #1a1f35;
    color: #fff;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Submit Button */
.submit-btn-pro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #00f5ff, #667eea);
    border: none;
    border-radius: 12px;
    color: #0a0f1e;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.submit-btn-pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,245,255,0.3);
}

.submit-btn-pro:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.form-privacy {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin: 0;
}

.form-privacy svg {
    flex-shrink: 0;
}

.form-privacy a {
    color: #00f5ff;
}

/* Form Status Messages */
.form-status-pro {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 10px;
    display: none;
}

.form-status-pro.success {
    display: block;
    background: rgba(46, 160, 67, 0.15);
    border: 1px solid rgba(46, 160, 67, 0.4);
    color: #2ea043;
}

.form-status-pro.error {
    display: block;
    background: rgba(248, 81, 73, 0.15);
    border: 1px solid rgba(248, 81, 73, 0.4);
    color: #f85149;
}

/* ========================================
   Why Work With Us Section
   ======================================== */
.why-contact-section {
    padding: 5rem 0;
    background: #0d1225;
}

.why-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.why-contact-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.35);
}

.globe-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.why-contact-content h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 2rem;
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-item {
    display: flex;
    gap: 1rem;
}

.why-icon {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #00f5ff, #667eea);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0f1e;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 1rem;
}

.why-text h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
}

.why-text p {
    color: rgba(255,255,255,0.65);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
}

/* ========================================
   FAQ Section
   ======================================== */
.contact-faq-pro {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0d1225 0%, #0a0f1e 100%);
}

.faq-title-pro {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 3rem;
}

.faq-grid-pro {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item-pro {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
}

.faq-item-pro summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
}

.faq-item-pro summary::-webkit-details-marker {
    display: none;
}

.faq-item-pro summary svg {
    color: #00f5ff;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-item-pro[open] summary svg {
    transform: rotate(180deg);
}

.faq-answer-pro {
    padding: 0 1.5rem 1.5rem;
}

.faq-answer-pro p {
    color: rgba(255,255,255,0.7);
    margin: 0;
    line-height: 1.7;
}

/* ========================================
   Success State Styles
   ======================================== */
.contact-success-state {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(59, 130, 246, 0.1));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-icon {
    margin-bottom: 1.5rem;
}

.success-icon svg {
    animation: checkmarkDraw 0.6s ease-out 0.2s both;
}

@keyframes checkmarkDraw {
    from {
        stroke-dasharray: 200;
        stroke-dashoffset: 200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.success-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem;
}

.success-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 2rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.reference-box {
    background: rgba(59, 130, 246, 0.15);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 0 auto 1rem;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.reference-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
}

.reference-number {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'SF Mono', 'Fira Code', monospace;
    color: #3b82f6;
    letter-spacing: 0.05em;
}

.copy-reference-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 6px;
    color: #60a5fa;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 0.5rem;
}

.copy-reference-btn:hover {
    background: rgba(59, 130, 246, 0.3);
}

.reference-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 2rem;
}

.success-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto 2rem;
    text-align: left;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.info-icon {
    font-size: 1.5rem;
    line-height: 1;
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-text strong {
    color: #ffffff;
    font-size: 0.9rem;
}

.info-text span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    line-height: 1.4;
}

.info-text a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
}

.info-text a:hover {
    text-decoration: underline;
}

.submit-another-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-another-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

/* ========================================
   Security Owl Mascot
   ======================================== */
.submit-row {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    position: relative;
}

.security-owl {
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.security-owl:hover {
    transform: scale(1.05);
}

.owl-svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    animation: owlSway 4s ease-in-out infinite;
}

/* Gentle sway animation for the whole owl */
@keyframes owlSway {
    0%, 100% { transform: rotate(-1deg); }
    50% { transform: rotate(1deg); }
}

/* Wing wave animation - idle state */
.wing-left {
    transform-origin: 15px 65px;
    animation: wingWaveLeft 2s ease-in-out infinite;
}

.wing-right {
    transform-origin: 65px 65px;
    animation: wingWaveRight 2s ease-in-out infinite;
}

@keyframes wingWaveLeft {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-15deg); }
    75% { transform: rotate(5deg); }
}

@keyframes wingWaveRight {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    75% { transform: rotate(-5deg); }
}

/* Eye blink animation */
.eye-left, .eye-right {
    animation: eyeBlink 4s ease-in-out infinite;
}

/* Eye look around animation - subtle movement */
.eye-left {
    animation: eyeBlink 4s ease-in-out infinite, eyeLookLeft 6s ease-in-out infinite;
}

.eye-right {
    animation: eyeBlink 4s ease-in-out infinite, eyeLookRight 6s ease-in-out infinite;
}

@keyframes eyeBlink {
    0%, 45%, 55%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.1); }
}

/* Eyes look left and right independently for curious effect */
@keyframes eyeLookLeft {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-1.5px); }
    40% { transform: translateX(1px); }
    60% { transform: translateX(-0.5px); }
    80% { transform: translateX(1.5px); }
}

@keyframes eyeLookRight {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(1.5px); }
    40% { transform: translateX(-1px); }
    60% { transform: translateX(0.5px); }
    80% { transform: translateX(-1.5px); }
}

/* Ear twitch animation */
.ear-left, .ear-right {
    animation: earTwitch 5s ease-in-out infinite;
}

@keyframes earTwitch {
    0%, 90%, 100% { transform: rotate(0deg); }
    93% { transform: rotate(-5deg); }
    96% { transform: rotate(3deg); }
}

/* Owl hover bounce */
.security-owl:hover .owl-svg {
    animation: owlBounce 0.5s ease;
}

@keyframes owlBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Strix the Owl - Speech bubble */
.owl-speech {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    max-width: 200px;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
}

/* Show the speech bubble */
.owl-speech.visible {
    opacity: 1;
    visibility: visible;
}

/* Fade out animation */
.owl-speech.fade-out {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-5px);
}

/* Strix name styling */
.owl-speech .strix-name {
    color: #fbbf24;
    font-weight: 700;
}

/* Pop animation for new messages */
.owl-speech.pop {
    animation: speechPop 0.4s ease-out;
}

@keyframes speechPop {
    0% { transform: translateX(-50%) scale(0.8); opacity: 0.5; }
    50% { transform: translateX(-50%) scale(1.1); }
    100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

.owl-speech::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1e40af;
}

.security-owl:hover .owl-speech {
    transform: translateX(-50%) translateY(-5px);
}

/* Mood-based subtle effects */
.security-owl.mood-alert {
    animation: owlAlert 0.5s ease-in-out;
}

.security-owl.mood-playful .owl-svg {
    animation: owlWiggle 0.5s ease-in-out;
}

.security-owl.mood-urgent .owl-speech {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.security-owl.mood-urgent .owl-speech::after {
    border-top-color: #d97706;
}

@keyframes owlAlert {
    0%, 100% { transform: translateY(0); }
    25%, 75% { transform: translateY(-3px); }
}

@keyframes owlWiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-3deg); }
    75% { transform: rotate(3deg); }
}

/* Flying animation - triggered on submit */
.security-owl.flying {
    animation: owlFlyAway 1.5s ease-in forwards;
    pointer-events: none;
}

.security-owl.flying .wing-left {
    animation: wingFlapLeft 0.15s ease-in-out infinite;
}

.security-owl.flying .wing-right {
    animation: wingFlapRight 0.15s ease-in-out infinite;
}

@keyframes wingFlapLeft {
    0%, 100% { transform: rotate(-30deg); }
    50% { transform: rotate(20deg); }
}

@keyframes wingFlapRight {
    0%, 100% { transform: rotate(30deg); }
    50% { transform: rotate(-20deg); }
}

@keyframes owlFlyAway {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }
    20% {
        transform: translate(10px, -30px) rotate(-10deg);
    }
    40% {
        transform: translate(50px, -80px) rotate(-15deg);
    }
    60% {
        transform: translate(150px, -150px) rotate(-20deg);
    }
    80% {
        transform: translate(300px, -250px) rotate(-25deg);
        opacity: 0.5;
    }
    100% {
        transform: translate(500px, -400px) rotate(-30deg);
        opacity: 0;
    }
}

/* Excited owl before flying */
.security-owl.excited {
    animation: owlExcited 0.5s ease;
}

.security-owl.excited .wing-left {
    animation: wingExcitedLeft 0.2s ease-in-out infinite;
}

.security-owl.excited .wing-right {
    animation: wingExcitedRight 0.2s ease-in-out infinite;
}

@keyframes owlExcited {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-8px); }
    50% { transform: translateY(0); }
    75% { transform: translateY(-5px); }
}

@keyframes wingExcitedLeft {
    0%, 100% { transform: rotate(-20deg); }
    50% { transform: rotate(15deg); }
}

@keyframes wingExcitedRight {
    0%, 100% { transform: rotate(20deg); }
    50% { transform: rotate(-15deg); }
}

/* Speech bubble during animation */
.security-owl.excited .owl-speech,
.security-owl.flying .owl-speech {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 968px) {
    .contact-grid-pro {
        grid-template-columns: 1fr;
    }
    
    .contact-form-pro {
        position: static;
    }
    
    .why-contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .globe-image {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .contact-hero-content {
        padding: 3rem 1rem;
    }
    
    .contact-hero-title {
        font-size: 1.75rem;
    }
    
    .contact-main-pro {
        padding: 3rem 0;
    }
    
    .contact-grid-pro {
        padding: 0 1rem;
    }
    
    .form-row-pro {
        grid-template-columns: 1fr;
    }
    
    .form-card {
        padding: 1.5rem;
    }
    
    .trust-badges-grid {
        grid-template-columns: 1fr;
    }
    
    .why-contact-grid {
        padding: 0 1rem;
    }
    
    .faq-grid-pro {
        padding: 0 1rem;
    }
    
    .why-contact-section {
        padding: 3rem 0;
    }
    
    .contact-faq-pro {
        padding: 3rem 0;
    }
    
    /* Success State Mobile */
    .contact-success-state {
        padding: 2rem 1.5rem;
    }
    
    .success-title {
        font-size: 1.4rem;
    }
    
    .reference-box {
        padding: 1.25rem 1.5rem;
    }
    
    .reference-number {
        font-size: 1.25rem;
    }
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-info-pro > * {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-info-pro > *:nth-child(1) { animation-delay: 0.1s; }
.contact-info-pro > *:nth-child(2) { animation-delay: 0.2s; }
.contact-info-pro > *:nth-child(3) { animation-delay: 0.3s; }

.form-card {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.2s;
}

/* Turnstile Container */
.cf-turnstile {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
}

/* Center the turnstile form group */
.form-group.full-width:has(.cf-turnstile) {
    display: flex;
    justify-content: center;
}
