/*!
Theme Name: Coast to Coast
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: coast-to-coast
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.

Coast to Coast 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;
}

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

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

:root {
  /* Light theme colors (default) */
  --primary: #1a3348;
  --primary-light: #e6f0ff;
  --accent: #20b2aa;
  --accent-light: rgba(32, 178, 170, 0.1);
  --background: #ffffff;
  --background-light: #f6f8f9;
  --text: #2c3a43;
  --text-light: #666666;
  --border: #eaeaea;
  --card-bg: #ffffff;
  --success: #4caf50;
  --shadow: 0 4px 24px rgba(10, 37, 64, 0.06);
  --gradient: linear-gradient(160deg, #f7fafb 0%, #eef3f5 100%);
  --container-width: 1180px;
  --section-spacing: 96px;
  --card-radius: 8px;
  --transition: all 0.25s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  color: var(--text);
  line-height: 1.65;
  font-size: 16.5px;
  font-weight: 400;
  letter-spacing: 0.01em;
  background-color: var(--background);
  overflow-x: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: var(--transition);
  border: none;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: white;
  box-shadow: none;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(32, 178, 170, 0.28);
}

.btn-secondary {
  background: var(--primary);
  color: white;
  box-shadow: none;
}

.btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(10, 37, 64, 0.22);
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.btn-outline:hover {
  background: var(--accent);
  color: white;
  transform: translateY(-2px);
}

.btn-large {
  padding: 16px 32px;
  font-size: 18px;
}

.btn-mobile {
  width: 100%;
  text-align: center;
}

.section-tag {
  display: inline-block;
  padding: 5px 10px;
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 4px;
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  transition: var(--transition);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

header.scrolled {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  white-space: nowrap;
}

.logo-airplane,
.logo-mark {
  width: 34px;
  height: 34px;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--accent);
}

.logo-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-wordmark span {
  color: var(--accent);
  font-weight: 500;
}

.airplane-icon {
  width: 100%;
  height: 100%;
  color: var(--accent);
}

.btn-nav {
  padding: 10px 16px;
  font-size: 14px;
  white-space: nowrap;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  margin-right: 18px;
}

.home-nav a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.78;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.home-nav a:hover,
.home-nav a.is-active {
  opacity: 1;
  color: #7ee0d8;
}

.nav-controls--home {
  gap: 12px;
}

body.has-onepage-nav .mobile-toggle,
body.has-onepage-nav .mobile-nav,
body.has-onepage-nav .mobile-nav-overlay {
  display: none !important;
}

.logo span {
  color: var(--accent);
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desktop-nav ul {
  display: flex;
  list-style: none;
}

.desktop-nav ul li {
  margin-left: 30px;
}

.desktop-nav ul li a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 5px 0;
}

.desktop-nav ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--accent);
  left: 0;
  bottom: 0;
  transition: var(--transition);
}

.desktop-nav ul li a:hover:after,
.desktop-nav ul li a.active:after {
  width: 100%;
}

.desktop-nav ul li a:hover,
.desktop-nav ul li a.active {
  color: var(--accent);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}

.hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  position: absolute;
  left: 8px;
  transition: var(--transition);
}

.hamburger-line:nth-child(1) {
  top: 14px;
}

.hamburger-line:nth-child(2) {
  top: 20px;
}

.hamburger-line:nth-child(3) {
  top: 26px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: var(--background);
  z-index: 1001;
  transition: var(--transition);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

.close-nav {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-nav svg {
  width: 24px;
  height: 24px;
}

.mobile-nav nav {
  flex: 1;
  padding: 20px;
}

.mobile-nav ul {
  list-style: none;
}

.mobile-nav ul li {
  margin-bottom: 20px;
}

.mobile-nav ul li a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  transition: var(--transition);
  border-bottom: 1px solid var(--border);
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a.active {
  color: var(--accent);
}

.mobile-nav-footer {
  padding: 20px;
  border-top: 1px solid var(--border);
}

.mobile-nav-cta {
  margin-bottom: 20px;
}

.mobile-nav-social {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.mobile-nav-social a {
  width: 36px;
  height: 36px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

.mobile-nav-social a:hover {
  background: var(--accent);
  color: white;
  transform: translateY(-3px);
}

/* Hero Section */
.hero {
  min-height: auto;
  background: var(--background);
  color: var(--text);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 110px 0 72px;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient);
  opacity: 1;
}

.hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(32, 178, 170, 0.12) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.55;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-split {
  display: flex;
  width: 100%;
  gap: 48px;
  align-items: center;
}

.hero-left {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-right {
  flex: 1;
  position: relative;
}

.hero-content {
  max-width: 600px;
  animation: fadeInUp 1s ease-out;
}

.hero-badge {
  display: inline-block;
  padding: 6px 12px;
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.25rem);
  margin-bottom: 18px;
  color: var(--text);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 28px;
  color: var(--text-light);
  line-height: 1.65;
  max-width: 34em;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.accent-text {
  color: var(--accent);
}

.hero-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.stat-item {
  position: relative;
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid var(--border);
}

.stat-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 2px;
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--text-light);
  letter-spacing: 0.02em;
}

.hero-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-image img {
  max-width: 100%;
  width: 100%;
  border-radius: var(--card-radius);
  box-shadow: 0 18px 40px rgba(10, 37, 64, 0.12);
  animation: none;
}

.floating-card,
.floating-badge,
.scroll-indicator {
  display: none !important;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Clients Section */
.clients {
  padding: 60px 0;
  background: var(--background);
  border-bottom: 1px solid var(--border);
}

.clients-header {
  text-align: center;
  margin-bottom: 40px;
}

.clients-header h2 {
  font-size: 1.5rem;
  color: var(--text-light);
  font-weight: 400;
}

.clients-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.client-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.7;
  transition: var(--transition);
}

.client-logo:hover {
  opacity: 1;
}

.client-logo svg {
  color: var(--text);
  margin-bottom: 10px;
}

.client-logo span {
  font-size: 14px;
  color: var(--text-light);
}

/* Fix for the AOS animations causing content to be hidden */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Keep the original animation styles but make sure they don't hide content */
[data-aos="fade-up"] {
  opacity: 0.5;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-right"] {
  opacity: 0.5;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-left"] {
  opacity: 0.5;
  transform: translateX(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="zoom-in"] {
  opacity: 0.5;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.aos-animate {
  opacity: 1 !important;
  transform: none !important;
}

/* Expertise Section */
.expertise {
  padding: var(--section-spacing) 0;
  background-color: var(--background-light);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.section-header p {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 0;
  line-height: 1.6;
}

.section-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

.expertise-card {
  padding: 28px 24px;
  border-radius: var(--card-radius);
  background: var(--card-bg);
  transition: var(--transition);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.expertise-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.expertise-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--accent);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.expertise-card:hover:before {
  transform: scaleX(1);
}

.expertise-icon {
  color: var(--accent);
  margin-bottom: 14px;
  transition: var(--transition);
}

.expertise-card:hover .expertise-icon {
  transform: none;
}

.expertise-card h3 {
  font-size: 1.2rem;
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--text);
}

.expertise-card p {
  color: var(--text-light);
  margin-bottom: 16px;
}

.expertise-list {
  list-style: none;
}

.expertise-list li {
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.45;
}

.expertise-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: bold;
}

/* Results Section */
.results {
  padding: var(--section-spacing) 0;
  background-color: var(--background);
  position: relative;
  overflow: hidden;
}

.results:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--accent-light);
  top: -220px;
  right: -180px;
  z-index: 1;
  opacity: 0.7;
}

.results-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.results-content h2 {
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  color: var(--text);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.results-content p {
  margin-bottom: 18px;
  color: var(--text-light);
  line-height: 1.65;
  max-width: 36em;
}

.results-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0 28px;
}

.metric-card {
  background: transparent;
  padding: 16px 14px;
  border-radius: var(--card-radius);
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--border);
}

.metric-card:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(32, 178, 170, 0.35);
}

.metric-value {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 2px;
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
}

.metric-label {
  font-size: 0.88rem;
  color: var(--text-light);
}

.results-image {
  position: relative;
}

.results-image img {
  width: 100%;
  border-radius: var(--card-radius);
  box-shadow: 0 16px 36px rgba(10, 37, 64, 0.1);
  transition: var(--transition);
}

.results-image:hover img {
  transform: none;
}

.results-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--accent);
  top: 12px;
  left: 12px;
  z-index: -1;
  border-radius: var(--card-radius);
  opacity: 0.45;
  transition: var(--transition);
}

.results-image:hover:before {
  top: 12px;
  left: 12px;
}

/* Case Studies Section */
.case-studies {
  padding: var(--section-spacing) 0;
  background-color: var(--background-light);
  position: relative;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 36px;
  align-items: stretch;
}

.case-study-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
  overflow: hidden;
  min-height: 420px;
}

.case-study-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 32px rgba(32,178,170,0.10);
}

.case-study-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f6f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.case-study-card:hover .case-study-image img {
  transform: scale(1.06);
}

.case-study-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 20px 30px;
  justify-content: flex-start;
}

.case-study-content h3 {
  font-size: 1.25rem;
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--text);
}

.case-study-content p {
  color: var(--text-light);
  font-size: 1rem;
  margin-bottom: 18px;
}

.case-study-metrics {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.case-metric {
  flex: 1;
  background: var(--accent-light);
  border-radius: 8px;
  padding: 10px 0;
  text-align: center;
}

.case-metric-value {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.1rem;
}

.case-metric-label {
  font-size: 0.8rem;
  color: var(--text-light);
}

.case-study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.case-study-tag {
  background: var(--accent-light);
  color: var(--accent);
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 4px 12px;
}

.case-study-link {
  margin-top: auto;
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: var(--transition);
}

.case-study-link .arrow {
  margin-left: 5px;
  transition: var(--transition);
}

.case-study-link:hover {
  color: var(--primary);
}

.case-study-link:hover .arrow {
  transform: translateX(5px);
}

@media (max-width: 900px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .case-study-content {
    padding: 22px 16px 16px 16px;
  }
}

/* Testimonial Section */
.testimonials {
  padding: var(--section-spacing) 0;
  background: var(--background);
}

.testimonial-card {
  max-width: 900px;
  margin: 0 auto;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.testimonial-content {
  padding: 50px;
  position: relative;
}

.testimonial-quote {
  color: var(--accent);
  margin-bottom: 20px;
}

.testimonial-content blockquote {
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--text);
  font-style: italic;
  margin-bottom: 30px;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-info h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 5px;
}

.author-info p {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
  padding: var(--section-spacing) 0;
  background: var(--primary);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2320B2AA' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.1;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-section .section-tag {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Footer */
footer {
  background: var(--primary);
  color: white;
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--accent);
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  color: white;
  margin-bottom: 20px;
}

.footer-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-badge svg {
  color: var(--accent);
}

.footer-badge span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: white;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--accent);
  bottom: 0;
  left: 0;
}

.footer-col p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}

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

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
  display: inline-block;
}

.footer-col ul li a:hover {
  color: var(--accent);
  transform: translateX(5px);
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-info li svg {
  color: var(--accent);
}

.contact-info li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.contact-info li a:hover {
  color: var(--accent);
}

.footer-cta {
  margin-top: 20px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.social-links a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--accent);
  border-radius: 50%;
  transform: scale(0);
  transition: var(--transition);
}

.social-links a:hover:before {
  transform: scale(1);
}

.social-links a span {
  position: relative;
  z-index: 2;
}

.social-links a:hover {
  transform: translateY(-5px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}

.footer-links {
  display: flex;
  list-style: none;
  gap: 20px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--accent);
}

/* About Page Styles */
.about-hero {
  height: 60vh;
  min-height: 340px;
  max-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 80px;
}

.about-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45);
  display: block;
}

.about-hero-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(10,37,64,0.7) 0%,rgba(10,37,64,0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-hero-content .section-tag {
  background: rgba(32,178,170,0.15);
  color: #1ec6b6;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 1.2px;
}

.about-hero-content h1 {
  font-size: 2.7rem;
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.about-hero-content p {
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.92;
  margin: 0 auto;
  max-width: 600px;
}

@media (max-width: 900px) {
  .about-hero {
    height: 38vh;
    min-height: 180px;
    max-height: 260px;
  }
  .about-hero-content h1 {
    font-size: 1.5rem;
  }
  .about-hero-content p {
    font-size: 1rem;
  }
}

.about-content {
  padding: 100px 0;
  background: var(--background);
  color: var(--text);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.about-text h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 30px;
  position: relative;
}

.about-text p {
  margin-bottom: 20px;
  color: var(--text-light);
}

.about-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-philosophy {
  margin-bottom: 80px;
}

.about-philosophy h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.philosophy-card {
  padding: 40px;
  border-radius: 8px;
  background: var(--background-light);
  text-align: center;
  transition: var(--transition);
}

.philosophy-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.philosophy-icon {
  color: var(--accent);
  margin-bottom: 20px;
}

.philosophy-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.philosophy-card p {
  color: var(--text-light);
}

.about-journey {
  margin-bottom: 80px;
}

.about-journey h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: var(--accent-light);
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  width: 50%;
}

.timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 40px;
}

.timeline-item:nth-child(even) {
  left: 50%;
  padding-left: 40px;
}

.timeline-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--background);
  border: 3px solid var(--accent);
  top: 0;
}

.timeline-item:nth-child(odd) .timeline-dot {
  right: -10px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -10px;
}

.timeline-content {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.timeline-content h3 {
  font-size: 1.8rem;
  color: var(--accent);
  margin-bottom: 10px;
}

.timeline-content h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 15px;
}

.timeline-content p {
  color: var(--text-light);
}

.about-cta {
  text-align: center;
}

.about-cta h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 20px;
}

.about-cta p {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Page Styles */
.contact-hero {
  padding: 180px 0 100px;
  background: var(--primary);
  color: white;
  text-align: center;
}

.contact-hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.contact-hero-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}

.contact-form-section {
  padding: 100px 0;
  background: var(--background);
  color: var(--text);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.contact-info h2 {
  font-size: 2.5rem;
  color: var(--text);
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 30px;
  color: var(--text-light);
}

.contact-details {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: var(--transition);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-right: 20px;
  transition: var(--transition);
  flex-shrink: 0;
}

.contact-item:hover .contact-icon {
  background: var(--accent);
  color: white;
  transform: scale(1.1);
}

.contact-text h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 5px;
}

.contact-text a {
  color: var(--text-light);
  text-decoration: none;
  transition: var(--transition);
}

.contact-text a:hover {
  color: var(--accent);
}

.availability {
  background: var(--background-light);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.availability h3 {
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: 15px;
}

.availability-status {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}

.available .status-dot {
  background: var(--success);
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}

.status-text {
  font-weight: 500;
}

.available .status-text {
  color: var(--success);
}

.contact-social h3 {
  font-size: 1.5rem;
  color: var(--text);
  margin-bottom: 15px;
}

.contact-form-container {
  background: var(--card-bg);
  padding: 40px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form-container h2 {
  font-size: 2.5rem;
}

/* Fix the mobile menu styles */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100vh;
  background: var(--background);
  z-index: 1001;
  transition: var(--transition);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

.close-nav {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-nav svg {
  width: 24px;
  height: 24px;
}

/* Add styles for the about and contact pages */
.about-hero,
.contact-hero {
  padding: 150px 0 80px;
  background: var(--background-light);
  position: relative;
  text-align: center;
}

.about-hero-image {
  max-width: 800px;
  margin: 0 auto 40px;
}

.about-hero-image img {
  width: 100%;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.about-hero-content h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: var(--text);
}

.about-hero-content p {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

.about-content {
  padding: var(--section-spacing) 0;
  background: var(--background);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--text);
}

.about-text p {
  margin-bottom: 20px;
  color: var(--text-light);
}

.about-image img {
  width: 100%;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.about-philosophy {
  margin-bottom: 80px;
}

.about-philosophy h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--text);
  text-align: center;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.philosophy-card {
  background: var(--card-bg);
  padding: 30px;
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.philosophy-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.philosophy-icon {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--accent);
}

.philosophy-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.philosophy-card p {
  color: var(--text-light);
}

.about-journey {
  margin-bottom: 80px;
}

.about-journey h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--text);
  text-align: center;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline:before {
  content: "";
  position: absolute;
  width: 2px;
  background: var(--accent-light);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
}

.timeline-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--accent);
  border-radius: 50%;
  top: 30px;
  z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-dot {
  right: -8px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -8px;
}

.timeline-content {
  padding: 20px;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.timeline-content h3 {
  font-size: 1.8rem;
  color: var(--accent);
  margin-bottom: 5px;
}

.timeline-content h4 {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 10px;
}

.timeline-content p {
  color: var(--text-light);
}

.about-cta {
  text-align: center;
  padding: 60px;
  background: var(--accent-light);
  border-radius: var(--card-radius);
}

.about-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text);
}

.about-cta p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: var(--text-light);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact page styles */
.contact-hero {
  padding: 150px 0 80px;
  background: var(--background-light);
  position: relative;
}

.contact-hero-content {
  text-align: center;
}

.contact-hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.contact-hero-content p {
  font-size: 1.2rem;
  color: var(--text-light);
}

.contact-form-section {
  padding: var(--section-spacing) 0;
  background: var(--background);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text);
}

.contact-info p {
  margin-bottom: 30px;
  color: var(--text-light);
}

.contact-details {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  color: var(--accent);
}

.contact-text {
  color: var(--text);
}

.availability h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text);
}

.availability-status {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}

.available .status-dot {
  background: var(--success);
}

.status-text {
  color: var(--text);
  font-weight: 500;
}

.contact-form-container h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--text);
}

.contact-form {
  background: var(--card-bg);
  padding: 40px;
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 500;
}

.required {
  color: #ff4d4d;
  margin-left: 3px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--background);
  color: var(--text);
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-light);
}

.contact-faq {
  max-width: 900px;
  margin: 0 auto;
}

.contact-faq h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: var(--text);
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.faq-item {
  background: var(--card-bg);
  padding: 30px;
  border-radius: var(--card-radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.faq-item h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--text);
}

.faq-item p {
  color: var(--text-light);
}

/* --- HEADER & NAVIGATION POLISH --- */
.site-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  color: #222;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
.logo span {
  color: #1ec6b6;
}
.nav-controls {
  display: flex;
  align-items: center;
  gap: 32px;
}
.desktop-nav ul {
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-nav ul li a {
  color: #222;
  font-size: 1.08rem;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 0.2s;
}
.desktop-nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #1ec6b6;
  transition: width 0.2s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.desktop-nav ul li a:hover,
.desktop-nav ul li a.active {
  color: #1ec6b6;
}
.desktop-nav ul li a:hover:after,
.desktop-nav ul li a.active:after {
  width: 100%;
}
/* Hamburger */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1101;
}
.hamburger-line {
  display: block;
  width: 24px;
  height: 3px;
  background: #222;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
}
/* Mobile Nav Overlay */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 1100;
  box-shadow: -8px 0 32px rgba(0,0,0,0.08);
  transition: right 0.45s cubic-bezier(.4,2,.6,1);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0.98;
}
.mobile-nav.active {
  right: 0;
  pointer-events: auto;
  opacity: 1;
}
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.18);
  z-index: 1099;
  opacity: 0;
  transition: opacity 0.35s;
}
.mobile-nav.active ~ .mobile-nav-overlay {
  display: block;
  opacity: 1;
}
.close-nav {
  background: none;
  border: none;
  cursor: pointer;
  color: #222;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 1102;
}
.mobile-nav ul {
  list-style: none;
  padding: 32px 24px;
  margin: 0;
}
.mobile-nav ul li {
  margin-bottom: 28px;
}
.mobile-nav ul li a {
  color: #222;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-nav ul li a:hover {
  color: #1ec6b6;
}
@media (max-width: 600px) {
  .mobile-nav {
    width: 100vw;
  }
}

/* --- HAMBURGER TO X ANIMATION --- */
.mobile-toggle {
  position: relative;
  z-index: 1101;
}
.mobile-toggle .hamburger-line {
  transition: all 0.35s cubic-bezier(.4,2,.6,1);
  position: absolute;
  left: 8px;
}
.mobile-toggle .hamburger-line:nth-child(1) {
  top: 14px;
}
.mobile-toggle .hamburger-line:nth-child(2) {
  top: 20px;
}
.mobile-toggle .hamburger-line:nth-child(3) {
  top: 26px;
}
.mobile-toggle.open .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.mobile-toggle.open .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.open .hamburger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* =========================================================
   Homepage (single theme, no light/dark toggle)
   ========================================================= */

/* Soft frosted home header (not stark white, not transparent) */
body.home header.site-header {
  background: rgba(238, 245, 245, 0.92) !important;
  color: #1a3348 !important;
  border-bottom: 1px solid rgba(26, 51, 72, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

body.home header.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 6px 20px rgba(26, 51, 72, 0.07);
}

body.home header .logo,
body.home header .desktop-nav ul li a,
body.home header .custom-logo-link,
body.home header .site-title,
body.home header .site-title a,
body.home .home-nav a,
body.home header .logo-wordmark {
  color: #1a3348 !important;
  text-shadow: none;
}

body.home header .logo-wordmark span,
body.home header .logo-mark,
body.home header .logo-mark svg {
  color: #20b2aa !important;
}

body.home .home-nav a {
  opacity: 0.74;
}

body.home .home-nav a:hover,
body.home .home-nav a.is-active {
  color: #148f88 !important;
  opacity: 1;
}

body.home header .logo-mark {
  color: #20b2aa !important;
}

body.home .footer-home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1a3348;
  text-decoration: none;
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.home .footer-home-brand .logo-mark {
  width: 28px;
  height: 28px;
  color: #20b2aa;
}

body.home .site-footer-home-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.home .site-footer--home p {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7c86;
}

body.home header .logo .airplane-icon,
body.home header .logo-mark svg {
  color: #20b2aa !important;
}

body.home header .custom-logo {
  filter: none;
}

body.home header .desktop-nav ul li a:hover,
body.home header .desktop-nav ul li a.active {
  color: #148f88 !important;
}

body.home header .desktop-nav ul li a:after {
  background: #20b2aa;
}

body.home header .hamburger-line {
  background: #1a3348 !important;
}

/* Full-bleed hero */
body.home .hero.hero--bleed {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 72px !important;
  overflow: hidden;
  background: #d7e4e8;
  color: #fff;
}

body.home .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.home .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.92) contrast(1.02) brightness(1.08);
  animation: none;
  transform: scale(1.06);
  will-change: transform;
  transition: none;
}

body.home .hero-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(18, 42, 58, 0.68) 0%, rgba(18, 42, 58, 0.42) 42%, rgba(18, 42, 58, 0.18) 100%),
    linear-gradient(180deg, rgba(18, 42, 58, 0.28) 0%, rgba(18, 42, 58, 0.12) 40%, rgba(18, 42, 58, 0.55) 100%);
}

body.home .hero-content {
  will-change: transform, opacity;
}

body.home .hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 120px;
}

body.home .hero-content {
  max-width: 680px;
  animation: none;
}

body.home .hero-brand {
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-size: clamp(1.7rem, 4.2vw, 2.85rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 14px;
  white-space: nowrap;
}

body.home .hero-badge {
  background: rgba(255, 255, 255, 0.16);
  color: #e7fffc;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  margin-bottom: 16px;
}

body.home .hero h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 14px;
  max-width: 16ch;
}

body.home .hero-lead,
body.home .hero p.hero-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 34em;
}

body.home .hero-buttons .btn-primary {
  background: #20b2aa;
  color: #07202a;
  font-weight: 600;
}

body.home .hero-buttons .btn-outline,
body.home .hero-buttons .btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

body.home .hero-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 22px;
  margin-top: 8px;
}

body.home .stat-item {
  border-right-color: rgba(255, 255, 255, 0.18);
}

body.home .stat-number {
  color: #9ff0e8;
}

body.home .stat-label {
  color: rgba(255, 255, 255, 0.65);
}

/* Expertise: left-aligned, stronger band */
body.home .expertise {
  padding: 88px 0 96px;
  background:
    linear-gradient(180deg, #f8fbfb 0%, #f2f7f8 100%);
  border-top: 0;
}

body.home .expertise .section-header {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 560px;
  margin-bottom: 36px;
}

body.home .expertise .section-header h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
}

body.home .expertise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.home .expertise-card {
  background: #fff;
  border: 1px solid #d9e3e7;
  border-radius: 4px;
  padding: 26px 22px 24px;
  box-shadow: none;
}

body.home .expertise-card:hover {
  transform: none;
  border-color: #20b2aa;
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.08);
}

body.home .expertise-card:before {
  display: none;
}

/* Results: soft light band */
body.home .results {
  padding: 96px 0;
  background:
    linear-gradient(180deg, #eef6f6 0%, #f7fbfb 100%);
  color: #1a3348;
}

body.home .results:before {
  display: none;
}

body.home .results .section-tag {
  background: rgba(32, 178, 170, 0.12);
  color: #148f88;
}

body.home .results-content h2,
body.home .results-content p {
  color: #1a3348;
}

body.home .results-content p {
  color: #5b6d77;
}

body.home .metric-card {
  background: #fff;
  border-color: #d5e3e5;
}

body.home .metric-value {
  color: #148f88;
}

body.home .metric-label {
  color: #5b6d77;
}

body.home .results-image img {
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(26, 51, 72, 0.12);
}

body.home .results-image:before {
  display: none;
}

/* One-page header refinements */
body.home .site-header--home .header-container {
  gap: 16px;
}

body.home .site-header--home .logo {
  flex: 0 0 auto;
}

body.home .site-header--home .home-nav {
  color: #1a3348;
}

body.home .site-header--home .btn-nav {
  background: #20b2aa;
  color: #07202a !important;
  box-shadow: none;
}

body.home .site-header--home .btn-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(32, 178, 170, 0.28);
}

/* Journey / story (from About) */
body.home .journey {
  position: relative;
  padding: 112px 0;
  background: #fff;
  overflow: visible;
}

body.home .journey > .container {
  position: relative;
  z-index: 2;
}

/* Sticky pin keeps the plane centered in the viewport while Story is on screen */
body.home .journey-flight-pin {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 1;
  pointer-events: none;
}

body.home .journey-flight {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50vh - 130px);
  height: 260px;
  color: #20b2aa;
  opacity: 0;
  transition: opacity 0.25s ease;
}

body.home .journey-flight.is-active {
  opacity: 1;
}

body.home .journey-flight-svg {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(920px, 88vw);
  height: 100%;
  transform: translateX(-50%);
  overflow: visible;
}

body.home .journey-flight-svg--vertical {
  display: none;
}

body.home .journey-flight-trail {
  opacity: 0.38;
}

body.home .journey-flight-plane {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  color: #14a39a;
  opacity: 0;
  filter: drop-shadow(0 5px 12px rgba(26, 51, 72, 0.16));
  will-change: transform, opacity;
  transform-origin: center center;
}

body.home .journey-flight-plane svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

@media (prefers-reduced-motion: reduce) {
  body.home .journey-flight-pin {
    display: none;
  }
}

@media (max-width: 700px) {
  body.home .journey-flight {
    top: 0;
    height: 100vh;
  }

  body.home .journey-flight-svg--horizontal {
    display: none;
  }

  body.home .journey-flight-svg--vertical {
    display: block;
    left: 50%;
    top: 50%;
    width: 132px;
    height: min(70vh, 560px);
    transform: translate(-50%, -50%);
  }

  body.home .journey-flight-plane {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
  }
}

body.home .journey-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
}

body.home .journey-story h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: #1a3348;
}

body.home .journey-story p {
  color: #556570;
  line-height: 1.7;
  margin-bottom: 14px;
  max-width: 38em;
  font-size: 1.05rem;
}

body.home .journey-timeline-title {
  font-size: clamp(1.35rem, 2vw, 1.6rem);
  color: #1a3348;
  margin: 4px 0 28px;
  letter-spacing: -0.02em;
}

body.home .home-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 3px solid rgba(32, 178, 170, 0.4);
}

body.home .home-timeline-item {
  position: relative;
  padding: 0 0 36px 32px;
}

body.home .home-timeline-item:last-child {
  padding-bottom: 0;
}

body.home .home-timeline-item:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #20b2aa;
  box-shadow: 0 0 0 5px rgba(32, 178, 170, 0.16);
}

body.home .home-timeline-year {
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #20b2aa;
  margin-bottom: 8px;
}

body.home .home-timeline-body h4 {
  font-size: clamp(1.35rem, 2vw, 1.55rem);
  margin: 0 0 8px;
  color: #1a3348;
  letter-spacing: -0.02em;
}

body.home .home-timeline-body p {
  margin: 0;
  color: #556570;
  line-height: 1.65;
  font-size: 1.02rem;
}

/* Serve + process sections */
body.home .serve,
body.home .process {
  padding: 96px 0;
}

body.home .serve {
  background: #fff;
}

body.home .serve-header,
body.home .process-header {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 560px;
}

body.home .serve-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

body.home .serve-panel {
  border: 1px solid #d9e3e7;
  border-radius: 4px;
  padding: 32px 28px;
  background: #f7fafb;
}

body.home .serve-panel h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
  color: #1a3348;
}

body.home .serve-panel p {
  color: #556570;
  margin-bottom: 18px;
  line-height: 1.6;
}

body.home .serve-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home .serve-panel li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #3d4d57;
  font-size: 0.98rem;
}

body.home .serve-panel li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20b2aa;
}

body.home .process {
  background:
    radial-gradient(circle at top right, rgba(32, 178, 170, 0.1), transparent 42%),
    #f4f8f9;
  color: #1a3348;
}

body.home .process .section-tag {
  background: rgba(32, 178, 170, 0.12);
  color: #148f88;
}

body.home .process-header h2,
body.home .process-header p {
  color: #1a3348;
}

body.home .process-header p {
  color: #5b6d77;
}

body.home .process-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

body.home .process-step {
  border: 1px solid #d5e3e5;
  border-radius: 6px;
  padding: 28px 22px;
  background: #fff;
  min-height: 220px;
}

body.home .process-num {
  display: block;
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #20b2aa;
  margin-bottom: 18px;
}

body.home .process-step h3 {
  color: #1a3348;
  font-size: 1.35rem;
  margin-bottom: 10px;
}

body.home .process-step p {
  color: #5b6d77;
  line-height: 1.6;
  margin: 0;
}

/* Force CTA visible (overrides WP Additional CSS) */
body.home .cta-section,
body.home .cta-section--home {
  display: block !important;
  padding: 100px 0 72px;
  margin-bottom: 0;
  background:
    linear-gradient(160deg, #e7f4f3 0%, #f7fbfb 55%, #eef5f4 100%);
  color: #1a3348;
}

body.home .cta-section--home .section-tag {
  background: rgba(32, 178, 170, 0.12);
  color: #148f88;
}

body.home .cta-section--home h2 {
  color: #1a3348;
}

body.home .cta-section--home p {
  color: #5b6d77;
}

/* Slim home footer: kill white gap under the page end */
body.home,
body.home #page.site {
  background: #f4f8f9;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

body.home .site-main {
  background: #fff;
}

body.home footer:not(.site-footer--home) {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.home .site-footer--home {
  display: block !important;
  background: #f4f8f9;
  color: #5b6d77;
  padding: 22px 0;
  margin: 0;
  border-top: 1px solid #dce7ea;
}

body.home .site-footer-home-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.home .site-footer--home p {
  margin: 0;
  font-size: 0.92rem;
}

body.home .cta-buttons {
  justify-content: center;
}

/* Light AI / tooling section */
body.home .tools {
  padding: 88px 0;
  background: #fff;
  border-top: 1px solid #e7eef1;
  border-bottom: 1px solid #e7eef1;
}

body.home .tools-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

body.home .tools-copy h2 {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #1a3348;
}

body.home .tools-copy p {
  margin: 0;
  color: #556570;
  line-height: 1.7;
  max-width: 36em;
}

body.home .tools-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

body.home .tools-points li {
  border: 1px solid #d9e3e7;
  border-radius: 6px;
  padding: 18px 18px 16px;
  background: #f7fafb;
}

body.home .tools-points strong {
  display: block;
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #1a3348;
  margin-bottom: 6px;
}

body.home .tools-points span {
  display: block;
  color: #556570;
  line-height: 1.55;
  font-size: 0.96rem;
}

@media (max-width: 980px) {
  body.home .tools-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Free Store Audit modal */
body.audit-modal-open {
  overflow: hidden;
}

.audit-modal[hidden] {
  display: none !important;
}

.audit-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.audit-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 42, 0.78);
  backdrop-filter: blur(6px);
}

.audit-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  background: #fff;
  color: #1a3348;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  padding: 36px 32px 30px;
}

.audit-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #e2e9ec;
  border-radius: 999px;
  background: #f7fafb;
  color: #1a3348;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.audit-modal-close:hover {
  background: #eef5f6;
  border-color: #cfdadf;
}

.audit-modal-header {
  padding-right: 28px;
  margin-bottom: 8px;
}

.audit-modal-header .section-tag {
  margin-bottom: 12px;
}

.audit-modal-header h2 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  letter-spacing: -0.02em;
  color: #1a3348;
}

.audit-modal-header p {
  margin: 0 0 24px;
  color: #5b6b74;
  line-height: 1.55;
  font-size: 0.98rem;
}

.audit-modal .wpcf7,
.audit-modal .wpcf7-form {
  margin: 0;
}

.audit-modal .wpcf7-form p {
  margin: 0 0 14px;
}

.audit-modal .wpcf7-form label {
  display: block;
  margin: 0;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #334652;
}

.audit-modal .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.audit-modal input[type="text"],
.audit-modal input[type="email"],
.audit-modal input[type="url"],
.audit-modal textarea,
.audit-modal .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d5e0e5;
  border-radius: 10px;
  padding: 14px 16px;
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
  color: #1a3348;
  background: #f4f8f9;
  box-shadow: inset 0 1px 2px rgba(10, 37, 64, 0.03);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.audit-modal textarea,
.audit-modal .wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
}

.audit-modal input::placeholder,
.audit-modal textarea::placeholder {
  color: #8a9aa3;
}

.audit-modal input:hover,
.audit-modal textarea:hover,
.audit-modal .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: #bccbd2;
  background: #f7fbfc;
}

.audit-modal input:focus,
.audit-modal textarea:focus,
.audit-modal .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none;
  border-color: #20b2aa;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(32, 178, 170, 0.16);
}

.audit-modal .wpcf7-not-valid {
  border-color: #d64545 !important;
}

.audit-modal .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #c0392b;
}

.audit-modal .wpcf7-submit,
.audit-modal input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  border: 0;
  border-radius: 10px;
  background: #20b2aa;
  color: #07202a;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 22px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 18px rgba(32, 178, 170, 0.22);
}

.audit-modal .wpcf7-submit:hover,
.audit-modal input[type="submit"]:hover {
  background: #18a79f;
  transform: translateY(-1px);
}

.audit-modal .wpcf7-submit:active,
.audit-modal input[type="submit"]:active {
  transform: none;
}

.audit-modal .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d7e2e6;
  font-size: 0.92rem;
  line-height: 1.45;
}

.audit-modal .wpcf7-form.sent .wpcf7-response-output {
  border-color: rgba(32, 178, 170, 0.4);
  background: rgba(32, 178, 170, 0.1);
  color: #1a3348;
}

.audit-modal .wpcf7-spinner {
  margin-left: 10px;
}

body.home header .btn-nav.js-audit-modal-open {
  border: 0;
  cursor: pointer;
  font: inherit;
}

body.home .cta-section--home .cta-content {
  max-width: 720px;
}

body.home .cta-section--home .btn-large.js-audit-modal-open {
  min-width: 260px;
}

/* Scroll reveal motion */
.reveal-section .section-header,
.reveal-item,
body.home .expertise-card,
body.home .metric-card,
body.home .serve-panel,
body.home .process-step,
body.home .home-timeline-item,
body.home .journey-story,
body.home .tools-copy,
body.home .tools-points li,
body.home .faq-item {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-section.is-visible .section-header,
.reveal-section.is-visible .journey-story,
.reveal-section.is-visible .tools-copy,
.reveal-item.is-visible,
body.home .expertise-card.is-visible,
body.home .metric-card.is-visible,
body.home .serve-panel.is-visible,
body.home .process-step.is-visible,
body.home .home-timeline-item.is-visible,
body.home .tools-points li.is-visible,
body.home .faq-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section .section-header,
  .reveal-item,
  body.home .expertise-card,
  body.home .metric-card,
  body.home .serve-panel,
  body.home .process-step,
  body.home .hero-media img,
  body.home .hero-content {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 980px) {
  body.home .hero.hero--bleed {
    min-height: 84vh;
    align-items: center;
    padding-bottom: 40px !important;
  }

  body.home .hero h1 {
    max-width: none;
    font-size: clamp(1.45rem, 5.2vw, 2rem);
  }

  body.home .hero-lead,
  body.home .hero p.hero-lead {
    font-size: 1rem;
    margin-bottom: 22px;
  }

  body.home .expertise-grid,
  body.home .results-container,
  body.home .serve-grid,
  body.home .process-steps,
  body.home .journey-layout,
  body.home .tools-layout {
    grid-template-columns: 1fr;
  }

  body.home .process-step {
    min-height: 0;
  }

  body.home .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  body.home .stat-item {
    border-right: none;
    margin: 0;
    padding: 0;
  }

  /* Clean mobile header: logo + CTA only */
  body.home .site-header--home {
    padding: 12px 0;
  }

  body.home .site-header--home .header-container {
    flex-wrap: nowrap;
    gap: 12px;
  }

  body.home .home-nav {
    display: none;
  }

  body.home .nav-controls--home {
    margin-left: auto;
  }

  body.home .site-header--home .logo {
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    gap: 8px;
  }

  body.home .site-header--home .logo-mark {
    width: 32px;
    height: 32px;
  }

  body.home .serve,
  body.home .expertise,
  body.home .tools,
  body.home .journey,
  body.home .process,
  body.home .results,
  body.home .faq,
  body.home .cta-section--home {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  body.home .section-header,
  body.home .expertise .section-header,
  body.home .process-header,
  body.home .faq-header,
  body.home .serve-header {
    margin-bottom: 24px;
  }

  body.home .tools-copy h2,
  body.home .journey-story h2,
  body.home .expertise .section-header h2,
  body.home .process-header h2,
  body.home .faq-header h2,
  body.home .serve-header h2,
  body.home .cta-section--home h2 {
    font-size: clamp(1.7rem, 6vw, 2.15rem);
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 18px;
  }

  body.home .hero-container {
    padding-top: 104px;
  }

  body.home .hero-brand {
    font-size: 1.55rem;
    letter-spacing: -0.02em;
  }

  body.home .hero-buttons {
    display: grid;
    gap: 10px;
  }

  body.home .hero-buttons .btn {
    width: 100%;
    text-align: center;
  }

  body.home .stat-number {
    font-size: 1.35rem;
  }

  body.home .stat-label {
    font-size: 0.78rem;
  }

  body.home .results-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  body.home .site-header--home .logo {
    font-size: 0.98rem;
    letter-spacing: -0.02em;
  }

  body.home .site-header--home .logo-mark {
    width: 30px;
    height: 30px;
  }

  body.home .site-header--home .btn-nav {
    padding: 9px 13px;
    font-size: 12.5px;
    letter-spacing: 0.01em;
  }

  body.home .audit-modal-dialog {
    padding: 28px 20px 22px;
    border-radius: 12px;
  }
}

/* Agentic + Claude + FAQ */
body.home .agentic,
body.home .faq {
  padding: 96px 0;
  background: #f8fbfb;
}

body.home .agentic-header,
body.home .faq-header {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 640px;
}

body.home .agentic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.home .agentic-card {
  background: #fff;
  border: 1px solid #d9e3e7;
  border-radius: 4px;
  padding: 28px 24px;
}

body.home .agentic-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #1a3348;
}

body.home .agentic-card p {
  margin: 0;
  color: #556570;
  line-height: 1.65;
}

body.home .claude {
  padding: 104px 0;
  background: #f4f8f9;
  color: #1a3348;
}

body.home .claude-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

body.home .claude-copy .section-tag {
  background: rgba(32, 178, 170, 0.16);
  color: #9ff0e8;
}

body.home .claude-copy h2 {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #fff;
}

body.home .claude-copy p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
  margin-bottom: 14px;
  max-width: 38em;
}

body.home .claude-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

body.home .claude-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.84);
}

body.home .claude-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20b2aa;
}

body.home .claude-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  padding: 28px 24px;
  display: grid;
  gap: 22px;
}

body.home .claude-stat-value {
  display: block;
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #9ff0e8;
  letter-spacing: -0.02em;
}

body.home .claude-stat-label {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}

body.home .faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

body.home .faq-item {
  background: #fff;
  border: 1px solid #d9e3e7;
  border-radius: 4px;
  padding: 0 20px;
}

body.home .faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-weight: 600;
  color: #1a3348;
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-size: 1.15rem;
}

body.home .faq-item summary::-webkit-details-marker {
  display: none;
}

body.home .faq-item summary:after {
  content: "+";
  float: right;
  color: #20b2aa;
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

body.home .faq-item[open] summary:after {
  content: "-";
}

body.home .faq-item p {
  margin: 0 0 18px;
  color: #556570;
  line-height: 1.65;
}

@media (max-width: 980px) {
  body.home .agentic-grid,
  body.home .claude-layout {
    grid-template-columns: 1fr;
  }
}


body.home .section-header p,
body.home .serve-header p,
body.home .process-header p,
body.home .faq-header p {
  font-size: 1.05rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

body.home .hero h1 {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.18;
}




/* Static / Netlify form helpers */
.audit-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.audit-form-status {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.audit-form-status.is-pending {
  color: #355a63;
}

.audit-form-status.is-success {
  color: #1f6b4a;
}

.audit-form-status.is-error {
  color: #a12828;
}

.audit-modal .wpcf7-submit:disabled,
.audit-modal input[type="submit"]:disabled {
  opacity: 0.65;
  cursor: wait;
}
