/*
Theme Name: AIW Modern
Theme URI: https://aw-ai.de/
Author: AIW – AI & Webservices
Author URI: https://aw-ai.de/
Description: Modern conversion-focused WordPress theme for AIW – AI & Webservices, based on the redesigned static homepage.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiw-modern
Tags: custom-logo, one-column, responsive-layout, featured-images, full-width-template
*/

:root {
  --bg: #0f1118;
  --bg-soft: #151824;
  --surface: #ffffff;
  --surface-soft: #f5f6fb;
  --text: #161922;
  --text-muted: #626978;
  --text-light: #f6f7fb;
  --text-light-muted: #b9c0ce;
  --red: #e7242a;
  --red-dark: #bc161b;
  --blue: #3a75ff;
  --violet: #8f5cff;
  --line: rgba(18, 22, 34, 0.12);
  --line-light: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(11, 15, 28, 0.16);
  --radius: 26px;
  --radius-small: 16px;
  --container: 1180px;
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  color: var(--text-light);
  background: rgba(15, 17, 24, 0.76);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(18px);
  transition: height 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(15, 17, 24, 0.92);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.16);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-left: auto;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--violet));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #ff5a5f);
  box-shadow: 0 12px 30px rgba(231, 36, 42, 0.28);
  font-size: 0.93rem;
  font-weight: 750;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(231, 36, 42, 0.36);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 164px 0 88px;
  color: var(--text-light);
  background:
    radial-gradient(circle at 14% 18%, rgba(231, 36, 42, 0.26), transparent 30%),
    radial-gradient(circle at 78% 22%, rgba(58, 117, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #0d1018 0%, #151827 58%, #090b10 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 24%, #000, transparent 70%);
}

.hero-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.72;
  pointer-events: none;
}

.hero-glow-one {
  right: -160px;
  top: 160px;
  background: rgba(143, 92, 255, 0.28);
}

.hero-glow-two {
  left: -200px;
  bottom: 90px;
  background: rgba(231, 36, 42, 0.22);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 54px;
}

.hero-content {
  max-width: 680px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.1rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4.8vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.056em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.hero-text {
  max-width: 640px;
  margin-bottom: 32px;
  color: var(--text-light-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
}

.hero-actions,
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), #ff5a5f);
  box-shadow: 0 18px 48px rgba(231, 36, 42, 0.34);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 22px 58px rgba(231, 36, 42, 0.44);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-light {
  color: var(--text);
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 9% 8% 0;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(231, 36, 42, 0.36), rgba(58, 117, 255, 0.28));
  filter: blur(44px);
  opacity: 0.8;
  transform: rotate(-4deg);
}

.hero-visual img {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 38px 70px rgba(0, 0, 0, 0.36));
}

.logo-strip {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.strip-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 18px;
  color: var(--text-muted);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
  border-right: 1px solid var(--surface-soft);
}

.section {
  padding: 118px 0;
}

.section-header {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-header p:not(.eyebrow) {
  margin-inline: auto;
  color: var(--text-muted);
  font-size: 1.08rem;
}

.section-header .eyebrow {
  justify-content: center;
}

.two-col,
.why-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: start;
}

.section-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--text-muted);
  font-size: 1.08rem;
}

.text-card {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.text-card p:last-child,
.section-header p:last-child,
.section-copy p:last-child,
.contact-copy p:last-child,
.showcase-card p:last-child,
.service-card p:last-child,
.process-step p:last-child,
.benefit-item p:last-child,
.site-footer p:last-child {
  margin-bottom: 0;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 246, 251, 0.86)),
    #fff;
  box-shadow: 0 18px 52px rgba(18, 22, 34, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(231, 36, 42, 0.15), transparent 70%);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(231, 36, 42, 0.28);
  box-shadow: 0 28px 70px rgba(18, 22, 34, 0.12);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 44px;
  border-radius: 16px;
  color: #fff;
  background: var(--bg);
  font-size: 0.88rem;
  font-weight: 900;
}

.service-card h3 {
  max-width: 230px;
  min-height: 60px;
}

.service-card p {
  color: var(--text-muted);
}

.service-card a {
  position: absolute;
  left: 28px;
  bottom: 28px;
  color: var(--red);
  font-weight: 850;
}

.service-card a::after {
  content: " →";
}

.dark-section {
  position: relative;
  overflow: hidden;
  color: var(--text-light);
  background:
    radial-gradient(circle at 88% 14%, rgba(58, 117, 255, 0.22), transparent 30%),
    radial-gradient(circle at 16% 82%, rgba(231, 36, 42, 0.18), transparent 34%),
    var(--bg);
}

.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}

.dark-section .container {
  position: relative;
  z-index: 1;
}

.dark-section p:not(.eyebrow) {
  color: var(--text-light-muted);
}

.benefit-list {
  display: grid;
  gap: 16px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line-light);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.benefit-item > span {
  width: 34px;
  height: 34px;
  margin-top: 3px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--red), var(--violet));
  box-shadow: 0 12px 34px rgba(231, 36, 42, 0.32);
}

.benefit-item > span::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  margin: 7px auto 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.showcase-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 52px rgba(18, 22, 34, 0.06);
}

.showcase-card img {
  width: 100%;
  background: var(--surface-soft);
}

.showcase-card div {
  padding: 26px;
}

.showcase-card p {
  color: var(--text-muted);
}

.process-section {
  background: var(--surface-soft);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.process-step {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-weight: 900;
}

.process-step p {
  color: var(--text-muted);
  font-size: 0.96rem;
}

.cta-band {
  padding: 68px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #a311c2 55%, var(--blue));
}

.cta-inner {
  justify-content: space-between;
  gap: 28px;
}

.cta-inner h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.cta-inner .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.contact-section {
  background:
    linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%);
}

.contact-grid {
  align-items: center;
}

.contact-copy p {
  color: var(--text-muted);
  font-size: 1.08rem;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.contact-methods a,
.contact-methods div {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.contact-methods strong,
.contact-methods span {
  display: block;
}

.contact-methods strong {
  margin-bottom: 2px;
  color: var(--text);
}

.contact-methods span {
  color: var(--text-muted);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-row,
.check-row,
.form-note,
.form-status,
.full,
.full1,
.full-button {
  grid-column: 1 / -1;
}
.btn.btn-primary.full-button {
  width: 100%;
  padding: 0;
}
.full1 input {
  min-height: 0px;
  margin: 0px;
}
.full1 .wpcf7-list-item {
 margin:0 8px 0 0;
}
.contact-form .form-row:nth-child(1),
.contact-form .form-row:nth-child(2),
.contact-form .form-row:nth-child(3),
.contact-form .form-row:nth-child(4) {
  grid-column: span 1;
}

label {
  font-weight: 750;
}

.form-row label {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(18, 22, 34, 0.16);
  border-radius: 16px;
  color: var(--text);
  background: #fff;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input,
select {
  min-height: 52px;
  padding: 0 16px;
}

textarea {
  resize: vertical;
  padding: 14px 16px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(231, 36, 42, 0.58);
  box-shadow: 0 0 0 4px rgba(231, 36, 42, 0.1);
}

.check-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--red);
}

.form-note,
.form-status {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.form-status {
  color: var(--red);
  font-weight: 750;
}

.site-footer {
  color: var(--text-light-muted);
  background: #090b10;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  gap: 40px;
  padding: 72px 0 40px;
}

.footer-grid h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.footer-grid p {
  max-width: 460px;
  margin-top: 18px;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 10px;
}

.footer-grid a:hover,
.footer-grid a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  :root {
    --header-height: 76px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .two-col,
  .why-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .hero-content,
  .section-copy p:not(.eyebrow) {
    max-width: none;
  }

  .hero-visual {
    max-width: 720px;
    margin-inline: auto;
  }

  .strip-grid,
  .cards-grid,
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: calc(var(--header-height) + 10px);
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line-light);
    border-radius: 22px;
    background: rgba(15, 17, 24, 0.96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
    transform: translateY(-14px) scale(0.98);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    padding-bottom: 70px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .section {
    padding: 82px 0;
  }

  .section-header {
    margin-bottom: 38px;
    text-align: left;
  }

  .section-header .eyebrow {
    justify-content: flex-start;
  }

  .strip-grid,
  .cards-grid,
  .showcase-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .strip-grid span {
    min-height: 58px;
  }

  .service-card {
    min-height: 310px;
  }

  .contact-form,
  .text-card {
    padding: 24px;
  }

  .contact-form .form-row:nth-child(1),
  .contact-form .form-row:nth-child(2),
  .contact-form .form-row:nth-child(3),
  .contact-form .form-row:nth-child(4) {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 460px) {
  .hero-actions .btn,
  .btn,
  .header-cta {
    width: 100%;
  }

  .hero-proof span {
    flex: 1 1 auto;
    text-align: center;
  }
}


/* WordPress integration */
.admin-bar .site-header {
  top: 32px;
}

.wp-content-page {
  padding-top: calc(var(--header-height) + 68px);
  min-height: 70vh;
}

.wp-content-page .entry-header {
  max-width: 880px;
  margin-bottom: 34px;
}

.wp-content-page .entry-title,
.archive-title {
  margin: 0;
  color: var(--text);
}

.entry-content {
  max-width: 900px;
  font-size: 1.05rem;
}

.entry-content a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.7em;
  margin-bottom: 0.45em;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1.1em;
}

.entry-content img,
.entry-content .wp-block-image img {
  border-radius: var(--radius-small);
}

.alignwide {
  max-width: var(--container);
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.post-list {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.post-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: #fff;
  box-shadow: 0 16px 44px rgba(11, 15, 28, 0.06);
}

.post-card h2,
.post-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.post-card .post-meta {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.post-card .read-more {
  display: inline-flex;
  margin-top: 12px;
  color: var(--red);
  font-weight: 800;
}

.pagination {
  margin-top: 38px;
}

.pagination .nav-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
}

.pagination .current {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.form-status-success {
  color: #116329;
}

.form-status-error {
  color: #bc161b;
}

.aiw-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.contact-form br {
  display: none;
}

.acceptance {
  margin-bottom: 10px;
}
.cf7ic_instructions {
  margin-bottom: 25px;
  
}
.choices {
	border-radius: 18px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.contact-form .form-row.half {
  grid-column: span 1;
}

@media (max-width: 780px) {
  .contact-form .form-row.half {
    grid-column: 1 / -1;
  }
}

