/*
  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: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("../fonts/The Seasons Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("../fonts/The Seasons Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@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: swap;
}

: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;
}

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: 104px;
    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;
}

.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: 12px;
    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: -2px;
    width: 98px;
    height: 78px;
    transform: translateX(-50%);
    border: 5px 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;
  }
}

@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: 7px 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;
  }
}

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