/*!
Theme Name: soundfutures
Theme URI: http://underscores.me/
Author: BushwickDesign
Author URI: https://bushwickdesign.com
Description: Custom theme: soundfutures, developed by BushwickDesign
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soundfutures
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.

soundfutures 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

--------------------------------------------------------------*/
:root {
  --color-white: #fff;
  --color-light-blue: #84CEEB;
  --color-blue: #5680E9;
  --color-primary: var(--color-blue);
  --color-secondary: var(--color-light-blue);
  --color-text: #333;
  --color-border: #eee;
  --color-background: var(--color-white);
  --color-nav-text: var(--color-text);
  --color-nav-text-hover: var(--color-primary);
  --color-button-bg: var(--color-primary);
  --color-button-text: var(--color-white);
}

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

html {
  font-size: 100%;
} /*16px*/
h1 {
  margin-top: 0;
  font-size: 3.052em;
}

h2 {
  font-size: 2.441em;
}

h3 {
  font-size: 1.953em;
}

h4 {
  font-size: 1.563em;
}

h5 {
  font-size: 1.25em;
}

small, .text_small {
  font-size: 0.8em;
}

body {
  font-family: "archivo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

.post, .page {
  margin: 0;
}

.hero-section {
  position: relative;
  min-height: 60vh;
  background-color: var(--color-primary);
  overflow: hidden;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.hero-section .hero-content {
  position: relative;
  z-index: 3;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.hero-section .hero-content h1 {
  font-size: 4.5rem;
  color: var(--color-white);
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.hero-section .hero-subheading {
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--color-white);
  margin-bottom: 2rem;
  opacity: 0.9;
  max-width: 700px;
}
.hero-section .hero-cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 2rem;
  font-weight: 400;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.hero-section .hero-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.hero-section .hero-foreground {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.hero-section .hero-foreground img {
  width: auto;
  height: auto;
  max-height: 500px;
  display: block;
}

.investment-potential {
  padding: 6rem 2rem;
  background-color: #EEF4FF;
}
.investment-potential .investment-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.investment-potential .calculator-side {
  width: 100%;
  padding-right: 0;
}
.investment-potential .calculator-side h2 {
  margin-top: 0;
}
.investment-potential .calculator-side .investment-heading {
  font-size: 3.5rem;
  color: var(--color-text);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.investment-potential .calculator-side .investment-subheading {
  font-size: 1.125rem;
  color: var(--color-text);
  margin-bottom: 3rem;
  opacity: 0.8;
  line-height: 1.5;
}
.investment-potential .investment-calculator {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.investment-potential .investment-calculator .calculator-field {
  flex: 1;
  min-width: 250px;
  margin-bottom: 2rem;
}
.investment-potential .investment-calculator .calculator-field.monthly-streaming-income, .investment-potential .investment-calculator .calculator-field.average-monthly-streams, .investment-potential .investment-calculator .calculator-field.annual-return {
  flex: 0 0 20%;
  min-width: 200px;
}
.investment-potential .investment-calculator .calculator-field.investment-years {
  order: 4;
}
.investment-potential .investment-calculator .calculator-field.annual-return {
  order: 3;
}
.investment-potential .investment-calculator .calculator-field.monthly-streaming-income {
  order: 1;
}
.investment-potential .investment-calculator .calculator-field.average-monthly-streams {
  order: 2;
}
.investment-potential .investment-calculator .calculator-field label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--color-text);
  font-weight: 500;
  font-size: 1rem;
}
.investment-potential .investment-calculator .calculator-field input {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  font-size: 1rem;
  background: var(--color-white);
  transition: border-color 0.3s ease;
}
.investment-potential .investment-calculator .calculator-field input:focus {
  outline: none;
  border-color: var(--color-primary);
}
.investment-potential .investment-calculator .calculator-field input[type=number] {
  -moz-appearance: textfield;
}
.investment-potential .investment-calculator .calculator-field input[type=number]::-webkit-outer-spin-button, .investment-potential .investment-calculator .calculator-field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.investment-potential .investment-calculator .calculator-field input[type=range] {
  width: 100%;
}
.investment-potential .investment-calculator .calculator-field select {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  font-size: 1rem;
  background: var(--color-white);
  transition: border-color 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333333' d='M6 8.825l-4.5-4.5 1.06-1.06L6 6.705l3.44-3.44 1.06 1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.investment-potential .investment-calculator .calculator-field select:focus {
  outline: none;
  border-color: var(--color-primary);
}
.investment-potential .investment-calculator .calculator-field .input-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.investment-potential .investment-calculator .calculator-field .input-wrapper input {
  padding-right: 2.5rem;
  text-align: left;
}
.investment-potential .investment-calculator .calculator-field .input-wrapper .suffix {
  position: absolute;
  right: 1rem;
  color: var(--color-text);
  pointer-events: none;
}
.investment-potential .investment-calculator .calculator-field .input-wrapper .addon {
  position: absolute;
  font-size: 1rem;
  color: var(--color-text);
  pointer-events: none;
}
.investment-potential .investment-calculator .calculator-field .input-wrapper .addon:not(.suffix) {
  left: 1rem;
}
.investment-potential .investment-calculator .calculator-field.with-addon .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.investment-potential .investment-calculator .calculator-field.with-addon .input-wrapper .addon {
  position: absolute;
  font-size: 1rem;
  color: var(--color-text);
  pointer-events: none;
}
.investment-potential .investment-calculator .calculator-field.with-addon .input-wrapper .addon:not(.suffix) {
  left: 1rem;
}
.investment-potential .investment-calculator .calculator-field.with-addon .input-wrapper .addon.suffix {
  right: 1rem;
}
.investment-potential .investment-calculator .calculator-field.with-addon .input-wrapper input:not([type=range]) {
  padding-right: 1rem;
  padding-left: 2rem;
}
.investment-potential .investment-calculator .calculator-field.slider-field input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin: 1rem 0;
  padding: 0;
}
.investment-potential .investment-calculator .calculator-field.slider-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.investment-potential .investment-calculator .calculator-field.slider-field input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.investment-potential .investment-calculator .calculator-field.slider-field input[type=range]:focus {
  outline: none;
}
.investment-potential .investment-calculator .calculator-field.slider-field label #duration-label {
  font-weight: 600;
}
.investment-potential .investment-calculator .calculate-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 2rem;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.investment-potential .investment-calculator .calculate-button:hover {
  background-color: var(--color-secondary);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .investment-potential .investment-calculator .calculator-field {
    flex: 1 1 40%;
  }
  .investment-potential .investment-calculator .calculator-field.monthly-streaming-income, .investment-potential .investment-calculator .calculator-field.average-monthly-streams, .investment-potential .investment-calculator .calculator-field.annual-return {
    flex: 1 1 40%;
  }
}
@media (max-width: 767px) {
  .investment-potential .investment-calculator .calculator-field {
    flex: 1 1 100%;
  }
  .investment-potential .investment-calculator .calculator-field.monthly-streaming-income, .investment-potential .investment-calculator .calculator-field.average-monthly-streams, .investment-potential .investment-calculator .calculator-field.annual-return {
    flex: 1 1 100%;
  }
}
.investment-potential .results-side {
  width: 100%;
}
.investment-potential .results-side .results-header {
  background: #F4F9F0;
  padding: 2.5rem 2rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  margin-bottom: 0;
  order: -1;
}
.investment-potential .results-side .results-header .results-label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2C5E2E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.investment-potential .results-side .results-header .results-value {
  font-size: 3.5rem;
  font-weight: 700;
  color: #76BE6E;
  line-height: 1.1;
  position: relative;
}
.investment-potential .results-side .results-header .results-value::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background: #76BE6E;
  margin: 1.5rem auto 0;
  border-radius: 2px;
}
.investment-potential .results-side .chart-wrapper {
  background: var(--color-white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  height: 450px;
}
.investment-potential .results-side .share-section {
  margin-top: 2rem;
  text-align: right;
}
.investment-potential .results-side .share-section .share-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: var(--color-white);
  color: var(--color-primary);
  border: none;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.investment-potential .results-side .share-section .share-button .share-icon {
  font-size: 1rem;
}
.investment-potential .results-side .share-section .share-button:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}
.investment-potential .results-side .disclaimer-text {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--color-text);
  opacity: 0.7;
  line-height: 1.5;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.investment-potential .results-side .chart-container {
  margin-bottom: 2rem;
  min-height: 300px;
  position: relative;
}
.investment-potential .results-side .chart-container svg {
  width: 100%;
  height: 100%;
}
.investment-potential .results-side .chart-container svg .axis {
  font-size: 12px;
}
.investment-potential .results-side .chart-container svg .axis .domain,
.investment-potential .results-side .chart-container svg .axis .tick line {
  stroke: rgba(0, 0, 0, 0.1);
}
.investment-potential .results-side .chart-container svg .axis text {
  fill: var(--color-text);
}
.investment-potential .results-side .chart-container svg rect {
  transition: opacity 0.2s ease;
}
.investment-potential .results-side .chart-container svg rect:hover {
  opacity: 0.8;
}
.investment-potential .results-side .chart-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.investment-potential .results-side .chart-container.loading::before {
  display: block;
}
.investment-potential .results-side .chart-legend {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.investment-potential .results-side .chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-text);
}
.investment-potential .results-side .chart-legend .legend-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.investment-potential .results-side .chart-legend .legend-item.investment::before {
  background-color: #E8EEFF;
}
.investment-potential .results-side .chart-legend .legend-item.return::before {
  background-color: var(--color-primary);
}
@media (max-width: 768px) {
  .investment-potential .results-header {
    padding: 2rem 1rem;
  }
  .investment-potential .results-header .results-label {
    font-size: 1.25rem;
  }
  .investment-potential .results-header .results-value {
    font-size: 3rem;
  }
  .investment-potential .chart-wrapper {
    height: 350px;
  }
}

.promotional-image {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.promotional-image .promo-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.promotional-image .promo-content {
  position: absolute;
  z-index: 2;
  max-width: 480px;
  margin-left: 10%;
  color: var(--color-white);
  top: 15%;
  right: 5%;
  width: auto;
}
.promotional-image .promo-heading {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.promotional-image .promo-subheading {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.promotional-image .promo-cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 2rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.promotional-image .promo-cta-button:hover {
  transform: translateY(-2px);
}

.text-with-image {
  padding: 6rem 2rem;
  background-color: var(--color-white);
}
.text-with-image .text-image-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.text-with-image.alignment-right .text-image-container {
  direction: rtl;
}
.text-with-image.alignment-right .text-image-container > * {
  direction: ltr;
}
.text-with-image .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.text-with-image .text-content {
  max-width: 500px;
}
.text-with-image .text-heading {
  font-size: 2.5rem;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
}
.text-with-image .text-description {
  font-size: 1.125rem;
  color: var(--color-text);
  margin-bottom: 2rem;
}
.text-with-image .text-cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  border-radius: 2rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.text-with-image .text-cta-button:hover {
  transform: translateY(-2px);
}

.call-to-action {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  text-align: center;
  min-height: 60vh;
  overflow: hidden;
  background-image: linear-gradient(65deg, #84CEEB 0%, #5680E9 100%);
}
.call-to-action .cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.15;
}
.call-to-action .cta-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  color: var(--color-white);
}
.call-to-action .cta-heading {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.call-to-action .cta-subheading {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.call-to-action .cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 2rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.call-to-action .cta-button:hover {
  transform: translateY(-2px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-white);
  padding: 1rem 2rem;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.site-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  position: relative;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}
.site-header .site-branding .custom-logo {
  max-height: 40px;
  width: auto;
  display: block;
}
.site-header .site-branding .site-title {
  margin: 0;
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 700;
}
.site-header .site-branding .site-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-header .site-branding .site-title a:hover {
  color: var(--color-secondary);
}
.site-header .site-branding .site-description {
  display: none;
}
.site-header .main-navigation {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
.site-header .main-navigation ul li {
  position: relative;
}
.site-header .main-navigation ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: block;
  padding: 0.5rem 0;
}
.site-header .main-navigation ul li a:hover {
  color: var(--color-secondary);
}
.site-header .main-navigation ul li.try-button > a {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
}
.site-header .main-navigation ul li.try-button > a:hover {
  background: var(--color-secondary);
  transform: translateY(-1px);
}
.site-header .main-navigation ul li.has-dropdown {
  position: relative;
}
.site-header .main-navigation ul li.has-dropdown:hover .dropdown-menu {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .main-navigation ul li.has-dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  transform: translateX(-50%) translateY(10px);
  min-width: 220px;
  background: var(--color-white);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* Add padding to top to create hover gap */
}
.site-header .main-navigation ul li.has-dropdown .dropdown-menu::after {
  content: "";
  position: absolute;
  top: -15px; /* Create hover gap */
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}
.site-header .main-navigation ul li.has-dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--color-white);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.site-header .main-navigation ul li.has-dropdown .dropdown-menu li {
  width: 100%;
}
.site-header .main-navigation ul li.has-dropdown .dropdown-menu li a {
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
  display: block;
  color: var(--color-text);
  font-weight: 400;
  width: 100%;
}
.site-header .main-navigation ul li.has-dropdown .dropdown-menu li a:hover {
  background: rgba(86, 128, 233, 0.1);
  color: var(--color-primary);
}
.site-header .main-navigation .menu-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .site-header {
    padding: 1rem;
  }
  .site-header .header-container {
    justify-content: space-between;
    padding: 0;
  }
  .site-header .main-navigation .menu-toggle {
    display: block;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--color-blue);
    font-size: 1.5rem;
  }
  .site-header .main-navigation ul {
    display: none;
  }
  .site-header .main-navigation ul.toggled {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-white);
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .site-header .main-navigation ul.toggled .has-dropdown .dropdown-menu {
    position: static;
    transform: none;
    box-shadow: none;
    margin: 0.5rem 0;
    padding-left: 1rem;
  }
  .site-header .main-navigation ul.toggled .has-dropdown .dropdown-menu::before {
    display: none;
  }
}
.text-with-image {
  display: flex;
  padding-left: 0;
  gap: 100px;
  align-items: center;
}
.text-with-image.alignment-left img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.image-wrapper {
  max-width: 60%;
}

.text-with-image.alignment-right {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 2rem;
}
.text-with-image.alignment-right img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.call-to-action h2 {
  font-size: 3.5em;
  margin-bottom: 0;
}

.site-footer {
  background-color: #151B31;
  padding: 2rem;
  color: var(--color-white);
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer .footer-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
  margin-bottom: 150px;
}
.site-footer .footer-navigation .site-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-footer .footer-navigation .site-branding .custom-logo {
  max-height: 40px;
  width: auto;
}
.site-footer .footer-navigation .site-branding .site-title {
  font-size: 1.5rem;
  margin: 0;
}
.site-footer .footer-navigation .site-branding .site-title a {
  color: var(--color-white);
  text-decoration: none;
}
.site-footer .footer-navigation .footer-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-navigation .footer-menu li a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.site-footer .footer-navigation .footer-menu li a:hover {
  opacity: 0.8;
}
.site-footer .footer-navigation .footer-menu li.try-button a {
  background: var(--color-white);
  color: var(--color-primary);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
}
.site-footer .footer-navigation .footer-menu li.try-button a:hover {
  transform: translateY(-1px);
  opacity: 1;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
}
.site-footer .footer-bottom .social-menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-bottom .social-menu a {
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.site-footer .footer-bottom .social-menu a:hover {
  opacity: 0.8;
}
.site-footer .footer-bottom .copyright {
  color: var(--color-white);
  opacity: 0.8;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .site-footer .footer-navigation {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .site-footer .footer-navigation .footer-menu {
    flex-direction: column;
    gap: 1rem;
  }
  .site-footer .footer-bottom {
    flex-direction: column-reverse;
    gap: 1.5rem;
    text-align: center;
  }
}
.login-page {
  min-height: calc(100vh - 200px);
  padding: 4rem 2rem;
  background-color: var(--color-white);
}
.login-page .login-container {
  max-width: 1200px;
  margin: 3em auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.login-page .login-section,
.login-page .register-section {
  padding: 3rem;
}
.login-page .login-section h2,
.login-page .register-section h2 {
  font-size: 2rem;
  color: var(--color-dark);
  margin-bottom: 0.5rem;
}
.login-page .login-section p,
.login-page .register-section p {
  color: var(--color-text);
  margin-bottom: 2rem;
  opacity: 0.8;
}
.login-page .register-section {
  background: linear-gradient(65deg, #84CEEB 0%, #5680E9 100%);
  color: var(--color-white);
}
.login-page .register-section h2, .login-page .register-section p {
  color: var(--color-white);
}
.login-page .register-section .button {
  background: var(--color-white);
  color: var(--color-primary);
}
.login-page .register-section .button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.login-page .register-section a {
  color: var(--color-white);
  text-decoration: underline;
}
.login-page .register-section a:hover {
  opacity: 0.9;
}
.login-page .form-group {
  margin-bottom: 1.5rem;
}
.login-page .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.login-page .form-group input:not([type=checkbox]) {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  font-size: 1rem;
}
.login-page .form-group input:not([type=checkbox]):focus {
  outline: none;
  border-color: var(--color-primary);
}
.login-page .remember-me {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-page .remember-me label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.login-page .forgot-password {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 0.875rem;
}
.login-page .forgot-password:hover {
  text-decoration: underline;
}
.login-page .terms {
  font-size: 0.875rem;
}
.login-page .terms label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.login-page .terms input[type=checkbox] {
  margin-top: 0.25rem;
}
.login-page .button {
  display: block;
  width: 100%;
  padding: 1rem;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.login-page .button:hover {
  background: var(--color-secondary);
  transform: translateY(-1px);
}
.login-page .error-message {
  background: #fee;
  color: #c00;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .login-page {
    padding: 2rem 1rem;
  }
  .login-page .login-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .login-page .login-section,
  .login-page .register-section {
    padding: 2rem;
  }
}
.registration-confirmation {
  min-height: calc(100vh - 200px);
  padding: 4rem 2rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration-confirmation .confirmation-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.registration-confirmation .confirmation-content {
  padding: 3rem;
  text-align: center;
}
.registration-confirmation .confirmation-content h1 {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}
.registration-confirmation .confirmation-content p {
  font-size: 1.125rem;
  color: var(--color-text);
  margin-bottom: 1rem;
  line-height: 1.5;
}
.registration-confirmation .confirmation-content p:last-of-type {
  margin-bottom: 2rem;
}
.registration-confirmation .confirmation-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.registration-confirmation .confirmation-actions .button {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.registration-confirmation .confirmation-actions .button-primary {
  background: var(--color-primary);
  color: var(--color-white);
}
.registration-confirmation .confirmation-actions .button-primary:hover {
  background: var(--color-secondary);
  transform: translateY(-2px);
}
.registration-confirmation .confirmation-actions .button-secondary {
  background: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.registration-confirmation .confirmation-actions .button-secondary:hover {
  background: rgba(84, 128, 233, 0.1);
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .registration-confirmation {
    padding: 2rem 1rem;
  }
  .registration-confirmation .confirmation-content {
    padding: 2rem;
  }
  .registration-confirmation .confirmation-content h1 {
    font-size: 2rem;
  }
  .registration-confirmation .confirmation-actions {
    flex-direction: column;
    gap: 1rem;
  }
  .registration-confirmation .confirmation-actions .button {
    width: 100%;
    text-align: center;
  }
}
#menu-account-dropdown-1 {
  display: none;
}

.investment-projection {
  padding: 6rem 2rem;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.investment-projection .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.investment-projection h2 {
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.5rem;
  text-align: center;
}
.investment-projection .subtitle {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 2rem;
}
.investment-projection .calculator-grid {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 2rem;
  width: 100%;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .investment-projection .calculator-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.investment-projection .calculator-grid .calculator-field label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--color-text);
  font-weight: 500;
  font-size: 1rem;
}
.investment-projection .calculator-grid .calculator-field input, .investment-projection .calculator-grid .calculator-field select {
  width: 250px;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  font-size: 1rem;
  background: var(--color-white);
  transition: border-color 0.3s ease;
}
.investment-projection .calculator-grid .calculator-field input:focus, .investment-projection .calculator-grid .calculator-field select:focus {
  outline: none;
  border-color: var(--color-primary);
}
.investment-projection .calculator-grid .calculator-field input[type=number], .investment-projection .calculator-grid .calculator-field select[type=number] {
  -moz-appearance: textfield;
}
.investment-projection .calculator-grid .calculator-field input[type=number]::-webkit-outer-spin-button, .investment-projection .calculator-grid .calculator-field input[type=number]::-webkit-inner-spin-button, .investment-projection .calculator-grid .calculator-field select[type=number]::-webkit-outer-spin-button, .investment-projection .calculator-grid .calculator-field select[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.investment-projection .calculator-grid .calculator-field select {
  width: 100%;
}
.investment-projection .calculator-grid .calculator-field .input-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.investment-projection .calculator-grid .calculator-field .input-wrapper input {
  padding-right: 2.5rem;
  text-align: left;
}
.investment-projection .calculator-grid .calculator-field .input-wrapper .suffix {
  position: absolute;
  right: 1rem;
  color: var(--color-text);
  pointer-events: none;
}
.investment-projection .calculator-grid .calculator-field.slider-field input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin: 1rem 0;
  padding: 0;
}
.investment-projection .calculator-grid .calculator-field.slider-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.investment-projection .calculator-grid .calculator-field.slider-field input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.investment-projection .calculator-grid .calculator-field.slider-field input[type=range]:focus {
  outline: none;
}
.investment-projection .calculator-grid .calculator-field.slider-field label #duration-label {
  font-weight: 600;
}
.investment-projection .results-side {
  width: 100%;
  background: var(--color-white);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.investment-projection .results-side .results-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
}
.investment-projection .results-side .results-header .result-item {
  flex: 1;
  text-align: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 1rem;
}
.investment-projection .results-side .results-header .result-item .results-label {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.75rem;
}
.investment-projection .results-side .results-header .result-item .results-value {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--color-primary);
}
.investment-projection .results-side .results-header .result-item .results-value#projected-value {
  color: #22c55e;
}
.investment-projection .results-side .chart-wrapper {
  margin-bottom: 2rem;
}
.investment-projection .results-side .chart-wrapper .chart-legend {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.investment-projection .results-side .chart-wrapper .chart-legend .legend-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}
.investment-projection .results-side .chart-wrapper .chart-legend .legend-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 0.5rem;
}
.investment-projection .results-side .chart-wrapper .chart-legend .legend-item.investment::before {
  background-color: #E8EEFF;
}
.investment-projection .results-side .chart-wrapper .chart-legend .legend-item.return::before {
  background-color: var(--color-primary);
}
.investment-projection .results-side .chart-wrapper .chart-container {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.investment-projection .results-side .share-section {
  display: flex;
  justify-content: center;
}
.investment-projection .results-side .share-section .share-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  font-size: 1rem;
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.2s ease;
}
.investment-projection .results-side .share-section .share-button:hover {
  background: rgba(0, 0, 0, 0.02);
}
.investment-projection .results-side .share-section .share-button .share-icon {
  font-size: 1.25rem;
}
.investment-projection .disclaimer-text {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.button-grid {
  padding: 4rem 2rem;
  background: var(--color-white);
}
.button-grid .button-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .button-grid .button-grid-container {
    grid-template-columns: 1fr;
  }
}
.button-grid .grid-button {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.button-grid .grid-button:hover {
  transform: translateY(-4px);
}
.button-grid .grid-button:hover .button-overlay {
  opacity: 0.9;
}
.button-grid .grid-button .button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.button-grid .grid-button .button-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button-grid .grid-button .button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.button-grid .grid-button .button-content {
  position: relative;
  z-index: 3;
  padding: 2rem;
  color: var(--color-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.button-grid .grid-button .button-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.button-grid .grid-button .button-content p {
  font-size: 1.25rem;
  opacity: 0.9;
  margin: 0;
  font-weight: 700;
}

.portfolio-allocation {
  padding: 6rem 2rem;
  background: var(--color-white);
}
.portfolio-allocation .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.portfolio-allocation .portfolio-title {
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}
.portfolio-allocation .portfolio-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) {
  .portfolio-allocation .portfolio-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.portfolio-allocation .column-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 2rem;
}
.portfolio-allocation .column-title p {
  margin-top: 0;
}
.portfolio-allocation .monthly-investments,
.portfolio-allocation .current-allocation {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.portfolio-allocation .investments-grid .investment-item {
  margin-bottom: 1.5rem;
}
.portfolio-allocation .investments-grid .investment-item:last-child {
  margin-bottom: 0;
}
.portfolio-allocation .investments-grid .investment-item .investment-info {
  margin-bottom: 0.75rem;
}
.portfolio-allocation .investments-grid .investment-item .investment-symbol {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.25rem;
}
.portfolio-allocation .investments-grid .investment-item .investment-name {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}
.portfolio-allocation .investments-grid .investment-item .investment-percentage {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.portfolio-allocation .investments-grid .investment-item .investment-percentage .percentage-input {
  width: 80px;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}
.portfolio-allocation .investments-grid .investment-item .investment-percentage .percentage-input:focus {
  outline: none;
  border-color: var(--color-primary);
}
.portfolio-allocation .investments-grid .investment-item .investment-percentage .percentage-input::-webkit-inner-spin-button, .portfolio-allocation .investments-grid .investment-item .investment-percentage .percentage-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.portfolio-allocation .investments-grid .investment-item .investment-percentage .percentage-input[type=number] {
  -moz-appearance: textfield;
}
.portfolio-allocation .investments-grid .investment-item .investment-percentage .percentage-symbol {
  color: var(--color-text);
  font-weight: 500;
}
.portfolio-allocation .update-button {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-top: 2rem;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.portfolio-allocation .update-button:hover {
  background: var(--color-secondary);
  transform: translateY(-2px);
}
.portfolio-allocation .chart-container {
  min-height: 300px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-allocation .chart-container svg {
  width: 100%;
  height: 100%;
}
.portfolio-allocation .allocation-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.portfolio-allocation .allocation-legend .legend-item:last-child {
  margin-bottom: 0;
}
.portfolio-allocation .allocation-legend .legend-item .legend-color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--color-primary);
}
.portfolio-allocation .allocation-legend .legend-item .legend-label {
  flex: 1;
  font-size: 0.875rem;
  color: var(--color-text);
}
.portfolio-allocation .allocation-legend .legend-item .legend-value {
  font-weight: 600;
  color: var(--color-text);
}

.current-holdings {
  padding: 2rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.current-holdings .holdings-content {
  max-width: 1200px;
  margin: 0 auto;
}
.current-holdings .holdings-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 2rem;
}
.current-holdings .holdings-title p {
  margin: 0;
}
.current-holdings .holdings-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1rem;
}
.current-holdings .holdings-table .table-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 1rem;
}
.current-holdings .holdings-table .table-header .header-cell {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.7;
  text-align: left;
}
.current-holdings .holdings-table .table-header .header-cell:last-child {
  text-align: right;
}
.current-holdings .holdings-table .table-body {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-holdings .holdings-table .table-body .table-loading {
  color: var(--color-text);
  opacity: 0.5;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .current-holdings {
    padding: 1rem;
  }
  .current-holdings .holdings-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .current-holdings .holdings-table .table-header {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .current-holdings .holdings-table .table-header .header-cell {
    font-size: 0.75rem;
  }
  .current-holdings .holdings-table .table-header .header-cell:nth-child(2), .current-holdings .holdings-table .table-header .header-cell:last-child {
    text-align: right;
  }
}

.bank-connection {
  padding: 6rem 2rem;
  background: var(--color-white);
}
.bank-connection .bank-content {
  max-width: 1200px;
  margin: 0 auto;
}
.bank-connection .bank-header {
  text-align: center;
  margin-bottom: 4rem;
}
.bank-connection .bank-header .bank-title {
  font-size: 3rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 1rem;
}
.bank-connection .bank-header .bank-description {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}
.bank-connection .bank-details {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.bank-connection .connection-status {
  margin-bottom: 2rem;
}
.bank-connection .connection-status h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 1rem;
}
.bank-connection .connection-status .status-connected,
.bank-connection .connection-status .status-disconnected {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.02);
}
.bank-connection .connection-status .status-connected {
  background: rgba(34, 197, 94, 0.1);
}
.bank-connection .connection-status .status-connected .status-icon {
  color: #22c55e;
}
.bank-connection .connection-status .status-disconnected {
  background: rgba(239, 68, 68, 0.1);
}
.bank-connection .connection-status .status-disconnected .status-icon {
  color: #ef4444;
}
.bank-connection .connection-status .status-icon {
  font-size: 1.25rem;
  font-weight: bold;
}
.bank-connection .connection-status .bank-name,
.bank-connection .connection-status .status-text {
  font-size: 1rem;
  font-weight: 500;
}
.bank-connection .bank-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.bank-connection .bank-stats .stat-item {
  background: rgba(0, 0, 0, 0.02);
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.bank-connection .bank-stats .stat-item h4 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 0.75rem;
  font-weight: 500;
}
.bank-connection .bank-stats .stat-item .stat-value {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-text);
}
.bank-connection .bank-actions {
  text-align: center;
}
.bank-connection .bank-actions .update-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bank-connection .bank-actions .update-button:hover {
  background: var(--color-secondary);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .bank-connection {
    padding: 4rem 1rem;
  }
  .bank-connection .bank-header {
    margin-bottom: 2rem;
  }
  .bank-connection .bank-header .bank-title {
    font-size: 2rem;
  }
  .bank-connection .bank-details {
    padding: 1.5rem;
  }
  .bank-connection .bank-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.featured-text-with-image {
  background-color: var(--color-blue);
  padding: 6rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}
.featured-text-with-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, var(--color-blue) 0%, rgba(86, 128, 233, 0.8) 100%);
  z-index: 1;
}
.featured-text-with-image[style*=background-image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-text-with-image .featured-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .featured-text-with-image .featured-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.featured-text-with-image .text-side {
  color: var(--color-white);
}
.featured-text-with-image .text-side .featured-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .featured-text-with-image .text-side .featured-title {
    font-size: 2.5rem;
  }
}
.featured-text-with-image .text-side .featured-description {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.9;
}
.featured-text-with-image .graph-side img {
  width: 100%;
  height: auto;
  display: block;
}

.faq-section {
  padding: 6rem 2rem;
  background: var(--color-white);
}
.faq-section .faq-content {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section .faq-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
}
.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-section .faq-item {
  border-radius: 1rem;
  background: #eeeeee;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-section .faq-item:nth-child(even) {
  background: #dadada;
}
.faq-section .faq-item.active {
  background: var(--color-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.faq-section .faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}
.faq-section .faq-question {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-section .faq-question:hover {
  color: var(--color-blue);
}
.faq-section .faq-question .icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq-section .faq-question .icon svg {
  width: 100%;
  height: 100%;
}
.faq-section .faq-question[aria-expanded=true] {
  color: var(--color-blue);
}
.faq-section .faq-answer {
  padding: 0 1.5rem 1.5rem;
  color: var(--color-text);
  line-height: 1.6;
  font-size: 1rem;
}
.faq-section .faq-answer p {
  margin: 0;
  opacity: 0.8;
}
.faq-section .faq-answer[hidden] {
  display: none;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 4rem 1rem;
  }
  .faq-section .faq-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .faq-section .faq-question {
    font-size: 1rem;
    padding: 1.25rem;
  }
  .faq-section .faq-answer {
    padding: 0 1.25rem 1.25rem;
  }
}

.standard-content {
  padding: 6rem 2rem;
  background: var(--color-white);
}
.standard-content .container {
  max-width: 1200px;
  margin: 0 auto;
}
.standard-content .content-wrapper {
  width: 100%;
}
.standard-content .content-wrapper h1, .standard-content .content-wrapper h2, .standard-content .content-wrapper h3, .standard-content .content-wrapper h4, .standard-content .content-wrapper h5, .standard-content .content-wrapper h6 {
  color: var(--color-text);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.standard-content .content-wrapper h1 {
  font-size: 3rem;
}
.standard-content .content-wrapper h2 {
  font-size: 2.5rem;
}
.standard-content .content-wrapper h3 {
  font-size: 2rem;
}
.standard-content .content-wrapper h4 {
  font-size: 1.75rem;
}
.standard-content .content-wrapper h5 {
  font-size: 1.5rem;
}
.standard-content .content-wrapper h6 {
  font-size: 1.25rem;
}
.standard-content .content-wrapper p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 1.5rem;
}
.standard-content .content-wrapper p:last-child {
  margin-bottom: 0;
}
.standard-content .content-wrapper ul, .standard-content .content-wrapper ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.standard-content .content-wrapper ul li, .standard-content .content-wrapper ol li {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}
.standard-content .content-wrapper ul li:last-child, .standard-content .content-wrapper ol li:last-child {
  margin-bottom: 0;
}
.standard-content .content-wrapper a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}
.standard-content .content-wrapper a:hover {
  color: var(--color-secondary);
}
.standard-content .content-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem 0;
}
.standard-content .content-wrapper blockquote {
  border-left: 4px solid var(--color-primary);
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
}
.standard-content .content-wrapper blockquote p {
  font-size: 1.25rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .standard-content {
    padding: 4rem 1rem;
  }
  .standard-content .content-wrapper h1 {
    font-size: 2.5rem;
  }
  .standard-content .content-wrapper h2 {
    font-size: 2rem;
  }
  .standard-content .content-wrapper h3 {
    font-size: 1.75rem;
  }
  .standard-content .content-wrapper h4 {
    font-size: 1.5rem;
  }
  .standard-content .content-wrapper h5 {
    font-size: 1.25rem;
  }
  .standard-content .content-wrapper h6 {
    font-size: 1.125rem;
  }
  .standard-content .content-wrapper p, .standard-content .content-wrapper ul li, .standard-content .content-wrapper ol li {
    font-size: 1rem;
  }
  .standard-content .content-wrapper blockquote p {
    font-size: 1.125rem;
  }
}

.nf-form-layout .nf-form-content {
  padding: 0;
  max-width: none;
}
.nf-form-layout .nf-form-fields-required {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}
.nf-form-layout .nf-field-container {
  margin-bottom: 2rem;
  clear: both;
}
.nf-form-layout .nf-field-container.submit-container {
  margin-bottom: 0;
  padding-top: 1rem;
}
.nf-form-layout .nf-field-label {
  margin-bottom: 0.5rem;
}
.nf-form-layout .nf-field-label label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-text);
}
.nf-form-layout .nf-field-label .ninja-forms-req-symbol {
  color: var(--color-primary);
}
.nf-form-layout .nf-field-element input[type=text],
.nf-form-layout .nf-field-element input[type=email],
.nf-form-layout .nf-field-element textarea {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.02);
  width: 100%;
  font-size: 1rem;
  color: var(--color-text);
  transition: all 0.3s ease;
}
.nf-form-layout .nf-field-element input[type=text]:focus,
.nf-form-layout .nf-field-element input[type=email]:focus,
.nf-form-layout .nf-field-element textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(86, 128, 233, 0.1);
}
.nf-form-layout .nf-field-element input[type=text]::placeholder,
.nf-form-layout .nf-field-element input[type=email]::placeholder,
.nf-form-layout .nf-field-element textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.nf-form-layout .nf-field-element textarea {
  min-height: 150px;
  resize: vertical;
}
.nf-form-layout .submit-container .nf-field-element input[type=submit] {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 1rem 3rem;
  border: none;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nf-form-layout .submit-container .nf-field-element input[type=submit]:hover {
  background: rgb(63.4371727749, 111.0445026178, 230.0628272251);
  transform: translateY(-1px);
}
.nf-form-layout .submit-container .nf-field-element input[type=submit]:active {
  transform: translateY(0);
}
.nf-form-layout .nf-error .nf-field-element input,
.nf-form-layout .nf-error .nf-field-element textarea {
  border-color: #ff4136;
  background: rgba(255, 65, 54, 0.02);
}
.nf-form-layout .nf-error .nf-field-element input:focus,
.nf-form-layout .nf-error .nf-field-element textarea:focus {
  box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.1);
}
.nf-form-layout .nf-form-hp {
  position: absolute;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .nf-form-layout .nf-field-container {
    margin-bottom: 1.5rem;
  }
  .nf-form-layout .nf-field-element input[type=text],
  .nf-form-layout .nf-field-element input[type=email],
  .nf-form-layout .nf-field-element textarea {
    padding: 0.875rem;
    font-size: 0.9375rem;
  }
  .nf-form-layout .submit-container .nf-field-element input[type=submit] {
    width: 100%;
    padding: 0.875rem;
  }
}
.hero-section .hero-foreground, .hero-section .hero-foreground-2 {
  position: absolute;
  z-index: 2;
  max-width: 35vw;
  bottom: 0;
  left: 0;
}
.hero-section .hero-foreground img, .hero-section .hero-foreground-2 img {
  display: block;
}

.hero-section .hero-foreground-2 {
  left: initial;
  right: 0;
}

.hero-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 80px;
  max-width: 1200px;
}
.hero-flex-container > * {
  flex: 1;
}

.hero-subheading p {
  margin: 0 !important;
}

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

.hero-flex-container .hero-content {
  align-items: flex-start;
  padding-top: 0;
  padding-right: 5vw;
}

.hero-section .hero-flex-container .hero-content h1 {
  font-size: 3em;
}

.hero-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5;
}

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

.text-with-image .container {
  display: flex;
  gap: 5vw;
  align-items: center;
  justify-content: space-between;
}
.text-with-image .container > * {
  flex: 1;
  max-width: initial;
  width: auto;
}

.text-with-image {
  padding: 4rem 2rem;
}
.text-with-image h2 {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .hero-flex-container {
    flex-direction: column;
    gap: 40px;
  }
  .hero-video {
    width: 100%;
  }
  .hero-video iframe {
    aspect-ratio: 1.7777;
    width: 100%;
  }
  .hero-section .hero-flex-container .hero-content h1 {
    font-size: 2em;
  }
  .text-with-image .container {
    flex-direction: column;
    gap: 40px;
  }
  .text-with-image {
    padding: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
