@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=The+Girl+Next+Door&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--black);
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
}
header,
section {
  font-size: 1.6rem;
}
@font-face {
  font-family: "minion";
  src: url("./assets/THE\ MINION.ttf");
}
:root {
  --font-poppin: "Poppins", sans-serif;
  --font-girl: "The Girl Next Door", cursive;
  --font-min: "minion";
  --white: #ffffff;
  --black: #000000;
  --nav-height: 100px;
}
.page {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2%;
  padding-right: 2%;
  min-height: var(--nav-height);
  gap: 10px;
  margin-top: auto;
  position: relative;
  z-index: 5;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
}

/* ========bottom-side======== */
.top-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 15rem;
  flex: 1;
}
.top-side::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 95%;
  background-image: url("./assets/ocean-bg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.bottom-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4%;
  padding-right: 4%;
  border-top: 1px solid #000000;
  background-color: #d0e4ef;
}

/* =========heading section======== */
.text-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 4rem 4% 4rem 4%;
  position: relative;
  z-index: 5;
  margin-top: 25rem;
}

.heading {
  font-size: 13rem;
  font-weight: 400;
  font-family: var(--font-min);
  color: #e14b25;
  -webkit-text-stroke: 0.2rem #000000;
}

.para {
  font-family: var(--font-girl);
  font-weight: 400;
  font-size: 5rem;
}

/* ========btns section======== */
.btns-warpper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}
.btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 15px;
}
.btn-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  gap: 10px;
}
.btn-wrapper2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 15px;
}
.telegram {
  background-color: #0062b9;
}
.twitter {
  background-color: #000000;
}
.link-btn {
  border: 0.85px solid #000000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 1rem 1rem;
  width: 210px;
  min-height: 60px;
}
.link-btn span {
  font-family: var(--font-poppin);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--white);
}
.link-btn img {
  width: 2rem;
  height: 2rem;
  margin-left: 5px;
}
.link-btn-2 img {
  width: 4rem;
  height: 4rem;
}
/* ========copy btn section======== */
.copy-btn-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 10;
  padding: 1rem;
}
.inner-copy {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.copy-btn,
.copy-btn-box span {
  font-size: 1.8rem;
  font-family: var(--font-poppin);
  font-weight: 400;
}
.copy-btn {
  cursor: pointer;
  transition: all 0.4s;
  padding: 5px;
  background-color: #e14b25;
  border: 0.85px solid #000000;
  border-radius: 20px;
  padding: 10px 15px;
  white-space: nowrap;
}
.copy-text {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #e14b25;
  border: 0.85px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
.copy-text p {
  font-family: var(--font-poppin);
  font-weight: 400;
  font-size: 1.3rem;
  padding: 1rem;
}
.footer .ca-buy-text {
  font-family: var(--font-girl);
  font-weight: 400;
  font-size: 4rem;
  position: relative;
  top: 2rem;
}
/* ========krill section======== */

.krill {
  position: absolute;
  top: -9rem;
  right: 12rem;
  width: 70%;
  max-width: 40rem;
  height: auto;
  z-index: 5;
}
.whale {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 40rem;
  width: 60%;
  z-index: 5;
}
.red-waves {
  position: absolute;
  top: 15rem;
  right: 38rem;
  max-width: 40rem;
  height: auto;
  width: 60%;
}
.whale img,
.krill img {
  width: 100%;
  height: 100%;
}
.plant {
  position: absolute;
  height: auto;
  width: 15%;
}
.top-seaweed {
  top: 0;
  left: 0;
  max-width: 18rem;
}
.plant-green {
  left: 0;
  bottom: 0;
  max-width: 12rem;
}
.plant-light,
.coral-purple,
.coral-brown {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 15rem;
  z-index: 1;
}
.coral-brown {
  right: 12%;
}
.plant-light {
  z-index: 0;
}

/* responsivness */
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 1100px) {
  .whale {
    max-width: 35rem;
  }
  .red-waves {
    right: 32rem;
    max-width: 32rem;
  }
  .krill {
    top: -7rem;
    right: 18rem;
    max-width: 35rem;
  }
  .footer .ca-buy-text {
    font-size: 3rem;
  }
  .copy-text {
    width: 350px;
  }
  .plant-green {
    max-width: 10rem;
  }
  .plant-green {
    max-width: 16rem;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .ca-buy-text {
    top: 0;
  }
  .plant-light {
    z-index: 0;
    max-width: 20rem;
    width: 30%;
  }
}
@media (max-width: 900px) {
  .heading {
    font-size: 12rem;
  }
  .red-waves {
    right: 25rem;
    max-width: 32rem;
  }
  .krill {
    top: -7rem;
    right: 24rem;
    max-width: 33rem;
  }
  .para {
    font-size: 4rem;
  }
  .whale {
    max-width: 30rem;
  }
  .plant-light {
    max-width: 16rem;
  }
}
@media (max-width: 860px) {
  .plant-light {
    max-width: 12rem;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .top-seaweed {
    width: 25%;
  }
}
@media (max-width: 680px) {
  .btns-container {
    flex-direction: column;
  }
  .krill {
    right: 9rem;
  }
  .copy-text {
    width: 280px;
  }
}
@media (max-width: 500px) {
  .footer {
    padding-bottom: 10rem;
  }
  .inner-copy,
  .footer,
  .copy-btn-box,
  .btn-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .top-side,
  .bottom-side,
  .link-btn,
  .text-div {
    align-items: center;
    justify-content: center;
  }
  .top-side {
    padding-bottom: 4rem;
  }
  .text-div {
    margin-top: 31rem;
  }
  .red-waves {
    right: 25vmin;
  }
  .krill {
    right: 0;
    top: -5rem;
    max-width: 27rem;
  }
  .heading {
    font-size: 10rem;
  }
  .para {
    font-size: 3.5rem;
  }
  .copy-text {
    width: 260px;
  }
  .link-btn {
    min-height: 50px;
  }
}

/* ===== Smooth ambient animations ===== */
@keyframes floatKrill {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(1.2deg); }
}

@keyframes floatWhale {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-9px, -7px, 0) rotate(-0.8deg); }
}

@keyframes waveDrift {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: .82; }
  50% { transform: translate3d(-16px, 3px, 0); opacity: 1; }
}

@keyframes seaSwayLeft {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(2.2deg); }
}

@keyframes seaSwayRight {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(-2deg); }
}

@keyframes softRise {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.krill {
  transform-origin: 55% 55%;
  animation: floatKrill 4.8s ease-in-out infinite;
  will-change: transform;
}

.whale {
  transform-origin: 75% 45%;
  animation: floatWhale 6.2s ease-in-out infinite;
  will-change: transform;
}

.red-waves {
  animation: waveDrift 3.8s ease-in-out infinite;
  will-change: transform, opacity;
}

.top-seaweed,
.plant-green {
  transform-origin: left bottom;
  animation: seaSwayLeft 5.5s ease-in-out infinite;
}

.plant-light,
.coral-purple,
.coral-brown {
  transform-origin: right bottom;
  animation: seaSwayRight 6.5s ease-in-out infinite;
}

.coral-purple { animation-delay: -1.4s; }
.coral-brown { animation-delay: -2.6s; }
.plant-light { animation-delay: -3.2s; }

.text-div > .heading,
.text-div > .para,
.btns-container,
.footer {
  animation: softRise .75s cubic-bezier(.2,.75,.25,1) both;
}

.text-div > .para { animation-delay: .08s; }
.btns-container { animation-delay: .16s; }
.footer { animation-delay: .22s; }

.link-btn,
.link-btn-2,
.copy-btn {
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.link-btn:hover,
.link-btn-2:hover,
.copy-btn:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.05);
}

.link-btn:active,
.link-btn-2:active,
.copy-btn:active {
  transform: translateY(0) scale(.98);
}

.copy-btn.is-copied {
  transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
  .link-btn:hover,
  .copy-btn:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
  }
}

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

/* Non-intrusive copy confirmation */
.copy-toast {
  position: fixed;
  left: 50%;
  bottom: clamp(18px, 3vw, 34px);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: calc(100vw - 24px);
  padding: 10px 15px;
  border: 1.5px solid rgba(20, 20, 20, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #171717;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(11px, 1.15vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 16px) scale(.96);
  transition: opacity .28s ease, transform .28s cubic-bezier(.2,.8,.2,1), visibility .28s ease;
}

.copy-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
}

.copy-toast-check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #E14B25;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 360px) {
  .copy-toast {
    padding: 9px 12px;
    gap: 7px;
  }

  .copy-toast-check {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    font-size: 12px;
  }
}
