* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body {
  margin: 0;
  background: #fff;
  color: #202124;
}

.page {
  max-width: 720px;
  margin: auto;
}

/* ===== PLAY STORE STYLE TOP BAR ===== */
.topbar{
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #e0e0e0;
}

.left{
  display: flex;
  align-items: center;
  gap: 8px;
}

.play-logo{
  width: 40px;
}

.play-text{
  font-size: 20px;
  font-weight: 600;
}

.right{
  display: flex;
  align-items: center;
  gap: 18px;
}

.right span{
  font-size: 20px;
  cursor: pointer;
}

.profile{
  width: 34px;
  height: 34px;
  background: #455a64;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

@media (max-width:600px){
  .play-text{
    font-size:16px;
  }
}


/* APP INFO */
.app-section {
  display: flex;
  gap: 16px;
  padding: 16px;
}

.app-icon {
  width: 88px;
  height: 88px;
  border-radius: 18px; position: relative;  top: -2px;
}

.app-info h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.developer {
  color: #1a73e8;
  margin: 6px 0 2px;
}

.meta {
  font-size: 13px;
  color: #5f6368;
}

/* STATS */
.stats {
  display: flex;
  justify-content: space-around;
  padding: 14px 0;
  text-align: center;
}




.box strong {
  font-size: 16px;
}

.box span {
  display: block;
  font-size: 12px;
  color: #5f6368;
  margin-top: 4px;
}


.stats .box strong{
  display: inline-flex;   /* 🔴 MOST IMPORTANT */
  align-items: center;
  gap: 8px;
}

.stats .star{
  color: #1a73e8;
  display: inline; 
    font-size: 20px;   /* 👈 size badhao */
  line-height: 1;  
  position: relative;
  top: -2px;                  /* ensure same line */
}



/* INSTALL */


.install-btn{
  position: relative;
  display: block;
  width: calc(100% - 32px);
  margin: 14px 16px;
  padding: 16px 0;
  background: #1a73e8;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  min-height: 52px;
  overflow: hidden;
  text-decoration: none;
}

/* Text */
.install-btn .btn-text{
  position: relative;
  z-index: 2;
}

/* Progress bar */
.install-btn .progress-bar{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: rgba(255,255,255,0.25);
  transition: width 0.04s linear;
}







/* ACTIONS */
.actions {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 14px 0;
}

.action {
  text-align: center;
  color: #1e8e3e;
}

.action.muted {
  color: #9aa0a6;
}

.action p {
  margin: 6px 0 0;
  font-size: 13px;
}

/* DEVICE */
.device {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #5f6368;
  font-size: 13px;
}

/* SCREENSHOTS */
.screenshots {
  display: flex;
  gap: 12px;
  padding: 16px;
  overflow-x: auto;
}

.screenshots img {
  height: 260px;
  border-radius: 16px;
}

/* DESKTOP */
@media (min-width: 900px) {
  .page {
    max-width: 900px;
  }
}


.about-section {
  padding: 16px;
}

.about-section h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.about-text {
  font-size: 14px;
  line-height: 1.6;
  color: #5f6368;
  margin-bottom: 14px;
}

.feature {
  font-size: 14px;
  line-height: 1.6;
  color: #5f6368;
  margin-bottom: 12px;
}

.updated {
  margin: 16px 0;
}

.updated .label {
  display: block;
  font-size: 13px;
  color: #5f6368;
}

.updated .date {
  font-size: 14px;
  color: #202124;
  margin-top: 4px;
  display: block;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  border: 1px solid #dadce0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  color: #3c4043;
}


.data-card {
  margin: 16px;
  padding: 16px;
  border: 1px solid #dadce0;
  border-radius: 16px;
}

.data-row {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.data-row:last-child {
  margin-bottom: 0;
}

.icon {
  font-size: 20px;
  color: #5f6368;
  margin-top: 2px;
}

.data-row h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #202124;
}

.data-row p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #5f6368;
}

.data-row a {
  color: #1a73e8;
  text-decoration: underline;
}

.green {
  color: #1a73e8;
  font-weight: 500;
  margin-top: 6px;
}


.reviews-section {
  padding: 16px;
}

.reviews-header h2 {
  font-size: 20px;
  font-weight: 500;
}

.verified {
  font-size: 13px;
  color: #5f6368;
}



/* RATINGS SUMMARY */
.rating-summary {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 20px 0;
}

/* LEFT */
.rating-left {
  min-width: 120px;
}

.rating-score {
  font-size: 48px;
  font-weight: 500;
}

.stars {
  color: #1a73e8;
  font-size: 18px;
  margin: 4px 0;
}

.count {
  font-size: 13px;
  color: #5f6368;
}

/* RIGHT BARS */
.rating-bars {
  flex: 1;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.label {
  width: 14px;
  font-size: 13px;
  color: #202124;
  text-align: right;
}

/* bar container */
.bar {
  flex: 1;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

/* green fill */
.fill {
  height: 100%;
  background: #1a73e8;
  border-radius: 4px;
}

/* 📱 MOBILE FIX */
@media (max-width: 600px) {
  .rating-summary {
    flex-direction: row;
  }

  .rating-left {
    min-width: 90px;
  }
}

/* 💻 DESKTOP */
@media (min-width: 900px) {
  .rating-summary {
    max-width: 700px;
  }
}







.review {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
}

.review-head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.review-body p {
  margin: 6px 0;
}

.helpful {
  font-size: 13px;
  color: #5f6368;
}

.help-btns button {
  border: 1px solid #dadce0;
  background: none;
  padding: 6px 14px;
  border-radius: 20px;
  margin-right: 8px;
}


.review-toggle {
  text-align: center;
  margin: 16px 0;
}

.review-toggle button {
  padding: 10px 18px;
  border-radius: 20px;
  border: 1px solid #dadce0;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.review-toggle button:hover {
  background: #f1f3f4;
}

.hidden-reviews {
  display: none;
}

.hidden-reviews.show {
  display: block;
}

/* default */
.review-toggle {
  text-align: center;
  margin: 16px 0;
}

/* jab active ho */
.review-toggle.sticky {
  position: sticky;
  top: 10px;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* wrapper boundary */
#reviewsWrapper {
  position: relative;
}


.app-support {
  border-top: 1px solid #e0e0e0;
  padding: 16px 0;
  font-family: Arial, sans-serif;
}

.support-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.support-header h3 {
  font-size: 20px;
  margin: 0;
}

.support-header span {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.support-body {
  display: none;
  margin-top: 12px;
}

.support-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  font-size: 16px;
}

.support-item a {
  color: #000;
  text-decoration: none;
}

.support-item a:hover {
  text-decoration: underline;
}

.support-divider {
  border-top: 1px solid #e0e0e0;
  margin: 16px 0;
}

.developer-info h4 {
  margin: 0 0 8px;
  font-size: 18px;
}

.developer-info p {
  margin: 4px 0;
  font-size: 15px;
  color: #444;
}

.full-click {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
}

.support-title {
  font-size: 16px;
  font-weight: 500;
}

.support-sub {
  font-size: 14px;
  color: #555;
}

.full-click:hover {
  background: #f5f5f5;
  border-radius: 6px;
}


.similar-apps {
  margin: 20px 0;
}

.similar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.similar-header h3 {
  font-size: 20px;
  margin: 0;
}

.similar-header .arrow {
  font-size: 22px;
  color: #666;
}

.apps-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 12px 0;
  scroll-snap-type: x mandatory;
}

.apps-slider::-webkit-scrollbar {
  display: none;
}

.app-card {
  min-width: 110px;
  text-decoration: none;
  color: #000;
  scroll-snap-align: start;
}

.app-card img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

@media (min-width: 768px) {
  .app-card img {
    width: 88px;
    height: 88px;
    border-radius: 18px;
  }
}

.app-name {
  font-size: 14px;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating {
  font-size: 13px;
  background: #eef3fd;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 10px;
  margin-top: 4px;
}


.play-footer {
  margin: 24px 0;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}

.refund {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.refund:hover {
  text-decoration: underline;
}

.gst-text {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}


.section-header,
.similar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}

.section-header h3,
.similar-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.section-header .arrow,
.similar-header .arrow {
  font-size: 22px;
  color: #5f6368;
  transition: transform 0.25s ease;
}

/* hover effect (desktop) */
@media (hover: hover) {
  .section-header:hover .arrow,
  .similar-header:hover .arrow {
    transform: translateX(4px);
  }
}

/* mobile font tuning */
@media (max-width: 600px) {
  .section-header h3,
  .similar-header h3 {
    font-size: 16px;
  }

  .section-header .arrow,
  .similar-header .arrow {
    font-size: 20px;
  }
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.section-header h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.section-header .arrow {
  font-size: 22px;
  color: #5f6368; /* Play Store grey */
  cursor: pointer;
}


/* About this app & Data safety wrapper */
.about-section {
  margin-bottom: 16px;
}

/* Sirf heading + arrow ek line me */
.about-section h2,
.about-section .arrow {
  display: inline-block;
  vertical-align: middle;
}

/* Heading + arrow container jaisa behave kare */
.about-section {
  position: relative;
}

/* Arrow right side fix */
.about-section .arrow {
  float: right;
  font-size: 22px;
  color: #5f6368;
  cursor: pointer;
}

/* Details text hamesha neeche hi rahe */
.about-section .about-text {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.4;
  clear: both;
}


/* Ratings & reviews ke arrow ko force same line me rakho */
.reviews-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.reviews-header .arrow {
  float: none !important;
}

/* Ratings & reviews header layout */
.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;   /* 👈 sabse important */
}

/* Arrow same line me rahe */
.reviews-header .arrow {
  font-size: 22px;
  color: #5f6368;
  white-space: nowrap;
}

/* Verified text hamesha neeche aaye */
.reviews-header .verified {
  width: 100%;        /* 👈 force next line */
  margin-top: 6px;
  font-size: 14px;
  color: #777;}
  
  .review-form{
  width:100%;
  max-width:420px;                 /* desktop pe compact */
  margin:16px auto;                /* upar–niche kam gap */
  background:#fff;
  padding:16px;                    /* andar ka space balanced */
  border-radius:8px;
  box-shadow:0 8px 24px rgba(0,0,0,0.15);
  box-sizing:border-box;
}

/* Heading */
.review-form h2{
  text-align:center;
  font-size:clamp(18px, 5vw, 24px); /* mobile me 1 line */
  margin-bottom:10px;
  white-space:nowrap;
}

/* Inputs */
.review-form input,
.review-form textarea{
  width:100%;
  padding:12px;
  font-size:15px;
  margin-bottom:10px;
  border:2px solid #d0d7de;
  border-radius:4px;
  outline:none;
  box-sizing:border-box;
}

/* Textarea height controlled */
.review-form textarea{
  height:90px;
  resize:none;
}

/* Rate title */
.rate-title{
  font-size:16px;
  margin:6px 0 6px;
  color:#555;
}

/* ⭐ Rating box */
.rating-stars{
  border:2px solid #d0d7de;
  padding:12px;
  font-size:32px;
  color:#cfcfcf;

  display:flex;
  justify-content:center;   /* 👈 center */
  gap:16px;                 /* stars ke beech gap */

  margin-bottom:20px;
}



.rating-stars span{
  cursor:pointer;
  transition:color 0.2s ease;
}

/* 🔵 Submit button */
.submit-btn{
  width:100%;
  background:#1a73e8;
  color:#fff;
  border:none;
  padding:12px;
  font-size:18px;
  border-radius:999px;   /* Play Store feel */
  cursor:pointer;
}

.submit-btn:active{
  opacity:0.9;
}

  
  
