/*
  Spoint VivaMore PDF replica landing
  Not: Birebir font için PDF materyalindeki TTF dosyalarını assets/fonts içine koyabilirsiniz.
  Bu paket font dosyası içermez; CSS yolları hazırdır.
*/
@font-face {
  font-family: "The Seasons";
  src: url("../fonts/The Seasons Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
font-display: optional;
}
@font-face {
  font-family: "The Seasons";
  src: url("../fonts/The Seasons Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
font-display: optional;
}
@font-face {
  font-family: "The Seasons";
  src: url("../fonts/The Seasons Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
font-display: optional;
}
@font-face {
  font-family: "Hanken Grotesk Local";
  src: url("../fonts/HankenGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
font-display: optional;
}

:root {
  --vm-gold: #cda42c;
  --vm-gold-soft: #d7b14a;
  --vm-green: #053f42;
  --vm-green-dark: #033538;
  --vm-paper: #ffffff;
  --vm-text: #093f42;
  --vm-serif: "The Seasons", Georgia, "Times New Roman", serif;
  --vm-sans: "Hanken Grotesk Local", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #f2f2ee; }
body {
  min-height: 100%;
  margin: 0;
  color: var(--vm-text);
  background: white;
  font-family: var(--vm-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
	font-synthesis: none;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.poster-page {
  width: 100%;
  padding: 28px 16px;
}

.poster-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
  background: var(--vm-paper);
  padding: clamp(56px, 7.2vw, 54px) clamp(18px, 5vw, 72px) clamp(30px, 3.8vw, 46px);
  /* box-shadow: 0 18px 45px rgba(16, 24, 24, .08); */
  overflow: hidden;
}

.hero-head { margin-bottom: clamp(22px, 3vw, 38px); }
.text-center { text-align: center; }
.d-none { display: none; }
@media (min-width: 768px) { .d-md-block { display: block; } }
.brand-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(132px, 16.2vw, 178px);
  margin: 0 auto clamp(36px, 5.4vw, 58px);
}
.brand-mark img { width: 100%; height: auto; }

.hero-head h1 {
  margin: 0;
  color: var(--vm-gold);
  font-family: var(--vm-serif);
  font-size: clamp(45px, 7.25vw, 86px);
  line-height: .88;
  font-weight: 600;
  letter-spacing: .014em;
  text-transform: uppercase;
}
.hero-subtitle {
  margin: 14px 0 0;
  color: var(--vm-green);
  font-family: var(--vm-serif);
  font-size: clamp(28px, 3.75vw, 46px);
  line-height: .92;
  font-weight: 600;
  letter-spacing: -.035em;
}

.features {
  position: relative;
  width: min(100%, 890px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: stretch;
  color: var(--vm-green);
}
.feature-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.feature-item {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px clamp(16px, 2.6vw, 34px);
  font-family: var(--vm-serif);
  line-height: 1.02;
}
.feature-left .feature-item { text-align: left; }
.feature-right .feature-item { text-align: right; }
.feature-item span {
  display: block;
  color: var(--vm-gold-soft);
  font-size: clamp(18px, 1.9vw, 23px);
  font-weight: 400;
  letter-spacing: -.022em;
}
.feature-item strong {
  display: block;
  color: var(--vm-green);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: -.028em;
}
.feature-top { border-bottom: 1.4px solid var(--vm-gold-soft); }
.feature-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-divider i {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 50%;
  width: 1.5px;
  transform: translateX(-50%);
  background: var(--vm-gold-soft);
}
.feature-divider img {
  position: relative;
  z-index: 2;
  width: 18px;
  height: auto;
  background: #fff;
  padding: 1px 0;
}

.lead-copy {
  margin: clamp(20px, 2.3vw, 30px) auto clamp(45px, 5vw, 62px);
  width: min(100%, 720px);
  color: var(--vm-green);
  text-align: center;
  font-family: var(--vm-sans);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: -.015em;
}

.visual-stage {
  position: relative;
  width: min(100%, 930px);
  margin: 0 auto;
  aspect-ratio: 1.505 / 1;
  background: #dfe7e2;
  overflow: visible;
}

.vivamore-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #d9e3de;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.vivamore-slider:active {
  cursor: grabbing;
}

.vivamore-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.vm-slide,
.vivamore-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: none;
  pointer-events: auto;
  flex-shrink: 0;
}

.vm-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
  -webkit-user-drag: none;
  user-select: none;
}

.price-badge {
  position: absolute;
  z-index: 6;
  width: clamp(114px, 16.6%, 178px);
  left: clamp(14px, 6.5%, 62px);
  top: clamp(-17px, -1.8vw, -12px);
  filter: drop-shadow(0 8px 13px rgba(0, 0, 0, .12));
  pointer-events: none;
}
.legal-note {
  position: absolute;
  z-index: 5;
  left: 14px;
  right: 150px;
  bottom: 8px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-family: var(--vm-sans);
  font-size: clamp(6px, .68vw, 8px);
  line-height: 1.2;
  letter-spacing: -.01em;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.corner-logo {
  position: absolute;
  z-index: 7;
  right: 30px;
  bottom: 0;
  width: clamp(102px, 15.2%, 154px);
  min-height: clamp(50px, 6.8vw, 72px);
  display: grid;
  place-items: center;
  padding: clamp(10px, 1.4vw, 16px) clamp(12px, 1.6vw, 18px);
  background: #fff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.corner-logo img { width: 100%; height: auto; }

.poster-footer {
  margin-top: clamp(16px, 2.3vw, 24px);
  line-height: 1;
}
.poster-footer a {
  display: inline-block;
  color: var(--vm-green);
  font-family: var(--vm-sans);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
}

@media (min-width: 1180px) {
  .poster-page { padding-top: 34px; padding-bottom: 34px; }
}

@media (max-width: 767.98px) {
  .poster-page { padding: 0; background: #fff; }
  .poster-shell {
    width: 100%;
    padding: 38px 18px 28px;
    box-shadow: none;
  }
  .brand-mark { margin-bottom: 30px; }
  .hero-head h1 {
    max-width: 350px;
    margin-inline: auto;
    font-size: 36px;
    line-height: .92;
  }
  .hero-subtitle {
    max-width: 330px;
    margin-inline: auto;
    margin-top: 8px;
    font-size: 24px;
    line-height: 1;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 420px);
    margin-top: 28px;
    border-top: 1.3px solid var(--vm-gold-soft);
    border-bottom: 1.3px solid var(--vm-gold-soft);
  }
  .feature-col { display: block; }
  .feature-item {
    min-height: auto;
    padding: 13px 8px;
    text-align: center !important;
    border-bottom: 1.3px solid rgba(205, 164, 44, .65);
  }
  .feature-right .feature-bottom { border-bottom: 0; }
  .feature-divider { display: none; }
  .feature-item span { font-size: 19px; }
  .feature-item strong { font-size: 21px; }
  .lead-copy {
    width: min(100%, 390px);
    margin: 22px auto 36px;
    font-size: 15.5px;
    line-height: 1.22;
  }
  .visual-stage {
    width: calc(100% + 8px);
    margin-left: -4px;
    aspect-ratio: 1 / 1.05;
  }
  .vm-slide img { object-position: center; }
  .price-badge {
    width: 134px;
    left: 12px;
    top: -11px;
  }
  .legal-note {
    left: 9px;
    right: 112px;
    bottom: 7px;
    font-size: 5.5px;
    width: 50%;
  }
  .corner-logo {
    width: 108px;
    min-height: 50px;
    border-top-left-radius: 11px;
  }
  .poster-footer { margin-top: 18px; }
  .poster-footer a { font-size: 21px; }
}

@media (max-width: 389.98px) {
  .poster-shell { padding-left: 14px; padding-right: 14px; }
  .hero-head h1 { font-size: 40px; }
  .hero-subtitle { font-size: 25px; }
  .feature-item span { font-size: 17px; }
  .feature-item strong { font-size: 19px; }
  .price-badge { width: 92px; }
  .corner-logo { width: 98px; }
}

:root {
  --vm-lime: var(--vm-gold);
  --vm-form-line: var(--vm-gold);
  --vm-placeholder: #b9b9b9;
}

/* Price request form */
.price-request-section {
  width: min(100%, 930px);
  margin: clamp(42px, 5vw, 64px) auto 0;
}

.price-request-form {
  width: 100%;
  border: 2px solid var(--vm-lime);
  border-radius: clamp(28px, 4vw, 46px);
  overflow: hidden;
  background: #fff;
  color: var(--vm-green);
}

.price-form-title {
  padding: clamp(26px, 3.2vw, 38px) 24px clamp(18px, 2.2vw, 26px);
  border-bottom: 1.7px solid var(--vm-form-line);
  text-align: center;
}

.price-form-title h2 {
  margin: 0;
  color: var(--vm-green);
  font-family: var(--vm-sans);
  font-size: 30px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.price-form-fields {
  padding: clamp(18px, 3.4vw, 34px) clamp(28px, 7.2vw, 70px) clamp(26px, 4.2vw, 18px);
}

.form-line {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  border-bottom: 1.7px solid var(--vm-form-line);
}

.form-line-textarea {
  align-items: flex-start;
  min-height: 70px;
  padding-top: 22px;
  border-bottom: 0;
}

.form-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--vm-green);
}

.form-icon svg,
.mobile-action-icon i {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-request-form input,
.price-request-form textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--vm-green);
  font-family: var(--vm-sans);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.price-request-form input::placeholder,
.price-request-form textarea::placeholder {
  color: var(--vm-placeholder);
  opacity: .82;
}

.price-request-form textarea {
  min-height: 72px;
  resize: vertical;
  padding-top: 2px;
}

.price-form-consents {
  border-top: 1.7px solid var(--vm-form-line);
  padding: clamp(28px, 4.5vw, 48px) clamp(28px, 7.2vw, 70px) clamp(28px, 4vw, 42px);
}

.consent-line {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
  color: #222;
  font-family: var(--vm-sans);
  font-size: 17px;
  line-height: 1.16;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
}

.consent-line input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fake-check {
  width: 31px;
  height: 31px;
  margin-top: 2px;
  border: 1.8px solid var(--vm-form-line);
  border-radius: 7px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fake-check::after {
  content: "";
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--vm-green);
  border-bottom: 3px solid var(--vm-green);
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  transition: .18s ease;
}

.consent-line input:checked + .fake-check::after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}

.consent-line a {
  color: var(--vm-green);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.price-submit {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border: 0;
  border-radius: 15px;
  background: var(--vm-green);
  color: #fff;
  font-family: var(--vm-sans);
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.price-submit:hover {
  background: var(--vm-green-dark);
  transform: translateY(-1px);
}

/* Mobile fixed action bar */
.mobile-action-bar {
  display: none;
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .price-request-section {
    width: calc(100% - 18px);
    margin-top: 38px;
  }

  .price-request-form {
    border-width: 1.6px;
    border-radius: 30px;
  }

  .price-form-title {
    padding: 23px 18px 18px;
  }

  .price-form-title h2 {
    font-size: 18px;
    line-height: 1.28;
  }

  .price-form-fields {
    padding: 12px 24px 28px;
  }

  .form-line {
    grid-template-columns: 32px 1fr;
    min-height: 51px;
  }

  .form-line-textarea {
    min-height: 80px;
    padding-top: 17px;
  }

  .form-icon {
    width: 21px;
    height: 21px;
  }

  .price-request-form input,
  .price-request-form textarea {
    font-size: 15px;
  }

  .price-request-form textarea {
    min-height: 66px;
  }

  .price-form-consents {
    padding: 28px 24px 26px;
  }

  .consent-line {
    grid-template-columns: 27px 1fr;
    gap: 13px;
    font-size: 13px;
    line-height: 1.18;
    margin-bottom: 19px;
  }

  .fake-check {
    width: 27px;
    height: 27px;
    border-radius: 6px;
  }

  .price-submit {
    height: 45px;
    border-radius: 13px;
    font-size: 15px;
  }

  .poster-footer {
    margin-bottom: 10px;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: calc(64px + env(safe-area-inset-bottom));
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr 1.28fr 1fr 1fr;
    align-items: end;
    background: var(--vm-green);
    color: #fff;
  }

  .mobile-action-item {
    min-width: 0;
    height: 58px;
    border: 0;
    padding: 0 2px;
    background: transparent;
    color: #fff;
    font-family: var(--vm-sans);
    font-size: 10px;
    line-height: 1.05;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -29px;
  }

  .mobile-action-icon {
    width: 27px;
    height: 27px;
    color: var(--vm-lime);
    display: grid;
    place-items: center;
  }

  .mobile-action-main {
    position: relative;
    height: 74px;
    align-self: end;
    justify-content: flex-start;
    overflow: visible;
  }

  .mobile-main-circle {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 78px;
    height: 58px;
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 999px;
    background: var(--vm-green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
  }

  .mobile-main-circle .mobile-action-icon {
    width: 32px;
    height: 32px;
  }

  .mobile-main-circle span:last-child {
    font-size: 13px;
    font-weight: 800;
  }
}

@media (max-width: 389.98px) {
  .price-form-title h2 {
    font-size: 18px;
  }

  .price-request-form input,
  .price-request-form textarea {
    font-size: 18px;
  }

  .consent-line {
    font-size: 16px;
  }

  .mobile-action-item {
    font-size: 12.5px;
  }

  .mobile-main-circle {
    width: 106px;
    height: 106px;
  }

  .mobile-main-circle span:last-child {
    font-size: 14px;
  }
}

/* Tablet + Desktop fixed action bar */
@media (min-width: 768px) {
  body {
    padding-bottom: 110px;
  }

  .mobile-action-bar {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: 9999;

    width: min(calc(100% - 32px), 1040px);
    height: 78px;
    padding: 9px 18px 11px;

    display: grid;
    grid-template-columns: 1fr 1fr 1.22fr 1fr 1fr;
    align-items: end;

    transform: translateX(-50%);
    background: var(--vm-green);
    color: #fff;

    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    box-shadow: 0 -12px 34px rgba(0, 0, 0, .16);
  }

  .mobile-action-item {
    min-width: 0;
    height: 58px;
    border: 0;
    padding: 0 4px;
    background: transparent;
    color: #fff;
    font-family: var(--vm-sans);
    font-size: 18px;
    line-height: 1.05;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -20px;
  }

  .mobile-action-icon {
    width: 28px;
    height: 28px;
    color: var(--vm-lime);
    display: grid;
    place-items: center;
    font-size: 24px;
    line-height: 1;
  }

  .mobile-action-main {
    position: relative;
    height: 76px;
    align-self: end;
    justify-content: flex-start;
    overflow: visible;
  }

  .mobile-main-circle {
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 124px;
    height: 102px;
    transform: translateX(-50%);
    border: 4px solid #fff;
    border-radius: 999px;
    background: var(--vm-green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    box-shadow: 0 -7px 20px rgba(0, 0, 0, .12);
  }

  .mobile-main-circle .mobile-action-icon {
    width: 34px;
    height: 34px;
    font-size: 28px;
  }

  .mobile-main-circle span:last-child {
    font-size: 17px;
    font-weight: 800;
  }
}

@media screen and (max-width: 768px){
	.form-icon svg, .mobile-action-icon i {
		font-size: 17px;
	}
}

/* Catalog CTA */
.catalog-cta-wrap {
  width: min(100%, 930px);
  margin: -34px auto 44px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.catalog-cta-btn {
  min-width: 210px;
  height: 54px;
  border: none;
  border-radius: 999px;
  background: var(--vm-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-family: var(--vm-sans);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(5, 63, 66, .16);
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.catalog-cta-btn i {
  color: var(--vm-gold);
  font-size: 20px;
}

.catalog-cta-btn:hover {
  transform: translateY(-2px);
  /* background: var(--vm-green-dark); */
  box-shadow: 0 16px 34px rgba(5, 63, 66, .22);
}

/* Catalog modal */
/* =========================================================
   Katalog PDF Modalı — sade tam ekran, koyu saydam arka plan
   Odak iframe içindeki PDF görüntüleyiciye.
   ========================================================= */
.catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.catalog-modal.is-open {
  display: flex;
}

.catalog-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(2px);
}

.catalog-modal-pdf {
  position: relative;
  z-index: 2;
  width: min(100%, 1280px);
  height: min(94vh, 1024px);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
  animation: catalogModalIn .22s ease both;
  background: #1d1d1d;
}

.catalog-modal-pdf iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #1d1d1d;
}

@keyframes catalogModalIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.catalog-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease, border-color .2s ease;
}

.catalog-modal-close:hover {
  background: rgba(0, 0, 0, .85);
  border-color: rgba(255,255,255,.5);
  transform: rotate(90deg);
}

/* Body lock */
body.catalog-modal-open {
  overflow: hidden;
}

/* Mobile */
@media (max-width: 767.98px) {
  .catalog-cta-wrap {
    margin: -22px auto 34px;
  }

  .catalog-cta-btn {
    min-width: 184px;
    height: 48px;
    font-size: 15px;
    gap: 9px;
  }

  .catalog-cta-btn i {
    font-size: 17px;
  }

  .catalog-modal {
    padding: 10px;
  }

  .catalog-modal-pdf {
    width: 100%;
    height: calc(100dvh - 88px);
    border-radius: 12px;
  }

  .catalog-modal-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* Form states + anti-spam field */
.vm-hp-field {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.form-alert {
  margin: 22px clamp(28px, 7.2vw, 70px) 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-family: var(--vm-sans);
  font-size: 15px;
  line-height: 1.35;
}

.form-alert-success {
  border: 1px solid rgba(5, 63, 66, .18);
  background: rgba(5, 63, 66, .08);
  color: var(--vm-green);
}

.form-alert-error {
  border: 1px solid rgba(175, 40, 40, .22);
  background: rgba(175, 40, 40, .08);
  color: #8b1e1e;
}

.form-alert strong { display: block; margin-bottom: 6px; }
.form-alert ul { margin: 0; padding-left: 18px; }
.form-alert li + li { margin-top: 4px; }

.recaptcha-wrap {
  margin: 4px 0 18px;
  display: flex;
  justify-content: center;
}

.recaptcha-wrap-missing {
  padding: 12px 14px;
  border: 1px dashed rgba(5, 63, 66, .28);
  border-radius: 12px;
  color: var(--vm-green);
  font-size: 13px;
  text-align: center;
}

/* Watermark-free local catalog flipbook */
.mobile-share-btn.is-copied::after {
  content: "Kopyalandı";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(5, 63, 66, .94);
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .form-alert {
    margin: 16px 18px 0;
    font-size: 13px;
    border-radius: 13px;
  }

  .recaptcha-wrap {
    transform: scale(.88);
    transform-origin: center;
    margin: -2px 0 12px;
  }
}

/* =========================================================
   Bilgilendirme ve Aydınlatma Modalı
   ========================================================= */
.info-modal {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.info-modal.is-open {
  display: flex;
}

.info-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 29, 31, .76);
  backdrop-filter: blur(8px);
}

.info-modal-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid var(--vm-gold);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
  animation: catalogModalIn .24s ease both;
}

.info-modal-head {
  flex: 0 0 auto;
  padding: 18px 22px 18px 26px;
  background: var(--vm-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.info-modal-head strong {
  display: block;
  font-family: var(--vm-sans);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 800;
}

.info-modal-head span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

.info-modal-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.info-modal-close:hover {
  background: rgba(255,255,255,.16);
  transform: rotate(90deg);
}

.info-modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 22px 28px 8px;
  color: #2a3438;
  font-family: var(--vm-sans);
  font-size: 14.5px;
  line-height: 1.65;
}

.info-modal-body h3 {
  margin: 18px 0 6px;
  color: var(--vm-green);
  font-size: 15.5px;
  font-weight: 800;
  letter-spacing: .005em;
}

.info-modal-body h3:first-child {
  margin-top: 0;
}

.info-modal-body p {
  margin: 0 0 12px;
  text-align: justify;
}

.info-modal-body p strong {
  color: var(--vm-green);
  font-weight: 800;
}

.info-modal-note {
  margin-top: 18px !important;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(205, 164, 44, .10);
  border: 1px solid rgba(205, 164, 44, .35);
  font-size: 13.5px;
  font-weight: 600;
  color: #4a3b18;
}

.info-modal-foot {
  flex: 0 0 auto;
  padding: 14px 22px 18px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid rgba(5, 63, 66, .12);
  background: #fbfaf6;
}

.info-modal-ok {
  height: 44px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: var(--vm-green);
  color: #fff;
  font-family: var(--vm-sans);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease;
}

.info-modal-ok:hover {
  transform: translateY(-1px);
  background: #074a4e;
}

body.info-modal-open {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .info-modal {
    padding: 10px;
  }

  .info-modal-panel {
    max-height: calc(100dvh - 36px);
    border-radius: 18px;
  }

  .info-modal-head {
    padding: 14px 14px 14px 18px;
  }

  .info-modal-head strong {
    font-size: 16px;
  }

  .info-modal-head span {
    font-size: 12px;
  }

  .info-modal-close {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .info-modal-body {
    padding: 16px 18px 4px;
    font-size: 13.5px;
    line-height: 1.6;
  }

  .info-modal-body h3 {
    font-size: 14.5px;
  }

  .info-modal-body p {
    text-align: left;
  }

  .info-modal-foot {
    padding: 12px 14px 16px;
  }

  .info-modal-ok {
    width: 100%;
    height: 46px;
    justify-content: center;
  }
}

/* iPhone Safari bottom safe-area fix */
:root {
  --vm-mobile-bar-base: 64px;
  --vm-mobile-safe-bottom: env(safe-area-inset-bottom, 0px);
}

@media (max-width: 767.98px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    background: #fff;
  }

  body {
    padding-bottom: calc(var(--vm-mobile-bar-base) + var(--vm-mobile-safe-bottom)) !important;
  }

  .poster-page {
    padding-bottom: 0 !important;
  }

  .poster-shell {
    padding-bottom: 20px !important;
  }

  .poster-footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .mobile-action-bar {
    bottom: 0 !important;
    height: calc(var(--vm-mobile-bar-base) + var(--vm-mobile-safe-bottom)) !important;
    padding: 7px 6px calc(7px + var(--vm-mobile-safe-bottom)) !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    grid-template-columns: 1fr 1fr 0.58fr 1fr 1fr;
  }
}

.vm-slider-mobile {
  display: none;
}

.vm-slider-desktop {
  display: block;
}

@media (max-width: 767.98px) {
  .vm-slider-desktop {
    display: none;
  }

  .vm-slider-mobile {
    display: block;
  }

  .visual-stage {
    width: calc(100% + 8px);
    margin-left: -4px;
    aspect-ratio: 9 / 16;
  }

  .vivamore-slider,
  .vivamore-slider .swiper-wrapper,
  .vivamore-slider .swiper-slide,
  .vm-slide {
    height: 100%;
  }

  .vm-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}