@charset "UTF-8";

/* Base reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: #e0d7ce;
  font-size: 16px;
}

body {
  background: #e0d7ce;
  color: #3d3423;
  font-family: Montserrat, sans-serif;
  font-size: 58.33333px;
  font-style: normal;
  font-weight: 400;
  height: 2436px;
  line-height: 1;
  margin: 0 auto;
  min-height: 2436px;
  overflow-x: hidden;
  position: relative;
  text-decoration: none;
  width: 1125px;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

/* Original card layout */
.artboard-1 {
  background: #e0d7ce;
  height: 2436px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1125px;
}

.log-and-name {
  height: 817px;
  position: absolute;
  right: 102px;
  top: 73px;
  width: 920px;
}

.logo-brown {
  position: absolute;
  right: 47px;
  top: 0;
}

.text {
  font-size: 83px;
  font-weight: 700;
  left: 7px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 637px;
}

.name-title-seprater {
  position: absolute;
  right: 1px;
  top: 735px;
}

.title {
  font-size: 43.75px;
  font-weight: 600;
  left: 16px;
  position: absolute;
  text-align: center;
  top: 769px;
}

.ig,
.whats-app,
.email,
.save {
  height: 184px;
  left: 93px;
  position: absolute;
  width: 939px;
}

.ig {
  background: url(../images/email_bg.png) no-repeat;
  top: 971px;
}

.whats-app {
  background: url(../images/whatsapp_bg.png) no-repeat;
  left: 92px;
  top: 1214px;
  width: 940px;
}

.email {
  background: url(../images/email_bg.png) no-repeat;
  top: 1457px;
}

.save {
  background: url(../images/save_bg.png) no-repeat;
  top: 1700px;
}

.ig-icon,
.whatsapp-icon {
  left: 55px;
  position: absolute;
  top: 50px;
}

.whatsapp-icon {
  left: 56px;
}

.email-icon {
  left: 54px;
  position: absolute;
  top: 62px;
}

.text-2,
.text-3,
.email-2,
.text-4,
.text-5,
.text-6,
.book-button,
.share-button,
.save {
  color: #3d3423;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-2,
.text-3,
.email-2,
.text-4 {
  position: absolute;
}

.text-2 {
  left: 185px;
  top: 60px;
}

.text-3 {
  left: 186px;
  top: 63px;
}

.email-2 {
  left: 185px;
  top: 60px;
}

.text-4 {
  left: 220px;
  text-align: center;
  top: 63px;
}

.qr-and-book {
  background: url(../images/qr_book_bg.png) no-repeat;
  height: 358px;
  left: 93px;
  position: absolute;
  top: 1943px;
  width: 939px;
}

.qr-code-brown {
  left: 65px;
  position: absolute;
  top: 24px;
}

.seprater {
  left: 427px;
  position: absolute;
  top: 40px;
}

.text-5,
.book-button {
  background: transparent;
  font-size: 58.33333px;
  left: 478px;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 97px;
  width: 406px;
}

.text-6,
.share-button {
  background: transparent;
  font-size: 50px;
  position: absolute;
  right: 344px;
  text-align: center;
  text-transform: uppercase;
  top: 2355px;
}

.clickable-card,
.book-button,
.share-button,
.modal-close,
.modal-actions a,
.native-share-btn,
.copy-link-btn {
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
              background 180ms ease,
              filter 180ms ease;
}

.clickable-card:active,
.book-button:active,
.share-button:active,
.modal-close:active,
.modal-actions a:active,
.native-share-btn:active,
.copy-link-btn:active {
  filter: brightness(0.96);
  transform: scale(0.97);
}

body.modal-open {
  overflow: hidden;
}

/* Clean modal system */
.modal-overlay {
  align-items: center;
  background: rgba(224, 215, 206, 0.72);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  display: flex;
  height: var(--vv-height, 100dvh);
  justify-content: center;
  left: var(--vv-left, 0px);
  opacity: 0;
  overflow: hidden;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  top: var(--vv-top, 0px);
  transition: opacity 220ms ease;
  width: var(--vv-width, 100vw);
  z-index: 9999;
}

.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-overlay.is-closing {
  opacity: 0;
  pointer-events: none;
}

.small-modal,
.share-modal {
  background: rgba(224, 215, 206, 0.90);
  border: 1px solid rgba(61, 52, 35, 0.28);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(61, 52, 35, 0.28),
              inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: #3d3423;
  font-family: Montserrat, sans-serif;
  max-height: calc(var(--vv-height, 100dvh) - 48px);
  opacity: 0;
  overflow-y: auto;
  position: relative;
  text-align: center;
  transform: scale(0.92);
  transition: opacity 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
              transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.modal-overlay.is-open .small-modal,
.modal-overlay.is-open .share-modal {
  opacity: 1;
  transform: scale(1);
}

.modal-overlay.is-closing .small-modal,
.modal-overlay.is-closing .share-modal {
  opacity: 0;
  transform: scale(0.96);
}

.small-modal {
  max-width: 680px;
  padding: 60px 45px 45px;
  width: min(90vw, 680px);
}

.share-modal {
  max-width: 1020px;
  padding: 70px 55px 55px;
  width: min(94vw, 1020px);
}

.small-modal h2,
.share-modal h2 {
  color: #3d3423;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 30px;
}

.share-modal h2 {
  font-size: 46px;
  margin-bottom: 34px;
}

.modal-close {
  align-items: center;
  background: rgba(61, 52, 35, 0.12);
  border: 1px solid rgba(61, 52, 35, 0.25);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
  color: #3d3423;
  display: flex;
  font-size: 38px;
  font-weight: 500;
  height: 54px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 54px;
}

.modal-close:hover,
.modal-actions a:hover,
.native-share-btn:hover,
.copy-link-btn:hover {
  background: rgba(61, 52, 35, 0.18);
}

.modal-actions {
  display: grid;
  gap: 18px;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modal-actions a,
.native-share-btn,
.copy-link-btn {
  align-items: center;
  background: rgba(61, 52, 35, 0.14);
  border: 1px solid rgba(61, 52, 35, 0.26);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 12px 28px rgba(61, 52, 35, 0.12);
  color: #3d3423;
  display: flex;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.15;
  min-height: 78px;
  padding: 14px 24px;
  text-align: center;
  width: 100%;
}

.share-content-row {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(220px, 330px) minmax(320px, 1fr);
  justify-content: center;
}

.share-actions-stack {
  display: grid;
  gap: 22px;
  width: 100%;
}

.native-share-btn,
.copy-link-btn {
  margin: 0;
}

.qr-single {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.share-qr-caption {
  color: #3d3423;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 18px 0 0;
  text-align: center;
  width: 100%;
}

.qr-placeholder {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(61, 52, 35, 0.16);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
  max-width: 330px;
  padding: 18px;
  width: 100%;
}

.qr-placeholder img {
  display: block;
  width: 100%;
}

.toast {
  background: #3d3423;
  border-radius: 999px;
  bottom: 30px;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  padding: 14px 22px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 14px) scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 10000;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

@media (max-width: 700px) {
  .modal-overlay {
    align-items: center;
    justify-content: center;
    padding: 16px;
  }

  .small-modal,
  .share-modal {
    border-radius: 28px;
    max-height: calc(var(--vv-height, 100dvh) - 32px);
    padding: 54px 20px 28px;
    width: min(92vw, 680px);
  }

  .small-modal h2,
  .share-modal h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .two-col {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modal-actions a,
  .native-share-btn,
  .copy-link-btn {
    border-radius: 999px;
    font-size: 18px;
    min-height: 62px;
    padding: 10px 12px;
  }

  .modal-close {
    font-size: 30px;
    height: 44px;
    right: 12px;
    top: 12px;
    width: 44px;
  }

  .share-content-row {
    gap: 18px;
    grid-template-columns: minmax(120px, 40%) minmax(170px, 1fr);
  }

  .share-actions-stack {
    gap: 14px;
  }

  .qr-placeholder {
    border-radius: 18px;
    padding: 10px;
  }

  .share-qr-caption {
    font-size: 14px;
    margin-top: 12px;
    padding: 0 8px;
  }

  .toast {
    bottom: 24px;
    font-size: 17px;
    padding: 14px 20px;
  }
}

@media (max-width: 390px) {
  .small-modal h2,
  .share-modal h2 {
    font-size: 29px;
  }

  .modal-actions a,
  .native-share-btn,
  .copy-link-btn {
    font-size: 16px;
    min-height: 56px;
    padding: 8px 10px;
  }
}

