
  body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fffaf6;
	color: #231F20;
  }
  header, section {
	padding: 2rem 1rem;
	max-width: 1100px;
	margin: 0 auto;
  }
  
  .titan-one-regular {
	font-family: "Titan One", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .custom-navbar {
	position: fixed;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
	background-color: #E7D4C0;
	border: 2px solid #E7A15B;
	border-radius: 24px;
	padding: 1rem 1rem;
	z-index: 1000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }
  
  .custom-navbar .nav-link {
	color: #1f1f1f;
	font-weight: 600;
	text-decoration: none;
	margin: 0 0.5em;
  }
  
  .custom-navbar .nav-link:hover {
	text-decoration: underline;
  }
  
  .custom-navbar .navbar-brand {
	margin: 0 1.5em 0 0;
  }
  
  .mobile-nav-toggle {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1100;
	background-color: #E7A15B;
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .mobile-nav {
	display: none;
	position: fixed;
	top: 0rem;
	right: 0rem;
	background-color: #E7D4C0;
	padding: 1rem;
	z-index: 1090;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
	height: 100vh;
  }
  
  .mobile-nav a {
	color: #1f1f1f;
	text-decoration: none;
	font-weight: 600;
	display: block;
	font-size: 2rem;
  }
  
  .close-btn {
	align-self: flex-end;
	background: none;
	border: none;
	font-size: 1.2rem;
	font-weight: bold;
	color: #231F20;
	cursor: pointer;
	margin-bottom: 0.5rem;
  }
  
  .hero {
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url('img/hero-background.svg') no-repeat center center;
	background-size: 700px auto;
	padding: 2rem 1rem;
  }
  .hero h1 {
	font-size: 9rem;
	margin: 0.5rem 0;
  }
  .hero p {
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
  }
  .hero-download svg {
	max-width: 100%;
	height: auto;
  }
  
  .hero-download .qrcode svg {
	width: 44px;
	height: 44px;
  }
  
  .hero-download .appstore-button svg {
	width: auto;
	height: 44px;
	display: block;
  }
  
  .cta-button {
	background-color: #f6a824;
	border: none;
	padding: 0.8rem 1.6rem;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 8px;
	cursor: pointer;
  }
  .feature-section h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
  }
  .feature-section p.intro {
	text-align: center;
	font-size: 1.1rem;
	max-width: 700px;
	margin: 0 auto 2rem;
  }
  .feature-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
  }
  .feature-card img {
	width: 100%;
	max-width: 350px;
	margin: 0;
	padding: 0;
	display: block;
  }
  .feature-card .large {
	max-width: 750px;
  }
  .feature-card .feature-text {
	margin-top: 36px;
	padding: 0 1rem 1.5rem;
  }
  .feature-card h3 {
	margin: 0.5rem 0;
  }
  .feature-card p {
	font-size: 0.95rem;
  }
  .newsletter {
	background: #fcebd9;
	padding: 2rem;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 3rem;
  }
  .newsletter input {
	padding: 0.6rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-top: 1rem;
	width: 100%;
	max-width: 300px;
  }
  .footer {
	text-align: center;
	font-size: 0.8rem;
	color: #231F20;
	padding: 2rem 1rem;
  }
  .footer a {
	color: #231F20;
	margin: 0 0.5rem;
	text-decoration: none;
  }
  
  .footer-section {
	background-color: #E7A15B;
	color: #231F20;
	width: 100%;
	padding: 0;
  }
  
  .footer-section > .container {
	padding: 2rem 1rem;
  }
  
  .footer-section h6 {
	margin-bottom: 1rem;
	color: #231F20;
	font-size: 1.2em
  }
  
  .footer-section .footer-link {
	color: #231F20;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
  }
  
  .footer-section .footer-link:hover {
	text-decoration: underline;
  }
  .footer-logo-svg svg {
	width: 70;
	height: 70px;
	display: block;
  }
  .footer-sticker {
	max-width: 260px;
	height: auto;
  }
  .footer .small {
	color: ##231F20;
  }
  
  /* Extra small devices (phones, <576px) */
  @media (max-width: 575.98px) {
  .hero {
	padding: 1rem;
	background-size: 400px auto; /* reduce background size */
	height: 110vh;
	}
  
	.hero h1 {
	font-size: 4rem;
	line-height: 1;
	}
  
	.hero h3 {
	font-size: 1.5rem;
	}
  
	.hero p {
	font-size: 1rem;
	max-width: 90%;
	margin: 0 auto 1rem;
	}
  
	.hero-download {
	flex-direction: column !important;
	gap: 1rem;
	}
  
	.hero-download .appstore-button svg,
	.hero-download .qrcode svg {
	width: 100%;
	height: auto;
	max-width: 160px;
	margin: 0 auto;
	}
	.home-hero {
	max-height: 60vh;
	height: auto;
	width: auto;
	object-fit: contain;
	}
	
	.feature-card img {
	  width: 60%;
	  max-width: 250px;
	  margin: 0;
	  padding: 0;
	  display: block;
	}
	.feature-card .large {
	  width: 100%;
	  max-width: 95%;
	}
	.footer-sticker {
	  margin: 0 auto;
	}
  }
  
  /* Small devices (portrait tablets and large phones, ≥576px) */
  @media (min-width: 576px) and (max-width: 767.98px) {
	/* Example: Adjust image padding, reduce card gaps */
  }
  
  /* Medium devices (tablets, ≥768px) */
  @media (min-width: 768px) and (max-width: 991.98px) {
	/* Example: Two-column layout for feature cards */
  }
  
  /* Large devices (desktops, ≥992px) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
	/* Example: Slightly tighter layout for large screens */
  }
  
  /* Extra large devices (≥1200px) */
  @media (min-width: 1200px) {
	/* Example: Full layout, large hero size, full grid */
  }
  