/*
Theme Name: Vitalna Landing Classic
Theme URI: https://example.com/
Author: OpenAI
Description: Minimal classic WordPress theme for Vitalna landing pages.
Version: 1.0.0
Text Domain: vitalna-landing
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

/* CF7 Tailwind-style */

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 14px 16px;
  font-size: 14px;
  outline: none;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0f172a;
}

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

.wpcf7 input[type="submit"] {
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.2s;
}

.wpcf7 input[type="submit"]:hover {
  background: #334155;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc2626;
}

.wpcf7-response-output {
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px;
}
