@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --alina-bg: #fcfaf8;
  --alina-card: #ffffff;
  --alina-muted: #94a3b8;
  --alina-text: #09090b;
  --alina-primary: #730ca7;
  --alina-primary-2: #bc16d8;
  --alina-warning: #f59f0a;
  --alina-soft: #f2e8dc;
  --alina-gradient: linear-gradient(135deg, #730ca7 0%, #b80ee6 100%);
  --alina-hero-gradient: linear-gradient(135deg, #f8e9fb 0%, #f7eef6 52%, #f2eadf 100%);
  --alina-shadow: 0 18px 45px rgba(115, 12, 167, 0.18);
  --alina-shadow-soft: 0 2px 20px rgba(115, 12, 167, 0.1);
  --alina-transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --alina-transition-spring: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

html,
body {
  margin: 0;
  background: var(--alina-bg);
  color: var(--alina-text);
  font-family: Inter, sans-serif;
  scroll-behavior: smooth;
}

body .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.alina-page {
  min-height: 100vh;
  overflow: hidden;
}

.alina-container {
  width: min(100% - 72px, 1368px);
  margin: 0 auto;
}

.alina-page.e-con,
.alina-hero.e-con,
.alina-section.e-con,
.alina-section-soft.e-con,
.alina-purple-cta.e-con,
.alina-footer.e-con,
.alina-offer-hero.e-con,
.alina-header.e-con,
.alina-container.e-con,
.alina-hero-grid.e-con,
.alina-header-inner.e-con,
.alina-actions.e-con,
.alina-stats.e-con,
.alina-card-grid.e-con,
.alina-testimonials.e-con,
.alina-three-grid.e-con,
.alina-footer-grid.e-con,
.alina-offer-grid.e-con,
.alina-person.e-con,
.alina-mini-cta.e-con {
  --display: block;
  --width: 100%;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --margin-top: 0;
  --margin-right: 0;
  --margin-bottom: 0;
  --margin-left: 0;
}

.alina-container.e-con,
.alina-header-inner.e-con,
.alina-hero-grid.e-con,
.alina-actions.e-con,
.alina-stats.e-con,
.alina-card-grid.e-con,
.alina-testimonials.e-con,
.alina-three-grid.e-con,
.alina-footer-grid.e-con,
.alina-offer-grid.e-con,
.alina-person.e-con,
.alina-mini-cta.e-con {
  display: grid;
}

.alina-actions.e-con,
.alina-mini-cta.e-con {
  display: flex;
}

.alina-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 98px;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(48, 28, 84, 0.08);
  backdrop-filter: blur(12px);
}

.alina-header-inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: 170px 1fr 310px;
  align-items: center;
  column-gap: 24px;
}

html {
  scroll-padding-top: 120px;
}

#angebot,
#ueber-mich,
#kontakt {
  scroll-margin-top: 120px;
}

.alina-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.alina-header .alina-logo {
  justify-self: start;
}

.alina-header .alina-btn {
  justify-self: end;
}

.alina-header .alina-nav {
  justify-self: center;
  transform: translateX(-51px);
}

.alina-nav,
.alina-nav .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}

.alina-nav a {
  display: inline-flex;
  position: relative;
  margin-right: 32px;
  color: #475569;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.alina-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--alina-primary);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.alina-nav a:last-child {
  margin-right: 0;
}

.alina-nav a:nth-child(3) {
  color: var(--alina-warning);
  font-weight: 600;
}

.alina-nav a:hover,
.alina-nav a:focus-visible,
.alina-nav a:nth-child(3):hover,
.alina-nav a:nth-child(3):focus-visible {
  color: var(--alina-primary);
}

.alina-nav a:hover::after,
.alina-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.alina-btn .elementor-button,
.alina-btn-secondary .elementor-button,
.alina-btn-white .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  border: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 16px 32px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(0) scale(1);
  transition: var(--alina-transition-smooth);
  will-change: transform, box-shadow;
}

.alina-btn .elementor-button {
  background-image: linear-gradient(to right, var(--alina-primary), var(--alina-primary-2));
  color: #fff;
}

.alina-btn .elementor-button::before,
.alina-btn-white .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, transparent, #fff, transparent);
  opacity: 0;
  transform: translateX(-100%) skewX(-12deg);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.alina-btn .elementor-button:hover::before,
.alina-btn-white .elementor-button:hover::before {
  opacity: 0.2;
  transform: translateX(100%) skewX(-12deg);
}

.alina-btn-secondary .elementor-button {
  background: #fff;
  color: var(--alina-primary);
  border: 2px solid var(--alina-primary);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.alina-btn-secondary .elementor-button-text {
  display: inline-flex;
  align-items: center;
}

.alina-btn-secondary .elementor-button-text::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: currentColor;
  clip-path: polygon(25% 12%, 84% 50%, 25% 88%);
}

.alina-btn-white .elementor-button {
  background: #fff;
  color: var(--alina-primary);
  min-width: 536px;
}

.alina-btn .elementor-button:hover,
.alina-btn-secondary .elementor-button:hover,
.alina-btn-white .elementor-button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 40px rgba(115, 12, 167, 0.2);
}

.alina-hero {
  min-height: 1100px;
  padding: 96px 0 124px;
  background: var(--alina-hero-gradient) !important;
  position: relative;
}

.alina-hero::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -120px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(232, 96, 232, 0.18);
}

.alina-hero-grid {
  min-height: 880px;
  display: grid;
  grid-template-columns: minmax(0, 628px) minmax(0, 628px);
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.alina-title .elementor-heading-title {
  color: var(--alina-text);
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.alina-title .grad,
.alina-gradient-text {
  color: #8e16d3;
}

.alina-title .mark {
  display: inline-block;
  position: relative;
}

.alina-title .mark::after,
.alina-underlined::after {
  content: "";
  position: absolute;
  left: 29%;
  right: 0;
  bottom: -13px;
  height: 12px;
  background: #c47be6;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8 Q 25 2, 50 5 T 100 3 L 100 10 L 0 10 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8 Q 25 2, 50 5 T 100 3 L 100 10 L 0 10 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  transform: none;
}

.alina-lead {
  width: 628px;
}

.alina-lead .elementor-widget-container {
  color: #1f2937;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 28px;
}

.alina-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
}

.alina-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.alina-stat-number .elementor-heading-title {
  color: var(--alina-primary);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.alina-stat-label .elementor-widget-container {
  color: var(--alina-muted);
  font-size: 14px;
  line-height: 1.45;
}

.alina-hero-image img {
  width: 484px;
  height: 484px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  transform: scale(1.1);
  box-shadow: var(--alina-shadow);
}

.alina-section {
  padding: 80px 0;
  background: #fff !important;
}

.alina-section-soft {
  padding: 80px 0;
  background: var(--alina-soft) !important;
}

.alina-section-title .elementor-heading-title {
  color: var(--alina-text);
  font-size: 48px;
  line-height: 1.12;
  font-weight: 800;
  text-align: center;
}

.alina-section-title + .alina-muted-text .elementor-widget-container {
  text-align: center;
  margin-top: 18px;
}

.alina-section .alina-container > .alina-muted-text .elementor-widget-container,
.alina-section .alina-container > .alina-muted-text {
  text-align: center;
}

.alina-focus-box {
  width: min(896px, 100%);
  margin: 64px auto 0;
  padding: 56px;
  border-radius: 24px;
  background: var(--alina-gradient);
  color: #fff;
  box-shadow: var(--alina-shadow);
  position: relative;
  overflow: hidden;
}

.alina-focus-box::before,
.alina-focus-box::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.alina-focus-box::before {
  left: -120px;
  bottom: -120px;
}

.alina-focus-box::after {
  right: -70px;
  top: -100px;
}

.alina-focus-box .alina-focus-text,
.alina-focus-box .alina-focus-text .elementor-widget-container {
  color: #fff;
  font-size: 22px;
  line-height: 1.68;
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 1px 18px rgba(55, 0, 85, 0.18);
}

.alina-card-grid,
.alina-testimonials,
.alina-three-grid {
  display: grid;
  gap: 32px;
}

.alina-card-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
}

.alina-testimonials {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}

.alina-three-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
}

.alina-feature-card,
.alina-testimonial-card,
.alina-work-card {
  min-height: 264px;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: var(--alina-shadow-soft);
  text-align: center;
  transform: translateY(0) scale(1);
  animation: alina-fade-in 0.6s ease-out both;
  animation-delay: 0.1s;
  transition: var(--alina-transition-smooth);
  will-change: transform, box-shadow;
}

.alina-feature-card:hover,
.alina-testimonial-card:hover,
.alina-work-card:hover,
.alina-focus-box:hover,
.alina-booking-box:hover,
.alina-offer-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(115, 12, 167, 0.2);
}

@keyframes alina-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.alina-testimonial-card {
  background: #f3e8d8;
  text-align: left;
  position: relative;
}

.alina-icon .elementor-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: var(--alina-gradient);
  box-shadow: 0 14px 32px rgba(115, 12, 167, 0.2);
}

.alina-card-title .elementor-heading-title {
  margin-top: 24px;
  color: var(--alina-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.alina-card-text .elementor-widget-container {
  color: #374151;
  font-size: 18px;
  line-height: 1.45;
}

.alina-muted-text .elementor-widget-container {
  color: var(--alina-muted);
  font-size: 18px;
  line-height: 1.45;
}

.alina-testimonial-quote .elementor-widget-container {
  margin: 0 0 24px;
  color: var(--alina-text);
  font-size: 20px;
  line-height: 1.625;
  font-style: italic;
  font-weight: 600;
}

.alina-stars .elementor-widget-container {
  color: #f7a716;
  font-size: 23px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.alina-person {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
}

.alina-person img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
}

.alina-person-name .elementor-heading-title {
  color: var(--alina-text);
  font-size: 16px;
  font-weight: 800;
}

.alina-person-role .elementor-widget-container {
  color: var(--alina-muted);
  font-size: 14px;
}

.alina-pill {
  margin: 48px auto 0;
  width: fit-content;
  padding: 16px 30px;
  border-radius: 999px;
  background: #f8f3ec;
  color: #1f2937;
  display: flex;
  gap: 24px;
  font-weight: 600;
}

.alina-mini-cta {
  margin: 58px auto 0;
  width: fit-content;
  min-width: 440px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(115, 12, 167, 0.12);
  display: flex;
  align-items: center;
  gap: 24px;
}

.alina-purple-cta {
  padding: 80px 0;
  background: var(--alina-gradient) !important;
  color: #fff;
  text-align: center;
}

.alina-purple-cta .elementor-heading-title {
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
}

.alina-purple-cta .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.45;
}

.alina-checks {
  display: flex;
  justify-content: center;
  gap: 52px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  margin: 42px 0 32px;
}

.alina-booking-box {
  width: min(896px, 100%);
  margin: 48px auto 0;
  padding: 48px;
  border-radius: 24px;
  background: #f3e8d8;
  box-shadow: var(--alina-shadow);
  transform: translateY(0) scale(1);
  transition: var(--alina-transition-spring);
  will-change: transform, box-shadow;
}

.alina-cal-placeholder {
  height: 690px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.alina-form-grid {
  width: min(572px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.alina-input .elementor-field,
.alina-input input,
.alina-input textarea,
.alina-form-grid input,
.alina-form-grid textarea {
  width: 100%;
  border: 0;
  border-radius: 14px;
  min-height: 56px;
  padding: 16px;
  background: #fff;
  color: var(--alina-text);
  font: 16px Inter, sans-serif;
}

.alina-form-grid label {
  color: var(--alina-text);
  font-weight: 800;
  font-size: 16px;
  display: grid;
  gap: 8px;
}

.alina-native-submit {
  justify-self: center;
  border: 0;
  border-radius: 999px;
  padding: 18px 34px;
  color: #fff;
  background: var(--alina-gradient);
  box-shadow: var(--alina-shadow);
  font: 800 18px Inter, sans-serif;
}

.alina-footer {
  padding: 48px 0 32px;
  background: var(--alina-gradient) !important;
  color: #fff;
}

.alina-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 80px;
}

.alina-footer .elementor-heading-title {
  color: #fff;
}

.alina-footer .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.alina-footer a {
  color: #fff;
  font-weight: 700;
}

.alina-legal-hero {
  padding: 168px 0 80px;
  background: var(--alina-hero-gradient) !important;
}

.alina-legal-shell {
  padding: 80px 0;
  background: #fff;
}

.alina-legal-card {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--alina-shadow-soft);
}

.alina-legal-card .elementor-widget-text-editor {
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

.alina-legal-card a {
  color: var(--alina-primary);
  font-weight: 700;
}

.alina-offer-hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #fcfaf8 0%, #f7eef6 100%) !important;
}

.alina-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  margin-top: 64px;
}

.alina-offer-box {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--alina-shadow);
  transform: translateY(0) scale(1);
  transition: var(--alina-transition-spring);
  will-change: transform, box-shadow;
}

.alina-brevo-frame iframe {
  width: 100%;
  min-height: 1200px;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .alina-container {
    width: min(100% - 32px, 100%);
  }

  .alina-hero-grid,
  .alina-card-grid,
  .alina-testimonials,
  .alina-three-grid,
  .alina-footer-grid,
  .alina-offer-grid {
    grid-template-columns: 1fr;
  }

  .alina-header {
    min-height: 0;
    padding: 12px 0;
  }

  .alina-header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: clamp(8px, 2.4vw, 18px);
    min-height: 0;
    justify-items: stretch;
    align-items: center;
  }

  .alina-header .alina-logo,
  .alina-header .alina-nav {
    transform: none;
  }

  .alina-header .alina-logo {
    justify-self: start;
  }

  .alina-header .alina-logo img {
    width: clamp(32px, 9vw, 44px);
    height: clamp(32px, 9vw, 44px);
  }

  .alina-header .alina-nav {
    justify-self: end;
    min-width: 0;
    width: 100%;
  }

  .alina-header .alina-btn {
    display: none;
  }

  .alina-nav,
  .alina-nav .elementor-widget-container {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: clamp(6px, 1.8vw, 18px);
    width: 100%;
  }

  .alina-nav a {
    margin-right: 0;
    font-size: clamp(10px, 3.05vw, 14px);
    line-height: 1.25;
    flex: 0 1 auto;
  }

  html {
    scroll-padding-top: 88px;
  }

  #angebot,
  #ueber-mich,
  #kontakt {
    scroll-margin-top: 88px;
  }

  .alina-title .elementor-heading-title {
    font-size: 48px;
  }

  .alina-section-title .elementor-heading-title {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .alina-focus-box {
    padding: 36px 28px;
  }

  .alina-focus-box .alina-focus-text,
  .alina-focus-box .alina-focus-text .elementor-widget-container {
    font-size: 19px;
    line-height: 1.62;
  }

  .alina-gradient-text {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
  }

  .alina-no-midbreak {
    display: inline;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: manual;
  }

  .alina-lead {
    width: auto;
  }

  .alina-hero-image img {
    width: min(484px, 100%);
    height: auto;
  }

  .alina-btn-white .elementor-button,
  .alina-mini-cta {
    min-width: 0;
    width: 100%;
  }
}
