/*!
Theme Name: resonant-theme
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: resonant-theme
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.

resonant-theme 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;
}

a {
    color: inherit;
}

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

a:hover, a:focus, a:active {
    color: inherit !important;
}

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;
    background: #8A34E5;
}

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

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

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

.hero-section {
    min-height: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 4rem;
}

.custom-shape-divider-top-1750767882 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1750767882 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 119px;
}

.custom-shape-divider-top-1750767882 .shape-fill {
    fill: #050007;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(14 0 22 / 0%) 40%, rgba(147, 51, 234, 0.8) 150%);
    z-index: 1;
}

.hero-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.hero-content {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 2rem 2rem 12rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hero-content__text {
max-width: 600px;
}

.hero-content__headline {
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 700;
line-height: 1.1;
color: white;
margin-bottom: 2rem;
}

.hero-content__highlight {
color: #FCD34D;
}

.hero-content__cta {
display: inline-block;
background: white;
color: #6B46C1;
padding: 1rem 2rem;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-content__cta:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

header#masthead {
    background: #8A34E5;
    background: transparent;
}

.site-header {
background: #8A34E5;
background: linear-gradient(270deg, rgba(138, 52, 229, 1) 0%, rgba(57, 16, 100, 1) 100%);
}

.problem-solution-section {
background: #f8fafc;
padding: 4rem 0;
}

.problem-solution-row {
max-width: 1200px;
margin: 0 auto;
padding: 3rem 2rem;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
}

.problem-solution-row:not(:last-child) {
border-bottom: 1px solid #e2e8f0;
}

.problem-solution-row--reverse {
direction: rtl;
}

.problem-solution-row--reverse .problem-solution-content,
.problem-solution-row--reverse .problem-solution-image {
direction: ltr;
}

.problem-solution-content {
display: flex;
flex-direction: column;
gap: 1.5rem;
}

.problem-solution-content__headline {
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
line-height: 1.2;
color: #1e293b;
}

.problem-solution-content__text {
font-size: 1.125rem;
line-height: 1.6;
color: #64748b;
}

.problem-solution-content__cta {
align-self: flex-start;
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: #6B46C1;
color: white;
padding: 0.75rem 1.5rem;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
transition: background-color 0.3s ease, transform 0.2s ease;
border: 2px solid #6B46C1;
}

.problem-solution-content__cta:hover {
background: #553C9A;
border-color: #553C9A;
transform: translateY(-1px);
}

.problem-solution-content__cta--outline {
background: transparent;
color: #6B46C1;
}

.problem-solution-content__cta--outline:hover {
background: #6B46C1;
color: white;
}

.problem-solution-content__cta::after {
content: '→';
font-size: 1.125rem;
}

.problem-solution-image {
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.problem-solution-image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
min-height: 300px;
}

.problem-solution-pattern {
position: absolute;
top: -2rem;
right: -2rem;
width: 100px;
height: 100px;
background: radial-gradient(circle, #e0e7ff 2px, transparent 2px);
background-size: 20px 20px;
opacity: 0.3;
z-index: -1;
}

/* Resonant Landing Page Styles */

/* Reset and Base Styles */
.resonant-landing-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #050007;
    color: #D4D1D7;
    overflow-x: hidden;
}

.resonant-landing-page * {
    box-sizing: border-box;
}

/* Fixed Width Container */
.fixed-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.report-section {
    padding: 100px 0;
    border-top: solid 0.5px #eeeeee24;
    border-bottom: solid 0.5px #eeeeee24;
}

/* Purple Text Utility */
.purple-text {
    color: #8A34E5;
}

/* Hero Section */
.hero-section {
    min-height: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

img.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.1;
}
.hero-logo {
    margin-bottom: 40px;
}

.hero-logo img {
    height: 40px;
    width: auto;
}

.hero-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
    max-width: 900px;
}

.hero-subtitle {
    font-size: 15px;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.hero-cta {
    margin-top: 0px;
    margin-bottom: 30px;
}

/* CTA Button Styles */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 3px 32px 3px 61px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #D4D1D7 !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.cta-button:hover {
    background: #8a34e52e;
    color: white;
}

.cta-button:hover .cta-button-arrow {
    transform: rotate(45deg);
}

img.cta-button-arrow {
    position: relative;
    bottom: -4px;
        right: -62%;
    height: 40px;
        transition: all .9s 
ease;
}

img.button-arrow {
    height: 33px;
    position: relative;
    bottom: -2px;
    right: -10px;
}

.cta-button.secondary {
    border-color: #D4D1D7;
}

.cta-button.secondary:hover {
    background: #D4D1D7;
    color: #050007;
}

.cta-arrow {
    transition: transform 0.3s ease;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    text-align: left;
    position: relative;
    top: -90px;
}

.stat-item {
    position: relative;
}

.stat-content {
}

.stat-label {
    font-size: 1rem;
    opacity: 0.8;
}

.stat-content span {
    font-size: 20px;
}

.stat-content {
    color: #FFFFFF;
    line-height: 25px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}



.report-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.stat-description {
    font-size: 1.25rem;
    font-weight: 600;
}

.stat-additional {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 5px;
}

/* Report Section */
.report-section {
    padding: 100px 0;
}

footer#colophon {
    background: #050007;
    padding: 20px 15% 30px;
    text-align: center;
}

.report-container {
    display: grid;
    grid-template-columns: 1fr 600px;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 3;
}

img.resonant-logo {
    width: 220px;
}

.report-text {
    margin-bottom: 40px;
}



.report-gradient-block {
    position: absolute;
    width: 1400px;
    background: #8A34E5;
    background: radial-gradient(circle, rgba(138, 52, 229, 1) 0%, rgba(14, 0, 22, 0) 50%);
    height: 800px;
    right: 0;
    z-index: 1;
    opacity: 0.2;
}

.report-text p {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.9;
}

.report-image {
    position: relative;
}

.report-image > img {
    width: 100%;
    height: auto;
}

/* Challenge Section */
.challenge-section {
    padding: 100px 0 30px;
    text-align: center;
}

.report-text P {
    font-size: 15px;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #dadada;
}

input#gform_submit_button_1 {
    background: #8A34E5;
    width: 100%;
}

span.gfield_required {
    color: #8A34E5;
}

.gform-body label {
    color: white !important;
}

.gform-body input {
    background: #25252e !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    color: white !important;
    padding: 12px 14px 12px 15px !important;
    border: solid 1px #eeeeee40 !important;
}

.gform-body textarea {
    background: #25252e !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    color: white !important;
    padding: 12px 14px 12px 15px !important;
    border: solid 1px #eeeeee40 !important;
}


.challenge-container {
    max-width: 900px;
    margin: 0 auto;
}

.challenge-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
    max-width: 900px;
}



legend.gfield_label.gform-field-label.gfield_label_before_complex {
    COLOR: WHITE;
}

.challenge-subtitle {
    font-size: 1.125rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.gform-theme--foundation .gfield textarea.medium {
    min-block-size: 9rem;
}

h2.gform_title {
    display: none;
}

h2.form-title {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.curved {
    position: relative;
    background: transparent;
    height: 10vh;
}

.form-container {
    padding: 50px;
    border: solid 1px #eeeeee1a;
    border-radius: 10px;
    background: #eeeeee03;
}

.custom-shape-block {
    position: relative;
    top: -10vh;
    z-index: 3;
    width: 100%;
    height: 10rem;
}

.curved::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #050007;
    height: 100%;
}

.challenge-subtitle {
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

/* FAQ Section Styles */

.faq-section {
    padding: 100px 0;
}

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

/* FAQ Header */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #D4D1D7;
}

.faq-subtitle {
    font-size: 1.125rem;
    opacity: 0.9;
    color: #D4D1D7;
    max-width: 600px;
    margin: 0 auto;
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: rgba(138, 52, 229, 0.1);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.faq-item {
    background: rgba(5, 0, 7, 0.95);
    border: 1px solid rgba(138, 52, 229, 0.2);
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(138, 52, 229, 0.4);
    background: rgba(5, 0, 7, 0.98);
}

.faq-item:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.faq-item:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.faq-item--open {
    border-color: #8A34E5;
    background: rgba(138, 52, 229, 0.05);
}

/* FAQ Question Button */
.faq-question {
    width: 100%;
    padding: 25px 30px;
    background: none;
    border: none;
    color: #D4D1D7;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-family: inherit;
}

.faq-question:hover {
    color: #8A34E5;
}

.faq-question:focus {
    outline-offset: -2px;
}

.faq-question-text {
    flex: 1;
    margin-right: 20px;
}

/* FAQ Icon */
.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #8A34E5;
    transition: all 0.3s ease;
}

.faq-item--open .faq-icon {
    transform: rotate(360deg);
}

.faq-icon-vertical {
    transition: opacity 0.3s ease;
}

.faq-item--open .faq-icon-vertical {
    opacity: 0;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item--open .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 9px 30px 25px 30px;
    color: #eee;
    opacity: 0.9;
    line-height: 1.7;
    font-size: 14px;
}

.faq-answer-content p {
    margin-bottom: 15px;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
    margin: 15px 0;
    padding-left: 20px;
}

.faq-answer-content li {
    margin-bottom: 8px;
}

.faq-answer-content strong {
    color: #8A34E5;
    font-weight: 600;
}

.faq-answer-content a {
    color: #8A34E5;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.faq-answer-content a:hover {
    border-bottom-color: #8A34E5;
}

/* FAQ CTA */
.faq-cta {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: rgba(138, 52, 229, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(138, 52, 229, 0.2);
}

.faq-cta-text {
    font-size: 1.125rem;
    margin-bottom: 25px;
    color: #D4D1D7;
    opacity: 0.9;
}

.podcast-cta-container {
    padding: 50px;
    border: solid 1px #eeeeee1a;
    border-radius: 10px;
    background: #eeeeee03;
    display: flex;
    align-items: center;
    height: 430px;
    position: relative;
    margin-top: 2rem;
}

h3.podcast-cta-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 20px;
    color: #D4D1D7;
}

.podcast-cta-left {
    position: relative;
    z-index: 5;
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .faq-section {
        padding: 80px 0;
    }
    
    .faq-title {
        font-size: 2rem;
    }
    
    .faq-header {
        margin-bottom: 50px;
    }
    
    .faq-question {
        padding: 22px 25px;
        font-size: 1.0625rem;
    }
    
    .faq-answer-content {
        padding: 0 25px 22px 25px;
    }
    
    .faq-cta {
        margin-top: 50px;
        padding: 35px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-title {
        font-size: 1.75rem;
    }
    
    .faq-subtitle {
        font-size: 1rem;
    }
    
    .faq-header {
        margin-bottom: 40px;
    }
    
    .faq-accordion {
        border-radius: 12px;
    }
    
    .faq-item:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    
    .faq-item:last-child {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
    
    .faq-question {
        padding: 20px;
        font-size: 1rem;
    }
    
    .faq-question-text {
        margin-right: 15px;
    }
    
    .faq-answer-content {
        padding: 0 20px 20px 20px;
        font-size: 0.9rem;
    }
    
    .faq-cta {
        margin-top: 40px;
        padding: 30px 20px;
        border-radius: 12px;
    }
    
    .faq-cta-text {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 520px) {
    .faq-title {
        font-size: 1.5rem;
    }
    
    .faq-question {
        padding: 18px 15px;
        font-size: 0.95rem;
    }
    
    .faq-answer-content {
        padding: 0 15px 18px 15px;
        font-size: 0.875rem;
    }
    
    .faq-cta {
        padding: 25px 15px;
    }
}

/* Animation for smooth accordion */
@keyframes fadeInAnswer {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item--open .faq-answer-content {
    animation: fadeInAnswer 0.3s ease 0.1s both;
}

@media (prefers-reduced-motion: reduce) {
    .faq-answer,
    .faq-icon,
    .faq-question,
    .faq-item {
        transition: none;
    }
    
    .faq-answer-content {
        animation: none;
    }
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .fixed-width {
        max-width: 900px;
        padding: 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .stats-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: left
    }
    
    .report-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .report-image {
        order: -1;
    }
    
    .report-title,
    .challenge-title {
        font-size: 2rem;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .fixed-width {
        max-width: 100%;
        padding: 0;
    }
    
    .hero-section {
        padding: 40px 0 60px;
    }
    
    .hero-title {
        font-size: 22px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    img.bg-img {
        width: 100%;
        height: 100%;
    }

    .custom-shape-block {
        position: relative;
        top: -5vh;
        z-index: 3;
        width: 130%;
        height: 10rem;
        left: -16%;
    }
    
    .stats-section {
        padding: 60px 0;
    }

    .stat-content span {
        font-size: 15px;
    }

    .hero-logo img {
        height: 30px;
    }
    
    .stats-container {
        gap: 30px;
    }

    .cta-button {
        padding: 12px 45px;
        font-size: 13px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-description {
        font-size: 1.125rem;
    }
    
    .report-section {
        padding: 60px 0;
    }
    
    .report-container {
        gap: 30px;
    }
    
     .report-title, .challenge-title {
        font-size: 22px;
        line-height: 25px;
    }
    
    .challenge-section {
        padding: 60px 0;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .hero-logo {
        margin-bottom: 10px;
    }

    .stat-content {
        color: #FFFFFF;
        line-height: 22px;
        text-align: center;
    }

    .challenge-container {
        padding-top: 4rem;
        border-top: solid 1px #eeeeee2e;
        margin-top: 5rem;
    }
        
    .challenge-subtitle {
        font-size: 13px;
    }

    h2.form-title {
        text-align: left;
        padding-bottom: 7px;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 30px;
        padding-top: 3rem;
        border-top: solid 1px #eeeeee2e;
    }

    .faq-container {
        max-width: 800px;
        margin: 0 auto;
        border-top: solid 1px #eeeeee2e;
    }

    .faq-container {
        max-width: 800px;
        margin: 0 auto;
        border-top: solid 1px #eeeeee2e;
        padding-top: 3rem;
        margin-top: 4rem;
    }

    .faq-subtitle {
        font-size: 13px;
    }

}

@media (max-width: 520px) {
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .report-text p {
        font-size: 14px;
    }

}

/* Animation and Interactive Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content,
.stat-item,
.report-content,
.challenge-container {
    animation: fadeInUp 0.8s ease-out;
}

.stat-item:nth-child(2) {
    animation-delay: 0.2s;
}

.stat-item:nth-child(3) {
    animation-delay: 0.4s;
}

/* Hover Effects */
.stat-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.report-image:hover img {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.resources-section {
    background: linear-gradient(135deg, #6B46C1 0%, #9333EA 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.resources-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(107, 70, 193, 0.8) 0%, rgba(147, 51, 234, 0.8) 100%);
    z-index: 1;
}

.resources-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.resources-header {
    text-align: center;
    margin-bottom: 3rem;
}

.resources-header__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.resources-header__subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

.resources-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.resources-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.resources-card {
    min-width: 350px;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resources-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.resources-card__image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.resources-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resources-card__type {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #6B46C1;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resources-card__type--podcast {
    background: #059669;
}

.resources-card__type--video {
    background: #DC2626;
}

.resources-card__type--article {
    background: #7C3AED;
}

.resources-card__content {
    padding: 1.5rem;
}

.resources-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resources-card__excerpt {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resources-card__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.resources-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6B46C1;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.resources-card__link:hover {
    color: #553C9A;
}

.resources-card__link::after {
    content: '→';
    transition: transform 0.3s ease;
}

.resources-card__link:hover::after {
    transform: translateX(3px);
}

.resources-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.resources-nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    backdrop-filter: blur(10px);
}

.resources-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.resources-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.resources-dots {
    display: flex;
    gap: 0.5rem;
}

.resources-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.resources-dot.active {
    background: white;
}

p.podcast-cta-content {
    font-size: 15px;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #dadada;
}

p.pod-tag {
    color: #8A34E5;
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 3px;
}

.podcast-cta-right {
    position: relative;
    overflow: hidden;
    width: 50%;
    bottom: 30px;
    height: 490px;
}

img.podcast-cta-mobile-pod {
    position: absolute;
    bottom: -192px;
    margin: auto;
    text-align: center;
    right: 30px;
    z-index: 2;
}

img.podcast-cta-right-pod {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 3;
}

img.podcast-cta-left-pod {
    position: absolute;
    left: 100px;
    z-index: 1;
    top: 160px;
}

.podcast-button-area {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 40px;
    border: solid 1px #fff;
    border-radius: 40px;
    transition: all .4s ease;
}

.podcast-button-area a {
    text-decoration: none;
    color: white;
}

.podcast-button-area a {
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    font-size: 15px;
}

img.pod-spot-ico {
    margin-right: 10px;
}

.podcast-button-area:hover {
    background: #8A34E5;
    border: solid 1px #8A34E5;
}

.podcast-cta-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8A34E5;
    background: linear-gradient(313deg, rgba(138, 52, 229, 1) 0%, rgba(14, 0, 22, 0) 50%);
    opacity: 0.1;
    left: 0;
}

.hero-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.09;
}

.hero-video video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.stat-tag {
    background: #8A34E5;
    width: fit-content;
    padding: 5px 15px;
    margin-bottom: 13px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
}

/* Custom styles for this page */
.rsa-page {
    background: #0A0A0F;
    color: #D4D1D7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.rsa-container {
    padding: 0;
    padding-bottom: 3rem;
}

.rsa-right {
    background-size: cover;
    padding: 1.5rem 2rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.rsa-c-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #150E19;
    background: linear-gradient(61deg, rgba(21, 14, 25, 1) 41%, rgba(21, 14, 25, 0) 131%);
    z-index: 2;
}

.rsa-header-section {
    padding: 4rem 0 2rem;
    text-align: left;
}

.rsa-header-content h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #FFFFFF;
}

.rsa-header-content .rsa-highlight {
    color: #8A34E5;
    font-weight: 600;
}

.rsa-header-content p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 600px;
}

.rsa-challenges-section {
    padding: 3rem 0;
}

.rsa-header-content h3 span {
    color: #8A34E5;
}

.rsa-header-content {
    padding-top: 2rem;
}

.rsa-challenge-description {
    font-size: 0.9rem;
    opacity: 0.8;
    color: #F9F4FF;
    line-height: 19px;
    padding-top: 10px;
}

img.down-arrow {
    height: 70px;
    position: relative;
    left: -30px;
    bottom: -20px;
}

.rsa-header-content h3 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 40px;
}

.rsa-challenges-grid {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    justify-content: space-between;
    align-items: baseline;
    height: 100%;
}

.rsa-c-icon-box {
    display: flex;
    align-items: center;
}

.rsa-header-section {
    padding: 4rem 0 2rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.rsa-challenge-icon {
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    top: -5px;
    left: -3px;
}

.rsa-challenge-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-highlight-block {
    position: absolute;
    background: #07010A;
    border: solid 1px #8A34E5;
    bottom: -90px;
    z-index: 9;
    padding: 1rem;
    text-align: center;
    border-radius: 20px;
    right: -109px;
    width: 95%;
}

p.title-report {
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
}

/* Fixed Header Styles */
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #050007;
    border-bottom: 1px solid rgba(138, 52, 229, 0.2);
    z-index: 9999;
    transition: all 0.3s ease;
    padding: 20px 0;
}

#masthead.scrolled {
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    background: #050007;
}

.site-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding {
    display: flex;
    align-items: center;
    z-index: 10;
}

.site-branding .custom-logo-link {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.site-branding .custom-logo {
    height: 40px;
    width: auto;
    transition: height 0.3s ease;
}

#masthead.scrolled .site-branding .custom-logo {
    height: 30px;
}

.site-title,
.site-description {
    display: none;
}

/* Navigation and CTA Container */
.nav-cta-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Main Navigation */
.main-navigation {
    display: block;
    position: relative;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #050007;
    border: 1px solid rgba(138, 52, 229, 0.3);
    border-radius: 10px;
    padding: 10px 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul a {
    padding: 8px 20px;
    display: block;
    border-radius: 5px;
    margin: 0 10px;
}

.main-navigation ul ul a:hover {
    background: rgba(138, 52, 229, 0.2);
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #D4D1D7;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 10px 0;
    transition: color 0.3s ease;
    position: relative;
}

.main-navigation a:hover {
    color: #e6cfff !important;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #8A34E5;
    transition: width 0.3s ease;
}

.main-navigation a:hover::after {
    width: 100%;
}

/* CTA Button */
.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8A34E5;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid #8A34E5;
    white-space: nowrap;
}

.header-cta:hover {
    background: transparent;
    color: #8A34E5 !important;
}

#masthead.scrolled .header-cta {
    padding: 8px 20px;
    font-size: 0.85rem;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #D4D1D7;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    transition: color 0.3s ease;
}

.menu-toggle:hover {
    color: #8A34E5;
}

.menu-toggle::before {
    content: '☰';
}

.main-navigation.toggled .menu-toggle::before {
    content: '✕';
}


/* Mobile Styles */
@media screen and (max-width: 768px) {
    .site-header-container {
        padding: 0 1rem;
    }
    
    .nav-cta-container {
        gap: 15px;
    }
    
    .menu-toggle {
        display: block;
        order: 2;
    }
    
    .header-cta {
        order: 1;
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .main-navigation {
        order: 3;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #050007;
        border-top: 1px solid rgba(138, 52, 229, 0.3);
        padding: 20px 0;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        padding: 0 2rem;
        display: none;
    }
    
    .main-navigation.toggled ul {
        display: flex;
    }
    
    .main-navigation ul li {
        width: 100%;
        border-bottom: 1px solid rgba(138, 52, 229, 0.1);
    }
    
    .main-navigation ul li:last-child {
        border-bottom: none;
    }
    
    .main-navigation a {
        padding: 15px 0;
        font-size: 1rem;
    }
    
    .main-navigation ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(138, 52, 229, 0.1);
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-top: 10px;
        padding: 10px 0;
    }
    
    .main-navigation ul ul a {
        padding: 10px 0;
        margin: 0;
        color: rgba(212, 209, 215, 0.8);
    }
    
    body {
        padding-top: 70px;
    }
    
    #masthead {
        padding: 15px 0;
    }
    
    #masthead.scrolled {
        padding: 10px 0;
    }
}

@media screen and (max-width: 480px) {
    .site-header-container {
        padding: 0 0.5rem;
    }
    
    .header-cta {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
    
    .site-branding .custom-logo {
        height: 30px;
    }
    
    #masthead.scrolled .site-branding .custom-logo {
        height: 25px;
    }
}

p.title-report span {
    color: #8A34E5;
}

.report-highlight-block__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rsa-challenge-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.testimonial-hero-container {
    display: flex;
    align-items: center;
    position: relative;
    top: -47px;
}

.testimonial-content {
    width: 100%;
}

.testimonial-content h2 {
    font-size: 35px;
    line-height: 39px;
    padding-bottom: 0px;
    font-weight: 700;
}

.testimonial-image {
    position: relative;
    bottom: 50px;
}

/* Podcast Episodes Section Styles */
.podcast-episodes-section {
    background: #050007;
    color: #D4D1D7;
    padding: 100px 0;
    overflow: hidden;
}

.podcast-episodes-container {
    position: relative;
}

.podcast-episodes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.podcast-episodes-title {
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.view-all-episodes {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #D4D1D7;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.view-all-episodes:hover {
    color: #8A34E5;
}

.view-all-arrow {
    transition: transform 0.3s ease;
}

.view-all-episodes:hover .view-all-arrow {
    transform: translateX(5px);
}

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

.podcast-episode-card {
    background: linear-gradient(135deg, #2D1B4E 0%, #4A2B7C 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.podcast-episode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(138, 52, 229, 0.2);
}

.episode-background {
    position: relative;
    height: 280px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.episode-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.8) 0%, rgba(45, 27, 78, 0.9) 100%);
    z-index: 1;
}

.episode-decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.decorative-circle {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.decorative-circle-1 {
    width: 120px;
    height: 120px;
    top: -60px;
    right: -60px;
    border-color: rgba(252, 211, 77, 0.3);
}

.decorative-circle-2 {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
    border-color: rgba(139, 69, 19, 0.2);
}

.decorative-arc {
    position: absolute;
    top: 50%;
    right: -50px;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(252, 211, 77, 0.2);
    border-radius: 50%;
    border-left: transparent;
    border-bottom: transparent;
    transform: translateY(-50%) rotate(45deg);
}

.episode-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
}

.episode-logo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.guest-image {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 3;
}

.guest-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.guest-info {
    position: relative;
    z-index: 4;
    max-width: 250px;
}

.guest-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.guest-title {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.3;
}

.episode-content {
    padding: 25px 30px 30px;
    background: rgba(5, 0, 7, 0.95);
}

.episode-meta {
    margin-bottom: 15px;
}

.episode-date {
    font-size: 0.85rem;
    color: #8A34E5;
    font-weight: 500;
}

.episode-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.episode-description {
    font-size: 0.9rem;
    color: rgba(212, 209, 215, 0.8);
    line-height: 1.5;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.view-episode-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8A34E5;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.view-episode-btn:hover {
    color: #A855F7;
}

.episode-arrow {
    transition: transform 0.3s ease;
}

.view-episode-btn:hover .episode-arrow {
    transform: translateX(3px);
}

/* Horizontal Podcast Episodes Styles */
.horizontal-episodes-section {
    background: #050007;
    color: #D4D1D7;
    padding: 23px 0px 70px;
    overflow: hidden;
}

.horizontal-episodes-container {
    position: relative;
}

.horizontal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.horizontal-title {
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    font-weight: 700;
}

/* Homepage Event Section Styles */
.homepage-event-section {
    background: #050007;
    color: #D4D1D7;
    padding: 40px 0;
    overflow: hidden;
}

.homepage-event-container {
    position: relative;
}

.event-section-header {
    margin-bottom: 40px;
}

.event-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

/* Full Width Event Card */
.homepage-event-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    background: rgba(138, 52, 229, 0.05);
    border: 1px solid rgba(138, 52, 229, 0.2);
    border-radius: 25px;
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.homepage-event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.1) 0%, rgba(45, 27, 78, 0.05) 100%);
    z-index: 1;
}

.homepage-event-card > * {
    position: relative;
    z-index: 2;
}

.homepage-event-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
}

.homepage-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
}

.event-status-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
}

.event-status-upcoming {
    background: #28a745;
    color: white;
}

.homepage-event-info {
    padding: 20px 0;
}

.event-meta-tags {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.event-type-tag {
    background: #8A34E5;
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-datetime-tag {
    background: rgba(138, 52, 229, 0.2);
    color: #8A34E5;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.homepage-event-title {
    margin: 0 0 20px 0;
}

.homepage-event-title a {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.homepage-event-title a:hover {
    color: #8A34E5;
}

.homepage-event-excerpt {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(212, 209, 215, 0.9);
    margin-bottom: 25px;
}

.homepage-event-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.event-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.detail-icon {
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.detail-text {
    color: #D4D1D7;
}

.speaker-title-small {
    color: rgba(212, 209, 215, 0.7);
    font-size: 0.85rem;
}

.homepage-event-ctas {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.primary-event-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8A34E5;
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #8A34E5;
}

.primary-event-cta:hover {
    background: transparent;
    color: #8A34E5;
    transform: translateY(-2px);
}

.secondary-event-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #D4D1D7 !important;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(212, 209, 215, 0.3);
}

.secondary-event-cta:hover {
    background: #D4D1D7;
    color: #050007;
    border-color: #D4D1D7;
}

/* No Events State */
.no-upcoming-events {
    text-align: center;
    padding: 80px 40px;
    background: rgba(138, 52, 229, 0.05);
    border: 1px solid rgba(138, 52, 229, 0.2);
    border-radius: 25px;
}

.no-events-content h3 {
    font-size: 1.8rem;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.no-events-content p {
    font-size: 1.1rem;
    color: rgba(212, 209, 215, 0.8);
    margin-bottom: 25px;
}

.view-past-events {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8A34E5;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.view-past-events:hover {
    background: #6B46C1;
    transform: translateY(-2px);
}

/* Mobile Styles */
@media (max-width: 1024px) {
    .homepage-event-card {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }
    
    .homepage-event-image {
        height: 250px;
        order: -1;
    }
    
    .homepage-event-info {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .homepage-event-section {
        padding: 60px 0;
    }
    
    .homepage-event-card {
        padding: 25px;
        gap: 25px;
    }
    
    .homepage-event-image {
        height: 200px;
    }
    
    .event-meta-tags {
        justify-content: center;
    }
    
    .homepage-event-ctas {
        justify-content: center;
    }
    
    .primary-event-cta,
    .secondary-event-cta {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .no-upcoming-events {
        padding: 60px 20px;
    }
}

@media (max-width: 480px) {
    .homepage-event-card {
        padding: 20px;
    }
    
    .homepage-event-image {
        height: 180px;
    }
    
    .homepage-event-ctas {
        flex-direction: column;
        align-items: center;
    }
    
    .primary-event-cta,
    .secondary-event-cta {
        width: 100%;
        justify-content: center;
        max-width: 250px;
    }
}

/* Single Event Styles */
.single-event-page {
    background: #050007;
    color: #D4D1D7;
    min-height: 100vh;
    padding-top: 90px;
}

.event-breadcrumbs {
    background: rgba(138, 52, 229, 0.1);
    padding: 20px 0;
    border-bottom: 1px solid rgba(138, 52, 229, 0.2);
}

.breadcrumbs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.quick-detail-item {
    display: flex;
    padding: 0px 0px 12px;
}

.quick-detail-item {
    display: flex;
    margin-bottom: 15px;
}

.sidebar-booking-cta a {
    color: white;
}

.view-all-events-link a {
    color: white;
    text-decoration: none;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.breadcrumb-nav a {
    color: #8A34E5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: #A855F7;
}

.breadcrumb-separator {
    color: rgba(212, 209, 215, 0.5);
}

.breadcrumb-current {
    color: #D4D1D7;
    font-weight: 500;
}

.event-main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

.event-content {
    background: rgba(138, 52, 229, 0.05);
    border: 1px solid rgba(138, 52, 229, 0.2);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.event-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.1) 0%, rgba(45, 27, 78, 0.05) 100%);
    z-index: 1;
}

.event-content > * {
    position: relative;
    z-index: 2;
}

.event-header {
    margin-bottom: 30px;
}

.event-featured-image {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.event-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-status-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-status-upcoming {
    background: #28a745;
    color: white;
}

.event-status-past {
    background: #6c757d;
    color: white;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.event-date-time {
    color: #8A34E5;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-type {
    background: #8A34E5;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.event-duration {
    color: rgba(212, 209, 215, 0.7);
    font-size: 0.9rem;
}

.event-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.event-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(212, 209, 215, 0.9);
    margin-bottom: 30px;
    font-style: italic;
}

.event-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
    padding: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 1px solid rgba(138, 52, 229, 0.3);
}

.event-detail-item {
    text-align: center;
}

.event-detail-label {
    font-size: 0.8rem;
    color: rgba(212, 209, 215, 0.7);
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-detail-value {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
}

.booking-cta {
    margin: 40px 0;
    text-align: center;
}

.booking-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #8A34E5;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #8A34E5;
}

.booking-button:hover {
    background: transparent;
    color: #8A34E5;
    transform: translateY(-2px);
}

.booking-button.past-event {
    background: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
}

.booking-button.past-event:hover {
    background: #6c757d;
    color: white;
    transform: none;
}

.event-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #D4D1D7;
}

.event-description h2,
.event-description h3,
.event-description h4 {
    color: #FFFFFF;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.event-description h2 {
    font-size: 1.5rem;
    color: #8A34E5;
}

.event-description p {
    margin-bottom: 1.5rem;
}

.event-description ul,
.event-description ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.event-description li {
    margin-bottom: 0.5rem;
}

/* Sidebar Styles */
.event-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: rgba(138, 52, 229, 0.05);
    border: 1px solid rgba(138, 52, 229, 0.2);
    border-radius: 20px;
    padding: 30px;
}

.widget-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 25px;
}

/* Related Events */
.related-events {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: solid 1px #ffffff30;
    margin-bottom: 25px;
}

.related-event {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(138, 52, 229, 0.1);
    overflow: hidden;
}

.related-event:hover {
    background: rgba(138, 52, 229, 0.1);
    border-color: rgba(138, 52, 229, 0.3);
    transform: translateY(-2px);
}

.speaker-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.speaker-info-container {
    display: flex;
}

.speaker-info-container {
    display: flex;
    padding-top: 15px;
}

.speaker-details {
    padding-left: 10px;
}

.related-event-image {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.related-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-event-content {
    padding: 15px;
}

.related-event-meta {
    font-size: 0.8rem;
    color: #8A34E5;
    margin-bottom: 8px;
    font-weight: 500;
}

.related-event-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-event-type {
    font-size: 0.8rem;
    color: rgba(212, 209, 215, 0.7);
}

/* ScoreApp CTA Widget */
.scoreapp-cta {
    background: linear-gradient(135deg, #8A34E5 0%, #6B46C1 100%);
    position: relative;
    overflow: hidden;
}

.scoreapp-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    z-index: 1;
}

.scoreapp-content {
    position: relative;
    z-index: 2;
}

.scoreapp-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.3;
}

.scoreapp-subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    line-height: 1.5;
}

.scoreapp-subtitle strong {
    color: #FCD34D;
    font-weight: 700;
}

.scoreapp-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #6B46C1;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.scoreapp-button:hover {
    background: #FCD34D;
    color: #6B46C1;
    transform: translateY(-2px);
}

/* Mobile Styles */
@media (max-width: 1024px) {
    .event-main-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 1rem;
    }
    
    .event-content {
        padding: 30px;
    }
    
    .event-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .breadcrumbs-container {
        padding: 0 1rem;
    }
    
    .breadcrumb-nav {
        flex-wrap: wrap;
        font-size: 0.85rem;
    }
    
    .event-content {
        padding: 25px;
    }
    
    .event-featured-image {
        height: 200px;
    }
    
    .sidebar-widget {
        padding: 25px;
    }
    
    .event-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .event-details-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .event-main-container {
        padding: 30px 1rem;
    }
    
    .event-content {
        padding: 20px;
    }
    
    .event-title {
        font-size: 1.5rem;
    }
    
    .event-featured-image {
        height: 180px;
    }
}

.grecaptcha-badge {
    display: none;
}

.view-all-button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #D4D1D7 !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    border: solid 1px white;
    padding: 13px 20px;
    border-radius: 30px;
}

.view-all-button:hover {
    color: #8A34E5;
}

.view-all-arrow {
    transition: transform 0.3s ease;
}

.view-all-button:hover .view-all-arrow {
    transform: translateX(5px);
}

/* Horizontal Scrolling Container */
.horizontal-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.horizontal-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.horizontal-scroll-container::-webkit-scrollbar-track {
    background: rgba(138, 52, 229, 0.1);
    border-radius: 4px;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb {
    background: #8A34E5;
    border-radius: 4px;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #6B46C1;
}

.horizontal-episodes-track {
    display: flex;
    gap: 25px;
    padding-bottom: 10px;
}

.horizontal-podcast-card {
    flex: 0 0 350px;
    background: linear-gradient(135deg, #2D1B4E 0%, #4A2B7C 100%);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(138, 52, 229, 0.2);
}

.horizontal-podcast-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(138, 52, 229, 0.3);
}

.horizontal-episode-background {
    position: relative;
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
}

.horizontal-episode-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.8) 0%, rgba(45, 27, 78, 0.9) 100%);
    z-index: 1;
}

.horizontal-decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.horizontal-circle {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.horizontal-circle-1 {
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
    border-color: rgba(252, 211, 77, 0.3);
}

.horizontal-circle-2 {
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
    border-color: rgba(139, 69, 19, 0.2);
}

.horizontal-arc {
    position: absolute;
    top: 50%;
    right: -35px;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(252, 211, 77, 0.2);
    border-radius: 50%;
    border-left: transparent;
    border-bottom: transparent;
    transform: translateY(-50%) rotate(45deg);
}

.horizontal-episode-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
}

.horizontal-episode-logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.horizontal-guest-image {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
    left: 0;
}

.horizontal-guest-info {
    position: relative;
    z-index: 4;
    max-width: 200px;
}

.horizontal-guest-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

/* Horizontal Blog Posts Styles */
.horizontal-blog-section {
    background: #050007;
    color: #D4D1D7;
    padding: 0px 0;
    overflow: hidden;
}

.horizontal-blog-container {
    position: relative;
}

/* Shared Header Styles */
.horizontal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.view-all-button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #D4D1D7;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.view-all-button:hover {
    color: #8A34E5;
}

.view-all-arrow {
    transition: transform 0.3s ease;
}

.view-all-button:hover .view-all-arrow {
    transform: translateX(5px);
}

/* Horizontal Scrolling Container */
.horizontal-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 0rem;
    padding-right: 0rem;
}

.horizontal-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.horizontal-scroll-container::-webkit-scrollbar-track {
    background: rgba(138, 52, 229, 0.1);
    border-radius: 4px;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb {
    background: #8A34E5;
    border-radius: 4px;
}

.horizontal-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #6B46C1;
}

.horizontal-blog-track {
    display: flex;
    gap: 25px;
    padding-bottom: 10px;
}

.horizontal-blog-card {
    flex: 0 0 350px;
    background: rgba(138, 52, 229, 0.05);
    border: 1px solid rgba(138, 52, 229, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.horizontal-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(138, 52, 229, 0.2);
    border-color: rgba(138, 52, 229, 0.4);
}

.horizontal-blog-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.horizontal-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.horizontal-blog-card:hover .horizontal-blog-image img {
    transform: scale(1.05);
}

.horizontal-blog-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.horizontal-blog-category {
    background: #8A34E5;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.horizontal-blog-content {
    padding: 20px 25px 25px;
    background: rgba(5, 0, 7, 0.95);
}

.horizontal-blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.8rem;
}

.horizontal-blog-date {
    color: #8A34E5;
    font-weight: 500;
}

.horizontal-blog-author {
    color: rgba(212, 209, 215, 0.7);
}

.horizontal-blog-title {
    margin: 0 0 12px 0;
}

.horizontal-blog-title a {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.horizontal-blog-title a:hover {
    color: #8A34E5;
}

.horizontal-blog-excerpt {
    font-size: 0.85rem;
    color: rgba(212, 209, 215, 0.8);
    line-height: 1.5;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.horizontal-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.horizontal-read-more:hover {
    color: #A855F7;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .horizontal-blog-section {
        padding: 60px 0;
    }
    
    .horizontal-blog-card {
        flex: 0 0 300px;
    }
    
    .horizontal-blog-image {
        height: 160px;
    }
    
    .horizontal-blog-content {
        padding: 15px 20px 20px;
    }
}

@media (max-width: 480px) {
    .horizontal-blog-card {
        flex: 0 0 280px;
    }
    
    .horizontal-blog-image {
        height: 140px;
    }
}

/* Smooth Scrolling Enhancement */
.horizontal-scroll-container {
    scroll-behavior: smooth;
}

/* Touch devices - enable momentum scrolling */
@media (hover: none) and (pointer: coarse) {
    .horizontal-scroll-container {
        -webkit-overflow-scrolling: touch;
    }
}

.horizontal-guest-title {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.3;
}

.horizontal-episode-content {
    padding: 20px 25px 25px;
    background: rgba(5, 0, 7, 0.95);
}

.horizontal-episode-meta {
    margin-bottom: 12px;
}

.horizontal-episode-date {
    font-size: 0.8rem;
    color: #8A34E5;
    font-weight: 500;
}

.horizontal-episode-title {
    margin: 0 0 12px 0;
}

.horizontal-episode-title a {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.horizontal-episode-title a:hover {
    color: #8A34E5;
}

.horizontal-episode-description {
    font-size: 0.85rem;
    color: rgba(212, 209, 215, 0.8);
    line-height: 1.5;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.horizontal-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.horizontal-view-btn:hover {
    color: #A855F7;
}

.horizontal-arrow {
    transition: transform 0.3s ease;
}

.horizontal-view-btn:hover .horizontal-arrow {
    transform: translateX(3px);
}

/* Mobile Styles */
@media (max-width: 768px) {
    .horizontal-episodes-section {
        padding: 60px 0;
    }
    
    .horizontal-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .horizontal-title {
        font-size: 1.75rem;
    }
    
    .horizontal-scroll-container {
        margin: 0 -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .horizontal-podcast-card {
        flex: 0 0 300px;
    }
    
    .horizontal-episode-background {
        height: 180px;
        padding: 20px;
    }
    
    .horizontal-guest-image img {
        width: 80px;
        height: 80px;
    }
    
    .horizontal-guest-info {
        max-width: 160px;
    }
    
    .horizontal-guest-name {
        font-size: 1.1rem;
    }
    
    .horizontal-episode-content {
        padding: 15px 20px 20px;
    }
}

@media (max-width: 480px) {
    .horizontal-podcast-card {
        flex: 0 0 280px;
    }
    
    .horizontal-episode-background {
        height: 160px;
        padding: 15px;
    }
    
    .horizontal-guest-image img {
        width: 70px;
        height: 70px;
    }
    
    .horizontal-guest-name {
        font-size: 1rem;
    }
    
    .horizontal-guest-title {
        font-size: 0.75rem;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .podcast-episodes-section {
        padding: 60px 0;
    }
    
    .podcast-episodes-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .podcast-episodes-title {
        font-size: 1.75rem;
    }
    
    .podcast-episodes-slider {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .episode-background {
        height: 250px;
        padding: 20px;
    }
    
    .guest-image img {
        width: 100px;
        height: 100px;
    }
    
    .guest-info {
        max-width: 200px;
    }
    
    .guest-name {
        font-size: 1.3rem;
    }
    
    .episode-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .podcast-episodes-slider {
        grid-template-columns: 1fr;
    }
    
    .episode-background {
        height: 220px;
        padding: 15px;
    }
    
    .guest-image img {
        width: 80px;
        height: 80px;
    }
    
    .guest-name {
        font-size: 1.2rem;
    }
    
    .guest-title {
        font-size: 0.8rem;
    }
}

.rsa-accelerator-section {
    padding: 1rem 0;
    max-width: 1200px;
    margin: auto;
}

.rsa-accelerator-title {
    text-align: center;
    margin-bottom: 3rem;
}

.rsa-accelerator-title h2 {
    font-size: 35px;
    color: #FFFFFF;
    text-align: left;
}

.rsa-accelerator-title .rsa-highlight {
    color: #8A34E5;
    font-weight: 600;
}

.rsa-levels-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

p.sa-sub-title {
    color: #999999;
    font-size: 12px;
    margin-bottom: 7px;
}

a:visited {
    color: white;
}

.rsa-level-card {
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.1) 0%, rgba(147, 51, 234, 0.05) 100%);
    border: 1px solid rgba(138, 52, 229, 0.3);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.rsa-level-header {
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 3;
    flex-direction: column;
}

.rsa-level-title {
    font-size: 35px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    line-height: 35px;
}

.rsa-level-subtitle {
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 2rem;
    position: relative;
    z-index: 4;
}

.rsa-level-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 2rem;
}

.rsa-level-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
    z-index: 4;
    justify-content: space-between;
}

.rsa-feature-item {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid rgba(138, 52, 229, 0.2);
    width: 31%;
}

.rsa-feature-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rsa-feature-item:nth-child(4) {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid rgba(138, 52, 229, 0.2);
    width: 100%;
}

.rsa-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rsa-feature-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.rsa-level-number {
    color: #8A34E5;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}

.rsa-step-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
    background: #040404;
    width: 100%;
    padding: 10px 26%;
    position: relative;
    left: -33px;
    border-radius: 0 5px 5px 0;
}

.rsa-feature-description {
    font-size: 0.8rem;
    opacity: 0.8;
}

.rsa-level-image {
    position: absolute;
    right: 2rem;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 1;
    transform: translateY(-50%) scaleX(-1);
}

.rsa-conversion-section {
    padding: 0rem 0;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.rsa-conversion-title {
    margin-bottom: 10rem;
}

.rsa-conversion-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    line-height: 35px;
}

.rsa-conversion-title .rsa-highlight {
    color: #8A34E5;
    font-weight: 600;
    color: #8A34E5;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}

.rsa-conversion-steps {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    perspective: 1000px;
}

.rsa-conversion-step {
    border-radius: 20px;
    padding: 3rem 2rem;
    width: 30%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    cursor: pointer;
}

img.rsa-conv-bg {
    position: absolute;
}

.rsa-conversion-step:hover {
    transform: rotateX(10deg) rotateY(10deg) translateZ(20px);
}

.rsa-conversion-step:nth-child(2):hover {
    transform: rotateX(-5deg) rotateY(-10deg) translateZ(20px);
}

.rsa-conversion-step:nth-child(3):hover {
    transform: rotateX(5deg) rotateY(-15deg) translateZ(20px);
}

.rsa-step-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}

.rsa-testimonials-section {
    padding: 2rem 0 4rem;
}

.rsa-testimonials-title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    opacity: 0.9;
}

.rsa-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.rsa-testimonial-video {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 16/9;
    cursor: pointer;
}

.rsa-testimonial-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.rsa-testimonial-video:hover img {
    transform: scale(1.05);
}

.rsa-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(138, 52, 229, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.rsa-testimonial-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 2rem 1rem 1rem;
    color: white;
}

.rsa-testimonial-name {
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.rsa-testimonial-role {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Testimonial Hero Section Styles */
.testimonial-hero-section {
    background: #050007;
    color: #D4D1D7;
    padding: 36px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 3;
}

.testimonial-content {
    max-width: 600px;
}

.testimonial-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #FFFFFF;
}

.testimonial-title .purple-text {
    color: #8A34E5;
    font-weight: 700;
}

.logo-img {
    max-height: 119px;
    width: auto;
    height: 90px;
    max-width: auto;
    border-radius: 20px;
}

.testimonial-text {
    margin-bottom: 2.5rem;
}

h3.hme-decking-services-panel-heading {
    color: #f0f0f0;
    font-size: 23px;
    margin: 0;
    padding-bottom: 15px;
    font-family: "Inter", sans-serif;
    line-height: 25px;
    border-bottom: solid 1px #ffffff38;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.hme-decking-solutions-description ul {
    margin: 0;
    padding: 5px 16px;
    margin-bottom: 30px;
}

.menu-item a {
    color: #f9f9f9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    transition: color 0.3s ease;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    padding: 5px;
}

.testimonial-text p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    color: #D4D1D7;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

.testimonial-cta {
    margin-top: 2rem;
}

.testimonial-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 15px;
    object-fit: cover;
    position: relative;
    bottom: -40px;
}

/* Contact Page Styles */
.contact-page {
    background: #050007;
    color: #D4D1D7;
    min-height: 100vh;
}

/* Hero Section */
.contact-hero-section {
    position: relative;
    background: linear-gradient(135deg, #050007 0%, #0E0016 50%, #1A0029 100%);
    padding: 140px 0 80px;
    overflow: hidden;
}

.contact-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/05/hero-background-scaled.png') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.contact-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.contact-hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(212, 209, 215, 0.9);
    max-width: 600px;
    margin: 0 auto 40px;
}

.purple-text {
    color: #8A34E5;
}

/* Decorative Elements */
.contact-hero-decorative {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.2) 0%, rgba(107, 70, 193, 0.1) 100%);
    z-index: 1;
}

.contact-hero-decorative.top-left {
    top: 15%;
    left: 8%;
    animation: float 6s ease-in-out infinite;
}

.contact-hero-decorative.top-right {
    top: 25%;
    right: 10%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Main Content */
.contact-main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 2rem;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* Contact Information Section */
.contact-info-section {
    background: rgba(138, 52, 229, 0.05);
    border: 1px solid rgba(138, 52, 229, 0.2);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.contact-info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.1) 0%, rgba(45, 27, 78, 0.05) 100%);
    z-index: 1;
}

.contact-info-section > * {
    position: relative;
    z-index: 2;
}

.contact-info-title {
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contact-info-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(212, 209, 215, 0.8);
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    border: 1px solid rgba(138, 52, 229, 0.1);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(138, 52, 229, 0.1);
    border-color: rgba(138, 52, 229, 0.3);
    transform: translateY(-2px);
}

.contact-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-icon svg {
    width: 100%;
    height: 100%;
    stroke: #8A34E5;
}

.contact-content {
    flex: 1;
}

.contact-label {
    font-size: 0.9rem;
    color: #8A34E5;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    font-size: 1.1rem;
    color: #FFFFFF;
    font-weight: 500;
}

.contact-value a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-value a:hover {
    color: #8A34E5;
}

.contact-extra {
    font-size: 0.9rem;
    color: rgba(212, 209, 215, 0.7);
    margin-top: 5px;
    line-height: 1.4;
}

/* Social Links */
.social-links-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(138, 52, 229, 0.2);
}

.social-links-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

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

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(138, 52, 229, 0.1);
    border: 1px solid rgba(138, 52, 229, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #8A34E5;
    border-color: #8A34E5;
    transform: translateY(-3px);
}

.social-link img {
    width: 24px;
    height: 24px;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

.social-link:hover img {
    filter: brightness(1) contrast(1.2);
}

/* Form Section */
.contact-form-section {
    background: rgba(138, 52, 229, 0.05);
    border: 1px solid rgba(138, 52, 229, 0.2);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 52, 229, 0.05) 0%, rgba(45, 27, 78, 0.02) 100%);
    z-index: 1;
}

.contact-form-section > * {
    position: relative;
    z-index: 2;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.form-description {
    font-size: 16px;
    color: rgba(212, 209, 215, 0.8);
    line-height: 1.6;
}

/* Override Gravity Forms Styling */
.contact-form-section .gform_wrapper {
    max-width: none;
}

.contact-form-section .gform_wrapper .gform_title {
    display: none;
}

.contact-form-section .gform_wrapper .gfield {
    margin-bottom: 0;
}

.gform-theme--foundation .gform_fields {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    inline-size: 100%;
    row-gap: 20px;
}

.contact-form-section .gform_wrapper input[type="text"],
.contact-form-section .gform_wrapper input[type="email"],
.contact-form-section .gform_wrapper input[type="tel"],
.contact-form-section .gform_wrapper select,
.contact-form-section .gform_wrapper textarea {
    width: 100%;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(138, 52, 229, 0.3);
    border-radius: 10px;
    color: #D4D1D7;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form-section .gform_wrapper input[type="text"]:focus,
.contact-form-section .gform_wrapper input[type="email"]:focus,
.contact-form-section .gform_wrapper input[type="tel"]:focus,
.contact-form-section .gform_wrapper select:focus,
.contact-form-section .gform_wrapper textarea:focus {
    outline: none;
    border-color: #8A34E5;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(138, 52, 229, 0.3);
}

.contact-form-section .gform_wrapper input::placeholder,
.contact-form-section .gform_wrapper textarea::placeholder {
    color: rgba(212, 209, 215, 0.5);
}

.contact-form-section .gform_wrapper select option {
    background: #1A0029;
    color: #D4D1D7;
}

.contact-form-section .gform_wrapper label {
    color: #D4D1D7;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.contact-form-section .gform_wrapper .gform_button {
    background: #8A34E5;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form-section .gform_wrapper .gform_button:hover {
    background: #6B46C1;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(138, 52, 229, 0.4);
}

.contact-form-section .gform_wrapper .gform_footer {
    padding: 0;
    margin-top: 30px;
}

/* Response Message */
.contact-response {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-left: 4px solid #8A34E5;
}

.response-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.response-text {
    color: rgba(212, 209, 215, 0.8);
    line-height: 1.5;
}

h2.form-title {
    opacity: 1;
    padding-top: 5px;
    padding-bottom: 25px;
}

/* Mobile Styles */
@media (max-width: 1024px) {
    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        padding: 120px 0 60px;
    }
    
    .contact-hero-container {
        padding: 0 1rem;
    }
    
    .contact-hero-title {
        font-size: 2.5rem;
    }
    
    .contact-main-content {
        padding: 40px 1rem;
    }
    
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .contact-icon {
        align-self: flex-start;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .contact-hero-decorative {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .contact-hero-section {
        padding: 100px 0 40px;
    }
    
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 25px;
    }
    
    .form-title,
    .contact-info-title {
        font-size: 1.5rem;
    }
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .testimonial-hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .testimonial-image {
        order: -1;
    }
    
    .testimonial-content {
        max-width: 100%;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .testimonial-hero-section {
        padding: 60px 0;
    }
    
    .testimonial-hero-container {
        gap: 30px;
    }
    
    .testimonial-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-text {
        margin-bottom: 2rem;
    }
    
    .testimonial-text p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-image img {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .testimonial-title {
        font-size: 1.5rem;
    }
    
    .testimonial-text p {
        font-size: 0.85rem;
    }
    
    .testimonial-image img {
        max-width: 300px;
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .rsa-container {
        padding: 0 1rem;
    }

    .rsa-challenges-grid {
        grid-template-columns: 1fr;
    }

    .rsa-level-card {
        padding: 1.5rem;
    }

    .rsa-level-image {
        display: none;
    }

    .rsa-level-features {
        grid-template-columns: 1fr;
    }

    .rsa-conversion-steps {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .rsa-conversion-step {
        width: 280px;
        height: 150px;
    }

    .rsa-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .rsa-conversion-step {
        width: 250px;
    }
}

@media (max-width: 768px) {
.resources-container {
padding: 0 1rem;
}

.resources-card {
min-width: 300px;
margin-right: 1rem;
}

.resources-header__title {
font-size: 2rem;
}
}

@media (max-width: 768px) {
.problem-solution-row {
grid-template-columns: 1fr;
gap: 2rem;
padding: 2rem 1rem;
text-align: center;
}

.problem-solution-row--reverse {
direction: ltr;
}

.problem-solution-row--reverse .problem-solution-content {
order: 1;
}

.problem-solution-row--reverse .problem-solution-image {
order: 2;
}

.problem-solution-content__headline {
font-size: 1.75rem;
}

.problem-solution-content__cta {
align-self: center;
}
}

@media (max-width: 768px) {
.hero-content {
padding: 2rem 1rem;
text-align: center;
}

.hero-content__headline {
font-size: 2rem;
}
}