.sws-contact-section {
    padding: 5rem 0;
}

.sws-container {
    width: min(100% - 2rem, 1280px);
    margin-inline: auto;
}

.sws-contact-layout {
    display: grid;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .sws-contact-layout {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 500px);
        align-items: center;
    }
}

.sws-contact-section--dark {
    background: radial-gradient(circle at top left, rgba(213, 177, 91, 0.12), transparent 35%), #050505;
    color: #ffffff;
}

.sws-contact-section--light {
    background: #f7f4ef;
    color: #111111;
}

.sws-contact-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    padding: 1.25rem;
}

@media (min-width: 640px) {
    .sws-contact-card {
        padding: 1.5rem;
    }
}

.sws-contact-section--dark .sws-contact-card {
    border: 1px solid rgba(213, 177, 91, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
}

.sws-contact-section--light .sws-contact-card {
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

.sws-eyebrow {
    margin-bottom: 1rem;
    color: #d5b15b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.sws-contact-title {
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
}

.sws-contact-text {
    max-width: 34rem;
    margin-top: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.75;
}

.sws-contact-section--dark .sws-contact-text {
    color: rgba(255, 255, 255, 0.72);
}

.sws-contact-section--light .sws-contact-text {
    color: #525252;
}

.sws-contact-form {
    width: 100%;
}

.sws-contact-form p {
    margin: 0;
}

.sws-contact-form br {
    display: none;
}

.sws-contact-form .wpcf7-form-control-wrap {
    display: block;
}

.sws-form-grid {
    display: grid;
    gap: 0.85rem;
}

@media (min-width: 768px) {
    .sws-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.sws-form-field {
    display: block;
    margin-bottom: 0.9rem;
}

.sws-form-field span:first-child {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sws-contact-section--dark .sws-form-field span:first-child {
    color: rgba(255, 255, 255, 0.78);
}

.sws-contact-section--light .sws-form-field span:first-child {
    color: #262626;
}

.sws-input,
.sws-textarea {
    width: 100%;
    border-radius: 0.9rem;
    padding: 0.82rem 0.95rem;
    font-size: 0.95rem;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sws-contact-section--dark .sws-input,
.sws-contact-section--dark .sws-textarea {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
}

.sws-contact-section--light .sws-input,
.sws-contact-section--light .sws-textarea {
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #f8f8f8;
    color: #111111;
}

.sws-input::placeholder,
.sws-textarea::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.sws-contact-section--light .sws-input::placeholder,
.sws-contact-section--light .sws-textarea::placeholder {
    color: rgba(17, 17, 17, 0.36);
}

.sws-input:focus,
.sws-textarea:focus {
    border-color: #d5b15b;
    box-shadow: 0 0 0 4px rgba(213, 177, 91, 0.16);
    transform: translateY(-1px);
}

.sws-textarea {
    min-height: 115px;
    resize: vertical;
}

.sws-contact-form select.sws-input {
    appearance: none;
    cursor: pointer;
}

.sws-contact-section--dark select.sws-input {
    color-scheme: dark;
}

.sws-privacy {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    font-size: 0.86rem;
    line-height: 1.55;
}

.sws-contact-section--dark .sws-privacy {
    color: rgba(255, 255, 255, 0.68);
}

.sws-contact-section--light .sws-privacy {
    color: #525252;
}

.sws-privacy .wpcf7-list-item {
    margin: 0;
}

.sws-privacy label {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
}

.sws-privacy input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
    accent-color: #d5b15b;
    flex: 0 0 auto;
}

.sws-submit {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #d5b15b, #f0d783);
    color: #111111;
    padding: 0.95rem 1.35rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(213, 177, 91, 0.22);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sws-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(213, 177, 91, 0.32);
}

.sws-submit:active {
    transform: translateY(0);
}

.wpcf7-spinner {
    margin: 1rem auto 0;
    display: block;
}

.wpcf7-not-valid-tip {
    margin-top: 0.35rem;
    color: #f87171;
    font-size: 0.8rem;
}

.wpcf7-response-output {
    margin: 1rem 0 0 !important;
    border-radius: 1rem;
    padding: 0.9rem 1rem !important;
    font-size: 0.9rem;
}