/*!
Theme Name: BiteBuddy Version 2
Theme URI: http://underscores.me/
Author: Whitespace Studio LLP
Author URI: http://wsstudio
Description: Version 2 of the BiteBuddy website.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitebuddy-v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BiteBuddy Version 2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: #000 !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 1.1rem;
}

.main-navigation a:hover {
	color: #F8832D;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background-color: transparent;
	border: none;
	text-align: center;
}

.main-navigation.toggled .menu-primary-nav-container {
	display: block;
	position: fixed;
	right: 0rem;
	left: 0rem;
	top: 5.55rem;
	background-color: #EDEBDA;
	border: none;
}

.main-navigation.toggled .menu-primary-nav-container ul li {
	padding: 0.5rem;
}

@media screen and (min-width: 770px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

@media (max-width: 30rem) {
	.main-navigation.toggled .menu-primary-nav-container {
	top: 4.3rem;
	}	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Custom BiteBuddy Theme Styles */

:root {
	--primary-color: #ff6b35;
	--secondary-color: #f7931e;
	--accent-color: #c5282f;
	--success-color: #27ae60;
	--warning-color: #f39c12;
	--error-color: #e74c3c;
	
	--text-dark: #2c3e50;
	--text-light: #ecf0f1;
	--text-gray: #7f8c8d;
	--text-muted: #95a5a6;
	
	--bg-primary: #ffffff;
	--bg-secondary: #f8f9fa;
	--bg-dark: #2c3e50;
	--bg-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	
	--shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
	--shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.15);
	--shadow-heavy: 0 15px 35px rgba(0, 0, 0, 0.2);
	
	--border-radius: 12px;
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  html {
	scroll-behavior: smooth;
  }
  
  body {
	font-family: 'Annie Use Your Telescope', sans-serif;
	line-height: 1.6;
	color: var(--text-dark);
	overflow-x: hidden;
  }
  
  .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
  }
  
  /* Floating Icons */
  .floating-icons {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
  }
  
  .floating-icon {
	position: absolute;
	font-size: 24px;
	opacity: 0.1;
	animation: float var(--duration, 10s) var(--delay, 0s) infinite ease-in-out;
  }
  
  .floating-icon:nth-child(1) { top: 10%; left: 10%; }
  .floating-icon:nth-child(2) { top: 20%; right: 15%; }
  .floating-icon:nth-child(3) { top: 60%; left: 5%; }
  .floating-icon:nth-child(4) { bottom: 30%; right: 10%; }
  .floating-icon:nth-child(5) { bottom: 10%; left: 20%; }
  
  @keyframes float {
	0%, 100% {
	  transform: translateY(0px) rotate(0deg);
	}
	25% {
	  transform: translateY(-20px) rotate(5deg);
	}
	50% {
	  transform: translateY(-10px) rotate(-5deg);
	}
	75% {
	  transform: translateY(-25px) rotate(3deg);
	}
  }
  
  /* Header */
  .header {
	font-family: 'Outfit, sans-serif';
	position: fixed;
	top: 0;
	width: 100%;
	background: #F2F0E4;
	backdrop-filter: blur(10px);
	z-index: 1000;
	transition: var(--transition);
	border-bottom: 1px solid #f8822d49;
  }

  .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 1rem;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .logo {
	display: flex;
	align-items: center;
	position: relative;
	width: 10rem;
	margin-top: 1rem;
  }

  .nav-menu {
	display: flex;
	list-style: none;
	gap: 32px;
  }
  
  .nav-link {
	text-decoration: none;
	color: var(--text-dark);
	font-weight: 500;
	position: relative;
	transition: var(--transition);
  }
  
  .nav-link::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--bg-gradient);
	transition: var(--transition);
  }
  
  .nav-link:hover {
	color: var(--primary-color);
  }
  
  .nav-link:hover::after {
	width: 100%;
  }
  
  /* Hero Section */
  .hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6F3E3;
	position: relative;
	overflow: hidden;
  }
  
  .hero-content {
	text-align: center;
	max-width: 800px;
	padding: 0 24px;
	z-index: 10;
	position: relative;
  }
  
  .hero-title {
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1.2;
	margin-top: 7rem;
  }
  
  .title-highlight {
	background: var(--bg-gradient);
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	color: #FF8C00;
	background-clip: text;
	display: block;
  }
  
  .hero-subtitle {
	font-size: 1.25rem;
	color: var(--text-gray);
	margin-bottom: 48px;
	line-height: 1.6;
  }
  
  .hero-cta {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
  }
  
  .cta-button {
	position: relative;
	padding: 16px 32px;
	border: none;
	border-radius: var(--border-radius);
	font-size: 16px;
	font-family: 'Outfit, sans-serif';
	font-weight: 500;
	cursor: pointer;
	transition: var(--transition);
	overflow: hidden;
  }
  
  .cta-button.primary {
	background: #FF8C00;
	color: white !important;
	box-shadow: var(--shadow-medium);
  }
  
  .cta-button.secondary {
	background: white;
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
	box-shadow: var(--shadow-light);
  }
  
  .button-shine {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s;
  }
  
  .cta-button:hover .button-shine {
	left: 100%;
  }
  
  .cta-button:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-heavy);
  }
  
  .cta-button.secondary:hover {
	background: var(--primary-color);
	color: white;
  }
  
  /* Hero Graphic */
  .hero-graphic {
	position: absolute;
	right: -200px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.1;
	z-index: 5;
  }
  
  .food-circle {
	position: relative;
	width: 400px;
	height: 400px;
	animation: rotate 20s infinite linear;
  }
  
  .food-item {
	position: absolute;
	font-size: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(var(--rotation)) translateY(-150px) rotate(calc(-1 * var(--rotation)));
  }
  
  @keyframes rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
  }
  
  /* Sections */
  .deals-section, .blog-section {
	padding: 5rem 0;
  }

  .blog-section {
	background-image: url('http://localhost:8888/whitespace_projects/bitebuddy-v2/wp-content/uploads/2025/08/top-view-old-french-newspaper-pieces-2.jpg');
	background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
  }
  
  .deals-section {
	background: var(--bg-secondary);
  }
  
  .section-header {
	text-align: center;
	margin-bottom: 80px;
  }
  
  .section-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	margin-bottom: 16px;
  }
  
  /* Deals */
.featured-deal {
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
  }
  
  .deal-card {
	background: white;
	border-radius: var(--border-radius);
	padding: 32px;
	box-shadow: var(--shadow-light);
	transition: var(--transition);
	position: relative;
	overflow: hidden;
  }
  
  .deal-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--bg-gradient);
	transform: scaleX(0);
	transition: var(--transition);
  }
  
  .deal-card:hover::before {
	transform: scaleX(1);
  }
  
  .deal-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-heavy);
  }
  
  .deal-card.featured {
	padding: 0rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 900px;
	margin: 0 auto;
	background: white;
	color: var(--text-dark);
  }
  
  .deal-image {
	position: relative;
	overflow: hidden;
	max-height: 23rem;
  }
  
  .deal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
  }
  
  .deal-card:hover .deal-image img {
	transform: scale(1.05);
  }
  
  .deal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255, 107, 53, 0.1), rgba(247, 147, 30, 0.1));
	opacity: 0;
	transition: var(--transition);
  }
  
  .deal-card:hover .deal-overlay {
	opacity: 1;
  }
  
  .deal-content {
	padding: 32px;
  }
  
  .deal-badge {
	background: #F6F3E3;
	color: #000;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
  }
  
  .deal-emoji {
	font-size: 48px;
	margin-bottom: 16px;
  }
  
  .deal-title {
	font-size: 2rem;
	font-weight: 700;
	margin: 16px 0 8px 0;
	line-height: 1.3;
  }
  
  .deal-location {
	font-size: 16px;
	color: var(--text-gray);
	font-weight: 500;
	margin-bottom: 16px;
  }
  
  .deal-description {
	font-family: Outfit, sans-serif;
	color: var(--text-gray);
	margin-bottom: 24px;
	line-height: 1.6;
  }
  
  .deal-cta {
	margin-top: auto;
  }

  .deal-button {
	padding: 0.5rem 1rem;
  }
  
  .deals-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 32px;
	margin-bottom: 80px;
  }
  
  .deals-grid .deal-card {
	text-align: center;
  }
  
  .deals-grid .deal-emoji {
	font-size: 36px;
  }
  
  .deals-grid .deal-title {
	font-size: 1.5rem;
	color: var(--text-dark);
  }
  
  .deal-description {
	color: var(--text-gray);
  }
  
  /* Blog */
  .featured-post {
	margin-bottom: 80px;
  }
  
  .blog-card {
	background: white;
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: var(--shadow-light);
	transition: var(--transition);
  }
  
  .blog-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-medium);
  }
  
  .blog-card.featured {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 900px;
	margin: 0 auto;
	max-height: 20rem;
  }
  
  .blog-image {
	position: relative;
	overflow: hidden;
	max-height: 20rem;
  }
  
  .blog-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: var(--transition);
  }
  
  .blog-card.featured .blog-image img {
	height: 100%;
  }
  
  .blog-card:hover .blog-image img {
	transform: scale(1.05);
  }
  
  .blog-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255, 107, 53, 0.1), rgba(247, 147, 30, 0.1));
	opacity: 0;
	transition: var(--transition);
	pointer-events: none;
  }
  
  .blog-card:hover .blog-overlay {
	opacity: 1;
  }
  
  .blog-content {
	padding: 32px;
  }
  
  .blog-category a {
	background: #edebda;
	color: white;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	pointer-events: none;
    cursor: default;
  }
  
  .blog-title {
	font-size: 1.4rem !important;
	font-weight: 500;
	font-family: 'Outfit, sans-serif';
	margin: 16px 0;
	line-height: 1.3;
  }
  
  .blog-excerpt {
	font-family: 'outfit, sans-serif';
	color: var(--text-gray);
	margin-bottom: 16px;
  }
  
  .blog-meta {
	display: flex;
	gap: 16px;
	font-family: 'outfit, sans-serif';
	font-size: 14px;
	color: var(--text-muted);
  }
  
  .blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 80px;
  }
  
  .blog-card.span-2 {
	grid-column: span 2;
  }
  
  .blog-grid .blog-title {
	font-size: 18px;
  }
  
  .section-cta {
	text-align: center;
  }
  
  /* Footer */
  .footer {
	font-family: 'Outfit, sans-serif';
	background: var(--bg-dark);
	color: var(--text-light);
	padding: 80px 0 32px;
  }
  
  .footer-content {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 64px;
	margin-bottom: 48px;
  }
  
  .footer-brand .logo-text {
	font-size: 1.2rem;
	color: white;
  }
  
  .footer-tagline {
	color: var(--text-muted);
	margin-top: 16px;
  }
  
  .footer-nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 32px;
  }
  
  .footer-column h4 {
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: var(--secondary-color);
  }
  
  .footer-column ul {
	list-style: none;
	margin: 0;
  }
  
  .footer-column li {
	margin-bottom: 8px;
  }
  
  .footer-column a {
	color: #fff !important;
	text-decoration: none;
	transition: var(--transition);
  }
  
  .footer-column a:hover {
	color: var(--secondary-color);
  }
  
  .social-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }
  
  .social-link {
	display: flex;
	align-items: center;
	gap: 8px;
  }
  
  .footer-bottom {
	text-align: center;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--text-muted);
  }
  
  /* Animations */
  .animate-on-scroll {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .animate-on-scroll.animate {
	opacity: 1;
	transform: translateY(0);
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
	.nav-menu, .menu-primary-nav-container {
	  display: none;
	}
	
	.hero-cta {
	  flex-direction: column;
	  align-items: center;
	}
	
	.cta-button {
	  width: 100%;
	  max-width: 280px;
	}

	.blog-grid {
		grid-template-columns: 1fr 1fr !important;
	}
	
	.blog-card.featured, .deal-card.featured {
	  grid-template-columns: 1fr;
	}
	
	.footer-content {
	  grid-template-columns: 1fr;
	  gap: 48px;
	}
	
	.footer-nav {
	  grid-template-columns: repeat(2, 1fr);
	}
	
	.deals-grid {
	  grid-template-columns: 1fr;
	}
	
	.blog-grid {
	  grid-template-columns: 2fr;
	}
	
	.hero-graphic {
	  display: none;
	}
  }
  
  @media (max-width: 480px) {
	.container {
	  padding: 0 16px;
	}
	
	.nav {
	  padding: 12px 16px;
	  position: fixed;
	  top: 0rem;
	  right: 0rem;
	}
	
	.deals-section, .blog-section {
	  padding: 80px 0;
	}
	
	.section-header {
	  margin-bottom: 48px;
	}
	
	.featured-deal, .featured-post {
	  margin-bottom: 48px;
	}
	
	.deals-grid, .blog-grid {
	  margin-bottom: 48px;
	}

	.blog-grid {
		display: flex;
		flex-wrap: wrap;
	}

	.blog-card {
		width: 100%;
	}
	
	.footer {
	  padding: 48px 0 24px;
	}
	
	.footer-nav {
	  grid-template-columns: 1fr;
	}
  }


  /* Single Blog Post Styling */
  
  /* Main Article Container */

  .single-post {
	background-image: url('http://localhost:8888/whitespace_projects/bitebuddy-v2/wp-content/uploads/2025/08/top-view-old-french-newspaper-pieces-2.jpg');
	background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
  }

  .single-post article {
	max-width: 1000px;
	margin: 0 auto;
	padding: 120px 24px 80px;
	position: relative;
  }
  
  /* Article Styling */
  article {
	background: var(--bg-primary);
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-light);
	overflow: hidden;
	position: relative;
	opacity: 0;
	transform: translateY(50px);
	animation: slideInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0.2s;
  }
  
  @keyframes slideInUp {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  /* Article Header */
  .entry-header {
	padding: 48px 48px 32px;
	background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(247, 147, 30, 0.05));
	position: relative;
	overflow: hidden;
  }
  
  .entry-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--bg-gradient);
	transform: scaleX(0);
	animation: expandWidth 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0.5s;
  }
  
  @keyframes expandWidth {
	to {
	  transform: scaleX(1);
	}
  }
  
  .entry-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--text-dark);
	line-height: 1.2;
	margin: 0;
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0.4s;
  }
  
  @keyframes fadeInUp {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  /* Post Meta Information */
  .post-meta {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 107, 53, 0.1);
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0.6s;
  }
  
  .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--text-gray);
	font-size: 14px;
	font-weight: 500;
  }
  
  .meta-icon {
	width: 16px;
	height: 16px;
	opacity: 0.7;
  }
  
  /* Featured Image */
  .post-thumbnail {
	position: relative;
	overflow: hidden;
	height: 400px;
	opacity: 0;
	transform: scale(0.95);
	animation: scaleIn 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 0.3s;
  }
  
  @keyframes scaleIn {
	to {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  
  .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
  }
  
  .post-thumbnail:hover img {
	transform: scale(1.05);
  }
  
  .post-thumbnail::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255, 107, 53, 0.1), rgba(247, 147, 30, 0.1));
	opacity: 0;
	transition: var(--transition);
  }
  
  .post-thumbnail:hover::after {
	opacity: 1;
  }
  
  /* Entry Content */
  .entry-content {
	font-family: 'Outfit, sans-serif';
	padding: 48px;
	line-height: 1.8;
	color: var(--text-dark);
	position: relative;
  }
  
  .entry-content > * {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  
  .entry-content > *:nth-child(1) { animation-delay: 0.7s; }
  .entry-content > *:nth-child(2) { animation-delay: 0.8s; }
  .entry-content > *:nth-child(3) { animation-delay: 0.9s; }
  .entry-content > *:nth-child(4) { animation-delay: 1.0s; }
  .entry-content > *:nth-child(5) { animation-delay: 1.1s; }
  .entry-content > *:nth-child(n+6) { animation-delay: 1.2s; }
  
  /* Typography */
  .entry-content h2 {
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Annie Use Your Telescope', sans-serif;
	color: var(--text-dark);
	margin: 48px 0 24px;
	position: relative;
	padding-left: 24px;
  }
  
  .entry-content h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 32px;
	background: var(--bg-gradient);
	border-radius: 2px;
  }
  
  .entry-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--text-dark);
	margin: 32px 0 16px;
  }
  
  .entry-content h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--text-dark);
	margin: 24px 0 12px;
  }
  
  .entry-content p {
	font-size: 1.1rem;
	margin-bottom: 24px;
	color: var(--text-dark);
  }
  
  .entry-content > p:first-child {
	font-size: 1.2rem;
	font-weight: 500;
	padding: 24px;
	background: rgba(255, 107, 53, 0.05);
	border-left: 4px solid var(--primary-color);
	border-radius: 0 var(--border-radius) var(--border-radius) 0;
	margin-bottom: 32px;
  }
  
  /* Lists */
  .entry-content ul,
  .entry-content ol {
	margin: 24px 0;
	padding-left: 32px;
  }
  
  .entry-content li {
	margin-bottom: 12px;
	font-size: 1.1rem;
	position: relative;
  }
  
  .entry-content ul li::marker {
	color: var(--primary-color);
  }
  
  .entry-content ol li::marker {
	color: var(--primary-color);
	font-weight: 600;
  }
  
  /* Blockquotes */
  .entry-content blockquote {
	background: var(--bg-secondary);
	border-left: 4px solid var(--primary-color);
	padding: 32px;
	margin: 32px 0;
	border-radius: 0 var(--border-radius) var(--border-radius) 0;
	font-style: italic;
	font-size: 1.2rem;
	color: var(--text-gray);
	position: relative;
  }
  
  .entry-content blockquote::before {
	content: '"';
	font-size: 4rem;
	color: var(--primary-color);
	position: absolute;
	top: -10px;
	left: 20px;
	opacity: 0.3;
  }
  
  /* Links */
  .entry-content a, .entry-footer a, header a, footer a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 600;
	position: relative;
	transition: var(--transition);
  }

  header a, footer a {
	font-weight: 400 !important;
	width: fit-content;
  }

  header a {
	margin: 0 auto;
  }
  
  .entry-content a::after, .entry-footer a::after, header a::after, footer a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--bg-gradient);
	transition: var(--transition);
  }
  
  .entry-content a:hover, .entry-footer a:hover, header a:hover, footer a:hover {
	color: var(--secondary-color);
  }
  
  .entry-content a:hover::after, .entry-footer a:hover::after {
	width: 100%;
  }

  header a:hover::after, footer a:hover::after {
	width: 100%;
  }
  
  /* Images */
  .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-light);
	transition: var(--transition);
  }
  
  .entry-content img:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-medium);
  }
  
  /* Code */
  .entry-content code {
	background: var(--bg-secondary);
	padding: 4px 8px;
	border-radius: 4px;
	font-family: 'Monaco', 'Menlo', monospace;
	font-size: 0.9em;
	color: var(--accent-color);
  }
  
  .entry-content pre {
	background: var(--bg-dark);
	color: var(--text-light);
	padding: 24px;
	border-radius: var(--border-radius);
	overflow-x: auto;
	margin: 24px 0;
	box-shadow: var(--shadow-light);
  }
  
  .entry-content pre code {
	background: none;
	padding: 0;
	color: var(--text-light);
  }
  
  /* Page Links */
  .page-links {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 107, 53, 0.1);
	font-weight: 600;
  }
  
  .page-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--bg-gradient);
	color: white;
	text-decoration: none;
	border-radius: 50%;
	transition: var(--transition);
	box-shadow: var(--shadow-light);
  }
  
  .page-links a:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-medium);
  }
  
  /* Entry Footer */
  .entry-footer {
	padding: 32px;
	background: var(--bg-secondary);
	border-top: 1px solid rgba(255, 107, 53, 0.1);
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 1.3s;
  }

  .entry-footer p {
	margin: 0;
  }

  .entry-footer a:hover {
	color: #FF8C00;
  }
  
  .edit-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: var(--primary-color);
	color: white;
	text-decoration: none;
	border-radius: var(--border-radius);
	font-weight: 600;
	transition: var(--transition);
	box-shadow: var(--shadow-light);
  }
  
  .edit-link a:hover {
	background: var(--secondary-color);
	transform: translateY(-2px);
	box-shadow: var(--shadow-medium);
  }
  
  /* Floating Action Elements */
  .floating-elements {
	position: fixed;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 16px;
	z-index: 100;
	opacity: 0;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: 2s;
  }
  
  @keyframes fadeIn {
	to {
	  opacity: 1;
	}
  }
  
  .floating-btn {
	width: 48px;
	height: 48px;
	background: var(--bg-gradient);
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: var(--transition);
	box-shadow: var(--shadow-medium);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .floating-btn:hover {
	transform: scale(1.1);
	box-shadow: var(--shadow-heavy);
  }
  
  /* Progress Bar */
  .reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 4px;
	background: var(--bg-gradient);
	z-index: 1001;
	transition: width 0.1s ease-out;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
	.single-post-container {
	  padding: 100px 16px 60px;
	}
	
	.entry-header {
	  padding: 32px 24px 24px;
	}
	
	.entry-content {
	  padding: 32px 24px;
	}
	
	.entry-footer {
	  padding: 24px;
	}
	
	.post-thumbnail {
	  height: 250px;
	}
	
	.floating-elements {
	  right: 16px;
	}
	
	.entry-content h2 {
	  font-size: 1.5rem;
	  margin: 32px 0 16px;
	}
  }
  
  @media (max-width: 480px) {
	.main-navigation {
		background-color: #F2F0E4;
		padding: 0.3rem 0.8rem;
	}

	.logo {
		width: 7rem;
	}

	.entry-title {
	  font-size: 1.75rem;
	}
	
	.post-meta {
	  flex-direction: column;
	  gap: 12px;
	}
	
	.entry-content {
	  padding: 24px 16px;
	}
	
	.entry-header {
	  padding: 24px 16px 16px;
	}
	
	.entry-footer {
	  padding: 16px;
	}
  }

/* BiteBuddy Subscription Page */

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

/* Main Content */
.main-content {
    margin-top: 100px;
    padding: 2rem 0;
    position: relative;
    z-index: 2;
}

/* Hero Section */
.subscription-hero-section {
    text-align: center;
    margin: 10rem 0rem 4rem 0rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.subscription-hero-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.subscription-hero-section .hero-title {
    font-size: 3rem;
    font-weight: 700;
	font-family: 'Annie Use Your Telescope', sans-serif;
    background: linear-gradient(135deg, #f8832d, #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.subscription-hero-section .hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}

.subscription-hero-section .hero-content {
	margin: 0 auto;
}

/* Subscription Section */
.subscription-section {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
	font-family: 'outift, sans-serif';
}

.subscription-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(248, 131, 45, 0.1);
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    position: relative;
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 0.8s ease;
}

.subscription-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.subscription-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f8832d, #ff6b35);
}

.card-header {
    padding: 2.5rem 2rem 1.5rem;
    text-align: center;
    position: relative;
}

.plan-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f8832d, #ff6b35);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(248, 131, 45, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(248, 131, 45, 0); }
}

.plan-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
}

.price-amount {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #f8832d, #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-period {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
}

.card-body {
    padding: 0 2rem;
}

.features-list {
    list-style: none;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.6s ease;
}

.feature-item.visible {
    opacity: 1;
    transform: translateX(0);
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-icon {
    font-size: 1.5rem;
    min-width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff5f0, #ffeee6);
    border-radius: 10px;
    animation: bounce-subtle 3s infinite ease-in-out;
}

@keyframes bounce-subtle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.feature-text {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
    line-height: 1.5;
}

.card-footer {
    padding: 1.5rem 2rem 2.5rem;
    text-align: center;
}

.subscribe-btn {
    background: linear-gradient(135deg, #f8832d, #ff6b35);
    color: white !important;
    border: none;
    padding: 1rem 3rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(20px);
}

.subscribe-btn.visible {
    opacity: 1;
    transform: translateY(0);
}

.subscribe-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(248, 131, 45, 0.3);
}

.subscribe-btn:active {
    transform: translateY(-1px);
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.subscribe-btn:hover .btn-shine {
    left: 100%;
}

.terms-text {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s ease 0.3s;
}

.terms-text.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Trust Section */
.trust-section {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
	margin-bottom: 6rem;
}

.trust-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.trust-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
}

.trust-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
	font-family: 'Annie Use Your Telescope', sans-serif;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(248, 131, 45, 0.1);
}

.trust-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.trust-text {
    font-weight: 600;
    color: #333;
}

 /* Display All Blog Posts */

 .blog-container {
	background-image: url('http://localhost:8888/whitespace_projects/bitebuddy-v2/wp-content/uploads/2025/08/top-view-old-french-newspaper-pieces-2.jpg');
	background-color: rgba(255, 255, 255, 0.85);
	background-blend-mode: lighten;
    padding: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 10rem;
}

.blog-container .blog-image {
	max-height: 12rem;
}

@media (min-width: 480px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    text-decoration: none;
    color: #0066cc;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination a:hover {
    background: #f5f5f5;
}

.pagination .current {
    background: #0066cc;
    color: #fff;
    border-color: #0066cc;
}