@font-face { font-family: 'Arian-LT'; src: url(/fonts/Arian\ LT\ Heavy.ttf) format("truetype"); }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: "Montserrat", sans-serif; color: #1f2937; background: #f9fafb; overflow-x: hidden; scroll-behavior: smooth; }
/* .container { width: min(980px, 92%); margin: 0 auto; } */
.container { width: 100%; margin: 0 auto; padding: 0 3.25rem;}

h1, h2 { font-family: 'Arian-LT', sans-serif; color: #1f2937; margin: 0; }

/* Custom */
.brand img{
    width: 150px;
    transition: transform 0.3s ease;
}
.brand img:hover {
    transform: scale(1.05);
}

.header-bg-wrap{
    background-color: rgb(201, 231, 207);
    background-image: url(/img/01_03_staymedia_ng_web-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    animation: fadeIn 1.5s ease-out;
}

.site-header { 
    padding: 2rem 0;
    background: none; 
    color: white;
    /* background: #0f172a; 
    position: sticky; top: 0; z-index: 10;  */
}

/* .header-grid { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand { font-size: 1.475rem; font-weight: 700; letter-spacing: 1px; }
.menu a { margin-left: 18px; text-decoration: none; color: #dbeafe; font-weight: 600; }
.menu a:hover { color: #f8fafc; }
.main, main { min-height: 100vh; } */

.hero { 
    /* background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);  */
    background: none; color: black; padding: 24px 0 56px; }

/* .hero-content { text-align: center; max-width: 760px; margin: 0 auto; } */

.hero h1 { 
    font-size: 5.25rem; 
    font-weight: 900;
    line-height: 3.24rem;
    /* font-size: clamp(1.8rem, 5vw, 3rem);  */
    margin-bottom: 36px;
    animation: fadeInUp 1s ease-out 0.2s both;
}
/* .hero p { font-size: 1.12rem; margin-bottom: 24px; line-height: 1.55;} */
.hero .heroP{
    background-color: rgb(255 255 255);
    border-radius: 50px;
    padding: 6px 16px;
    animation: slideInLeft 0.8s ease-out 0.4s both;
    transition: transform 0.3s ease;
}
.hero .heroP:hover {
    transform: scale(1.05);
}
.hero ul { list-style: none; padding: 0; margin: 28px 0 36px; display: flex; flex-direction: column; gap: 12px; }
.hero li {
    display: flex;
    align-items: center;
    gap: 12px;
    animation: fadeInUp 0.6s ease-out 0.6s both;
    opacity: 0;
    animation-fill-mode: both;
}
.hero li:nth-child(1) { animation-delay: 0.6s; }
.hero li:nth-child(2) { animation-delay: 0.8s; }
.hero li:nth-child(3) { animation-delay: 1s; }
.hero li:nth-child(4) { animation-delay: 1.2s; }
.hero li:hover {
    transform: translateX(10px);
    transition: transform 0.3s ease;
}
.hero ul li img {
    width: 18px;
    margin: 0 4px 0 0;
    transition: transform 0.3s ease;
}
.hero li:hover img {
    transform: scale(1.2) rotate(10deg);
}


.hero-actions { display: flex; justify-content: start; flex-wrap: wrap; gap: 12px; }
.hero-actions a.cTimer { background: #fff; color: #000; border-color: #eee; }
.hero-actions a.cTimer:hover { background: #000; color: #fff; border-color: #000;}
.hero-actions a.cSales { background: #fdc900; color: #000; border-color: rgba(255,255,255,0.35); }
.hero-actions a.cSales:hover { background: rgba(255,255,255,0.1); }

/*Pricing*/
.section { padding: 64px 0 20px; }
.pricing-section h2{ font-size: 2.75rem; line-height: 1.875rem; margin-bottom: 12px; text-align: center; }
/* .section h2 { font-size: 2rem; margin-bottom: 8px; text-align: center; } */
.subheadicon, .subheading { text-align: center; color: #475569; margin-bottom: 18px; }
.subheading {margin-bottom: 60px; }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.carousel-dots { display: none; }
.plan-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 7px 21px rgba(15, 23, 42, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.8s ease-out both;
    opacity: 0;
    animation-fill-mode: both;
}

.plan-card:nth-child(1) { animation-delay: 0.1s; }
.plan-card:nth-child(2) { animation-delay: 0.2s; }
.plan-card:nth-child(3) { animation-delay: 0.3s; }

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
    border-color: #009e3d;
}

.plan-card.popular {
    border-color: #009e3d;
    box-shadow: 0 9px 27px rgba(59, 130, 246, 0.23);
    transform: translateY(-3px);
    animation: bounceIn 0.8s ease-out 0.2s both;
}

.plan-card.popular:hover {
    transform: translateY(-11px);
    box-shadow: 0 25px 50px rgba(0, 158, 61, 0.3);
}
.badge { display: inline-block; background: #009e3d; color: #fff; padding: 5px 11px; border-radius: 9999px; font-size: 0.75rem; margin-bottom: 9px; font-weight: 700; text-transform: uppercase; }
.plan-card h3 { margin: 12px 0 9px; font-size: 1.25rem; }

.plan-price{display: flex;align-items: center; margin: 16px 0;}
.price { font-family: 'Arian-LT', sans-serif; font-size: 2.45rem; font-weight: 700; margin: 0 8px 13px 0; }
.plan-price > span{font-size: 16px;}
.price span { font-size: 1rem; font-weight: 600; color: #64748b; }
.plan-card a.cSalesBtn{ width: 100%; background-color: #000; color: #fff; border-radius: 6px; padding: 10px 18px; border-color: #000; margin-bottom: 16px; }
.plan-card a.cSalesBtn:hover{ background-color: #fdc900; color: #000; border-radius: 6px; padding: 10px 18px; border-color: #fdc900; }
    
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; padding: 10px 18px; font-weight: 700; text-decoration: none; border: 1px solid transparent; transition: all 0.18s ease; }
/* .btn-primary { background: #2563eb; color: #fff; border-color: #2563eb; }
.btn-primary:hover { background: #1d4ed8; }
.btn-secondary { background: rgba(255,255,255,0.22); color: #eff6ff; border-color: rgba(255,255,255,0.35); }
.btn-secondary:hover { background: rgba(255,255,255,0.35); }
.btn-outline { background: white; color: #1e293b; border-color: #cbd5e1; }
.btn-outline:hover { background: #f8fafc; } */

.plan-card .plan-note { font-size: 0.855rem; color: #475569; margin-bottom: 16px; text-decoration: underline; }

.plan-card ul { list-style: none; padding: 0; margin: 0 0 18px; color: #475569; }
.plan-card li { margin-bottom: 8px; font-size: 0.875rem; display: flex; align-items: center; gap: 6px; }
.plan-card li img { width: 18px;}
.fa-right-long { margin-left: 8px; }

/*FAQs*/
.faq-section {margin: 0 0 65px;}
.faq-section h2 { text-align: center; margin-bottom: 42px;}
.faq-list { display: grid; gap: 12px; max-width: 780px; margin: 0 auto; }
details {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out both;
    opacity: 0;
    animation-fill-mode: both;
}

details:nth-child(1) { animation-delay: 0.1s; }
details:nth-child(2) { animation-delay: 0.2s; }
details:nth-child(3) { animation-delay: 0.3s; }
details:nth-child(4) { animation-delay: 0.4s; }
details:nth-child(5) { animation-delay: 0.5s; }
details:nth-child(6) { animation-delay: 0.6s; }
details:nth-child(7) { animation-delay: 0.7s; }
details:nth-child(8) { animation-delay: 0.8s; }
details:nth-child(9) { animation-delay: 0.9s; }
details:nth-child(10) { animation-delay: 1.0s; }
details:nth-child(11) { animation-delay: 1.1s; }
details:nth-child(12) { animation-delay: 1.2s; }

details:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #009e3d;
}

summary {
    font-size: 1.04rem;
    cursor: pointer;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
}

summary:hover {
    color: #009e3d;
}

summary::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

details[open] summary::after {
    content: '−';
    transform: rotate(180deg);
}

details[open] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #009e3d;
}

details p {
    margin: 9px 0 0;
    color: #334155;
    animation: fadeIn 0.3s ease-out;
}
.contact-section { text-align: center; background: #f8fafc; }
.contact-section p { color: #475569; margin-bottom: 14px; }

/* Footer */
.site-footer {
    text-align: center;
    background: #009e3d;
    color: #cbd5e1;
    padding: 15px 0;
    animation: fadeIn 0.8s ease-out 1.5s both;
    opacity: 0;
    animation-fill-mode: both;
}
 .site-footer a {
     color: #cbd5e1;
     text-decoration: none;
     font-weight: 600;
     transition: all 0.3s ease;
     position: relative;
 }

 .site-footer a::after {
     content: '';
     position: absolute;
     bottom: -2px;
     left: 0;
     width: 0;
     height: 2px;
     background: #fdc900;
     transition: width 0.3s ease;
 }

 .site-footer a:hover {
     color: #fdc900;
 }

 .site-footer a:hover::after {
     width: 100%;
 }

/* Page Loading Animation */
body {
    animation: fadeIn 0.5s ease-out;
}

/* Intersection Observer for scroll animations */
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.fade-in-section.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Keyframe Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Animation Classes */
.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

.slide-in-left {
  animation: slideInLeft 0.6s ease-out;
}

.bounce-in {
  animation: bounceIn 0.8s ease-out;
}

.pulse {
  animation: pulse 2s infinite;
}

/* Enhanced Button Animations */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn:hover::before {
  left: 100%;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn:active {
  transform: translateY(0);
  transition: transform 0.1s;
}

/* Mobile Styling */
@media (max-width: 768px) {
  /* Container & Layout */
  .container { padding: 0 1.25rem; }
  
  /* Header */
  .site-header { padding: 1rem 0; }
  .brand img { width: 100px; }
  
  /* Hero Section */
  .hero { padding: 16px 0 32px; }
  .hero h1 { 
    font-size: 2.5rem;
    line-height: 2rem;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-out 0.2s both;
  }
  .hero .heroP {
    padding: 4px 12px;
    font-size: 0.9rem;
    animation: slideInLeft 0.8s ease-out 0.4s both;
    transition: transform 0.3s ease;
  }
  .hero .heroP:hover {
    transform: scale(1.05);
  }
  .hero ul { margin: 16px 0 20px; gap: 8px; }
  .hero li {
    gap: 8px;
    font-size: 0.9rem;
    animation: fadeInUp 0.6s ease-out 0.6s both;
    opacity: 0;
    animation-fill-mode: both;
  }
  .hero li:nth-child(1) { animation-delay: 0.6s; }
  .hero li:nth-child(2) { animation-delay: 0.8s; }
  .hero li:nth-child(3) { animation-delay: 1s; }
  .hero li:nth-child(4) { animation-delay: 1.2s; }
  .hero li:hover {
    transform: translateX(8px);
    transition: transform 0.3s ease;
  }
  .hero ul li img {
    width: 14px;
    transition: transform 0.3s ease;
  }
  .hero li:hover img {
    transform: scale(1.2) rotate(10deg);
  }
  
  /* Hero Actions */
  .hero-actions { gap: 8px; }
  .hero-actions a.cTimer,
  .hero-actions a.cSales { 
    padding: 8px 14px;
    font-size: 0.9rem;
  }
  
  /* Pricing Section */
  .section { padding: 40px 0 16px; }
  .pricing-section h2 { 
    font-size: 1.75rem;
    line-height: 1.4rem;
    margin-bottom: 8px;
  }
  .subheadicon, .subheading { margin-bottom: 12px; font-size: 0.95rem; }
  .subheading { margin-bottom: 32px; }
  
  /* Pricing Grid */
  .pricing-grid { 
    display: flex;
    gap: 12px;
    transition: transform 0.3s ease-out;
    width: 100%;
    /* overflow-x: hidden; */
    padding-bottom: 32px;
    margin: 0;
    padding: 0;
  }
  .plan-card { 
    padding: 18px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    pointer-events: auto;
  }
  
  /* Dot Navigation */
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -28px;
    position: relative;
    z-index: 10;
    animation: fadeIn 0.6s ease-out 1s both;
    opacity: 0;
    animation-fill-mode: both;
  }
  .carousel-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .carousel-dots .dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }
  .carousel-dots .dot:hover::before {
    width: 20px;
    height: 20px;
  }
  .carousel-dots .dot.active {
    background: #009e3d;
    width: 30px;
    border-radius: 5px;
    transform: scale(1.1);
  }
  }
  .plan-card.popular { transform: translateY(0); }
  .badge { font-size: 0.65rem; padding: 4px 9px; }
  .plan-card h3 { font-size: 1.1rem; margin: 10px 0 8px; }
  
  /* Plan Price */
  .plan-price { margin: 12px 0; flex-wrap: wrap; }
  .price { font-size: 1.75rem; margin: 0 6px 8px 0; }
  .plan-price > span { font-size: 14px; margin-bottom: 8px; }
  .price span { font-size: 0.9rem; }
  
  /* Plan Card Content */
  .plan-card a.cSalesBtn { padding: 9px 14px; font-size: 0.9rem; }
  .plan-card .plan-note { font-size: 0.8rem; margin-bottom: 12px; }
  .plan-card ul { margin: 0 0 14px; }
  .plan-card li { margin-bottom: 6px; font-size: 0.8rem; gap: 5px; }
  .plan-card li img { width: 14px; }
  
  /* FAQ Section */
  .faq-section { margin: 0 0 40px; }
  .faq-section h2 { margin-bottom: 28px; font-size: 1.75rem; }
  .faq-list { max-width: 100%; gap: 10px; }
  details { padding: 10px 12px; }
  summary { font-size: 0.95rem; }
  details p { font-size: 0.9rem; }
  
  /* Contact & Footer */
  .contact-section { padding: 24px 0; }
  .contact-section p { font-size: 0.95rem; }
  .site-footer { padding: 12px 0; font-size: 0.9rem; }
  
  /* Header Grid (legacy) */
  .header-grid { flex-wrap: wrap; gap: 10px; }
  .menu { width: 100%; text-align: center; }
  .menu a { margin: 6px 8px; font-size: 0.9rem; }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
 p, ul, li, a{ font-size: 0.85rem; }
 /* .brand img{width: 450px;} */

  /* Container */
  .container { padding: 0 1rem; }

  .header-bg-wrap{
    background-position: left;
    width: 100%;
}

  /* Hero Section */
  .hero { padding: 12px 0 24px; }
  .hero h1 { 
    font-size: 3.75rem;
    line-height: 2.35rem;
    margin-bottom: 16px;
  }
  .hero .heroP { 
    padding: 3px 10px;
    font-size: 0.8rem;
  }
  .hero ul { margin: 12px 0 16px; gap: 6px; }
  .hero li { gap: 6px; }
  .hero ul li img { width: 12px; }
  
  /* Hero Actions */
  .hero-actions { 
    flex-direction: column;
    gap: 8px;
  }
  .hero-actions a.cTimer,
  .hero-actions a.cSales { 
    width: 100%;
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  
  /* Pricing Section */
  .section { padding: 32px 0 12px; }
  .pricing-section h2 { 
    font-size: 1.5rem;
    line-height: 1.25rem;
    margin-bottom: 6px;
  }
  .subheadicon, .subheading { margin-bottom: 10px; font-size: 0.85rem; }
  .subheading { margin-bottom: 24px; }
  
  /* Pricing Grid */
  .pricing-grid { 
    display: flex;
    gap: 12px;
    transition: transform 0.3s ease-out;
    padding-bottom: 32px;
    /* margin: 0 -1rem; */
    /* padding: 0 1rem 32px; */
  }
  .plan-card { 
    padding: 14px;
    border-radius: 10px;
    width: 100%;
    /* min-width: calc(100vw - 2rem); */
    flex-shrink: 0;
    pointer-events: auto;
  }
  
  /* Dot Navigation */
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
  .carousel-dots .dot {
    width: 10px;
    height: 7px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
  }
  .carousel-dots .dot.active {
    background: #009e3d;
    width: 30px;
    border-radius: 5px;
  }
  .badge { font-size: 0.6rem; padding: 3px 8px; }
  .plan-card h3 { font-size: 1rem; margin: 8px 0 6px; }
  .plan-card ul li{ font-size: 0.85rem; }

  /* Plan Price */
  .plan-desc { font-size: 0.85rem;  }

  .plan-price { margin: 10px 0; }
  .price { font-size: 2.15rem; margin: 0 4px 6px 0; }
  .plan-price > span { font-size: .85rem; }
  .price span { font-size: 0.8rem; }
  
  /* Plan Card Content */
  .plan-card a.cSalesBtn { 
    padding: 8px 12px;
  }
  .plan-card .plan-note { font-size: 0.75rem; margin-bottom: 10px; }
  .plan-card ul { margin: 0 0 12px; }
  .plan-card li { margin-bottom: 5px; font-size: 0.75rem; }
  .plan-card li img { width: 12px; }
  
  /* FAQ Section */
  .faq-section { margin: 0 0 32px; }
  .faq-section h2 { margin-bottom: 20px; font-size: 1.5rem; }
  .faq-list { gap: 8px; }
  details { padding: 8px 10px; }
  summary { font-size: 0.9rem; }
  details p { font-size: 0.85rem; }
  
  /* Contact Section */
  .contact-section { padding: 18px 0; }
  .contact-section p { font-size: 0.85rem; margin-bottom: 10px; }
  
  /* Footer */
  .site-footer { 
    padding: 10px 0;
    font-size: 0.8rem;
  }
  
  /* Brand Image */
  .brand img { width: 80px; }
}


