/*
Theme Name: HypMo
Theme URI: https://www.hypnose-mit-moritz.de
Description: Eigenständiges Theme für HypMo – Praxis für Hypnose & Hypnotherapie. Design-Tokens aus Base44-Export.
Author: web|synergie
Author URI: https://www.websynergie.de
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: hypmo
*/


/* ═══════════════════════════════════════════════════════════
   LOKALE FONTS (DSGVO-konform)
   Dateien von https://gwfh.mranftl.com/ in /fonts/ ablegen
   ═══════════════════════════════════════════════════════════ */

@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/playfair-display-v30-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/playfair-display-v30-latin-italic.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/playfair-display-v30-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/playfair-display-v30-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/playfair-display-v30-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/inter-v13-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/inter-v13-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/inter-v13-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/inter-v13-latin-600.woff2') format('woff2'); }


/* ═══════════════════════════════════════════════════════════
   DESIGN TOKENS (aus Base44-Export)
   ═══════════════════════════════════════════════════════════ */

:root {
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
  --background: hsl(40, 20%, 98%);
  --foreground: hsl(210, 25%, 12%);
  --card: hsl(0, 0%, 100%);
  --primary: hsl(175, 35%, 32%);
  --primary-fg: hsl(0, 0%, 100%);
  --secondary: hsl(40, 30%, 95%);
  --muted: hsl(40, 15%, 93%);
  --muted-fg: hsl(210, 10%, 45%);
  --accent: hsl(28, 60%, 52%);
  --accent-fg: hsl(0, 0%, 100%);
  --destructive: hsl(0, 84%, 60%);
  --border: hsl(40, 15%, 88%);
  --ring: hsl(175, 35%, 32%);
  --radius: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.16);
}


/* ═══════════════════════════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  color: var(--foreground);
  background: var(--background);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 600; line-height: 1.2; color: var(--foreground); }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
h3 { font-size: 1.15rem; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
strong { font-weight: 600; }


/* ═══════════════════════════════════════════════════════════
   HEADER & NAVIGATION
   ═══════════════════════════════════════════════════════════ */

.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.admin-bar .header { top: 32px; }
@media (max-width: 782px) { .admin-bar .header { top: 46px; } }

.header__inner {
  max-width: 1120px; margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.header__logo { display: flex; align-items: center; gap: 10px; }
.header__logo img { width: 40px; height: 40px; object-fit: contain; border-radius: 6px; }
.header__logo-text { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; line-height: 1.1; color: var(--foreground); }
.header__logo-sub { font-size: 0.7rem; color: var(--muted-fg); }

.nav { display: flex; align-items: center; gap: 24px; }
.nav > a { font-size: 0.875rem; font-weight: 500; color: var(--muted-fg); transition: color 0.2s; }
.nav > a:hover, .nav > a.active { color: var(--primary); }

.nav-dropdown { position: relative; }
.nav-dropdown__trigger {
  font-size: 0.875rem; font-weight: 500; color: var(--muted-fg);
  cursor: pointer; background: none; border: none; font-family: var(--font-body);
  display: flex; align-items: center; gap: 4px; padding: 0;
}
.nav-dropdown__trigger:hover { color: var(--primary); }
.nav-dropdown__menu { display: none; position: absolute; top: 100%; left: 0; padding-top: 12px; width: 280px; z-index: 9999; }
.nav-dropdown__menu-inner { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); padding: 8px 0; }
.nav-dropdown:hover .nav-dropdown__menu { display: block; }
.nav-dropdown__menu a { display: block; padding: 10px 16px; font-size: 0.85rem; color: var(--muted-fg); }
.nav-dropdown__menu a:hover { background: var(--secondary); color: var(--foreground); }

.header__cta { display: inline-flex; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 1.5rem; color: var(--foreground); padding: 0; }

.mobile-nav {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: var(--card); border-top: 1px solid var(--border);
  padding: 20px 24px; box-shadow: var(--shadow); flex-direction: column; gap: 4px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 10px 0; font-size: 1rem; font-weight: 500; color: var(--muted-fg); }
.mobile-nav a:hover { color: var(--primary); }
.mobile-nav .sub-link { padding-left: 16px; font-size: 0.9rem; }

@media (max-width: 1024px) {
  .nav, .header__cta { display: none; }
  .nav-toggle { display: block; }
}


/* ═══════════════════════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════════════════════ */

.mx { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.mx-narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.mx-mid { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.tc { text-align: center; }

.g { display: grid; gap: 28px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.g5-3 { grid-template-columns: 3fr 2fr; }
.ai-c { align-items: center; }
.ai-s { align-items: start; }

.f { display: flex; } .fc { flex-direction: column; } .fw { flex-wrap: wrap; }
.fcc { display: flex; align-items: center; justify-content: center; }
.fac { align-items: center; } .fjc { justify-content: center; } .fjb { justify-content: space-between; }

.gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .gap-4 { gap: 16px; }
.gap-6 { gap: 24px; } .gap-8 { gap: 32px; } .gap-10 { gap: 40px; } .gap-12 { gap: 48px; }

.mb-2 { margin-bottom: 8px; } .mb-3 { margin-bottom: 12px; } .mb-4 { margin-bottom: 16px; }
.mb-5 { margin-bottom: 20px; } .mb-6 { margin-bottom: 24px; } .mb-8 { margin-bottom: 32px; }
.mb-10 { margin-bottom: 40px; } .mb-12 { margin-bottom: 48px; } .mb-16 { margin-bottom: 64px; }
.mt-2 { margin-top: 8px; } .mt-3 { margin-top: 12px; } .mt-6 { margin-top: 24px; } .mt-8 { margin-top: 32px; }


/* ═══════════════════════════════════════════════════════════
   SECTIONS
   ═══════════════════════════════════════════════════════════ */

.sec { padding: 80px 0; }
.sec-lg { padding: 100px 0; }
.sec-alt { background: var(--secondary); }
.sec-primary { background: var(--primary); color: var(--primary-fg); }
.sec-primary h2, .sec-primary h3 { color: var(--primary-fg); }
.sec-primary p { color: rgba(255,255,255,0.65); }
.sec-primary strong { color: var(--primary-fg); }
.sec-dark { background: var(--foreground); color: hsla(40, 20%, 95%, 0.8); }
.sec-dark h2, .sec-dark h3, .sec-dark strong { color: hsl(40, 20%, 95%); }


/* ═══════════════════════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════════════════════ */

.tag { display: inline-block; font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 500; color: var(--primary); }
.tag-accent { color: var(--accent); }
.tag-light { color: rgba(255,255,255,0.6); }
.text-muted { color: var(--muted-fg); }
.text-primary { color: var(--primary); }
.text-accent { color: var(--accent); }
.text-sm { font-size: 0.875rem; }
.text-xs { font-size: 0.8rem; }
.text-lg { font-size: 1.1rem; }
.italic { font-style: italic; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.lh { line-height: 1.7; }


/* ═══════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════ */

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.anim { animation: fadeUp 0.6s ease both; }
.ad1 { animation-delay: 0.07s; } .ad2 { animation-delay: 0.14s; } .ad3 { animation-delay: 0.21s; }
.ad4 { animation-delay: 0.28s; } .ad5 { animation-delay: 0.35s; } .ad6 { animation-delay: 0.42s; }


/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */

.hero {
  position: relative; min-height: min(92vh, 720px); display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(135deg, var(--foreground) 0%, hsl(210,20%,16%) 50%, hsl(175,25%,22%) 100%);
}
.hero__grid {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px;
  padding: 120px 24px 60px; max-width: 1120px; margin: 0 auto;
}
.hero__content { position: relative; z-index: 2; }
.hero h1 { color: var(--primary-fg); margin-bottom: 24px; }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero p { color: rgba(255,255,255,0.7); font-size: 1.15rem; line-height: 1.7; margin-bottom: 36px; }
.hero__image { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
.hero__image img {
  width: 100%; max-width: 520px; border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl); object-fit: cover; aspect-ratio: 3/4;
}
.hero__badges { display: flex; align-items: center; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero__badge { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.9); padding: 3px; object-fit: contain; }
.hero__badges-text { font-size: 0.75rem; color: rgba(255,255,255,0.5); max-width: 200px; line-height: 1.4; }
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; padding: 120px 24px 60px; }
  .hero__image { order: -1; }
  .hero__image img { max-width: 320px; margin: 0 auto; aspect-ratio: 1/1; }
}


/* ═══════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════ */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--radius); border: none;
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 600;
  cursor: pointer; transition: background 0.25s, transform 0.15s, box-shadow 0.25s;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--primary); color: var(--primary-fg); }
.btn-primary:hover { background: hsl(175, 35%, 28%); color: var(--primary-fg); }
.btn-accent { background: var(--accent); color: var(--accent-fg); }
.btn-accent:hover { background: hsl(28, 60%, 46%); color: var(--accent-fg); }
.btn-outline { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: var(--primary-fg); }
.btn-outline:hover { background: rgba(255,255,255,0.08); color: var(--primary-fg); }
.btn-outline-dark { background: transparent; border: 1px solid hsla(175,35%,32%,0.3); color: var(--primary); }
.btn-outline-dark:hover { background: hsla(175,35%,32%,0.04); }
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-sm { padding: 8px 18px; font-size: 0.8rem; }
.btn-full { width: 100%; }
.btn-group { display: flex; gap: 14px; flex-wrap: wrap; }


/* ═══════════════════════════════════════════════════════════
   CARDS
   ═══════════════════════════════════════════════════════════ */

.card {
  position: relative; border-radius: var(--radius-xl); border: 1px solid var(--border);
  background: var(--card); padding: 32px; display: flex; flex-direction: column;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.card:hover { box-shadow: var(--shadow); }
.card-hl { background: var(--primary); color: var(--primary-fg); border-color: var(--primary); box-shadow: var(--shadow-xl); }
.card-hl h2, .card-hl h3, .card-hl strong { color: var(--primary-fg); }
.card-hl .text-muted, .card-hl .tag { color: rgba(255,255,255,0.55); }
.card-hl .card-desc { color: rgba(255,255,255,0.65); }

.card-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--accent-fg);
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 5px 18px; border-radius: 20px; white-space: nowrap;
}
.card-icon {
  width: 48px; height: 48px; border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; background: hsla(175,35%,32%,0.1); font-size: 1.3rem;
}
.card-hl .card-icon { background: rgba(255,255,255,0.15); }
.card-price { font-family: var(--font-heading); font-size: 2.5rem; }
.card-hl .card-price { color: var(--primary-fg); }

.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.875rem; padding: 5px 0; }
.check::before { content: "✓"; font-weight: 700; color: var(--primary); flex-shrink: 0; }
.card-hl .check::before { color: var(--primary-fg); }
.cross::before { content: "✗"; font-weight: 700; color: var(--destructive); flex-shrink: 0; }

.sym { display: flex; align-items: flex-start; gap: 12px; padding: 18px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--border); }
.sym-icon { color: var(--accent); flex-shrink: 0; margin-top: 2px; }


/* ═══════════════════════════════════════════════════════════
   TRUST / QUOTE / STEPS / TESTIMONIALS
   ═══════════════════════════════════════════════════════════ */

.trust-pt { display: flex; gap: 16px; }
.trust-icon { width: 44px; height: 44px; border-radius: var(--radius); flex-shrink: 0; background: hsla(175,35%,32%,0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; }
.trust-pt h3 { margin-bottom: 4px; }
.trust-pt p { color: var(--muted-fg); font-size: 0.875rem; line-height: 1.6; }

.quote-block { background: var(--primary); border-radius: var(--radius-xl); padding: 40px; }
.quote-block blockquote { font-family: var(--font-heading); font-size: clamp(1.1rem,2.5vw,1.5rem); color: var(--primary-fg); line-height: 1.45; font-style: italic; margin-bottom: 24px; border: none; padding: 0; }
.quote-block .q-author { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 20px; }
.quote-block .q-author strong { color: var(--primary-fg); display: block; }
.quote-block .q-author span { color: rgba(255,255,255,0.5); font-size: 0.85rem; }

.step { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 24px; }
.step-head { display: inline-flex; position: relative; margin-bottom: 16px; }
.step-icon { width: 52px; height: 52px; border-radius: var(--radius); background: hsla(175,35%,32%,0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1.2rem; }
.step-num { position: absolute; top: -8px; right: -8px; width: 26px; height: 26px; border-radius: 50%; background: hsla(28,60%,52%,0.1); color: var(--accent); font-size: 0.7rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 0.875rem; color: var(--muted-fg); line-height: 1.6; }

.testi { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 32px; }
.testi-stars { color: var(--accent); font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; }
.testi-quote { font-style: italic; line-height: 1.7; margin-bottom: 20px; }
.testi-name { font-weight: 600; }
.testi-ctx { font-size: 0.85rem; color: var(--muted-fg); }


/* ═══════════════════════════════════════════════════════════
   SERVICE CARDS
   ═══════════════════════════════════════════════════════════ */

.svc { display: block; height: 100%; padding: 36px; border-radius: var(--radius-xl); border: 1px solid var(--border); background: var(--card); transition: box-shadow 0.4s, border-color 0.4s; }
.svc:hover { box-shadow: var(--shadow); border-color: hsla(175,35%,32%,0.2); }
.svc-icon { width: 56px; height: 56px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 1.5rem; }
.svc-icon-p { background: hsla(175,35%,32%,0.1); color: var(--primary); }
.svc-icon-a { background: hsla(28,60%,52%,0.1); color: var(--accent); }
.svc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.svc-tag { font-size: 0.75rem; background: var(--secondary); color: var(--muted-fg); padding: 4px 10px; border-radius: 12px; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.875rem; color: var(--primary); transition: gap 0.2s; }
.svc:hover .svc-link { gap: 12px; }
.svc-link-a { color: var(--accent); }


/* ═══════════════════════════════════════════════════════════
   LOCATIONS / CONTACT BAR
   ═══════════════════════════════════════════════════════════ */

.loc { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 28px; transition: box-shadow 0.3s; }
.loc:hover { box-shadow: var(--shadow); border-color: hsla(175,35%,32%,0.2); }
.loc-icon { width: 44px; height: 44px; border-radius: var(--radius); background: hsla(175,35%,32%,0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); margin-bottom: 16px; font-size: 1.1rem; }
.loc-badge { font-size: 0.7rem; background: hsla(28,60%,52%,0.1); color: var(--accent); padding: 3px 10px; border-radius: 10px; font-weight: 600; }

.cbar { background: var(--primary); border-radius: var(--radius-xl); padding: 36px; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.cbar a { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.85); transition: color 0.2s; }
.cbar a:hover { color: var(--primary-fg); }
.cbar-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; }
.cbar-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.45); }
.cbar-val { font-weight: 500; }
.cbar-div { width: 1px; background: rgba(255,255,255,0.2); align-self: stretch; }


/* ═══════════════════════════════════════════════════════════
   CALLOUTS
   ═══════════════════════════════════════════════════════════ */

.callout { padding: 20px; border-radius: var(--radius); }
.callout-p { background: hsla(175,35%,32%,0.05); border: 1px solid hsla(175,35%,32%,0.12); }
.callout-amber { background: #fffbeb; border: 1px solid #fcd34d; color: #92400e; display: flex; gap: 12px; }
.callout-amber strong { color: #92400e; }
.callout-info { background: var(--secondary); border: 1px solid var(--border); }


/* ═══════════════════════════════════════════════════════════
   FORMS
   ═══════════════════════════════════════════════════════════ */

.form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 36px; }
.form-card label { display: block; font-size: 0.875rem; font-weight: 500; margin-bottom: 6px; }
.form-card input, .form-card textarea, .form-card select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border);
  border-radius: var(--radius); font-family: var(--font-body); font-size: 0.9rem;
  background: var(--background); transition: border-color 0.2s, box-shadow 0.2s;
}
.form-card input:focus, .form-card textarea:focus, .form-card select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px hsla(175,35%,32%,0.1); }
.form-card textarea { resize: vertical; min-height: 120px; }
.form-card select {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-note { font-size: 0.75rem; color: var(--muted-fg); text-align: center; margin-top: 12px; }

/* Contact Form 7 – Styling an HypMo-Design anpassen */
.wpcf7 { max-width: 100%; }
.wpcf7-form { margin: 0; }
.wpcf7-form-control-wrap { display: block; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border);
  border-radius: var(--radius); font-family: var(--font-body); font-size: 0.9rem;
  background: var(--background); transition: border-color 0.2s, box-shadow 0.2s;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px hsla(175,35%,32%,0.1);
}
.wpcf7 textarea { resize: vertical; min-height: 120px; }
.wpcf7 select {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px;
}
.wpcf7 input[type="submit"] {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 16px 32px; border-radius: var(--radius); border: none;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  background: var(--primary); color: var(--primary-fg);
  cursor: pointer; transition: background 0.25s, transform 0.15s;
}
.wpcf7 input[type="submit"]:hover { background: hsl(175, 35%, 28%); transform: translateY(-1px); }
.wpcf7 .wpcf7-not-valid-tip { color: var(--destructive); font-size: 0.8rem; margin-top: 4px; }
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing { border-color: var(--destructive); background: hsl(0,84%,97%); color: var(--destructive); padding: 12px; border-radius: var(--radius); font-size: 0.85rem; margin-top: 16px; }
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok { border-color: var(--primary); background: hsla(175,35%,32%,0.05); color: var(--primary); padding: 12px; border-radius: var(--radius); font-size: 0.85rem; margin-top: 16px; }
.wpcf7 .wpcf7-spinner { display: none; }


/* ═══════════════════════════════════════════════════════════
   ABOUT IMAGE
   ═══════════════════════════════════════════════════════════ */

.about-wrap { position: relative; }
.about-img { border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; aspect-ratio: 4/3; }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--primary); color: var(--primary-fg); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.about-badge strong { display: block; font-family: var(--font-heading); font-size: 1.1rem; }
.about-badge span { font-size: 0.75rem; color: rgba(255,255,255,0.65); }


/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */

.hypmo-footer { background: var(--foreground); color: rgba(245,242,236,0.8); }
.hypmo-footer h4 { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 500; color: hsl(40,20%,95%); margin-bottom: 16px; }
.hypmo-footer a { color: rgba(245,242,236,0.55); transition: color 0.2s; font-size: 0.875rem; }
.hypmo-footer a:hover { color: rgba(245,242,236,0.9); }


/* ═══════════════════════════════════════════════════════════
   GOOGLE LINK
   ═══════════════════════════════════════════════════════════ */

.google-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--radius);
  border: 1px solid var(--border); background: var(--card);
  font-size: 0.875rem; font-weight: 500;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.google-link:hover { box-shadow: var(--shadow); border-color: hsla(175,35%,32%,0.2); }


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
  .g2, .g3, .g4, .g5-3 { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .cbar { gap: 20px; }
  .cbar-div { display: none; }
  .about-badge { display: none; }
  .btn-group { flex-direction: column; }
  .btn-group .btn { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .sec { padding: 60px 0; }
}
@media (min-width: 600px) and (max-width: 900px) {
  .g3 { grid-template-columns: 1fr 1fr; }
  .g4 { grid-template-columns: 1fr 1fr; }
}
