/*!
Theme Name: wolfmediastudio
Theme URI: #
Author: Rehan Latif
Author URI: https://mrehanlatif.com/
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> 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;
}

/**
 * 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
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;700;800&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
	--bg: #f8fafb;
	--surface: #252729;
	--surface2: #ffffff;
	--line: #e2e7ea;
	--text: #20252a;
	--muted: #68747c;
	--accent: #27c0e4;
	--accent-dark: #0da6cc;
	--accent-soft: #e7f9fd;
	--grey: #b5bdc2;
	--grey-soft: #3a4044;
	--radius: 14px;
	--maxw: 1180px;
}

body {
	background: var(--bg);
	color: var(--text);
	font-family: 'Inter', sans-serif;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(12, 11, 20, 0.9);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
}

.site-header__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 24px;
}

.site-branding__link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: var(--text) !important;
	text-decoration: none;
}

.site-branding__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--grey);
	display: inline-block;
}

.main-navigation {
	display: flex;
	align-items: center;
	gap: 28px;
	position: relative;
}

.navlinks {
	display: flex;
	align-items: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navlinks li {
	margin: 0;
}

.navlinks li a {
	font-size: 14px;
	color: var(--muted);
	text-decoration: none;
	transition: color 0.15s ease;
}

.navlinks li.current-menu-item > a,
.navlinks li.current_page_item > a,
.navlinks li a:hover,
.navlinks li a:focus-visible {
	color: var(--text);
}

.header-cta.btn {
	background: var(--accent);
	border-color: transparent;
	color: #06201d;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 700;
}

.header-cta.btn:hover,
.header-cta.btn:focus-visible {
	background: var(--accent-dark);
}

.navlinks a:hover,
.navlinks a:focus-visible,
.navlinks .current-menu-item > a {
	color: var(--text);
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--accent);
	color: #06201d;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.15s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
	background: var(--accent-dark);
}

.menu-toggle {
	display: none;
	background: transparent;
	border: 1px solid var(--line);
	color: var(--text);
	padding: 10px 14px;
	border-radius: 999px;
	cursor: pointer;
}

@media (max-width: 920px) {
	.site-header__inner {
		padding: 16px 20px;
	}

	.main-navigation {
		gap: 12px;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.navlinks {
		display: none;
		position: absolute;
		top: calc(100% + 12px);
		right: 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		background: var(--surface);
		border: 1px solid var(--line);
		border-radius: 12px;
		padding: 18px;
		min-width: 220px;
	}

	.main-navigation.toggled .navlinks {
		display: flex;
	}

	.header-cta {
		display: none;
	}
}

/* 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;
}

.site-header .main-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	width: auto;
}

.site-header .main-navigation ul {
	display: flex !important;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding-left: 0;
}

.site-header .main-navigation ul li {
	margin: 0;
}

.site-header .main-navigation ul li a {
	display: inline-flex;
	padding: 0;
	color: var(--text);
}

.site-header .main-navigation > .header-cta {
	display: inline-flex;
	margin-left: 12px;
	width: auto;
	white-space: nowrap;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

.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-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;
}

.site-footer {
	padding: 50px 0 34px;
	border-top: 1px solid var(--line);
	background: var(--bg);
	color: var(--text);
}

.foot-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 24px;
}

.foot-brand {
	max-width: 320px;
}

.foot-brand p {
	color: var(--muted);
	font-size: 13.5px;
	margin-top: 10px;
}

.foot-cols {
	display: flex;
	gap: 56px;
	flex-wrap: wrap;
}

.foot-col h4 {
	font-size: 14px;
	color: var(--muted);
	margin-bottom: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.footer-menu,
.foot-col a {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-menu li a,
.foot-col a {
	display: block;
	font-size: 14px;
	color: var(--text);
	text-decoration: none;
}

.footer-menu li a:hover,
.foot-col a:hover {
	color: var(--accent);
}

.foot-bottom {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	color: var(--muted);
	font-size: 12.5px;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.02em;
	color: var(--text);
	text-decoration: none;
}

.footer-logo__image,
.site-branding__logo {
	display: block;
	max-height: 40px;
	width: auto;
	max-width: 180px;
	object-fit: contain;
}

.footer-logo .site-branding__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--grey);
	display: inline-block;
}

.footer-social {
	margin-top: 24px;
}

.social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.social-item {
	margin: 0;
}

.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(47, 217, 199, 0.12);
	color: var(--accent);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.social-link:hover,
.social-link:focus-visible {
	background: var(--accent);
	color: #06201d;
}

@media (max-width: 920px) {
	.foot-grid {
		flex-direction: column;
	}

	.foot-cols {
		gap: 32px;
	}

	.foot-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/*--------------------------------------------------------------
# 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;
}

/** Banner sec **/

 .hero{padding:80px 0 64px;}
  .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;}
  .eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--grey);
    border:1px solid var(--grey-soft);background:rgba(185,188,198,.06);
    padding:6px 12px;border-radius:999px;margin-bottom:22px;letter-spacing:.05em;
  }
  .hero h1{color:var(--text); font-size:48px;line-height:1.05;font-weight:700;margin-bottom:20px;}
  .hero h1 span{color:var(--accent);}
  .hero p.lead{font-size:18px;color:var(--muted);max-width:520px;margin-bottom:32px;}
  .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px;}
  .trust-row{display:flex;gap:16px;align-items:center;color:var(--muted);font-size:13px;flex-wrap:wrap;}
  .stars{color:var(--grey);letter-spacing:2px;}
  .hero .placeholder{aspect-ratio:4/3;}
.hero-video-wrapper iframe {
    height: 400px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #1a1827;
}

/**** End of Banner Sec ****/

/** Problem section start **/

.problem{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
  .problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .problem-card{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;}
  .problem-card .num{font-family:'IBM Plex Mono',monospace;color:var(--accent);font-size:13px;margin-bottom:14px;display:block;}
  .problem-card h3{font-size:18px;margin-bottom:10px;}
  .problem-card p{color:var(--muted);font-size:14.5px;margin:0;}
  .problem-close{text-align:center;max-width:640px;margin:44px auto 0;font-size:17px;font-weight:600;}
  .problem-close span{color:var(--accent);}

  .guide-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center;}
  .guide-grid .placeholder{aspect-ratio:1/1.05;}
  .guide-text .kicker{font-family:'IBM Plex Mono',monospace;color:var(--grey);font-size:12px;letter-spacing:.06em;margin-bottom:10px;display:block;}
  .guide-text h2{font-size:30px;margin-bottom:16px;font-weight:800;}
  .guide-text p{color:var(--muted);font-size:16px;margin-bottom:16px;}
  .cred-list{display:flex;flex-direction:column;gap:12px;margin:22px 0 26px;}
  .cred{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;}
  .cred .ic{width:22px;height:22px;border-radius:6px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:700;}

  .plan{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
  .plan-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .step{padding:30px 24px 26px;background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);}
  .step .stepnum{font-family:'Archivo',sans-serif;font-weight:800;font-size:34px;color:var(--accent);margin-bottom:14px;display:block;}
  .step h3{font-size:18px;margin-bottom:10px;}
  .step p{color:var(--muted);font-size:14.5px;margin:0;}
  .plan-cta{text-align:center;margin-top:44px;}

  .stakes-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
  .stakes-card{border-radius:var(--radius);padding:30px 28px;border:1px solid var(--line);}
  .stakes-card.bad{background:linear-gradient(160deg, rgba(255,255,255,.03), transparent);}
  .stakes-card.good{background:linear-gradient(160deg, rgba(47,217,199,.08), transparent);}
  .stakes-card h3{font-size:18px;margin-bottom:16px;}
  .stakes-card.bad h3{color:var(--muted);}
  .stakes-card.good h3{color:var(--accent);}
  .stakes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}
  .stakes-list li{display:flex;gap:10px;font-size:14.5px;color:var(--muted);}

  .pricing{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
  .price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto;}
  .price-card{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;display:flex;flex-direction:column;}
  .price-card.feat{border-color:var(--accent);}
  .price-card .tag{font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--accent);letter-spacing:.06em;margin-bottom:10px;display:block;}
  .price-card h3{font-size:19px;margin-bottom:6px;}
  .price-card .amt{font-family:'Archivo',sans-serif;font-weight:800;font-size:32px;margin:10px 0 4px;}
  .price-card .amt small{font-size:13px;color:var(--muted);font-weight:500;font-family:'Inter',sans-serif;}
  .price-card ul{list-style:none;padding:0;margin:16px 0 22px;display:flex;flex-direction:column;gap:9px;flex:1;}
  .price-card li{font-size:13.5px;color:var(--muted);display:flex;gap:8px;}
  .price-card li b{color:var(--text);font-weight:600;}
  .price-card .note{font-size:12.5px;color:var(--grey);border-top:1px solid var(--line);padding-top:14px;margin-top:auto;}

  .booking-shell{
    display:grid;grid-template-columns:1.3fr .95fr;gap:0;
    background:var(--surface2);border:1px solid var(--line);border-radius:20px;overflow:hidden;
  }
  .booking-main{padding:38px 40px;}
  .booking-side{padding:38px 32px;background:var(--surface);border-left:1px solid var(--line);}
  .progress{display:flex;gap:6px;margin-bottom:30px;}
  .progress .seg{flex:1;height:4px;border-radius:99px;background:var(--line);}
  .progress .seg.on{background:var(--accent);}
  .stepline{font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--accent);margin-bottom:6px;letter-spacing:.04em;}
  .booking-main h3{font-size:22px;margin-bottom:20px;}

  .pkg-fixed{
    display:flex;justify-content:space-between;align-items:center;gap:16px;
    border:1px solid var(--line);border-radius:12px;padding:18px 20px;margin-bottom:10px;
    background:rgba(255,255,255,.02);
  }
  .pkg-fixed .pn{font-weight:700;font-size:15px;margin-bottom:4px;}
  .pkg-fixed .pd{font-size:13px;color:var(--muted);}
  .pkg-fixed .pp{font-family:'Archivo',sans-serif;font-weight:800;font-size:20px;white-space:nowrap;}
  .pkg-footnote{font-size:12.5px;color:var(--grey);margin-bottom:20px;padding-left:2px;}

  .addon-label{font-size:12px;color:var(--muted);letter-spacing:.04em;margin:22px 0 12px;font-family:'IBM Plex Mono',monospace;}
  .addon{
    display:flex;justify-content:space-between;align-items:center;gap:16px;
    border:1px solid var(--line);border-radius:12px;padding:16px 18px;margin-bottom:10px;
    cursor:pointer;transition:border-color .15s,background .15s;
  }
  .addon:hover{border-color:#3d4a52;}
  .addon.sel{border-color:var(--accent);background:rgba(47,217,199,.06);}
  .addon .an{font-weight:700;font-size:14.5px;margin-bottom:3px;display:flex;align-items:center;gap:8px;}
  .addon .ad{font-size:12.5px;color:var(--muted);}
  .addon .ap{font-family:'Archivo',sans-serif;font-weight:800;font-size:16px;white-space:nowrap;text-align:right;}
  .chk{
    width:18px;height:18px;border-radius:5px;border:1px solid var(--line);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;
  }
  .addon.sel .chk{background:var(--accent);border-color:var(--accent);color:#06201D;}

  .cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;}
  .cal-head button{background:var(--surface2);border:1px solid var(--line);color:var(--text);width:32px;height:32px;border-radius:8px;}
  .cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:26px;}
  .cal-grid .dow{text-align:center;font-size:11px;color:var(--muted);font-family:'IBM Plex Mono',monospace;padding-bottom:4px;}
  .cal-grid .day{
    aspect-ratio:1;display:flex;align-items:center;justify-content:center;
    border-radius:8px;font-size:13px;border:1px solid transparent;color:var(--text);
    background:var(--surface2);cursor:pointer;
  }
  .cal-grid .day.off{color:#3d374f;background:transparent;cursor:default;}
  .cal-grid .day.sel{background:var(--accent);color:#06201D;font-weight:700;}
  .cal-grid .day:not(.off):hover{border-color:var(--accent);}
  .slots{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;}
  .slot{
    padding:9px 14px;border-radius:8px;border:1px solid var(--line);background:var(--surface2);
    font-size:13px;font-family:'IBM Plex Mono',monospace;color:var(--text);
  }
  .slot.sel{background:var(--accent);color:#06201D;border-color:var(--accent);font-weight:700;}
  .slot:hover:not(.sel){border-color:var(--accent);}
  .field{margin-bottom:16px;}
  .field label{display:block;font-size:13px;color:var(--muted);margin-bottom:6px;}
  .field input{
    width:100%;padding:12px 14px;border-radius:9px;border:1px solid var(--line);
    background:var(--surface2);color:var(--text);font-size:14px;font-family:inherit;
  }
  .field input:focus{border-color:var(--accent);outline:none;}
  .row2{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  .nextbar{display:flex;justify-content:space-between;align-items:center;margin-top:26px;}
  .backlink{color:var(--muted);font-size:13px;}
  .backlink:hover{color:var(--text);}

  .review-box{
    border:1px solid var(--accent);border-radius:12px;padding:22px 24px;margin-bottom:26px;
    background:rgba(47,217,199,.05);
  }
  .review-box h4{font-size:13px;letter-spacing:.05em;color:var(--accent);margin-bottom:14px;font-family:'IBM Plex Mono',monospace;}
  .review-line{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin-bottom:9px;}
  .review-line b{color:var(--text);font-weight:600;}
  .review-total{display:flex;justify-content:space-between;font-size:18px;font-weight:800;margin-top:12px;padding-top:12px;border-top:1px solid var(--line);}

  .summary-line{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin-bottom:10px;}
  .summary-line b{color:var(--text);font-weight:600;}
  .summary-total{display:flex;justify-content:space-between;font-size:17px;font-weight:800;margin-top:14px;padding-top:14px;border-top:1px solid var(--line);}
  .side-note{margin-top:24px;padding:16px;background:rgba(47,217,199,.06);border:1px solid var(--accent-soft);border-radius:10px;font-size:13px;color:var(--muted);}
  .side-note b{color:var(--accent);}

  .confirm{display:none;text-align:center;padding:10px 0;}
  .confirm .check{
    width:64px;height:64px;border-radius:50%;background:var(--grey-soft);border:1px solid var(--grey);
    display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:28px;color:var(--grey);
  }
  .confirm h3{font-size:24px;margin-bottom:10px;}
  .confirm p.sub{color:var(--muted);margin-bottom:30px;}
  .notif-preview{display:grid;grid-template-columns:1fr 1fr;gap:18px;text-align:left;margin-bottom:10px;}
  .notif-card{background:var(--surface2);border:1px solid var(--line);border-radius:12px;padding:18px;}
  .notif-card .nh{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin-bottom:10px;font-family:'IBM Plex Mono',monospace;}
  .notif-card .nh .dot2{width:7px;height:7px;border-radius:50%;background:var(--grey);}
  .notif-card .subj{font-weight:700;font-size:14px;margin-bottom:6px;}
  .notif-card .body{font-size:13px;color:var(--muted);line-height:1.55;}
  .sms-bubble{background:#241D3A;border-radius:14px 14px 14px 3px;padding:12px 14px;font-size:13px;color:var(--text);display:inline-block;max-width:100%;}

/***********************************/
/****** Custom Css Start Here ******/
/***********************************/

/* Homepage design overrides. Keep these after the starter theme rules. */
.home-page {
	background: var(--bg);
	color: var(--text);
	font-family: 'Inter', sans-serif;
}

.home-page .hero,
.home-page .guide,
.home-page .stakes,
.home-page .booking {
	background: #ffffff;
	color: #252525;
}

.home-page .hero {
	background: linear-gradient(135deg, #222629 0%, #2b3033 100%);
	color: #ffffff;
}

.home-page .problem,
.home-page .plan,
.home-page .pricing {
	background: #252729;
	color: #ffffff;
	border-color: #3a4044;
}

.home-page section {
	padding: 80px 0;
}

.home-page .container {
	max-width: var(--maxw);
	padding-right: 28px;
	padding-left: 28px;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page p,
.home-page li {
	color: inherit;
}

.home-page .problem h1,
.home-page .problem h2,
.home-page .problem h3,
.home-page .problem h4,
.home-page .problem p,
.home-page .problem li,
.home-page .plan h1,
.home-page .plan h2,
.home-page .plan h3,
.home-page .plan h4,
.home-page .plan p,
.home-page .plan li,
.home-page .pricing h1,
.home-page .pricing h2,
.home-page .pricing h3,
.home-page .pricing h4,
.home-page .pricing p,
.home-page .pricing li {
	color: #ffffff;
}

.home-page .hero h1,
.home-page .hero h2,
.home-page .hero h3,
.home-page .hero p,
.home-page .hero .trust-row {
	color: #ffffff;
}

.home-page .hero .lead,
.home-page .hero .trust-row {
	color: #d0d0d0;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
	font-family: 'Archivo', sans-serif;
}

.home-page p,
.home-page li {
	font-family: 'Inter', sans-serif;
}

.home-page .hero {
	padding: 80px 0 64px;
}

.home-page .section-head {
	max-width: 640px;
	margin: 0 auto 44px;
	text-align: center;
}

.home-page .section-head h2 {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 14px;
}

.home-page .section-head p,
.home-page .guide-text p {
	color: var(--muted);
}

.home-page .problem .section-head p,
.home-page .plan .section-head p,
.home-page .pricing .section-head p,
.home-page .problem-card p,
.home-page .step p,
.home-page .price-card li,
.home-page .price-card .note {
	color: #c5c5c5;
}

.home-page .btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

.home-page .btn-primary {
	background: var(--accent);
	border-color: var(--accent);
	color: #06201d;
}

.home-page .btn-primary:hover,
.home-page .btn-primary:focus-visible {
	background: var(--accent-dark);
	border-color: var(--accent-dark);
	color: #06201d;
}

.home-page .btn-ghost {
	background: transparent;
	border: 1px solid var(--line);
	color: var(--text);
}

.home-page .btn-ghost:hover,
.home-page .btn-ghost:focus-visible {
	border-color: var(--accent);
	color: var(--text);
}

.home-page .placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	background: repeating-linear-gradient(135deg, var(--surface2), var(--surface2) 10px, var(--surface) 10px, var(--surface) 20px);
	border: 1px dashed var(--line);
	border-radius: var(--radius);
	color: var(--muted);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: .05em;
	text-align: center;
	padding: 20px;
}

.home-page .hero-video-wrapper {
	padding: 0;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--accent);
	overflow: hidden;
}

.home-page .hero-video-wrapper iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.home-page .problem,
.home-page .plan,
.home-page .pricing {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.home-page .problem-card,
.home-page .step,
.home-page .price-card {
	background: #303437;
	border-color: #464d51;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.home-page .stakes-card,
.home-page .booking-shell {
	background: #ffffff;
	border-color: #dddddd;
	box-shadow: 0 8px 26px rgba(32, 37, 42, 0.06);
}

.home-page .stakes-card.good {
	background: linear-gradient(135deg, #e7f9fd 0%, #f7fdfe 100%);
	border-color: var(--accent);
}

.home-page .booking-shell {
	color: #252525;
}

.site-header {
	background: rgba(34, 38, 41, 0.97);
	border-bottom-color: #3e464a;
}

.site-header .site-branding__link,
.site-header .navlinks li a {
	color: #ffffff !important;
}

.site-header .navlinks li a {
	color: #c8c8c8 !important;
}

.site-header .navlinks li:last-child > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	border-radius: 999px;
	background: var(--accent) !important;
	border: 1px solid var(--accent) !important;
	color: #06201d !important;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: 0 6px 16px rgba(39, 192, 228, 0.2);
}

.site-header .navlinks li:last-child > a:hover,
.site-header .navlinks li:last-child > a:focus-visible {
	background: var(--accent-dark) !important;
	border-color: var(--accent-dark) !important;
	color: #06201d !important;
}

.site-footer {
	background: #222629;
	color: #ffffff;
	border-top-color: #3e464a;
}

.site-footer .footer-logo,
.site-footer .footer-logo .site-branding__text,
.site-footer .foot-col a,
.site-footer .footer-menu li a,
.site-footer .foot-bottom {
	color: #ffffff;
}

.site-footer .foot-brand p,
.site-footer .foot-col h4,
.site-footer .foot-bottom {
	color: #c8d0d4;
}

.site-footer .foot-col a:hover,
.site-footer .footer-menu li a:hover {
	color: var(--accent);
}

.home-page .price-card.feat {
	border-color: var(--accent);
	box-shadow: 0 10px 30px rgba(39, 192, 228, 0.14);
}

.home-page .eyebrow,
.home-page .kicker,
.home-page .stepline,
.home-page .price-card .tag {
	color: var(--accent);
}

.home-page .hero .eyebrow {
	border-color: rgba(39, 192, 228, 0.35);
	background: rgba(39, 192, 228, 0.08);
}

.home-page .btn-primary {
	box-shadow: 0 6px 16px rgba(39, 192, 228, 0.2);
}

.home-page .btn-primary:hover,
.home-page .btn-primary:focus-visible {
	box-shadow: 0 8px 20px rgba(39, 192, 228, 0.3);
}

.home-page .price-card,
.home-page .problem-card,
.home-page .step,
.home-page .booking-shell {
	color: var(--text);
}

@media (max-width: 920px) {
	.home-page section {
		padding: 52px 0;
	}

	.home-page .hero {
		padding: 52px 0 36px;
	}

	.home-page .container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.home-page .hero-grid,
	.home-page .guide-grid,
	.home-page .booking-shell,
	.home-page .problem-grid,
	.home-page .plan-steps,
	.home-page .price-grid,
	.home-page .stakes-grid,
	.home-page .row2 {
		grid-template-columns: 1fr;
	}

	.home-page .hero h1 {
		font-size: 34px;
	}
}

/* Final section color system. */
.home-page .hero,
.home-page .guide,
.home-page .stakes,
.home-page .booking {
	background: #25292b !important;
	color: #ffffff !important;
}

.home-page .problem,
.home-page .plan,
.home-page .pricing {
	background: #ffffff !important;
	color: #20252a !important;
	border-color: #e2e7ea !important;
}

.home-page .hero h1,
.home-page .hero h2,
.home-page .hero h3,
.home-page .hero p,
.home-page .hero .trust-row,
.home-page .guide h1,
.home-page .guide h2,
.home-page .guide h3,
.home-page .guide p,
.home-page .stakes h1,
.home-page .stakes h2,
.home-page .stakes h3,
.home-page .stakes p,
.home-page .stakes li,
.home-page .booking h1,
.home-page .booking h2,
.home-page .booking h3,
.home-page .booking h4,
.home-page .booking p,
.home-page .booking span,
.home-page .booking label {
	color: #ffffff !important;
}

.home-page .hero .lead,
.home-page .hero .trust-row,
.home-page .guide-text p,
.home-page .stakes-list li,
.home-page .booking .pkg-footnote,
.home-page .booking .addon .ad,
.home-page .booking .field label,
.home-page .booking .summary-line {
	color: #c8d0d4 !important;
}

.home-page .problem h1,
.home-page .problem h2,
.home-page .problem h3,
.home-page .problem p,
.home-page .plan h1,
.home-page .plan h2,
.home-page .plan h3,
.home-page .plan p,
.home-page .pricing h1,
.home-page .pricing h2,
.home-page .pricing h3,
.home-page .pricing p {
	color: #20252a !important;
}

.home-page .problem .section-head p,
.home-page .plan .section-head p,
.home-page .pricing .section-head p,
.home-page .problem-card p,
.home-page .step p,
.home-page .price-card li,
.home-page .price-card .note {
	color: #68747c !important;
}

.home-page .problem-card,
.home-page .step,
.home-page .price-card {
	background: #f8fafb !important;
	border: 1px solid #e2e7ea !important;
	box-shadow: 0 8px 22px rgba(32, 37, 42, 0.07);
}

.home-page .problem-card h3,
.home-page .step h3,
.home-page .price-card h3,
.home-page .price-card li b {
	color: #20252a !important;
}

.home-page .guide .placeholder,
.home-page .stakes-card,
.home-page .booking-shell {
	border-color: #465055;
}

.home-page .stakes-card {
	background: #303638 !important;
}

.home-page .stakes-card.good {
	background: linear-gradient(135deg, #0f879f 0%, #146174 100%) !important;
	border-color: var(--accent) !important;
}

.home-page .booking-shell {
	background: #303638 !important;
	border-color: #465055 !important;
}

.home-page .booking-side {
	background: #25292b !important;
	border-color: #465055 !important;
}

.home-page .booking .field input,
.home-page .booking .cal-grid .day,
.home-page .booking .slot,
.home-page .booking .cal-head button {
	background: #25292b !important;
	border-color: #465055 !important;
	color: #ffffff !important;
}

.home-page .hero .placeholder,
.home-page .guide .placeholder {
	background: repeating-linear-gradient(135deg, #303638, #303638 10px, #25292b 10px, #25292b 20px) !important;
	border-color: #5b686d !important;
	color: #c8d0d4 !important;
}

.home-page .guide .kicker,
.home-page .guide .cred,
.home-page .guide .cred .ic,
.home-page .stakes-card .stakes-list li {
	color: #ffffff !important;
}

.home-page .guide .cred .ic {
	background: rgba(39, 192, 228, 0.16) !important;
	color: var(--accent) !important;
}

.home-page .stakes-card.bad h3 {
	color: #d4dde0 !important;
}

.home-page .stakes-card.good h3 {
	color: #ffffff !important;
}

.home-page .booking .pkg-fixed,
.home-page .booking .addon,
.home-page .booking .review-box {
	background: #303638 !important;
	border-color: #465055 !important;
}

.home-page .booking .pkg-fixed .pn,
.home-page .booking .pkg-fixed .pp,
.home-page .booking .addon .an,
.home-page .booking .addon .ap,
.home-page .booking .review-total,
.home-page .booking .review-line b,
.home-page .booking .summary-total,
.home-page .booking .summary-line b {
	color: #ffffff !important;
}

.home-page .booking .review-box h4,
.home-page .booking .summary-total span:last-child,
.home-page .booking .pkg-fixed .pp,
.home-page .booking .addon .ap {
	color: var(--accent) !important;
}

.home-page .booking .side-note {
	background: rgba(39, 192, 228, 0.1) !important;
	border-color: rgba(39, 192, 228, 0.35) !important;
	color: #c8d0d4 !important;
}

.home-page .booking .side-note b {
	color: var(--accent) !important;
}

.home-page .booking .addon.sel {
	background: rgba(39, 192, 228, 0.12) !important;
	border-color: var(--accent) !important;
}

/* Global typography correction. */
body,
button,
input,
select,
textarea {
	font-family: 'Inter', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-branding__link,
.footer-logo {
	font-family: 'Archivo', sans-serif !important;
}

.mono,
.eyebrow,
.kicker,
.stepline,
.addon-label,
.price-card .tag,
.review-box h4,
.cal-grid .dow,
.slot {
	font-family: 'IBM Plex Mono', monospace !important;
}

.home-page {
	font-size: 16px;
	line-height: 1.5;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
	line-height: 1.15;
}

.home-page .hero h1,
.home-page .section-head h2,
.home-page .guide-text h2 {
	font-weight: 800;
}

.home-page .eyebrow,
.home-page .kicker,
.home-page .stepline,
.home-page .price-card .tag,
.home-page .addon-label {
	letter-spacing: 0.06em;
}

.site-header,
.site-footer {
	font-family: 'Inter', sans-serif;
}

/* Cyan eyebrow badges on light sections. */
.home-page .problem .eyebrow,
.home-page .plan .eyebrow,
.home-page .pricing .eyebrow {
	background: var(--accent) !important;
	border-color: var(--accent) !important;
	color: #ffffff !important;
	box-shadow: 0 4px 12px rgba(39, 192, 228, 0.16);
}

/* Slightly increase small copy for better readability. */
.home-page .eyebrow,
.home-page .kicker,
.home-page .stepline,
.home-page .price-card .tag,
.home-page .addon-label {
	font-size: 13px;
}

.home-page .trust-row,
.home-page .problem-card p,
.home-page .step p,
.home-page .stakes-list li,
.home-page .cred,
.home-page .price-card li,
.home-page .field label,
.home-page .summary-line {
	font-size: 15px;
}

.home-page .guide-text p {
	font-size: 17px;
	line-height: 1.65;
}

.home-page .price-card .note,
.home-page .pkg-footnote,
.home-page .booking .addon .ad,
.home-page .side-note {
	font-size: 13.5px;
	line-height: 1.55;
}

.home-page .booking-main h3 {
	font-size: 24px;
}

.site-header .navlinks li a,
.site-header .header-cta,
.site-footer .foot-col a,
.site-footer .footer-menu li a {
	font-size: 15px;
}

/* Stakes section polish. */
.home-page .stakes {
	padding-top: 96px;
	padding-bottom: 96px;
}

.home-page .stakes .section-head {
	margin-bottom: 48px;
}

.home-page .stakes .section-head h2 {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(32px, 4vw, 46px);
	letter-spacing: -0.02em;
}

.home-page .stakes-card {
	position: relative;
	min-height: 250px;
	padding: 34px 32px !important;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .stakes-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.home-page .stakes-card h3 {
	margin-bottom: 24px;
	font-size: 21px;
	letter-spacing: -0.01em;
}

.home-page .stakes-list {
	gap: 16px;
}

.home-page .stakes-list li {
	position: relative;
	padding-left: 28px;
	line-height: 1.5;
}

.home-page .stakes-card.bad .stakes-list li::before,
.home-page .stakes-card.good .stakes-list li::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 1px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
}

.home-page .stakes-card.bad .stakes-list li::before {
	content: '×';
	background: rgba(255, 255, 255, 0.12);
	color: #d7e0e3;
}

.home-page .stakes-card.good .stakes-list li::before {
	content: '✓';
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
}

/* Blue stakes section and upgraded cards. */
.home-page .stakes {
	background: linear-gradient(135deg, #087d96 0%, #07566d 100%) !important;
	color: #ffffff !important;
}

.home-page .stakes .section-head h2 {
	color: #ffffff !important;
}

.home-page .stakes-card.bad,
.home-page .stakes-card.good {
	background: rgba(8, 35, 44, 0.62) !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	backdrop-filter: blur(8px);
}

.home-page .stakes-card.good {
	background: linear-gradient(145deg, #28c5e7 0%, #0c91ad 100%) !important;
	border-color: rgba(255, 255, 255, 0.62) !important;
	box-shadow: 0 16px 34px rgba(0, 34, 48, 0.28);
}

.home-page .stakes-card.bad h3,
.home-page .stakes-card.good h3,
.home-page .stakes-card.bad .stakes-list li,
.home-page .stakes-card.good .stakes-list li {
	color: #ffffff !important;
}

.home-page .stakes-card.bad .stakes-list li::before {
	background: rgba(255, 255, 255, 0.16);
	color: #bdebf4;
}

.home-page .stakes-card.good .stakes-list li::before {
	background: rgba(0, 54, 70, 0.22);
	color: #ffffff;
}

/* Bright button-blue version of the stakes section. */
.home-page .stakes {
	background: linear-gradient(135deg, #27c0e4 0%, #13afd4 100%) !important;
}

.home-page .stakes-card.bad {
	background: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.9) !important;
	box-shadow: 0 14px 30px rgba(0, 72, 92, 0.18);
}

.home-page .stakes-card.bad h3,
.home-page .stakes-card.bad .stakes-list li {
	color: #20252a !important;
}

.home-page .stakes-card.bad .stakes-list li::before {
	background: #e5f8fc;
	color: #0da6cc;
}

.home-page .stakes-card.good {
	background: linear-gradient(145deg, #087d96 0%, #07566d 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	box-shadow: 0 16px 34px rgba(0, 61, 78, 0.28);
}

.home-page .stakes-card.bad:hover,
.home-page .stakes-card.good:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 38px rgba(0, 55, 74, 0.3);
}

/* Pricing card polish. */
.home-page .pricing {
	background: #ffffff !important;
}

.home-page .price-card {
	position: relative;
	min-height: 470px;
	background: #fbfdfe !important;
	border: 1px solid #dbe5e9 !important;
	border-top: 4px solid #b8eaf4 !important;
	border-radius: 14px;
	padding: 34px 28px 28px !important;
	box-shadow: 0 10px 26px rgba(32, 75, 87, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-page .price-card:hover {
	transform: translateY(-6px);
	border-color: var(--accent) !important;
	box-shadow: 0 18px 34px rgba(32, 145, 170, 0.16);
}

.home-page .price-card.feat {
	background: linear-gradient(180deg, #f0fcff 0%, #ffffff 34%) !important;
	border: 2px solid var(--accent) !important;
	border-top-width: 5px !important;
	box-shadow: 0 14px 32px rgba(39, 192, 228, 0.18);
}

.home-page .price-card .tag {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: #087d96 !important;
	font-size: 11px;
	font-weight: 700;
}

.home-page .price-card h3 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 21px;
	color: #20252a !important;
}

.home-page .price-card .amt {
	margin: 12px 0 8px;
	color: #20252a !important;
	font-size: 36px;
	line-height: 1;
}

.home-page .price-card .amt small {
	font-size: 13px;
	color: #68747c !important;
}

.home-page .price-card ul {
	gap: 12px;
	margin-top: 20px;
}

.home-page .price-card li {
	line-height: 1.45;
}

.home-page .price-card .note {
	padding-top: 18px;
	border-top-color: #dbe5e9;
}

/* Hero section polish. */
.home-page .hero {
	padding-top: 96px;
	padding-bottom: 88px;
}

.home-page .hero-grid {
	align-items: center;
	gap: 64px;
}

.home-page .hero h1 {
	max-width: 650px;
	font-size: 44px;
	line-height: 1.06;
	margin-bottom: 24px;
	margin-top: 0;
}

.home-page .hero .lead {
	max-width: 570px;
	margin-bottom: 30px;
}

.home-page .hero-ctas {
	gap: 14px;
	margin-bottom: 26px;
}

.home-page .hero .btn-primary {
	background: var(--accent) !important;
	border: 1px solid var(--accent) !important;
	color: #06201d !important;
	padding: 13px 24px;
}

.home-page .hero .btn-ghost {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	color: #ffffff !important;
	padding: 13px 24px;
}

.home-page .hero .btn-ghost:hover,
.home-page .hero .btn-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: #ffffff !important;
	color: #ffffff !important;
}

.home-page .hero-video-wrapper {
	padding: 0 !important;
	margin: 0;
	border: 1px solid rgba(39, 192, 228, 0.72) !important;
	border-radius: 14px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.home-page .hero-video-wrapper iframe {
	margin: 0;
	padding: 0;
	border-radius: 13px;
}

.home-page .guide-image {
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(39, 192, 228, 0.5) !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.home-page .guide-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-page .hero .trust-row {
	gap: 12px;
	font-size: 14px;
}

@media (max-width: 920px) {
	.home-page .hero {
		padding-top: 64px;
		padding-bottom: 58px;
	}

	.home-page .hero-grid {
		gap: 38px;
	}

	.home-page .hero h1 {
		font-size: 42px;
	}
}

@media (max-width: 920px) {
	.home-page .price-card {
		min-height: 0;
	}
}

@media (max-width: 920px) {
	.home-page .stakes {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.home-page .stakes-card {
		min-height: 0;
		padding: 28px 24px !important;
	}
}

/* Readability and spacing polish. */
.home-page .container {
	width: 100%;
	max-width: 1180px !important;
}

.home-page .section-head h2 {
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.12;
}

.home-page .hero h1 {
	font-size: 44px;
	line-height: 1.04;
	letter-spacing: -0.025em;
}

.home-page .hero .lead {
	font-size: 17px;
	line-height: 1.65;
}

.home-page .problem-card,
.home-page .step,
.home-page .price-card {
	border-radius: 12px;
	padding: 30px 26px;
}

.home-page .problem-grid,
.home-page .plan-steps,
.home-page .price-grid,
.home-page .stakes-grid {
	gap: 28px;
}

.home-page .guide-grid {
	gap: 64px;
}

.home-page .booking-shell {
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.home-page .section-head .eyebrow {
	margin-bottom: 18px;
}

.home-page .trust-row {
	line-height: 1.8;
}

@media (max-width: 920px) {
	.home-page .hero h1 {
		font-size: 38px;
	}

	.home-page .section-head h2 {
		font-size: 30px;
	}

	.home-page .problem-card,
	.home-page .step,
	.home-page .price-card {
		padding: 24px 20px;
	}
}

/* Problem cards: blue cards with a darker center card. */
.home-page .problem-card {
	background: linear-gradient(145deg, #27c0e4 0%, #13afd4 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.58) !important;
	box-shadow: 0 12px 26px rgba(13, 166, 204, 0.2);
	color: #ffffff !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .problem-card:nth-child(2) {
	background: #2b2660 !important;
	border-color: rgba(255, 255, 255, 0.42) !important;
	box-shadow: 0 16px 32px rgba(0, 58, 76, 0.28);
}

.home-page .problem-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 34px rgba(0, 70, 90, 0.3);
}

.home-page .problem-card .num,
.home-page .problem-card h3,
.home-page .problem-card p {
	color: #ffffff !important;
}

.home-page .problem-card .num {
	opacity: 0.9;
}

/* Studio gallery images and lightbox. */
.home-page .gallery-item {
	display: block;
	position: relative;
	background: #eaf0f2;
	text-decoration: none;
	cursor: zoom-in;
}

.home-page .gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease, filter 0.3s ease;
}

.home-page .gallery-item:hover img {
	transform: scale(1.04);
	filter: brightness(0.86);
}

.home-page .gallery-hidden-images {
	display: none;
}

.lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 64px 80px;
	background: rgba(8, 12, 15, 0.94);
}

.lightbox.is-open {
	display: flex;
}

.lightbox-image {
	display: block;
	max-width: min(1100px, 90vw);
	max-height: 82vh;
	width: auto;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	background: var(--accent);
	color: #063b4a;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
	background: #ffffff;
	border-color: var(--accent);
	color: #063b4a;
}

.lightbox-close {
	top: 24px;
	right: 28px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 25px;
	font-weight: 800;
	line-height: 1;
}

.lightbox-prev,
.lightbox-next {
	top: 50%;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-50%);
}

.lightbox-prev {
	left: clamp(18px, 4vw, 64px);
}

.lightbox-next {
	right: clamp(18px, 4vw, 64px);
}

.lightbox-counter {
	position: absolute;
	z-index: 2;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	padding: 7px 13px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(17, 25, 29, 0.72);
	color: #ffffff;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 13px;
}

body.lightbox-open {
	overflow: hidden;
}

@media (max-width: 720px) {
	.lightbox {
		padding: 56px 16px;
	}

	.lightbox-prev,
	.lightbox-next {
		top: auto;
		bottom: 18px;
		transform: none;
	}

	.lightbox-prev {
		left: 24px;
	}

	.lightbox-next {
		right: 24px;
	}
}

/* Light studio gallery section. */
.home-page .studio-gallery {
	background: #f8fafb !important;
	color: #20252a !important;
	padding: 92px 0 !important;
}

.home-page .studio-gallery .section-head h2,
.home-page .studio-gallery .section-head p {
	color: #20252a !important;
}

.home-page .studio-gallery .section-head p {
	color: #68747c !important;
}

.home-page .gallery-grid {
	display: grid;
	grid-template-columns: 1.7fr 0.9fr 0.9fr;
	grid-template-rows: repeat(2, 240px);
	gap: 14px;
	max-width: 1080px;
	margin: 0 auto;
}

.home-page .gallery-item {
	min-width: 0;
	height: 100%;
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	background: #eaf0f2;
	border: 1px solid #dbe5e9;
	box-shadow: 0 8px 20px rgba(32, 75, 87, 0.08);
}

.home-page .gallery-item--large {
	grid-row: 1 / 3;
}

.home-page .gallery-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	background: repeating-linear-gradient(135deg, #eef5f7, #eef5f7 12px, #e2ecef 12px, #e2ecef 24px);
	color: #6b7b82;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-align: center;
	transition: background 0.2s ease, color 0.2s ease;
}

.home-page .gallery-item:hover .gallery-placeholder {
	background: linear-gradient(135deg, #dff8fc 0%, #eefcff 100%);
	color: #087d96;
}

.home-page .gallery-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 26px;
	color: #68747c;
	font-size: 14px;
	text-align: center;
}

.home-page .gallery-view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid var(--accent);
	border-radius: 999px;
	background: var(--accent);
	color: #06201d;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(39, 192, 228, 0.18);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .gallery-view-all:hover,
.home-page .gallery-view-all:focus-visible {
	background: var(--accent-dark);
	border-color: var(--accent-dark);
	transform: translateY(-2px);
	box-shadow: 0 9px 20px rgba(39, 192, 228, 0.28);
}

@media (max-width: 920px) {
	.home-page .studio-gallery {
		padding: 64px 0 !important;
	}

	.home-page .gallery-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, 190px);
	}

	.home-page .gallery-item--large {
		grid-column: 1 / 3;
		grid-row: auto;
	}
}

