/* Page-specific styles for sub pages - Enhanced Version */

/* Page Header - Enhanced */
.page-header {
  background: linear-gradient(135deg, #005073 0%, #0077a3 50%, #00a8cc 100%);
  color: white;
  padding: 8rem 0 4rem;
  margin-top: 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,60 C300,120 900,0 1200,60 L1200,120 L0,120 Z" fill="rgba(255,255,255,0.1)"/></svg>');
  background-size: cover;
  background-position: bottom;
  animation: wave 3s ease-in-out infinite;
}

.page-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.page-title i {
  color: #ffa500;
  font-size: 2.5rem;
}

.page-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Access Page Styles - Enhanced */
.access-info {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.access-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-card {
  background: white;
  padding: 2.5rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffa500, #ff8c00);
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.info-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffa500, #ff8c00);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(255, 165, 0, 0.3);
}

.info-icon i {
  font-size: 1.8rem;
  color: white;
}

.info-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 1.5rem;
}

.location-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 0.8rem;
  background: linear-gradient(45deg, #005073, #0077a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.address {
  color: #666;
  line-height: 1.8;
  font-size: 1.1rem;
}

.time-info {
  color: #666;
}

.time-info strong {
  color: #005073;
  font-size: 1.2rem;
}

.time-note {
  font-size: 0.95rem;
  color: #999;
  margin-top: 0.8rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #ffa500;
}

.parking-note {
  font-size: 0.95rem;
  color: #999;
  margin-top: 0.8rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #ffa500;
}

.access-methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.method {
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 15px;
  border-left: 4px solid #ffa500;
}

.method h4 {
  color: #005073;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.method h4 i {
  color: #ffa500;
  font-size: 1.2rem;
}

.method p {
  color: #666;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.map-container {
  position: sticky;
  top: 100px;
}

.map-container h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 2rem;
  text-align: center;
}

.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  position: relative;
}

.google-map {
  width: 100%;
  height: 450px;
}

.map-placeholder {
  width: 100%;
  height: 450px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  position: relative;
}

.map-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="%23005073" opacity="0.1"><animate attributeName="r" values="2;20;2" dur="2s" repeatCount="indefinite"/><animate attributeName="opacity" values="0.1;0.3;0.1" dur="2s" repeatCount="indefinite"/></circle></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.map-placeholder i {
  font-size: 4rem;
  color: #005073;
  margin-bottom: 1.5rem;
  animation: pulse 2s infinite;
}

.map-placeholder p {
  font-size: 1.1rem;
  font-weight: 600;
}

.map-note {
  font-size: 0.95rem;
  color: #999;
  margin-top: 0.8rem;
}

.map-links {
  text-align: center;
}

.important-notes {
  padding: 5rem 0;
  background: white;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.note-card {
  background: white;
  padding: 2.5rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.note-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #005073, #0077a3);
}

.note-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.note-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #005073, #0077a3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 10px 25px rgba(0, 80, 115, 0.3);
}

.note-icon i {
  font-size: 2rem;
  color: white;
}

.note-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 1.5rem;
}

.note-card p {
  line-height: 1.7;
  color: #666;
}

.note-card strong {
  color: #005073;
  font-weight: 700;
}

/* Contact Page Styles - Enhanced */
.contact-info-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-methods {
  display: flex;
}

.contact-card {
  background: white;
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #005073, #0077a3);
}

.contact-card.primary {
  border-color: #ffa500;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
}

.contact-card.primary::before {
  background: linear-gradient(90deg, #ffa500, #ff8c00);
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #005073, #0077a3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0, 80, 115, 0.3);
}

.contact-card.primary .contact-icon {
  background: linear-gradient(135deg, #ffa500, #ff8c00);
  box-shadow: 0 10px 25px rgba(255, 165, 0, 0.4);
}

.contact-icon i {
  font-size: 2rem;
  color: white;
}

.contact-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 1.5rem;
}

.phone-number {
  font-size: 2rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #005073, #0077a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.email-address {
  font-size: 1.3rem;
  font-weight: 600;
  color: #005073;
  margin-bottom: 1rem;
}

.contact-time {
  color: #666;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.contact-note {
  font-size: 1rem;
  color: #999;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #ffa500;
}

.social-contact {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-instagram {
  background: linear-gradient(45deg, #e4405f, #c13584);
  color: white;
  flex: 1;
}

.btn-twitter {
  background: linear-gradient(45deg, #1da1f2, #0d8bd9);
  color: white;
  flex: 1;
}

.contact-form-section {
  position: sticky;
  top: 100px;
}

.contact-form-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 2rem;
  text-align: center;
}

.contact-form {
  background: white;
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffa500, #ff8c00);
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-group.focused label {
  color: #005073;
  transform: translateY(-2px);
}

.form-group label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.required {
  color: #e74c3c;
  font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1.2rem;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #005073;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 80, 115, 0.1);
  transform: translateY(-2px);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.6;
}

.checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.privacy-link {
  color: #005073;
  text-decoration: underline;
  font-weight: 600;
}

.privacy-link:hover {
  color: #ffa500;
}

.faq-links {
  padding: 5rem 0;
  background: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.faq-item {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #005073, #0077a3);
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.faq-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffa500, #ff8c00);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(255, 165, 0, 0.3);
}

.faq-icon i {
  font-size: 1.5rem;
  color: white;
}

.faq-item h4 {
  color: #005073;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq-item p {
  color: #666;
  line-height: 1.7;
  font-size: 1.05rem;
}

.faq-more {
  text-align: center;
}

.contact-cta {
  padding: 5rem 0;
  background: linear-gradient(135deg, #005073 0%, #0077a3 50%, #00a8cc 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,60 C300,120 900,0 1200,60 L1200,120 L0,120 Z" fill="rgba(255,255,255,0.1)"/></svg>');
  background-size: cover;
  background-position: bottom;
  animation: wave 3s ease-in-out infinite;
}

.contact-cta .cta-content {
  position: relative;
  z-index: 2;
}

.contact-cta .cta-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.contact-cta .cta-content p {
  font-size: 1.3rem;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.contact-cta .cta-buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Reservation Page Styles - Enhanced */
.reservation-methods {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 3rem;
}

.method-card {
  background: white;
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.method-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #005073, #0077a3);
}

.method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.method-card.primary {
  border-color: #ffa500;
  transform: scale(1.05);
  background: linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
}

.method-card.primary::before {
  background: linear-gradient(90deg, #ffa500, #ff8c00);
}

.method-card.primary:hover {
  transform: scale(1.05) translateY(-10px);
}

.method-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #005073, #0077a3);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 15px 30px rgba(0, 80, 115, 0.3);
}

.method-card.primary .method-icon {
  background: linear-gradient(135deg, #ffa500, #ff8c00);
  box-shadow: 0 15px 30px rgba(255, 165, 0, 0.4);
}

.method-icon i {
  font-size: 2.2rem;
  color: white;
}

.method-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 1.5rem;
}

.method-card p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.method-features {
  margin: 2rem 0;
}

.method-features ul {
  list-style: none;
  text-align: left;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 15px;
}

.method-features li {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  font-size: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.method-features li:last-child {
  border-bottom: none;
}

.method-features i {
  color: #28a745;
  font-size: 1.1rem;
}

.reservation-notes {
  padding: 5rem 0;
  background: white;
}

.notes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.note-section {
  background: white;
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.note-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffa500, #ff8c00);
}

.note-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.note-section h3 i {
  color: #ffa500;
  font-size: 1.6rem;
}

.policy-table {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.policy-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-bottom: 1px solid #e9ecef;
}

.policy-row:last-child {
  border-bottom: none;
}

.policy-time,
.policy-fee {
  padding: 1.5rem;
  font-size: 1.05rem;
}

.policy-time {
  background: #f8f9fa;
  color: #666;
  font-weight: 500;
}

.policy-fee {
  background: #fff;
  font-weight: 700;
  color: #005073;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-note {
  font-size: 1rem;
  color: #666;
  font-style: italic;
  padding: 1.5rem;
  background: #f0f8ff;
  border-radius: 10px;
  border-left: 4px solid #005073;
}

.weather-list {
  list-style: none;
  display: grid;
  gap: 1rem;
}

.weather-list li {
  padding: 1.2rem;
  position: relative;
  padding-left: 3rem;
  background: #f8f9fa;
  border-radius: 10px;
  color: #666;
  line-height: 1.6;
}

.weather-list li::before {
  content: "⛅";
  font-size: 1.5rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.payment-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.payment-method,
.payment-timing {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 15px;
  border-left: 4px solid #ffa500;
}

.payment-method h4,
.payment-timing h4 {
  color: #005073;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.payment-method ul,
.payment-timing ul {
  list-style: none;
}

.payment-method li,
.payment-timing li {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  font-size: 1.05rem;
}

.payment-method i,
.payment-timing i {
  color: #ffa500;
  font-size: 1.1rem;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.condition-item {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.condition-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.condition-item h4 {
  color: #005073;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.condition-item h4 i {
  color: #ffa500;
  font-size: 1.3rem;
}

.condition-item p {
  color: #666;
  line-height: 1.6;
}

.what-to-bring {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.bring-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 3rem;
}

.bring-section {
  background: white;
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 165, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.bring-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffa500, #ff8c00);
}

.bring-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #005073;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bring-section h3 i {
  color: #ffa500;
  font-size: 1.3rem;
}

.bring-list {
  list-style: none;
}

.bring-list li {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  font-size: 1.05rem;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
}

.bring-list li:last-child {
  border-bottom: none;
}

.bring-list.required li i {
  color: #e74c3c;
  font-size: 1.2rem;
}

.bring-list.optional li i {
  color: #28a745;
  font-size: 1.2rem;
}

.clothing-tips {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tip-item {
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 15px;
  border-left: 4px solid #ffa500;
}

.tip-item h4 {
  color: #005073;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.tip-item p {
  color: #666;
  line-height: 1.7;
}

.reservation-flow {
  padding: 5rem 0;
  background: white;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  position: relative;
}

.step {
  background: white;
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 165, 0, 0.1);
  transition: all 0.3s ease;
}

.step:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffa500, #ff8c00);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffa500, #ff8c00);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  margin: 0 auto 2rem;
  box-shadow: 0 10px 25px rgba(255, 165, 0, 0.3);
}

.step-content h3 {
  color: #005073;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.step-content p {
  color: #666;
  line-height: 1.7;
  font-size: 1.05rem;
}

.reservation-cta {
  padding: 5rem 0;
  background: linear-gradient(135deg, #005073 0%, #0077a3 50%, #00a8cc 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.reservation-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,60 C300,120 900,0 1200,60 L1200,120 L0,120 Z" fill="rgba(255,255,255,0.1)"/></svg>');
  background-size: cover;
  background-position: bottom;
  animation: wave 3s ease-in-out infinite;
}

.reservation-cta .cta-content {
  position: relative;
  z-index: 2;
}

.reservation-cta .cta-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.reservation-cta .cta-content p {
  font-size: 1.3rem;
  margin-bottom: 3rem;
  opacity: 0.9;
}

.reservation-cta .cta-buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Enhanced Button Styles */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.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-primary {
  background: linear-gradient(45deg, #ffa500, #ff8c00);
  color: white;
  box-shadow: 0 8px 25px rgba(255, 165, 0, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 165, 0, 0.6);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-secondary:hover {
  background: white;
  color: #005073;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.btn-large {
  padding: 1.5rem 3rem;
  font-size: 1.2rem;
}

/* Animation Keyframes */
@keyframes wave {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Responsive Design for Sub Pages - Enhanced */
@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem;
    flex-direction: column;
    gap: 1rem;
  }

  .page-title i {
    font-size: 2rem;
  }

  .access-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .map-container {
    position: static;
  }

  .methods-grid {
    grid-template-columns: 1fr;
  }

  .method-card.primary {
    transform: none;
  }

  .method-card.primary:hover {
    transform: translateY(-10px);
  }

  .payment-info {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .conditions-grid {
    grid-template-columns: 1fr;
  }

  .bring-grid {
    grid-template-columns: 1fr;
  }

  .flow-steps {
    grid-template-columns: 1fr;
  }

  .reservation-cta .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-large {
    width: 100%;
    max-width: 320px;
  }

  .info-card,
  .method-card,
  .note-section,
  .bring-section,
  .step {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 2rem;
  }

  .reservation-cta .cta-content h2 {
    font-size: 2.2rem;
  }

  .reservation-cta .cta-content p {
    font-size: 1.1rem;
  }

  .info-card,
  .method-card,
  .note-section,
  .bring-section,
  .step {
    padding: 1.5rem;
  }

  .method-icon,
  .note-icon {
    width: 70px;
    height: 70px;
  }

  .method-icon i,
  .note-icon i {
    font-size: 1.8rem;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

/* Responsive Design for Contact Page */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-form-section {
    position: static;
  }

  .contact-card,
  .contact-form {
    padding: 2rem;
  }

  .phone-number {
    font-size: 1.6rem;
  }

  .social-contact {
    flex-direction: column;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-cta .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-large {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .contact-card,
  .contact-form {
    padding: 1.5rem;
  }

  .contact-icon {
    width: 70px;
    height: 70px;
  }

  .contact-icon i {
    font-size: 1.8rem;
  }

  .phone-number {
    font-size: 1.4rem;
  }

  .contact-cta .cta-content h2 {
    font-size: 2.2rem;
  }

  .contact-cta .cta-content p {
    font-size: 1.1rem;
  }
}
