@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
html{
  padding: 0;
  margin: 0;
  height: 100%;
}
body{
  width: 100%;
  /* background-color: #000; */
  color: #475579;
 font-family: "Bricolage Grotesque", sans-serif;
 overflow-x: hidden;
}

.custom-box{
  background-color: #272f4b;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
  min-height: 400px;
  padding: 20px;
  text-align: center;
}
.adbanner{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.ad{
  position: relative;
  width: 100%;
  margin: 30px -20px;
}
.top-slogan {
    font-size: 12px;
    letter-spacing: 10px;
    text-transform: uppercase;
  margin-top: 20px;
  font-weight: bold;
}
.logo{
  text-align:center;
}
.logo img { width: 230px;}
.logo-name {
  text-align: center;
    font-size: 30px;
    color: #7d8cb7;
  font-family: 'Quattrocento Sans', sans-serif;
}
.custom-block{
  margin: 20px 0;
}

.custom-input {
    background: #2e344e;
    border: 1px solid #1F253D;
    padding: 5px 0;
    margin: 25px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.custom-input input{
    padding: 10px;
    color: #d8cbb8;
    font-size: 1em;
    background: none;
    outline: none;
    border: none;
    margin: 0px auto;
    width: 75%;
    -webkit-apperance: none;
}
.custom-input:hover {
    border: 1px solid #dea976;
}

.custBtn {
    background: #191f35;
    color: #ffffff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 0px;
    line-height: 0;
    padding: 18px 30px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
    border: 0px !important;
    cursor: pointer;
    border-radius: 100px;
}
.custBtn:hover {
    background: #1e253e;
    color: #ffffff;
}
.custBtn:focus{
    outline: none;
}

.countdown{
  text-align: center;
  margin: 25px 0 5px 0;
}
.countdown ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.countdown ul li{
    display: inline-block;
    background-color: #323a58;
    border: 1px solid #323a58;
    color: #7d8ba9;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-top:  2px;
    border-radius: 100%;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16), 0 1px 2px 0 rgba(0,0,0,.12)
}
.countdown ul li.active{
    background-color: #4b4f6a;
    color: #deb076;
  border: 1px dashed #deab76;
}

.skipBtnWrapper {
    padding: 10px;
    margin: 0;
  text-align: center;
}

.question-text {
    font-size: 20px;
  text-align: center;
  margin: 30px 0;
  color: #e0e8ff;
}

.custom-card{
  position: relative;
  width: 100%;
  background-color: #28314e;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  cursor: pointer;
}

.custom-card.active{
  background-color: #eca381;
}
.custom-card .q-img{
  position: relative;
  width: 100%;
  padding: 15px;
}
.custom-card .q-img img{
  max-width: 100%;
  height: auto;
  border-radius: 100%;
  border: 1px solid #deac76;
  padding: 5px;
}
.custom-card .custom-card-body{
  background-color: #191f35;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.custom-card .custom-card-body .question-option{
  font-size: 20px;
  color: #fff;
}


/* Processing*/
.processing_container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30vh;
  width: 100%;
}
.processing_container .loader {
  max-width: 16rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.processing_container .loader circle {
  fill: none;
  stroke-width: 8;
  -webkit-animation-name: preloader;
  animation-name: preloader;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animationcount: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animationfunction: ease-in-out;
  -webkit-transform-origin: 170px 170px;
  transform-origin: 170px 170px;
  will-change: transform;
}
.processing_container .loader circle:nth-of-type(1) {
  stroke: #48cfae;
  stroke-dasharray: 540;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.processing_container .loader circle:nth-of-type(2) {
  stroke: #4fc0e8;
  stroke-dasharray: 450;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.processing_container .loader circle:nth-of-type(3) {
  stroke: #ac92ed;
  stroke-dasharray: 360;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.processing_container .loader circle:nth-of-type(4) {
  stroke: #f5706c;
  stroke-dasharray: 275;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
:nth-of-type(5) {
  stroke: #fec95c;
  stroke-dasharray: 190;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
@keyframes preloader {
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
.process{
  display: none;
  margin: 40px 0;
  background-color: #272f4b;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
  text-align: center;
}
.process h2{
    font-size: 20px;
  color: #7d8cb7;
}
.process h3{
    font-size: 16px;
  color: #556486;
}

.result, .share-response {
    margin-bottom: 50px;
    background-color: #272f4b;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    text-align: center;
}
.share-response h2 {
  color: #dea976;
    font-size: 25px;
}

.share-response h3 {
    font-size: 16px;
}
.share-response .custom-input input{
  padding: 10px;
    width: 100%;
}

.result{
    margin-bottom: 50px;
    background-color: #272f4b;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    text-align: center;
}
.wp {
    color: #fff !important;
}
.wp img {
    margin-right: 10px;
}
.addthis-section {
    margin: 20px 0;
}
.who-know{
  margin: 20px 0;
}
.who-know h2{
  font-size: 20px;
  margin-bottom: 10px;
}
.table-bg{
  background-color: #191f35;
  color: #deaa76;
}
#point-table tbody tr:nth-of-type(odd){
  background-color: #222a44;
  color: #6c7ba5;
}
#point-table tbody tr:nth-of-type(even){
  background-color: #424c70;
  color: #6c7ba5;
}
.challenge-box{
    margin-bottom: 50px;
    background-color: #272f4b;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    text-align: center;
}
.challenge-box h2 {
  color: #dea976;
    font-size: 25px;
}

.challenge-box h3 {
    font-size: 16px;
}
.wrong{
  background-color: #ff4f4f;
  opacity: 0.6;
}

.circle-progress-value {
    stroke-width: 50px;
    stroke: hsl(100, 90%, 70%);
  }
  .circle-progress-circle {
    stroke-width: 40px;
    stroke: hsl(100, 15%, 60%);
    fill: hsl(100, 15%, 60%);
  }
  .circle-progress-text {
    fill: white;
    font-weight: bold;
  }

  .deleted-quiz{
    font-size: 18px;
  }
  .long-text{
    text-align: left;
    color: #b9c6ec;
    font-size: 18px;
  }
.footer{
  left: 0;
  bottom: 0;
  width: 100%;
  position: static;
  border-top: 1px solid #28304c;
  padding: 25px 20px;
  text-align: center;
}
.footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li{
  display: inline-block;
  margin-right: 25px;
}
.footer ul li a{
  color: #fff;
}
/* Sara Styles here */
.header{background: #000; box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); padding: 10px;}
.main-header {display: flex; grid-gap: 20px; align-items: center; width: 100%; justify-content: center;}
.main-header a{ color: #fff; font-size: 18px; display: block;}

.row{margin: 0;}
.main-title{font-weight: bold; font-size: 100px; line-height: 110px;}

.banner-section {display: flex; grid-gap: 60px; align-items: center; width: 100%; justify-content: center; padding: 80px 0; text-align: center; color: #212529;}
.banner-fnd-img{display: inline-block;
  padding: 4px; /* Border thickness */
  background: linear-gradient(45deg, #f00, #fdbd1f);
  border-radius: 12px; /* Border radius */}
.banner-fnd-img img{ display: block;
  width: 200px;
  border-radius: 10px; }
.left-rotate{    transform: rotate(-10deg);}
.right-rotate{    transform: rotate(10deg); margin-top: 20px;}
.main-cta {display: block; background-color: #fff; padding: 16px 10px; border-radius: 30px; font-weight: bold; color: #000; font-size: 20px; margin-top: 40px;}

.play-section{padding: 80px 0; background-color: #fff; margin: 0;}
.play-text{text-align: center; display: grid; grid-template-columns: 1fr max-content 1fr; align-items: center; grid-gap: 60px;}
.play-text .main-title{color: #000;}
.play-text p{color: #404040; font-size: 30px; font-weight: bold; margin-top:30px;}
.play-quote-grid{ display: grid; grid-gap: 80px;}
.play-quote{background-color: #000; color: #fff; padding: 20px; border-radius: 100px;}

.inbox-section {
  padding: 80px 0 80px;
  background: linear-gradient(135deg, #181c2f 0%, #2a174e 100%);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.inbox-title-area {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inbox-desc {
  color: #b9c6ec;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.inbox-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  color: #fff;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1rem;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(238,9,121,0.10);
  transition: background 0.2s, transform 0.2s;
}
.inbox-btn:hover {
  background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);
  color: #fff;
  transform: scale(1.07);
}
.inbox-grid {
  display: grid;
  grid-template-areas:
    "top top right"
    "left center right"
    "left bottom bottom";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 100px 120px 100px;
  gap: 32px;
  justify-items: center;
  align-items: center;
  margin-top: 30px;
}

.msg-card-top    { grid-area: top; }
.msg-card-right  { grid-area: right; }
.msg-card-center { grid-area: center; }
.msg-card-bottom { grid-area: bottom; }
.msg-card-left   { grid-area: left; }

@media (max-width: 900px) {
  .inbox-grid {
    grid-template-areas:
      "top"
      "right"
      "center"
      "left"
      "bottom";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.msg-card {
  background: rgba(36, 48, 68, 0.92);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.12);
  border: 2px solid rgba(255,255,255,0.12);
  padding: 28px 18px 22px 18px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: #fff;
  animation: float-inbox 2.5s ease-in-out infinite alternate;
}
@keyframes float-inbox {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-12px); }
}
.msg-avatar {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
.msg-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 6px;
  color: #fff;
}
.msg-content {
  font-size: 1rem;
  color: #cfd8dc;
}
@media (max-width: 600px) {
  .inbox-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .msg-card {
    padding: 18px 8px 14px 8px;
  }
  .msg-title {
    font-size: 1rem;
  }
  .msg-content {
    font-size: 0.95rem;
  }
}

.inbox-section .main-title{color: #fff; text-align: center;}
.inbox-circle{padding: 4px; background: linear-gradient(45deg, #f00, #fdbd1f); border-radius: 50%; display: inline-block; margin-bottom: 30px;}
.inbox-circle img{ width: 200px; height: 200px; border-radius: 50%;}

.inbox-container{width: 850px; margin: 0 auto; position: relative;}
.msg-box{ background-color: #fff; border-radius: 15px; width: 250px; position: absolute;}
.msg-title{ background: linear-gradient(180deg,#ff008a 0%,rgb(211,0,0) 100%); border-radius: 15px 15px 0 0; padding: 10px; color: #fff;}
.msg-content{ padding: 20px 10px;}
.msg-one{left: 0; top: -60px;}
.msg-two{left: 50%; transform: translateX(-50%); top: -150px;}
.msg-three{right: 0; top: -60px;}
.msg-four{top: 95px; left: 0;}
.msg-five{right: 0; top: 95px;}

.scanner-section {padding: 80px 0; background: #e90045; text-align: center; color: #fff;}
.scan-image{background-color: #fff; width: max-content; margin: 0 auto; padding: 10px; border-radius: 10px;}

.login-cta{background: linear-gradient(176deg, #f00, #e2a717); padding: 10px 30px; text-align: center; border-radius: 30px; color: #fff; text-transform: uppercase; cursor: pointer;}
.login-cta a{color: #fff; display: block; width: 100%; font-weight: bold;}
.login-cta:hover{ background: linear-gradient(176deg, #e2a717, #f00);}
.login-cta a:hover{text-decoration: none;}

.tab-page { padding: 0;}
.tab-list{list-style: none; display: flex; justify-content: center; grid-gap: 30px; border-bottom: 2px solid #fff; width: max-content; margin: 0 auto; text-align: center; padding: 15px 30px; color: #fff;}
.tab-list li{text-align: center;}

.login-form{ position: relative; max-width: 500px; margin: 50px auto; border-radius: 10px; background: #000}
.login-form form {}
.input-field{margin-bottom: 20px; color:#fff;}
.input-field label{display: block;}
.input-field input{ width: 100%; border: 0; border-radius: 5px; padding: 8px; outline: none;}
.use-list{display: grid; grid-template-columns: repeat(2, 1fr);; grid-gap: 10px; list-style: none; padding: 0;}
.use-list li{background-color: #fff; border-radius: 30px; padding: 10px; color: #000; text-align: center; cursor: pointer;}
.use-list li img{width:24px; margin-right: 5px;}
.fixed-label{position: relative;}
.fixed-label span{position: absolute; top:50%; transform: translateY(-50%); left: 15px; color: #404040;}
.input-field .fixed-label input{ padding-left: 36px;}
.login-form-cta{position: absolute; left: 50%; transform: translateX(-50%);}
.login-form-cta button{width: 260px; border: 0; border-radius: 30px; padding: 12px; border-radius: 30px; border: 3px solid #000; cursor: pointer; text-transform: uppercase; font-weight: bold;}

/* Interactive Banner Styles */
.interactive-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6a00 0%, #ee0979 50%, #00c3ff 100%);
    overflow: hidden;
    padding: 80px 0;
    width: 100%;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    pointer-events: auto;
}

.floating-card.card-1 {
    top: 40%;
    left: 18%;
    transform: translate(-50%, -50%);
}

.floating-card.card-2 {
    top: 25%;
    right: 18%;
    transform: translate(50%, -50%);
}

.floating-card.card-3 {
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.card-content {
    text-align: center;
    color: white;
}

.card-content .emoji {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.card-content p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.banner-content {
    text-align: center;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.title-container {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.animated-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.title-word {
    position: relative;
    font-size: 5rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: color-animation 4s linear infinite, slideIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    width: 100%;
}

.title-word:hover {
    transform: scale(1.02) translateY(-2px);
    color: #f8f9fa;
}

.word-inner {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    width: 100%;
}

.word-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
    z-index: 1;
}

.title-word-1 {
    --color-1: #FFD700;
    --color-2: #FF6B6B;
    --color-3: #4ECDC4;
}

.title-word-2 {
    --color-1: #4ECDC4;
    --color-2: #FFD700;
    --color-3: #FF6B6B;
}

.title-word-3 {
    --color-1: #FF6B6B;
    --color-2: #4ECDC4;
    --color-3: #FFD700;
}

.title-word-4 {
    --color-1: #FFD700;
    --color-2: #FF6B6B;
    --color-3: #4ECDC4;
}

@keyframes color-animation {
    0%    { color: var(--color-1) }
    32%   { color: var(--color-1) }
    33%   { color: var(--color-2) }
    65%   { color: var(--color-2) }
    66%   { color: var(--color-3) }
    99%   { color: var(--color-3) }
    100%  { color: var(--color-1) }
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0) rotate(0deg); }
    50% { opacity: 1; transform: scale(1) rotate(180deg); }
}

@keyframes float-gentle {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

.title-word {
    animation: color-animation 4s linear infinite, slideIn 0.8s ease-out forwards, float-gentle 4s ease-in-out infinite;
}

.title-word:nth-child(1) { 
    animation-delay: 0s, 0s, 0s; 
    --color-1: #ffffff;
    --color-2: #e9ecef;
    --color-3: #dee2e6;
}
.title-word:nth-child(2) { 
    animation-delay: 0s, 0.2s, 1s; 
    --color-1: #f8f9fa;
    --color-2: #ffffff;
    --color-3: #e9ecef;
}
.title-word:nth-child(3) { 
    animation-delay: 0s, 0.4s, 2s; 
    --color-1: #dee2e6;
    --color-2: #f8f9fa;
    --color-3: #ffffff;
}
.title-word:nth-child(4) { 
    animation-delay: 0s, 0.6s, 3s; 
    --color-1: #ffffff;
    --color-2: #e9ecef;
    --color-3: #dee2e6;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Particle Effects */
.title-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: sparkle 4s ease-in-out infinite;
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 40%;
    right: 15%;
    animation-delay: 0.5s;
}

.particle:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 1s;
}

.particle:nth-child(4) {
    top: 60%;
    left: 50%;
    animation-delay: 1.5s;
}

.particle:nth-child(5) {
    bottom: 20%;
    right: 30%;
    animation-delay: 2s;
}

/* Enhanced Glow Effects */
.title-word::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.title-word:hover::before {
    opacity: 1;
}

/* 3D Text Effect */
.title-word {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.word-inner {
    transform: translateZ(10px);
    transition: transform 0.3s ease;
}

.title-word:hover .word-inner {
    transform: translateZ(15px) scale(1.02);
}

.cta-container {
    margin-bottom: 60px;
}

.pulse-button {
    position: relative;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border: none;
    border-radius: 50px;
    padding: 20px 40px;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.pulse-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pulse-button.clicked {
    transform: scale(0.95);
}

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid rgba(102, 126, 234, 0.4);
    border-radius: 50px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

.background-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    animation: rotate 20s linear infinite;
}

/* Fun Games */
.bg-circle.circle-1 {
    width: 180px;
    height: 180px;
    top: 18%;
    left: 18%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.floating-card.card-1 {
    top: 18%;
    left: 18%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Real Chat */
.bg-circle.circle-2 {
    width: 180px;
    height: 180px;
    top: 25%;
    right: 18%;
    transform: translate(50%, -50%);
    z-index: 0;
}
.floating-card.card-2 {
    top: 25%;
    right: 18%;
    transform: translate(50%, -50%);
    z-index: 1;
}

/* True Friends */
.bg-circle.circle-3 {
    width: 180px;
    height: 180px;
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.floating-card.card-3 {
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .animated-title .title-word {
        font-size: 3.5rem;
        font-weight: 800;
    }
    
    .title-word .word-inner {
        transform: translateZ(10px);
    }
    
    .stats-container {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .floating-card {
        padding: 15px;
    }
    
    .floating-card.card-1 {
        top: 10%;
        left: 10%;
    }
    
    .floating-card.card-2 {
        top: 60%;
        right: 10%;
    }
    
    .floating-card.card-3 {
        top: 80%;
        left: 15%;
    }
    
    .card-content .emoji {
        font-size: 1.5rem;
    }
    
    .card-content p {
        font-size: 12px;
    }
    
    .particle {
        width: 3px;
        height: 3px;
    }
}

@media (max-width: 480px) {
    .animated-title .title-word {
        font-size: 2rem;
    }
    
    .pulse-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .stats-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .floating-card {
        padding: 10px;
    }
    
    .floating-card.card-1 {
        top: 5%;
        left: 5%;
    }
    
    .floating-card.card-2 {
        top: 70%;
        right: 5%;
    }
    
    .floating-card.card-3 {
        top: 85%;
        left: 10%;
    }
    
    .card-content .emoji {
        font-size: 1.2rem;
    }
    
    .card-content p {
        font-size: 10px;
    }
}

@media (max-width: 900px) {
    .floating-card.card-1 { top: 30%; left: 10%; }
    .floating-card.card-2 { top: 30%; right: 10%; }
    .floating-card.card-3 { top: 70%; left: 50%; }
}
@media (max-width: 600px) {
    .floating-card.card-1 { top: 15%; left: 50%; }
    .floating-card.card-2 { top: 35%; left: 80%; }
    .floating-card.card-3 { top: 70%; left: 20%; }
}

.floating-card.card-1,
.floating-card.card-2,
.floating-card.card-3 {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10), 0 1.5px 8px 0 rgba(0,0,0,0.10) !important;
    z-index: 1;
}

.play-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin: 60px 0 40px 0;
  justify-items: center;
}

.game-card {
  background: rgba(42, 23, 78, 0.92);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  border: 2px solid rgba(255,255,255,0.18);
  padding: 32px 24px 28px 24px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  color: #fff;
}
.game-card .game-title {
  color: #fff;
}
.game-card .game-desc {
  color: #cfd8dc;
}
.game-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff6a00 0%, #ee0979 50%, #00c3ff 100%);
  opacity: 0.18;
  z-index: 0;
}
.game-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 16px 40px 0 rgba(31, 38, 135, 0.22);
}
.game-icon {
  font-size: 2.8rem;
  margin-bottom: 18px;
  z-index: 1;
  position: relative;
}
.game-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
  z-index: 1;
  position: relative;
}
.game-desc {
  font-size: 1rem;
  color: #444;
  margin-bottom: 22px;
  z-index: 1;
  position: relative;
}
.game-btn {
  display: inline-block;
  background: linear-gradient(90deg, #2193b0 0%, #6dd5ed 100%);
  color: #fff;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(33,147,176,0.10);
  transition: background 0.2s, transform 0.2s;
  z-index: 1;
  position: relative;
}
.game-btn:hover {
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  color: #fff;
  transform: scale(1.07);
}
@media (max-width: 600px) {
  .play-games-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .game-card {
    padding: 24px 12px 20px 12px;
  }
  .game-title {
    font-size: 1.1rem;
  }
  .game-desc {
    font-size: 0.95rem;
  }
  .game-btn {
    font-size: 0.95rem;
    padding: 9px 18px;
  }
}

.play-chat-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: stretch;
  margin: 40px 0 30px 0;
  position: relative;
}

.play-chat-bubble {
  margin-bottom: 18px;
  /* Add this for a little more vertical space */
}

.play-chat-bubble.left {
  margin-left: 8px;
  display: flex;
}

.play-chat-bubble.right {
  margin-right: 8px;
  display: flex;
}

.play-chat-text {
  /* Optionally, add a small triangle for a speech bubble effect */
  position: relative;
}

.play-chat-bubble.left .play-chat-text::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid rgba(42, 23, 78, 0.92);
}

.play-chat-bubble.right .play-chat-text::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid rgba(255, 106, 0, 0.85);
}

.play-chat-bubble.center {
  align-self: center;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
}

.play-chat-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 12px;
  overflow: hidden;
}

.play-chat-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.play-chat-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.play-chat-bubble.right .play-chat-content {
  align-items: flex-end;
}

.play-chat-text {
  background: rgba(42, 23, 78, 0.92); /* Use the same purple for all */
  color: #fff;
  border-radius: 18px;
  padding: 16px 22px;
  font-size: 1.08rem;
  box-shadow: 0 4px 18px 0 rgba(31, 38, 135, 0.10);
  margin-bottom: 2px;
  max-width: 320px;
  word-break: break-word;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  position: relative;
}

/* Remove the right bubble color override */
.play-chat-bubble.right .play-chat-text {
  border-radius: 18px;
  background: rgba(42, 23, 78, 0.92);
}

.play-chat-bubble.center .play-chat-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2a174e;
  margin-top: 10px;
  text-align: center;
}

.play-chat-center-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2a174e;
  margin-top: 16px;
  letter-spacing: 1px;
  text-align: center;
}

@media (max-width: 600px) {
  .play-chat-list {
    gap: 16px;
  }
  .play-chat-bubble {
    max-width: 98vw;
  }
  .play-chat-text {
    font-size: 1rem;
    padding: 12px 14px;
  }
  .play-chat-avatar {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
    margin: 0 6px;
  }
}

.inbox-messages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px 0;
  max-height: 320px;
  overflow-y: auto;
}

.msg-bubble {
  display: flex;
  align-items: flex-end;
  max-width: 80%;
  margin-bottom: 0;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}

.msg-bubble.left {
  flex-direction: row;
  align-self: flex-start;
}

.msg-bubble.right {
  flex-direction: row-reverse;
  align-self: flex-end;
}

.msg-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff6ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 8px;
  box-shadow: 0 2px 8px rgba(255,106,0,0.08);
}

.msg-content {
  background: #f3f3f3;
  border-radius: 16px;
  padding: 12px 18px;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
  min-width: 80px;
}

.msg-bubble.right .msg-content {
  background: linear-gradient(90deg, #ffb347 0%, #ff6a00 100%);
  color: #fff;
}

.msg-text {
  margin-bottom: 4px;
}

.msg-time {
  font-size: 0.85rem;
  color: #999;
  text-align: right;
}

.msg-bubble.right .msg-time {
  color: #dcdcdc;
}

@media (max-width: 600px) {
  .msg-bubble {
    max-width: 98vw;
  }
}

.inbox-corner-layout {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.msg-card-top-left {
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}
.msg-card-top-right {
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
}
.msg-card-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.msg-card-bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-30%, 30%);
}
.msg-card-bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(30%, 30%);
}

@media (max-width: 900px) {
  .msg-card {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
    transform: none !important;
  }
  .inbox-corner-layout {
    min-height: unset;
  }
}

.play-chat-3col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 40px 0 30px 0;
}

.play-chat-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  flex: 1 1 0;
}

.play-chat-col-center {
  align-items: center;
  justify-content: center;
  min-width: 220px;
  max-width: 260px;
  text-align: center;
}

.play-chat-center-title {
  font-size: 4rem;
    font-weight: 800;
    color: #2a174e;
    letter-spacing: 1px;
    line-height: 70px;
}

.play-chat-center-img img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  object-fit: cover;
  margin: 0 auto;
  box-shadow: 0 4px 18px 0 rgba(31, 38, 135, 0.10);
}

@media (max-width: 900px) {
  .play-chat-3col {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .play-chat-col {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
  }
  .play-chat-col-center {
    min-width: unset;
    max-width: 100%;
  }
  .play-chat-center-title {
    font-size: 1.2rem;
  }
  .play-chat-center-img img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .play-chat-col {
    flex-direction: column;
    gap: 12px;
  }
  .play-chat-3col {
    gap: 10px;
  }
}

.play-chat-bubble.left,
.play-chat-bubble.right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-left: 8px;
  margin-right: 0;
}
.play-chat-bubble.right{
  flex-direction: row-reverse;
}

/* ========================================
   SEO SECTION - SECRET MESSAGES
   ======================================== */

.seo-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  position: relative;
  overflow: hidden;
}

.seo-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.seo-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 15s ease-in-out infinite 2s;
}

.seo-container {
  position: relative;
  z-index: 1;
}

.seo-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}

/* Left Text Content */
.seo-text-content {
  animation: fadeInLeft 1s ease-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.seo-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #667eea;
  animation: bounceIn 0.8s ease;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.seo-main-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
  color: #1a202c;
  margin: 0 0 25px 0;
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.highlight-text {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.highlight-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #667eea30 0%, #764ba230 100%);
  border-radius: 4px;
  z-index: -1;
}

.seo-description {
  font-size: 18px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 40px 0;
  animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

/* Features Grid */
.seo-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.seo-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out backwards;
}

.seo-feature:nth-child(1) { animation-delay: 0.5s; }
.seo-feature:nth-child(2) { animation-delay: 0.6s; }
.seo-feature:nth-child(3) { animation-delay: 0.7s; }
.seo-feature:nth-child(4) { animation-delay: 0.8s; }

.seo-feature:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.feature-icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.seo-feature:hover .feature-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.feature-content h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
}

.feature-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #718096;
}

/* Stats Bar */
.seo-stats-bar {
  display: flex;
  gap: 30px;
  padding: 25px 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
  animation: fadeInUp 0.8s ease-out 0.9s backwards;
}

.seo-stats-bar .stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.seo-stats-bar .stat-icon {
  font-size: 32px;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.seo-stats-bar .stat-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.seo-stats-bar .stat-info strong {
  font-size: 24px;
  font-weight: 800;
  color: white;
}

.seo-stats-bar .stat-info span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Right Visual Content */
.seo-visual-content {
  position: relative;
  height: 600px;
  animation: fadeInRight 1s ease-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.seo-card-stack {
  position: relative;
  height: 100%;
}

.seo-card {
  position: absolute;
  background: white;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 280px;
  transition: all 0.4s ease;
}

.seo-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.2);
  z-index: 10 !important;
}

.seo-card-1 {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: floatCard 6s ease-in-out infinite;
}

.seo-card-2 {
  top: 200px;
  left: 0;
  z-index: 2;
  animation: floatCard 7s ease-in-out infinite 1s;
}

.seo-card-3 {
  top: 350px;
  right: 0;
  z-index: 1;
  animation: floatCard 8s ease-in-out infinite 2s;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.seo-card .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.seo-card .card-avatar {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.seo-card .card-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a202c;
}

.seo-card .card-body {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 15px;
  font-style: italic;
}

.seo-card .card-footer {
  display: flex;
  justify-content: flex-end;
}

.seo-card .card-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 20px;
  font-size: 12px;
  color: #667eea;
  font-weight: 600;
}

/* Floating Emojis */
.seo-floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-emoji {
  position: absolute;
  font-size: 40px;
  animation: floatEmoji 8s ease-in-out infinite;
  opacity: 0.6;
}

.emoji-1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.emoji-2 {
  top: 20%;
  right: 10%;
  animation-delay: 1s;
}

.emoji-3 {
  bottom: 20%;
  left: 15%;
  animation-delay: 2s;
}

.emoji-4 {
  bottom: 10%;
  right: 20%;
  animation-delay: 3s;
}

@keyframes floatEmoji {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(5deg);
  }
  50% {
    transform: translateY(-30px) rotate(-5deg);
  }
  75% {
    transform: translateY(-15px) rotate(5deg);
  }
}

/* Keywords Section */
.seo-keywords-section {
  text-align: center;
  padding: 60px 40px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  animation: fadeInUp 1s ease-out 1s backwards;
}

.seo-keywords-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 40px 0;
}

.seo-keywords-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

.keyword-tag {
  padding: 12px 24px;
  background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
  border: 2px solid rgba(102, 126, 234, 0.2);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #667eea;
  transition: all 0.3s ease;
  cursor: pointer;
}

.keyword-tag:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.seo-footer-text {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0;
  max-width: 900px;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .seo-content-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .seo-visual-content {
    height: 500px;
  }

  .seo-main-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .seo-section {
    padding: 60px 0;
  }

  .seo-main-title {
    font-size: 36px;
  }

  .seo-description {
    font-size: 16px;
  }

  .seo-stats-bar {
    flex-direction: column;
    gap: 20px;
  }

  .seo-visual-content {
    height: 400px;
  }

  .seo-card {
    width: 240px;
    padding: 20px;
  }

  .seo-keywords-title {
    font-size: 28px;
  }

  .keyword-tag {
    padding: 10px 18px;
    font-size: 14px;
  }

  .seo-keywords-section {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .seo-main-title {
    font-size: 28px;
  }

  .seo-badge {
    font-size: 12px;
    padding: 8px 16px;
  }

  .seo-visual-content {
    height: 350px;
  }

  .seo-card {
    width: 200px;
    padding: 16px;
  }

  .seo-card-1 {
    top: 30px;
  }

  .seo-card-2 {
    top: 150px;
  }

  .seo-card-3 {
    top: 270px;
  }

  .floating-emoji {
    font-size: 30px;
  }

  .keyword-tag {
    padding: 8px 14px;
    font-size: 13px;
  }
}
/* Modern Footer Styles */
.modern-footer {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, #1a1f35 0%, #0f1322 100%);
  color: #e1e7f5;
  margin-top: 80px;
  overflow: hidden;
}

.footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.footer-wave svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
  fill: #667eea;
  opacity: 0.15;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-logo-img {
  max-width: 180px;
  margin-bottom: 15px;
  filter: brightness(1.2);
}

.footer-desc {
  color: #b8c5e0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 50%;
  color: #667eea;
  transition: all 0.3s ease;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

.social-link:hover {
  background: #667eea;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b8c5e0;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #667eea;
  transform: translateX(5px);
}

.footer-links svg {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.footer-links a:hover svg {
  opacity: 1;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  color: #b8c5e0;
  font-size: 14px;
}

.footer-contact svg {
  color: #667eea;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact a {
  color: #b8c5e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #667eea;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 40px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright {
  color: #8897b8;
  font-size: 14px;
  margin: 0;
}

.footer-copyright strong {
  color: #fff;
}

.footer-badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-badges .badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(102, 126, 234, 0.1);
  border: 1px solid rgba(102, 126, 234, 0.2);
  border-radius: 20px;
  color: #667eea;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.footer-badges .badge:hover {
  background: rgba(102, 126, 234, 0.2);
  transform: translateY(-2px);
}

.footer-badges .badge svg {
  width: 14px;
  height: 14px;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-container {
    padding: 60px 15px 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-column {
    text-align: center;
  }

  .footer-links a {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-contact li {
    justify-content: center;
  }

  .footer-badges {
    justify-content: center;
  }
}

.play-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.play-bg-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.play-bg-svg {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 400px;
  display: block;
}

.play-bg-blob1,
.play-bg-blob2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.22;
  z-index: 0;
}

.play-bg-blob1 {
  width: 320px;
  height: 320px;
  left: -100px;
  top: 60px;
  background: linear-gradient(135deg, #ff6a00 0%, #ee0979 100%);
}

.play-bg-blob2 {
  width: 220px;
  height: 220px;
  right: -60px;
  bottom: 40px;
  background: linear-gradient(135deg, #2193b0 0%, #6dd5ed 100%);
}

@media (max-width: 900px) {
  .play-bg-blob1 {
    width: 160px;
    height: 160px;
    left: -40px;
    top: 20px;
  }
  .play-bg-blob2 {
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: 10px;
  }
}

/* Tab Page Container */
.tab-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 24px;
  box-shadow:
    0 20px 60px rgba(102, 126, 234, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 32px 24px 24px 24px;
  max-width: 500px;
  margin: 32px auto 20px auto;
  position: relative;
  border: 1px solid rgba(102, 126, 234, 0.1);
  overflow: visible;
  animation: pageEntrance 0.8s ease-out;
}

.tab-page::before,
.tab-page::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea20 0%, #764ba220 100%);
  z-index: -1;
  animation: floatParticle 8s ease-in-out infinite;
}

.tab-page::before {
  width: 100px;
  height: 100px;
  top: -20px;
  right: -20px;
  animation-delay: 0s;
}

.tab-page::after {
  width: 80px;
  height: 80px;
  bottom: -15px;
  left: -15px;
  animation-delay: 2s;
}

@keyframes pageEntrance {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatParticle {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, -10px) rotate(90deg);
  }
  50% {
    transform: translate(0, -20px) rotate(180deg);
  }
  75% {
    transform: translate(-10px, -10px) rotate(270deg);
  }
}

/* Tab List */
.tab-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
  list-style: none;
  padding: 8px;
  border-bottom: none;
  background: rgba(102, 126, 234, 0.05);
  border-radius: 50px;
  animation: fadeIn 0.6s ease-out 0.2s backwards;
}

.tab-name {
  padding: 12px 36px;
  font-size: 1rem;
  font-weight: 700;
  color: #718096;
  background: transparent;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
}

.tab-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50px;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.tab-name.active::before,
.tab-name:hover::before {
  transform: scale(1);
}

.tab-name.active,
.tab-name:hover {
  color: #fff;
  background: transparent;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
  transform: translateY(-2px);
}

.tab-name.active {
  animation: tabPulse 2s ease-in-out infinite;
}

@keyframes tabPulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
  }
  50% {
    box-shadow: 0 6px 30px rgba(102, 126, 234, 0.5);
  }
}

/* Tab Container */
.tab-container {
  min-height: 180px;
  padding-top: 10px;
}

/* Play Tab */
.play-tab {
  display: block;
  animation: fadeIn 0.4s;
}

.box-div {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 20px;
  padding: 30px 24px;
  margin-bottom: 24px;
  box-shadow:
    0 10px 40px rgba(102, 126, 234, 0.15),
    0 2px 8px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(102, 126, 234, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: slideInUp 0.6s ease-out backwards;
}

.box-div::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(102, 126, 234, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.box-div:hover::before {
  left: 100%;
}

.box-div:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 20px 60px rgba(102, 126, 234, 0.25),
    0 8px 16px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  border-color: rgba(102, 126, 234, 0.3);
}

.box-div:nth-child(1) {
  animation-delay: 0.1s;
}

.box-div:nth-child(2) {
  animation-delay: 0.2s;
}

.box-div h3 {
  margin-bottom: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.5rem;
  font-weight: 800;
  position: relative;
  animation: fadeInDown 0.6s ease-out 0.3s backwards;
}

.box-div h6 {
  margin-bottom: 16px;
  color: #4a5568;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  animation: fadeInDown 0.6s ease-out 0.4s backwards;
  letter-spacing: 0.3px;
}

.box-div h6::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
  animation: expandWidth 0.6s ease-out 0.6s backwards;
}

.box-div p {
  margin-bottom: 20px;
  color: #2d3748;
  font-size: 1rem;
  word-break: break-all;
  background: #f7fafc;
  padding: 12px 16px;
  border-radius: 10px;
  border: 2px dashed rgba(102, 126, 234, 0.2);
  font-weight: 500;
  animation: fadeInUp 0.6s ease-out 0.5s backwards;
  transition: all 0.3s ease;
  font-family: 'Courier New', monospace;
  position: relative;
}

.box-div p:hover {
  background: #edf2f7;
  border-color: rgba(102, 126, 234, 0.4);
  transform: scale(1.02);
}

.cta-outline a, .cta-filled a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: fadeInUp 0.6s ease-out 0.6s backwards;
}

.cta-outline {
  animation: fadeInUp 0.6s ease-out 0.7s backwards;
}

.cta-outline a {
  border: 2px solid #667eea;
  color: #667eea;
  background: #fff;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.cta-outline a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.cta-outline a:hover::before {
  transform: translateY(0);
}

.cta-outline a:hover {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  transform: translateY(-3px) scale(1.05);
}

.cta-outline a::after {
  content: '📋';
  font-size: 18px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.cta-outline a:hover::after {
  transform: scale(1.2) rotate(10deg);
}

.cta-filled {
  animation: fadeInUp 0.6s ease-out 0.8s backwards;
}

.cta-filled a {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  position: relative;
}

.cta-filled a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 50px;
}

.cta-filled a:hover::before {
  opacity: 1;
}

.cta-filled a::after {
  content: '🚀';
  font-size: 18px;
  margin-left: 4px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.cta-filled a:hover::after {
  transform: translateX(5px) scale(1.2);
  animation: rocket 0.6s ease infinite;
}

.cta-filled a:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 35px rgba(102, 126, 234, 0.5);
}

.cta-filled a span,
.cta-outline a span {
  position: relative;
  z-index: 1;
}

@keyframes rocket {
  0%, 100% {
    transform: translateX(5px) scale(1.2);
  }
  50% {
    transform: translateX(8px) scale(1.3);
  }
}

/* Inbox Tab */
.inbox-tab {
  display: none;
  animation: fadeIn 0.4s;
}

.inbox-tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inbox-tab li {
  background: #f3f3f3;
  border-radius: 8px;
  padding: 14px 12px;
  margin-bottom: 10px;
  color: #444;
  font-size: 1rem;
}

/* Tab Switch Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(16px);}
  to { opacity: 1; transform: translateY(0);}
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Copy Success Message */
#copyMsg {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
  animation: successPop 0.5s ease;
  position: relative;
}

#copyMsg::before {
  content: '✓';
  font-size: 16px;
  margin-right: 6px;
  font-weight: bold;
}

@keyframes successPop {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(-10px);
  }
  50% {
    transform: scale(1.1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Responsive */
@media (max-width: 600px) {
  .tab-page {
    padding: 24px 16px 20px 16px;
    max-width: calc(100% - 32px);
    margin: 20px 16px;
  }

  .tab-page::before,
  .tab-page::after {
    width: 60px;
    height: 60px;
  }

  .tab-list {
    gap: 6px;
    padding: 6px;
    flex-wrap: nowrap;
  }

  .tab-name {
    padding: 10px 20px;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .box-div {
    padding: 24px 16px;
    margin-bottom: 20px;
  }

  .box-div h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .box-div h6 {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .box-div p {
    font-size: 0.9rem;
    padding: 10px 12px;
  }

  .cta-outline a,
  .cta-filled a {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .cta-outline a::after {
    font-size: 16px;
  }

  .cta-filled a::after {
    font-size: 16px;
  }

  #copyMsg {
    font-size: 13px;
    padding: 6px 12px;
  }
}

@media (max-width: 400px) {
  .tab-name {
    padding: 8px 16px;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
  }

  .cta-outline a,
  .cta-filled a {
    width: 100%;
    padding: 12px 20px;
  }

  .box-div h3 {
    font-size: 1.2rem;
  }
}
.inbox-section .msg-content {
  background-color: transparent; color: #fff;
}
.inbox-section .msg-avatar{    background-color: transparent;
  margin: 0 auto 12px;}
/* ========================================
   REDESIGNED INBOX STYLES
   ======================================== */

.inbox-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 15px;
}

.inbox-header h3 {
  margin: 0;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

.inbox-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.inbox-refresh-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.inbox-refresh-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.inbox-refresh-btn:active {
  transform: translateY(0);
}

.inbox-refresh-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.inbox-refresh-btn .refresh-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.inbox-refresh-btn:hover .refresh-icon {
  transform: rotate(180deg);
}

.inbox-refresh-btn .refresh-text {
  display: inline;
}

@media (max-width: 480px) {
  .inbox-refresh-btn .refresh-text {
    display: none;
  }

  .inbox-refresh-btn {
    padding: 8px 12px;
  }
}

.inbox-subtitle {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.inbox-messages {
  display: grid;
  gap: 20px;
  max-height: none;
  overflow: visible;
}

/* Message Card Styles */
.msg-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  animation: slideInUp 0.5s ease;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.msg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.msg-card-header {
  padding: 16px 20px;
  color: white;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.msg-card-avatar {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.msg-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.msg-card-label {
  font-weight: 700;
  font-size: 14px;
  opacity: 0.95;
}

.msg-card-time {
  font-size: 12px;
  opacity: 0.85;
}

.msg-share-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.msg-share-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.1) rotate(15deg);
}

.msg-share-btn:active {
  transform: scale(0.95);
}

.msg-card-body {
  padding: 24px 20px;
  position: relative;
}

.msg-card-quote {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 60px;
  color: #667eea15;
  font-family: Georgia, serif;
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
}

.msg-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  position: relative;
  z-index: 1;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.msg-card-footer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
}

.msg-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 20px;
  font-size: 12px;
  color: #667eea;
  font-weight: 600;
}

/* Empty Inbox State */
.inbox-empty {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 30%, #f5f7fa 100%);
  border-radius: 20px;
  margin-top: 20px;
}

.empty-icon {
  font-size: 80px;
  margin-bottom: 20px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.inbox-empty h3 {
  margin: 0 0 12px 0;
  font-size: 24px;
  color: #333;
}

.inbox-empty p {
  margin: 0 0 30px 0;
  color: #666;
  font-size: 15px;
}

.empty-tips {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.empty-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  min-width: 100px;
}

.tip-icon {
  font-size: 28px;
}

.empty-tip span:last-child {
  font-size: 13px;
  color: #666;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .inbox-header h3 {
    font-size: 20px;
  }

  .msg-card-text {
    font-size: 14px;
  }

  .empty-icon {
    font-size: 60px;
  }

  .inbox-empty h3 {
    font-size: 20px;
  }

  .empty-tips {
    gap: 12px;
  }

  .empty-tip {
    min-width: 80px;
    padding: 12px 15px;
  }
}

/* Share Modal Styles */
.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.share-modal.active {
  display: flex;
}

.share-modal-content {
  background: white;
  border-radius: 20px;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.share-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #f0f0f0;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.share-modal-close:hover {
  background: #e0e0e0;
  transform: rotate(90deg);
}

.share-modal-title {
  margin: 0 0 20px 0;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.share-preview {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  text-align: center;
}

.share-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.share-button {
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-button.whatsapp {
  background: #25D366;
}

.share-button.facebook {
  background: #1877F2;
}

.share-button.twitter {
  background: #1DA1F2;
}

.share-button.instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.share-button.download {
  background: #667eea;
}

/* ========================================
   FLOOD YOUR INBOX SECTION - REDESIGNED
   ======================================== */

.flood-inbox-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  position: relative;
  overflow: hidden;
}

.flood-inbox-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.flood-inbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Left Content Area */
.flood-inbox-content {
  padding: 20px 0;
}

.flood-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
  margin-bottom: 30px;
  animation: bounceIn 0.8s ease;
}

@keyframes bounceIn {
  0% { opacity: 0; transform: scale(0.3); }
  50% { opacity: 1; transform: scale(1.05); }
  70% { transform: scale(0.9); }
  100% { transform: scale(1); }
}

.badge-icon {
  font-size: 20px;
}

.flood-inbox-section .badge-text {
  font-weight: 700;
  color: #667eea;
  font-size: 14px;
}

.flood-title {
  margin: 0 0 25px 0;
  position: relative;
}

.flood-title-gradient {
  display: block;
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  animation: slideInLeft 0.8s ease;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.flood-title-main {
  display: block;
  font-size: 56px;
  font-weight: 900;
  color: #1a202c;
  line-height: 1.1;
  animation: slideInLeft 0.8s ease 0.1s backwards;
}

.flood-title-underline {
  width: 120px;
  height: 6px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 3px;
  margin-top: 15px;
  animation: expandWidth 0.8s ease 0.3s backwards;
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}

.flood-description {
  font-size: 18px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 35px 0;
  animation: fadeInUp 0.8s ease 0.4s backwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.flood-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.flood-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease backwards;
}

.flood-feature-item:nth-child(1) { animation-delay: 0.5s; }
.flood-feature-item:nth-child(2) { animation-delay: 0.6s; }
.flood-feature-item:nth-child(3) { animation-delay: 0.7s; }

.flood-feature-item:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
}

.feature-icon {
  font-size: 32px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 12px;
  flex-shrink: 0;
}

.feature-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.feature-text strong {
  font-size: 16px;
  color: #1a202c;
  font-weight: 700;
}

.feature-text span {
  font-size: 14px;
  color: #718096;
}

.flood-cta-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeInUp 0.8s ease 0.8s backwards;
}

.flood-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 35px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
  align-self: flex-start;
}

.flood-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
  color: white;
}

.flood-primary-btn svg {
  transition: transform 0.3s ease;
}

.flood-primary-btn:hover svg {
  transform: translateX(5px);
}

.flood-stats {
  display: flex;
  gap: 15px;
}

.stat-pill {
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.stat-number {
  font-size: 24px;
  font-weight: 800;
  color: #667eea;
}

.stat-label {
  font-size: 12px;
  color: #718096;
  font-weight: 600;
}

/* Right Visual Area */
.flood-inbox-visual {
  position: relative;
  height: 600px;
}

.visual-bg-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #667eea20 0%, #764ba220 100%);
  top: 50px;
  right: 50px;
  animation: float 6s ease-in-out infinite;
}

.circle-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #f093fb20 0%, #4facfe20 100%);
  bottom: 100px;
  left: 50px;
  animation: float 8s ease-in-out infinite 1s;
}

.circle-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #43e97b20 0%, #38f9d720 100%);
  top: 200px;
  left: 100px;
  animation: float 7s ease-in-out infinite 0.5s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

.central-profile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 140px;
  height: 140px;
}

.central-profile .profile-emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid white;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-size: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.profile-pulse {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 3px solid #667eea;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* Floating Message Cards */
.floating-msg-card {
  position: absolute;
  background: white;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 220px;
  z-index: 1;
  transition: all 0.3s ease;
}

.floating-msg-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.card-position-1 {
  top: 20px;
  right: 80px;
  animation: floatCard 6s ease-in-out infinite;
}

.card-position-2 {
  top: 120px;
  left: 20px;
  animation: floatCard 7s ease-in-out infinite 0.5s;
}

.card-position-3 {
  bottom: 150px;
  right: 20px;
  animation: floatCard 8s ease-in-out infinite 1s;
}

.card-position-4 {
  bottom: 50px;
  left: 80px;
  animation: floatCard 6.5s ease-in-out infinite 1.5s;
}

.card-position-5 {
  top: 50%;
  left: -20px;
  animation: floatCard 7.5s ease-in-out infinite 0.8s;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

.fmsg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.fmsg-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.fmsg-badge {
  font-size: 10px;
  padding: 4px 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 20px;
  font-weight: 700;
}

.fmsg-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fmsg-text {
  font-size: 14px;
  line-height: 1.5;
  color: #2d3748;
  margin: 0;
}

.fmsg-time {
  font-size: 11px;
  color: #a0aec0;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .flood-inbox-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .flood-inbox-visual {
    height: 500px;
  }

  .flood-title-gradient {
    font-size: 40px;
  }

  .flood-title-main {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .flood-inbox-section {
    padding: 60px 0;
  }

  .flood-title-gradient {
    font-size: 32px;
  }

  .flood-title-main {
    font-size: 40px;
  }

  .flood-description {
    font-size: 16px;
  }

  .flood-inbox-visual {
    height: 400px;
  }

  .floating-msg-card {
    max-width: 180px;
    padding: 12px;
  }

  .fmsg-text {
    font-size: 12px;
  }

  .central-profile {
    width: 100px;
    height: 100px;
  }

  .flood-stats {
    flex-direction: row;
    justify-content: flex-start;
  }

  .stat-pill {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .flood-title-gradient {
    font-size: 28px;
  }

  .flood-title-main {
    font-size: 36px;
  }

  .flood-inbox-visual {
    height: 350px;
  }

  .floating-msg-card {
    max-width: 150px;
  }

  .card-position-5 {
    display: none;
  }

  .flood-primary-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ========================================
   LOGOUT CONFIRMATION MODAL
   ======================================== */

.logout-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.logout-modal.active {
  display: flex;
  opacity: 1;
}

.logout-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.logout-modal-content {
  position: relative;
  background: white;
  border-radius: 24px;
  padding: 40px 35px 30px;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  text-align: center;
  animation: slideUpBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}

@keyframes slideUpBounce {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  50% {
    transform: translateY(-10px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.logout-modal-icon {
  margin-bottom: 25px;
  animation: iconPulse 0.6s ease 0.3s backwards;
}

@keyframes iconPulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.logout-icon-circle {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 25px rgba(239, 68, 68, 0.15);
}

.logout-icon-circle::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 3px solid rgba(239, 68, 68, 0.2);
  border-radius: 50%;
  animation: ripple 2s ease-in-out infinite;
}

@keyframes ripple {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.logout-icon-circle svg {
  color: #ef4444;
  filter: drop-shadow(0 2px 4px rgba(239, 68, 68, 0.2));
}

.logout-modal-title {
  margin: 0 0 15px 0;
  font-size: 26px;
  font-weight: 800;
  color: #1a202c;
  animation: fadeInUp 0.6s ease 0.4s backwards;
}

.logout-modal-message {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #718096;
  animation: fadeInUp 0.6s ease 0.5s backwards;
}

.logout-modal-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  animation: fadeInUp 0.6s ease 0.6s backwards;
}

.logout-btn {
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logout-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}

.logout-btn:active::before {
  width: 300px;
  height: 300px;
}

.logout-btn-cancel {
  background: #f3f4f6;
  color: #4b5563;
  border: 2px solid #e5e7eb;
}

.logout-btn-cancel:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logout-btn-cancel:active {
  transform: translateY(0);
}

.logout-btn-confirm {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.logout-btn-confirm:hover {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
}

.logout-btn-confirm:active {
  transform: translateY(0);
}

.logout-btn-confirm:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Loading Spinner */
.loader-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 480px) {
  .logout-modal-content {
    padding: 35px 25px 25px;
    max-width: calc(100% - 30px);
  }

  .logout-icon-circle {
    width: 75px;
    height: 75px;
  }

  .logout-icon-circle svg {
    width: 50px;
    height: 50px;
  }

  .logout-modal-title {
    font-size: 22px;
  }

  .logout-modal-message {
    font-size: 15px;
  }

  .logout-modal-buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .logout-btn {
    padding: 13px 20px;
    font-size: 15px;
  }
}

/* ========================================
   ABOUT US PAGE - MODERN DESIGN
   ======================================== */

/* Hero Section */
.about-hero-section {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
  color: white;
}

.about-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: floatBlob 20s ease-in-out infinite;
}

.hero-blob-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.hero-blob-2 {
  width: 300px;
  height: 300px;
  top: 50%;
  right: -50px;
  animation-delay: 2s;
}

.hero-blob-3 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: 30%;
  animation-delay: 4s;
}

@keyframes floatBlob {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.about-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  animation: fadeInDown 0.8s ease;
}

.badge-pulse {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.about-hero-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 30px 0;
  animation: fadeInUp 0.8s ease 0.2s backwards;
}

.gradient-text {
  background: linear-gradient(90deg, #fff 0%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero-description {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 50px 0;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease 0.4s backwards;
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  animation: fadeInUp 0.8s ease 0.6s backwards;
}

.about-stat {
  padding: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.about-stat:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
}

.stat-number-large {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 8px;
}

.stat-label-large {
  font-size: 14px;
  opacity: 0.9;
}

/* Story Section */
.about-story-section {
  padding: 100px 0;
  background: white;
}

.about-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 42px;
  font-weight: 900;
  color: #1a202c;
  margin: 0 0 20px 0;
}

.title-underline {
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 3px;
  margin: 0 auto 20px;
}

.section-subtitle {
  font-size: 18px;
  color: #718096;
  margin: 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.story-content {
  animation: fadeInLeft 1s ease;
}

.story-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.story-content h3 {
  font-size: 28px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 20px 0;
}

.story-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 20px 0;
}

.story-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fadeInRight 1s ease;
}

.story-card {
  padding: 30px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 20px;
  border: 2px solid rgba(102, 126, 234, 0.1);
  transition: all 0.3s ease;
}

.story-card:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
}

.story-card-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.story-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 10px 0;
}

.story-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}

/* Features Section */
.about-features-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
}

.features-grid-about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card-about {
  padding: 40px 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease backwards;
}

.feature-card-about:nth-child(1) { animation-delay: 0.1s; }
.feature-card-about:nth-child(2) { animation-delay: 0.2s; }
.feature-card-about:nth-child(3) { animation-delay: 0.3s; }
.feature-card-about:nth-child(4) { animation-delay: 0.4s; }
.feature-card-about:nth-child(5) { animation-delay: 0.5s; }
.feature-card-about:nth-child(6) { animation-delay: 0.6s; }

.feature-card-about:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
}

.feature-card-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

.feature-card-about h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 15px 0;
}

.feature-card-about p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

/* How It Works Section */
.how-it-works-section {
  padding: 100px 0;
  background: white;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.step-card {
  padding: 40px 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 24px;
  border: 2px solid rgba(102, 126, 234, 0.1);
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease backwards;
}

.step-card:nth-child(1) { animation-delay: 0.2s; }
.step-card:nth-child(3) { animation-delay: 0.4s; }
.step-card:nth-child(5) { animation-delay: 0.6s; }

.step-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.step-icon {
  font-size: 48px;
  margin: 20px 0 20px;
}

.step-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 15px 0;
}

.step-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

.step-arrow {
  font-size: 32px;
  color: #667eea;
  font-weight: bold;
  animation: arrowPulse 2s ease-in-out infinite;
}

@keyframes arrowPulse {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: translateX(10px);
    opacity: 1;
  }
}

/* SEO Content Section */
.about-seo-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
}

.seo-content-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.seo-content-box h2 {
  font-size: 36px;
  font-weight: 900;
  color: #1a202c;
  margin: 0 0 30px 0;
  text-align: center;
}

.seo-text-content-about h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1a202c;
  margin: 30px 0 15px 0;
}

.seo-text-content-about p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 20px 0;
}

.keyword-tags-about {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.keyword-tags-about .tag {
  padding: 10px 20px;
  background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
  border: 2px solid rgba(102, 126, 234, 0.2);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #667eea;
  transition: all 0.3s ease;
}

.keyword-tags-about .tag:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-2px);
}

/* CTA Section */
.about-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.cta-box {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-box h2 {
  font-size: 42px;
  font-weight: 900;
  margin: 0 0 20px 0;
}

.cta-box p {
  font-size: 20px;
  margin: 0 0 40px 0;
  opacity: 0.95;
}

.cta-button-large {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background: white;
  color: #667eea;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.cta-button-large:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  color: #667eea;
}

.cta-button-large svg {
  transition: transform 0.3s ease;
}

.cta-button-large:hover svg {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .features-grid-about {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 80px 0 60px;
  }

  .about-hero-title {
    font-size: 36px;
  }

  .about-hero-description {
    font-size: 16px;
  }

  .about-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .stat-number-large {
    font-size: 28px;
  }

  .section-title {
    font-size: 32px;
  }

  .features-grid-about {
    grid-template-columns: 1fr;
  }

  .seo-content-box {
    padding: 40px 30px;
  }

  .cta-box h2 {
    font-size: 32px;
  }

  .cta-box p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .about-hero-title {
    font-size: 28px;
  }

  .about-stats-row {
    grid-template-columns: 1fr;
  }

  .about-stat {
    padding: 15px;
  }

  .stat-number-large {
    font-size: 24px;
  }

  .section-title {
    font-size: 26px;
  }

  .feature-card-about,
  .step-card {
    padding: 30px 20px;
  }

  .seo-content-box {
    padding: 30px 20px;
  }

  .seo-content-box h2 {
    font-size: 28px;
  }
}

/* ========================================
   PRIVACY POLICY PAGE - MODERN DESIGN
   ======================================== */

/* Privacy Hero Section */
.privacy-hero-section {
  position: relative;
  padding: 100px 0 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
  color: white;
}

.privacy-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.privacy-blob {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: floatBlob 15s ease-in-out infinite;
}

.privacy-blob-1 {
  width: 350px;
  height: 350px;
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.privacy-blob-2 {
  width: 250px;
  height: 250px;
  bottom: -50px;
  left: -50px;
  animation-delay: 2s;
}

.privacy-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.privacy-icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: iconPulse 2s ease-in-out infinite;
}

.privacy-icon-box svg {
  color: white;
}

.privacy-title {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 15px 0;
  animation: fadeInUp 0.8s ease;
}

.privacy-subtitle {
  font-size: 20px;
  margin: 0 0 20px 0;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease 0.2s backwards;
}

.privacy-update {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  animation: fadeInUp 0.8s ease 0.4s backwards;
}

/* Privacy Navigation */
.privacy-nav-section {
  padding: 40px 0;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.privacy-nav-box h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 20px 0;
  text-align: center;
}

.privacy-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.privacy-nav-item {
  padding: 12px 20px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border: 2px solid rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: #667eea;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
}

.privacy-nav-item:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

/* Privacy Content Section */
.privacy-content-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.privacy-content-section .container {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  max-width: 1400px;
}

.privacy-main-content {
  background: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Intro Box */
.privacy-intro-box {
  padding: 30px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 16px;
  border-left: 5px solid #667eea;
  margin-bottom: 40px;
}

.privacy-intro-box h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 20px 0;
}

.privacy-intro-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 15px 0;
}

.privacy-intro-box p:last-child {
  margin-bottom: 0;
}

/* Privacy Section Blocks */
.privacy-section-block {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f0f0f0;
}

.privacy-section-block:last-child {
  border-bottom: none;
}

.privacy-section-icon {
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}

.privacy-section-block h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 20px 0;
}

.privacy-section-block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a202c;
  margin: 30px 0 15px 0;
}

.privacy-section-block h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
  margin: 20px 0 10px 0;
}

.privacy-section-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 20px 0;
}

.privacy-section-block ul {
  margin: 15px 0;
  padding-left: 25px;
}

.privacy-section-block li {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 12px;
}

.privacy-section-block a {
  color: #667eea;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacy-section-block a:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Highlight Box */
.privacy-highlight-box {
  padding: 25px;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
  border-radius: 12px;
  border-left: 4px solid #ef4444;
  margin: 20px 0;
}

.privacy-highlight-box strong {
  color: #ef4444;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.privacy-highlight-box ul {
  margin: 10px 0 0 0;
}

/* Privacy Use Grid */
.privacy-use-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.privacy-use-card {
  padding: 25px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 16px;
  border: 2px solid rgba(102, 126, 234, 0.1);
  transition: all 0.3s ease;
}

.privacy-use-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
}

.use-card-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.privacy-use-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 10px 0;
}

.privacy-use-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}

/* Anonymity Promise Box */
.privacy-highlight {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 20px;
  padding: 40px;
  border: 3px solid #667eea;
}

.anonymity-promise-box {
  text-align: center;
}

.anonymity-promise-box h3 {
  font-size: 28px;
  font-weight: 900;
  color: #667eea;
  margin: 0 0 20px 0;
}

.anonymity-promise-box > p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 30px 0;
}

.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
  text-align: left;
}

.promise-item {
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.promise-check {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 50%;
  color: white;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.promise-note {
  padding: 20px;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  font-size: 15px;
  margin: 20px 0 0 0;
  text-align: left;
}

/* Warning Box */
.privacy-warning-box {
  padding: 20px;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
  border-radius: 12px;
  border-left: 4px solid #ef4444;
  margin: 20px 0;
  font-size: 15px;
  color: #4a5568;
}

/* Rights List */
.rights-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.right-item {
  padding: 25px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 16px;
  border: 2px solid rgba(102, 126, 234, 0.1);
  transition: all 0.3s ease;
}

.right-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
  border-color: #667eea;
}

.right-item h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 10px 0;
}

.right-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}

/* Contact Box */
.privacy-contact {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 40px;
  color: white;
}

.privacy-contact h2,
.privacy-contact p {
  color: white;
}

.contact-info-box {
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  margin: 20px 0;
}

.contact-item {
  padding: 12px 0;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item a {
  color: white;
  text-decoration: underline;
}

/* SEO Footer */
.privacy-seo-footer {
  padding: 40px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 20px;
  margin-top: 40px;
  border: 2px solid rgba(102, 126, 234, 0.1);
}

.privacy-seo-footer h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 15px 0;
  text-align: center;
}

.privacy-seo-footer p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0;
  text-align: center;
}

/* Sidebar */
.privacy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.sidebar-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 15px 0;
}

.sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-card li {
  padding: 10px 0;
  color: #4a5568;
  font-size: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-card li:last-child {
  border-bottom: none;
}

.sidebar-card li::before {
  content: '✓';
  color: #10b981;
  font-weight: 900;
  margin-right: 10px;
}

.sidebar-card a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.sidebar-card a:hover {
  color: #764ba2;
}

.sidebar-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.sidebar-cta h4,
.sidebar-cta p {
  color: white;
}

.sidebar-cta p {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.sidebar-btn {
  display: block;
  padding: 12px 20px;
  background: white;
  color: #667eea;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.sidebar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #667eea;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .privacy-content-section .container {
    grid-template-columns: 1fr;
  }

  .privacy-sidebar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .privacy-use-grid {
    grid-template-columns: 1fr;
  }

  .rights-list {
    grid-template-columns: 1fr;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .privacy-hero-section {
    padding: 60px 0 40px;
  }

  .privacy-title {
    font-size: 36px;
  }

  .privacy-subtitle {
    font-size: 16px;
  }

  .privacy-main-content {
    padding: 30px 20px;
  }

  .privacy-section-block h2 {
    font-size: 26px;
  }

  .privacy-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .privacy-title {
    font-size: 28px;
  }

  .privacy-icon-box {
    width: 80px;
    height: 80px;
  }

  .privacy-icon-box svg {
    width: 50px;
    height: 50px;
  }

  .privacy-nav-grid {
    grid-template-columns: 1fr;
  }

  .privacy-main-content {
    padding: 25px 15px;
  }

  .privacy-section-block h2 {
    font-size: 22px;
  }

  .privacy-intro-box,
  .privacy-highlight,
  .privacy-contact,
  .privacy-seo-footer {
    padding: 20px;
  }
}

/* ========================================
   CONTACT US PAGE - MODERN DESIGN
   ======================================== */

/* Contact Hero Section */
.contact-hero-section {
  position: relative;
  padding: 100px 0 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
  color: white;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.contact-blob {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: floatBlob 18s ease-in-out infinite;
}

.contact-blob-1 {
  width: 300px;
  height: 300px;
  top: -80px;
  left: -80px;
  animation-delay: 0s;
}

.contact-blob-2 {
  width: 250px;
  height: 250px;
  top: 40%;
  right: -60px;
  animation-delay: 1.5s;
}

.contact-blob-3 {
  width: 200px;
  height: 200px;
  bottom: -60px;
  left: 40%;
  animation-delay: 3s;
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.contact-icon-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: iconPulse 2s ease-in-out infinite;
}

.contact-icon-box svg {
  color: white;
}

.contact-title {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 15px 0;
  animation: fadeInUp 0.8s ease;
}

.contact-subtitle {
  font-size: 20px;
  margin: 0;
  opacity: 0.95;
  animation: fadeInUp 0.8s ease 0.2s backwards;
}

/* Contact Methods Section */
.contact-methods-section {
  padding: 60px 0;
  background: white;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

.contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  animation: fadeInUp 0.8s ease 0.4s backwards;
}

.contact-method-card {
  padding: 40px 30px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 20px;
  border: 2px solid rgba(102, 126, 234, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.contact-method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
  border-color: #667eea;
}

.method-icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.method-icon-box svg {
  color: #667eea;
}

.contact-method-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 15px 0;
}

.contact-method-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0 0 15px 0;
}

.contact-link {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-link:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  color: white;
}

/* Contact Main Section */
.contact-main-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.contact-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* Contact Info Column */
.contact-info-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-info-box {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-info-box h2 {
  font-size: 28px;
  font-weight: 900;
  color: #1a202c;
  margin: 0 0 15px 0;
}

.contact-info-box > p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 30px 0;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 12px;
  border-left: 4px solid #667eea;
  transition: all 0.3s ease;
}

.info-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.info-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.info-content h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 8px 0;
}

.info-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}

.contact-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  background: linear-gradient(135deg, #10b98115 0%, #05966915 100%);
  border-radius: 12px;
  border: 2px solid #10b981;
}

.guarantee-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 24px;
  flex-shrink: 0;
}

.guarantee-text {
  font-size: 15px;
  line-height: 1.6;
  color: #1a202c;
}

/* Social Media Box */
.contact-social-box {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-social-box h3 {
  font-size: 22px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 10px 0;
}

.contact-social-box > p {
  font-size: 15px;
  color: #4a5568;
  margin: 0 0 20px 0;
}

.social-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.social-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border: 2px solid rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: #1a202c;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
}

.social-link-card:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.social-icon {
  font-size: 28px;
}

/* FAQ Column */
.contact-faq-column {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: fit-content;
}

.faq-box h2 {
  font-size: 28px;
  font-weight: 900;
  color: #1a202c;
  margin: 0 0 10px 0;
}

.faq-intro {
  font-size: 16px;
  color: #4a5568;
  margin: 0 0 30px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.faq-item {
  padding: 25px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 12px;
  border-left: 4px solid #667eea;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
  transform: translateX(5px);
}

.faq-item h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 12px 0;
}

.faq-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
}

.faq-footer {
  padding: 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  text-align: center;
  color: white;
}

.faq-footer p {
  font-size: 16px;
  margin: 0 0 8px 0;
  color: white;
}

.faq-footer p:last-child {
  margin: 0;
}

.faq-footer a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

/* SEO Section */
.contact-seo-section {
  padding: 80px 0;
  background: white;
}

.contact-seo-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background: linear-gradient(135deg, #f8f9ff 0%, #e8eaf6 100%);
  border-radius: 24px;
  border: 2px solid rgba(102, 126, 234, 0.1);
}

.contact-seo-box h2 {
  font-size: 32px;
  font-weight: 900;
  color: #1a202c;
  margin: 0 0 25px 0;
  text-align: center;
}

.seo-content-contact h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1a202c;
  margin: 30px 0 15px 0;
}

.seo-content-contact p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0 0 20px 0;
}

.seo-content-contact ul {
  margin: 15px 0;
  padding-left: 25px;
}

.seo-content-contact li {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 12px;
}

.contact-keywords-box {
  margin-top: 40px;
  padding: 30px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-keywords-box h4 {
  font-size: 20px;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 20px 0;
  text-align: center;
}

.keyword-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.keyword-pill {
  padding: 10px 20px;
  background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
  border: 2px solid rgba(102, 126, 234, 0.2);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #667eea;
  transition: all 0.3s ease;
}

.keyword-pill:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: white;
  transform: translateY(-2px);
}

/* CTA Section */
.contact-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.contact-cta-box {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.contact-cta-box h2 {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 15px 0;
}

.contact-cta-box > p {
  font-size: 18px;
  margin: 0 0 35px 0;
  opacity: 0.95;
}

.contact-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: white;
  color: #667eea;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.contact-cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  color: #667eea;
}

.contact-cta-button svg {
  transition: transform 0.3s ease;
}

.contact-cta-button:hover svg {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .contact-content-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-methods-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-hero-section {
    padding: 60px 0 40px;
  }

  .contact-title {
    font-size: 36px;
  }

  .contact-subtitle {
    font-size: 16px;
  }

  .contact-methods-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-info-box,
  .contact-faq-column {
    padding: 30px 20px;
  }

  .social-links-grid {
    grid-template-columns: 1fr;
  }

  .contact-seo-box {
    padding: 30px 20px;
  }

  .contact-cta-box h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .contact-title {
    font-size: 28px;
  }

  .contact-icon-box {
    width: 80px;
    height: 80px;
  }

  .contact-icon-box svg {
    width: 50px;
    height: 50px;
  }

  .info-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-info-box,
  .contact-social-box,
  .contact-faq-column {
    padding: 20px;
  }

  .contact-seo-box {
    padding: 25px 15px;
  }

  .contact-cta-button {
    width: 100%;
    justify-content: center;
  }
}

/* ========================================
   MODERN HEADER - NAVIGATION
   ======================================== */

.modern-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(102, 126, 234, 0.1);
  animation: slideDown 0.5s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.navbar-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 40px;
}

/* Logo */
.navbar-logo {
  flex-shrink: 0;
  animation: fadeInLeft 0.6s ease;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-image {
  height: 45px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo-link:hover .logo-image {
  transform: scale(1.05);
}

/* Desktop Navigation Menu */
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
  animation: fadeIn 0.8s ease 0.2s backwards;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #4a5568;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link svg {
  transition: transform 0.3s ease;
}

.nav-link:hover {
  color: #667eea;
  background: rgba(102, 126, 234, 0.08);
}

.nav-link:hover svg {
  transform: translateY(-2px);
}

.nav-link.active {
  color: #667eea;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
  position: relative;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

/* Auth Button */
.navbar-auth {
  flex-shrink: 0;
  animation: fadeInRight 0.6s ease;
}

.auth-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.auth-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.auth-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  color: white;
}

.auth-btn-outline {
  background: white;
  color: #667eea;
  border: 2px solid #667eea;
}

.auth-btn-outline:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

/* Button elements with auth-btn class */
button.auth-btn {
  background: none;
  font-family: inherit;
  letter-spacing: inherit;
}

button.auth-btn-outline {
  background: white;
  border: 2px solid #667eea !important;
}

button.mobile-nav-link {
  font-family: inherit;
  letter-spacing: inherit;
  text-align: left;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background: #667eea;
  border-radius: 2px;
  transition: all 0.3s ease;
  margin: 3px 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  color: #4a5568;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: white;
  border: 2px solid rgba(102, 126, 234, 0.1);
}

.mobile-nav-link:hover {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border-color: rgba(102, 126, 234, 0.3);
  transform: translateX(5px);
}

.mobile-nav-link.active {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.mobile-nav-link.active svg {
  color: white;
}

.mobile-nav-link svg {
  flex-shrink: 0;
}

.mobile-menu-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.2), transparent);
  margin: 10px 0;
}

.mobile-nav-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  margin-top: 10px;
}

.mobile-nav-primary:hover {
  transform: translateX(0) scale(1.02);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.mobile-nav-primary svg {
  color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .navbar-menu {
    gap: 5px;
  }

  .nav-link {
    padding: 8px 15px;
    font-size: 14px;
  }

  .auth-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .navbar-content {
    height: 60px;
  }

  .logo-image {
    height: 38px;
  }

  .navbar-menu,
  .navbar-auth {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu {
    top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 480px) {
  .navbar-container {
    padding: 0 15px;
  }

  .logo-image {
    height: 35px;
  }

  .mobile-menu-content {
    padding: 20px 15px;
  }

  .mobile-nav-link {
    padding: 15px 18px;
    font-size: 15px;
  }
}

/* Scroll Effect */
@media (min-width: 769px) {
  .modern-header.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  }

  .modern-header.scrolled .logo-image {
    height: 40px;
  }

  .modern-header.scrolled .navbar-content {
    height: 65px;
  }
}

/* Add scroll effect */
@media (min-width: 769px) {
  body {
    padding-top: 0;
  }
}

/* Prevent body scroll when mobile menu is open */
body.menu-open {
  overflow: hidden;
}

/* ===== ANIMATED PLAY SECTION ===== */
.play-section-animated {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
  overflow: hidden;
  margin: 0;
}

/* Animated Background */
.play-animated-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.play-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  animation: orbFloat 20s ease-in-out infinite;
}

.play-orb-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.play-orb-2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  bottom: -50px;
  right: -50px;
  animation-delay: -7s;
}

.play-orb-3 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -14s;
}

@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.1);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.9);
  }
  75% {
    transform: translate(-30px, -20px) scale(1.05);
  }
}

/* Particles */
.play-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.play-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: particleFloat 15s linear infinite;
}

.play-particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.play-particle:nth-child(2) { left: 20%; animation-delay: -2s; }
.play-particle:nth-child(3) { left: 35%; animation-delay: -4s; }
.play-particle:nth-child(4) { left: 50%; animation-delay: -6s; }
.play-particle:nth-child(5) { left: 65%; animation-delay: -8s; }
.play-particle:nth-child(6) { left: 75%; animation-delay: -10s; }
.play-particle:nth-child(7) { left: 85%; animation-delay: -12s; }
.play-particle:nth-child(8) { left: 95%; animation-delay: -14s; }

@keyframes particleFloat {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) rotate(720deg);
    opacity: 0;
  }
}

/* Grid Lines */
.play-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}

/* Section Header */
.play-section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.play-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.badge-pulse {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00ff88;
  border-radius: 50%;
  left: 12px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(0, 255, 136, 0);
  }
}

.badge-icon {
  font-size: 16px;
  margin-left: 12px;
}

.play-main-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.play-main-title .title-word {
  color: white;
  position: relative;
  display: inline-block;
  animation: titleReveal 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

.play-main-title .title-word:nth-child(1) { animation-delay: 0.1s; }
.play-main-title .title-word:nth-child(2) { animation-delay: 0.3s; }
.play-main-title .title-word:nth-child(3) { animation-delay: 0.5s; }

.play-main-title .title-word.highlight {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes titleReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.play-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Animated Game Cards Grid */
.play-games-grid-animated {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 10;
}

.game-card-animated {
  position: relative;
  border-radius: 24px;
  padding: 3px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  perspective: 1000px;
}

.game-card-animated:hover {
  transform: translateY(-10px) scale(1.02);
}

.card-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle at center, rgba(102, 126, 234, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 40px;
  z-index: -1;
}

.game-card-animated:hover .card-glow {
  opacity: 1;
}

.card-border {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #667eea, #764ba2, #f093fb, #f5576c);
  background-size: 400% 400%;
  animation: gradientBorder 8s ease infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.game-card-animated:hover .card-border {
  opacity: 1;
}

@keyframes gradientBorder {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.card-content {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.card-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.6s ease;
  pointer-events: none;
  border-radius: 22px;
}

.game-card-animated:hover .card-shine {
  left: 100%;
}

/* Icon Wrapper */
.game-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.icon-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
  border-radius: 50%;
  animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.game-card-animated .game-icon {
  position: relative;
  font-size: 40px;
  line-height: 80px;
  z-index: 2;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.game-card-animated:hover .game-icon {
  transform: scale(1.2) rotate(10deg);
}

.icon-ring {
  position: absolute;
  inset: -5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: ringRotate 10s linear infinite;
}

@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.game-card-animated .game-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.game-card-animated .game-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Animated Button */
.game-btn-animated {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.game-btn-animated::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.game-btn-animated:hover::before {
  left: 100%;
}

.game-btn-animated:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);
}

.game-btn-animated .btn-icon {
  display: flex;
  transition: transform 0.3s ease;
}

.game-btn-animated:hover .btn-icon {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .play-section-animated {
    padding: 60px 0;
  }

  .play-main-title {
    font-size: 32px;
    gap: 10px;
  }

  .play-subtitle {
    font-size: 16px;
    padding: 0 20px;
  }

  .play-games-grid-animated {
    gap: 20px;
    padding: 0 10px;
  }

  .card-content {
    padding: 25px 20px;
  }

  .game-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .game-card-animated .game-icon {
    font-size: 32px;
    line-height: 60px;
  }

  .play-orb-1 {
    width: 200px;
    height: 200px;
  }

  .play-orb-2 {
    width: 150px;
    height: 150px;
  }

  .play-orb-3 {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .play-main-title {
    font-size: 28px;
    flex-direction: column;
    gap: 5px;
  }

  .play-games-grid-animated {
    grid-template-columns: 1fr;
  }
}

/* ===== GET TO KNOW SECTION - ANIMATED ===== */
.get-to-know-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
  margin: 0;
}

/* Animated Background */
.gtk-animated-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Wave Animations */
.gtk-wave {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  opacity: 0.1;
}

.gtk-wave-1 {
  background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  animation: waveRotate 20s linear infinite;
}

.gtk-wave-2 {
  background: radial-gradient(ellipse at center, transparent 0%, transparent 60%, rgba(255, 255, 255, 0.2) 60%, transparent 80%);
  animation: waveRotate 30s linear infinite reverse;
}

@keyframes waveRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Floating Shapes */
.gtk-floating-shapes {
  position: absolute;
  inset: 0;
}

.gtk-shape {
  position: absolute;
  font-size: 30px;
  opacity: 0.3;
  animation: shapeFloat 15s ease-in-out infinite;
}

.gtk-shape-1 { top: 10%; left: 5%; animation-delay: 0s; }
.gtk-shape-2 { top: 20%; right: 10%; animation-delay: -3s; }
.gtk-shape-3 { bottom: 30%; left: 15%; animation-delay: -6s; }
.gtk-shape-4 { bottom: 15%; right: 20%; animation-delay: -9s; }
.gtk-shape-5 { top: 50%; left: 50%; animation-delay: -12s; }

@keyframes shapeFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(20px, -30px) rotate(90deg) scale(1.2);
  }
  50% {
    transform: translate(-10px, 20px) rotate(180deg) scale(0.8);
  }
  75% {
    transform: translate(-30px, -10px) rotate(270deg) scale(1.1);
  }
}

/* Section Header */
.gtk-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.gtk-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.gtk-badge-dot {
  width: 8px;
  height: 8px;
  background: #00ff88;
  border-radius: 50%;
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7);
  }
  50% {
    transform: scale(1.3);
    box-shadow: 0 0 0 10px rgba(0, 255, 136, 0);
  }
}

.gtk-badge span:last-child {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.gtk-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.gtk-title-line {
  color: white;
  opacity: 0;
  animation: titleSlide 0.8s ease-out forwards;
}

.gtk-title-line:nth-child(1) { animation-delay: 0.1s; }
.gtk-title-line:nth-child(3) { animation-delay: 0.3s; }

.gtk-title-highlight {
  background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  animation: titleSlide 0.8s ease-out 0.2s forwards;
  position: relative;
}

.gtk-title-highlight::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
  border-radius: 2px;
  transform: scaleX(0);
  animation: underlineGrow 0.6s ease-out 0.8s forwards;
}

@keyframes titleSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes underlineGrow {
  to { transform: scaleX(1); }
}

.gtk-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Cards Wrapper - 3 Column Layout */
.gtk-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 10;
}

/* Question Columns */
.gtk-questions-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gtk-left {
  align-items: flex-end;
}

.gtk-right {
  align-items: flex-start;
}

/* Question Cards */
.gtk-question-card {
  position: relative;
  width: 280px;
  opacity: 0;
  animation: cardAppear 0.6s ease-out forwards;
}

.gtk-question-card[data-delay="0"] { animation-delay: 0.3s; }
.gtk-question-card[data-delay="100"] { animation-delay: 0.4s; }
.gtk-question-card[data-delay="200"] { animation-delay: 0.5s; }
.gtk-question-card[data-delay="300"] { animation-delay: 0.6s; }
.gtk-question-card[data-delay="400"] { animation-delay: 0.7s; }
.gtk-question-card[data-delay="500"] { animation-delay: 0.8s; }

@keyframes cardAppear {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.gtk-card-inner {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  gap: 15px;
}

.gtk-question-card:hover .gtk-card-inner {
  transform: translateY(-5px) scale(1.02);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.gtk-card-glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gtk-question-card:hover .gtk-card-glow {
  opacity: 1;
}

/* Emoji Wrapper */
.gtk-emoji-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.gtk-emoji {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 2;
  transition: transform 0.3s ease;
}

.gtk-question-card:hover .gtk-emoji {
  transform: scale(1.2) rotate(10deg);
}

.gtk-emoji-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: ringPulse 3s ease-in-out infinite;
}

@keyframes ringPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
}

.gtk-question-text {
  flex: 1;
  color: white;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.gtk-card-arrow {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.gtk-question-card:hover .gtk-card-arrow {
  color: white;
  transform: translateX(3px);
}

.gtk-right .gtk-question-card:hover .gtk-card-arrow {
  transform: translateX(-3px);
}

/* Center Profile */
.gtk-center-profile {
  position: relative;
  width: 200px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gtk-profile-container {
  position: relative;
  width: 150px;
  height: 150px;
}

/* Animated Rings */
.gtk-profile-rings {
  position: absolute;
  inset: -30px;
}

.gtk-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.gtk-ring-1 {
  animation: ringRotate1 8s linear infinite;
  border-style: dashed;
}

.gtk-ring-2 {
  inset: -15px;
  animation: ringRotate2 12s linear infinite reverse;
  border-style: dotted;
}

.gtk-ring-3 {
  inset: -30px;
  animation: ringRotate1 16s linear infinite;
  border-width: 1px;
}

@keyframes ringRotate1 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes ringRotate2 {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

/* Profile Image */
.gtk-profile-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.gtk-profile-image .gtk-profile-emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 70px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.gtk-profile-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
}

.gtk-profile-pulse {
  position: absolute;
  inset: -10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: profilePulse 2s ease-out infinite;
}

@keyframes profilePulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* Connection Lines */
.gtk-connection-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}

.gtk-lines-svg {
  width: 100%;
  height: 100%;
}

.gtk-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 2;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: lineDrawn 2s ease-out forwards;
}

.gtk-line-1 { animation-delay: 0.5s; }
.gtk-line-2 { animation-delay: 0.7s; }
.gtk-line-3 { animation-delay: 0.9s; }
.gtk-line-4 { animation-delay: 0.6s; }
.gtk-line-5 { animation-delay: 0.8s; }
.gtk-line-6 { animation-delay: 1s; }

@keyframes lineDrawn {
  to { stroke-dashoffset: 0; }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .gtk-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gtk-questions-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gtk-left, .gtk-right {
    align-items: center;
  }

  .gtk-center-profile {
    order: -1;
    height: 200px;
  }

  .gtk-question-card {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .get-to-know-section {
    padding: 60px 0;
  }

  .gtk-title {
    font-size: 32px;
    gap: 10px;
  }

  .gtk-subtitle {
    font-size: 16px;
    padding: 0 20px;
  }

  .gtk-question-card {
    width: 100%;
    max-width: 300px;
  }

  .gtk-profile-container {
    width: 120px;
    height: 120px;
  }

  .gtk-profile-rings {
    inset: -20px;
  }

  .gtk-ring-2 {
    inset: -10px;
  }

  .gtk-ring-3 {
    inset: -20px;
  }
}

@media (max-width: 480px) {
  .gtk-title {
    font-size: 28px;
    flex-direction: column;
    gap: 5px;
  }

  .gtk-questions-col {
    flex-direction: column;
  }

  .gtk-card-inner {
    padding: 15px;
  }

  .gtk-emoji-wrapper {
    width: 40px;
    height: 40px;
  }

  .gtk-emoji {
    font-size: 22px;
  }

  .gtk-question-text {
    font-size: 13px;
  }
}
