/* ========================================
   POS Landing Page Styles
   ======================================== */


.pos-landing-page {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
}

/* ========================================
   Coming Soon Banner
   ======================================== */
.coming-soon-banner {
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}
.coming-soon-text {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
  display: inline-block;
  animation: fadeInDown 0.8s ease-out;
}

/* ========================================
   Hero POS Section
   ======================================== */
.hero-pos-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hero-pos-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-pos-image {
  position: relative;
  animation: slideInLeft 1s ease-out;
}

.image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.5s ease;
}

.image-wrapper:hover {
  transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.dashboard-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.image-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  filter: blur(40px);
  z-index: -1;
  animation: pulse 3s ease-in-out infinite;
}

.hero-pos-text {
  animation: slideInRight 1s ease-out;
}

.hero-subtitle {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.highlight-blue {
  color: #3b82f6;
  position: relative;
  display: inline-block;
}

.cta-button {
  background-color: transparent;
  color: #3b82f6;
  border: 2px solid #3b82f6;
  padding: 14px 36px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #3b82f6;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

/* ========================================
   Features POS Section
   ======================================== */
.features-pos-section {
  background-color: #2d2d2d;
  padding: 80px 0;
}

.features-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.features-text-content {
  animation: fadeInLeft 1s ease-out;
}

.features-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
}

.features-image-placeholder {
  animation: fadeInRight 1s ease-out;
  position: relative;
}

.feature-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.feature-image:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* ========================================
   Story Section
   ======================================== */
.story-section {
  background-color: #f9fafb;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.story-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 70%;
  z-index: 1;
  opacity: 0.8;
}

.code-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 0 0;
}

.story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.story-left-wrapper {
  animation: fadeInUp 1s ease-out;
}

.story-header {
  margin-bottom: 30px;
}

.story-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  display: inline-block;
  position: relative;
}

.title-underline {
  display: block;
  width: 80px;
  height: 4px;
  background-color: #3b82f6;
  margin-top: 16px;
  border-radius: 2px;
}




.story-card-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.story-image-card:hover .story-card-image {
  transform: scale(1.05);
}

.story-text-wrapper {
  animation: fadeInUp 1s ease-out 0.2s backwards;
  position: relative;
  z-index: 3;
}

.story-quote-box {
  background-color: #1f2937;
  padding: 50px 40px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 80px;
  height: 80px;
}

.quote-svg {
  width: 100%;
  height: 100%;
}

.quote-mark {
  fill: #3b82f6;
  font-size: 100px;
  font-weight: 700;
  font-family: Georgia, serif;
  opacity: 0.3;
}

  .story-text {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}

/* ========================================
   Reasons Section
   ======================================== */
.reasons-section {
  background-color: #fff;
  padding: 100px 0;
}

.reasons-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 100px;
}

.reasons-left-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  animation: fadeInLeft 1s ease-out;
}

.reasons-image {
  width: 100%;
}

.phone-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.phone-image:hover {
  transform: translateY(-10px);
}

.reasons-text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reason-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
  margin: 0;
}

.reasons-cta-button {
  background-color: transparent;
  color: #3b82f6;
  border: 2px solid #3b82f6;
  padding: 12px 32px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 10px;
}

.reasons-cta-button:hover {
  background-color: #3b82f6;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.reasons-right-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  animation: fadeInRight 1s ease-out 0.2s backwards;
}

.reasons-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
}

.reasons-icon-features {
  background-color: #1f2937;
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.icon-feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.feature-icon:hover {
  transform: scale(1.1);
}

.blue-bg {
  background-color: #3b82f6;
}

.white-bg {
  background-color: #fff;
}

.check-svg {
  width: 28px;
  height: 28px;
  stroke-width: 3;
}

.blue-bg .check-svg {
  stroke: #fff;
}

.white-bg .check-svg {
  stroke: #3b82f6;
}

.feature-text {
  flex: 1;
}

.feature-text p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d1d5db;
  margin: 0;
}

.reasons-bottom-section {
  text-align: center;
}

.reasons-bottom-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 60px;
  animation: fadeInUp 1s ease-out;
}

.reasons-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.reason-card {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 20px;
  padding: 50px 35px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 1s ease-out backwards;
}

.reason-card:nth-child(1) {
  animation-delay: 0.1s;
}

.reason-card:nth-child(2) {
  animation-delay: 0.2s;
}

.reason-card:nth-child(3) {
  animation-delay: 0.3s;
}

.reason-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
}

.reason-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.reason-card-text {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  position: relative;
  z-index: 2;
}

.card-number {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  z-index: 1;
}

/* ========================================
   Our Team Section
   ======================================== */
.our-team-section {
  background-color: #f5f5f5;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.team-header {
  text-align: center;
  margin-bottom: 80px;
  animation: fadeInUp 1s ease-out;
}

.team-main-title {
  font-size: 3rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.team-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  max-width: 900px;
  margin: 0 auto;
}

.team-grid {
  display: grid;
  gap: 60px;
}

.team-member {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  animation: fadeInLeft 1s ease-out;
}

.team-member.reverse {
  animation: fadeInRight 1s ease-out;
}

.team-member:nth-child(1) {
  animation-delay: 0.1s;
}

.team-member:nth-child(2) {
  animation-delay: 0.2s;
}

.team-member:nth-child(3) {
  animation-delay: 0.3s;
}

.team-member:nth-child(4) {
  animation-delay: 0.4s;
}

.member-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.member-image-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.member-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius:30px;
  transition: transform 0.5s ease;
  filter: grayscale(0%);
}

.member-image-wrapper:hover .member-image {
  transform: scale(1.05);
  filter: grayscale(0%);
  border-radius:30px;
}

.member-info {
  padding: 20px;
}

.member-name-line {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.member-name-line.reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.name-accent-line {
  width: 60px;
  height: 3px;
  background-color: #3b82f6;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.team-member:hover .name-accent-line {
  width: 80px;
}

.member-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  transition: color 0.3s ease;
}

.team-member:hover .member-name {
  color: #3b82f6;
}

.member-role {
  font-size: 0.95rem;
  color: #3b82f6;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 500;
}

.member-name-line.reverse ~ .member-role {
  text-align: right;
}

.member-bio {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.member-name-line.reverse ~ .member-bio {
  text-align: right;
}
/* ========================================
   Animations
   ======================================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

/* ========================================
   Responsive Design - Tablet
   ======================================== */
@media (max-width: 1024px) {
  .coming-soon-text {
    font-size: 3rem;
  }

  .hero-pos-content,
  .features-content-wrapper,
  .story-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .story-title {
    font-size: 2rem;
  }

  .image-wrapper {
    transform: perspective(1000px) rotateY(0deg);
  }

  .story-content {
    gap: 50px;
  }

  .story-background {
    width: 100%;
    height: 50%;
    opacity: 0.2;
  }

  .reasons-top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .reasons-image {
    grid-column: 1 / -1;
  }

  .reasons-title {
    font-size: 2rem;
  }

  .reasons-bottom-title {
    font-size: 2rem;
  }

  .reasons-cards-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .team-main-title {
    font-size: 2.5rem;
  }

  .team-grid {
    gap: 50px;
  }

  .team-member {
    gap: 40px;
  }
}

/* ========================================
   Responsive Design - Mobile
   ======================================== */
@media (max-width: 768px) {
  .coming-soon-banner {
    padding: 40px 0;
  }

  .coming-soon-text {
    font-size: 2.5rem;
  }

  .hero-pos-section {
    padding: 50px 0;
  }

  .hero-pos-content {
    gap: 30px;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  .hero-title {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }

  .cta-button {
    padding: 12px 28px;
    font-size: 0.85rem;
    width: 100%;
  }

  .features-pos-section {
    padding: 50px 0;
  }

  .features-description {
    font-size: 0.95rem;
  }

  .feature-image {
    border-radius: 12px;
  }

  .story-section {
    padding: 60px 0;
  }

  .story-content {
    gap: 40px;
  }

  .story-title {
    font-size: 1.75rem;
  }

  .story-quote-box {
    padding: 35px 25px;
  }

  .quote-icon {
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
  }

  .story-text {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .story-background {
    width: 100%;
    height: 40%;
    opacity: 0.15;
  }

  .code-background-image {
    border-radius: 0;
  }

  .reasons-section {
    padding: 60px 0;
  }

  .reasons-top-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .reasons-image {
    grid-column: 1;
  }

  .reasons-title {
    font-size: 1.75rem;
  }

  .reasons-bottom-title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }

  .reasons-icon-features {
    padding: 30px 20px;
    gap: 25px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
  }

  .check-svg {
    width: 24px;
    height: 24px;
  }

  .reason-card {
    padding: 40px 30px;
  }

  .card-number {
    font-size: 5rem;
  }
  .our-team-section {
    padding: 60px 0;
  }

  .team-header {
    margin-bottom: 50px;
  }

  .team-main-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .team-description {
    font-size: 0.95rem;
  }

  .team-grid {
    gap: 40px;
  }

  .team-member,
  .team-member.reverse {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .member-name-line,
  .member-name-line.reverse {
    flex-direction: row;
    text-align: left;
  }

  .member-role,
  .member-bio {
    text-align: left !important;
  }

  .member-name {
    font-size: 1.3rem;
  }

  .name-accent-line {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon-text {
    font-size: 2rem;
    letter-spacing: 0.02em;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .story-title {
    font-size: 1.5rem;
  }

  .container {
    padding: 0 15px;
  }

  .reasons-title {
    font-size: 1.5rem;
  }

  .reasons-bottom-title {
    font-size: 1.5rem;
  }

  .reasons-cta-button {
    width: 100%;
    padding: 12px 24px;
  }

  .reason-card-title {
    font-size: 1.3rem;
  }

  .reason-card-text {
    font-size: 0.95rem;
  }

  .card-number {
    font-size: 4rem;
    bottom: 15px;
    right: 20px;
  }
  .team-main-title {
    font-size: 1.75rem;
  }

  .team-description {
    font-size: 0.9rem;
  }

  .member-info {
    padding: 10px 0;
  }

  .member-name {
    font-size: 1.2rem;
  }

  .member-role {
    font-size: 0.9rem;
  }

  .member-bio {
    font-size: 0.9rem;
  }
}