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

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

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

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

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

.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 {
	padding:8px 20px;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*- --------------------- generated css----------------*/
:root {
    --bg-dark: #000000;
    --bg-gradient-start: #000000;
    --bg-gradient-middle: #0a3530;
    /* Vibrant dark teal */
    --bg-gradient-end: #061b18;
    /* Deeper teal */
    --accent-green: #c6ff00;
    --light-green: #ACCCB6;
    --text-white: #ffffff;
    --text-gray: #a0a0a0;
    --pill-bg: rgba(10, 30, 25, 0.7);
    --pill-border: rgba(198, 255, 0, 0.15);
    --card-bg-gradient-start: rgba(10, 80, 65, 0.25);
    --card-bg-gradient-end: rgba(5, 30, 25, 0.15);
    --font-primary: 'Montserrat', sans-serif;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
}
.btn {
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background-color: var(--accent-green);
    color: #000;
}

.btn-primary:hover {
    background-color: #b3e600;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(198, 255, 0, 0.3);
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    font-size: 0.8rem;
}

.btn-lg {
    padding: 11px 28px;
    font-size: 1rem;
    margin: 2rem 0;
}
.btn-outline {
    background: transparent;
    border: 1px solid #333;
    color: var(--text-gray);
    font-size: 0.8rem;
    padding: 0.6rem 1.5rem;
    margin-top: 1rem;
}

.btn-outline:hover {
    border-color: var(--accent-green);
    color: var(--accent-green);
}

.btn-black {
    background: #000;
    font-size: 18px;
    font-weight: 400;
    color: #C1F844;
    padding: 6px 24px;
    border: 1px solid #1A433C;
    position: relative;
}

.btn-black:after {
    content: '';
    position: absolute;
    background: url("images/spanbg.png") no-repeat center bottom;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-black:hover {
    border-color: var(--accent-green);
    color: var(--accent-green);
}
.navbar .btn-lg { margin:0 }

/* Hero Section */
.herocontainer { background:url("images/herobg-dis.jpg") no-repeat top center; background-size:100% 100%  }
.hero {
    text-align: center;
    padding: 65px 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-label {
    color: var(--light-green);
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 32px;
    padding: 0;
}

.hero-title {
    font-size: 110px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
    padding: 0;
}

/* Feature Pills */
.feature-pills {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
}

.pill-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.pill {
    background: #000;
    padding: 11px 17px;
    border-radius: 16px;
    font-size: 16px;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(5px);
}

.check-icon {
    width: 18px;
    height: 18px;
    background: url("images/checkicon.png") no-repeat left top;
}

.hero-footer-text {
	margin-top: 12px;
    margin-bottom: 40px;
}

.hero-footer-text p {
    margin-bottom: 0.3rem;
    color: #ffffff;
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 0;
}

/* Value Prop Section */
.value-prop {
    text-align: center;
    padding: 0rem 1rem 6rem;
    margin: 0 auto;
}

.section-title {
    font-size: 77px;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 88px;
    padding: 0;
}

.section-subtitle {
    color: #ACCCB6;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 3rem;
    padding: 0;
}

.expect-title {
    color: #ACCCB6;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 3rem;
    letter-spacing: 1px;
    padding: 0;
}

/* Card Container */
.value-prop .cards-container {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    padding: 0 5rem;
}

.value-prop .card {
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    padding: 24px 24px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    flex: 1;
}
.value-prop .card-icon-wrapper {
    height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.value-prop .card-icon {
    width: 131px;
    height: 131px;
    object-fit: contain;
    opacity: 0.9;
}

.value-prop .card-number {
    color: var(--accent-green);
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 26px;
    line-height: 1;
}

.value-prop .card-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 60px;
    color: #ffffff;
    padding: 0;
}

.value-prop .card-description {
    color: #ACCCB6;
    font-weight: 600;
    line-height: 1.4;
    font-size: 28px;
}

/* Section 2: Rhythm of Each Day */
.belowbg { 
	background: #000 url("images/belowbg.jpg") no-repeat top center;
	background-size: 100% auto;
 }
.rhythm-section {
/*	background: linear-gradient(180deg, #0a7265 0%, #085f54 50%, #064339 100%);*/
	padding: 6rem 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}


.grid-perspective {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 300px;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(198, 255, 0, 0.15) 20px),
        repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(198, 255, 0, 0.15) 20px);
    background-size: 20px 20px;
    transform-origin: center top;
    transform: translateX(-50%) perspective(500px) rotateX(60deg);
    opacity: 0.6;
}
.rhythm-title {
	position: relative; width: 100%;
}
.rhythm-title h2 {
    font-size: 77px;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background: rgba(4,1,21,0.1);
    border-radius: 16px;
    border: 10px solid rgba(255,255,255,0.1);
    padding: 30px 30px;
    z-index: 2;
    display: inline-block;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    letter-spacing: 0;
}
.rhythm-title::before {
	content: '';
	background: url("images/rythmbg.png") no-repeat center top;
	width: 100%;
	height: 191px;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 1;
}



.benefits-grid {
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: 44px;
}

.benefit-card {
    text-align: center;
    min-width: 300px;
    max-width: 300px;
    
}
.benefit-card.brandbenefit {
    min-width: 400px;
    max-width: 400px;
}
.benefit-card .box {
	border-right: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    margin-bottom: 30px;
}
.benefit-card:last-child .box { border-right:0 }
.benefit-icon {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.benefit-label {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #ACCCB6;
    padding: 0;
}

.benefit-label span {
    font-weight: 800;
    display: block;
    font-size: 20px;
    color: #C1F844;
    margin-top: 6px;
}

.benefit-description {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.4;
    padding: 0 30px;
}

.rhythm-section .btn-primary {
    background: #ACCCB6;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 28px;
    border:0;
}
.rhythm-section .btn-primary:hover {
    background-color: #b3e600;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(198, 255, 0, 0.3);
}

/* Built for Forward-Thinking Dispensaries */
.thinkingcontainer h2 { font-size:77px; font-weight:300; line-height:1; letter-spacing:0 }
.dispensaries-section {
    background: linear-gradient(180deg, #064339 0%, #043329 100%);
    padding: 6rem 2rem 8rem;
    text-align: center;
    position: relative;
}

.dispensaries-title {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 4rem;
    line-height: 1.2;
}

.feature-diagram {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 600px;
}

.central-hexagon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* Feature Nodes Positioning */
.feature-node {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 250px;
    z-index: 3;
}

.feature-node::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    background: linear-gradient(to bottom, #c6ff00, transparent);
    top: 50%;
    z-index: -1;
}

.node-1 {
    top: 5%;
    left: 5%;
}

.node-1::before {
    left: 100%;
    transform: rotate(45deg);
    transform-origin: left center;
}

.node-2 {
    top: 5%;
    right: 5%;
}

.node-2::before {
    right: 100%;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.node-3 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.node-3::before {
    right: 100%;
    width: 150px;
}

.node-4 {
    bottom: 5%;
    right: 5%;
}

.node-4::before {
    right: 100%;
    transform: rotate(45deg);
    transform-origin: right center;
}

.node-5 {
    bottom: 5%;
    left: 5%;
}

.node-5::before {
    left: 100%;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.node-6 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.node-6::before {
    left: 100%;
    width: 150px;
}

.node-icon {
    font-size: 2rem;
    background: rgba(198, 255, 0, 0.1);
    border: 1px solid rgba(198, 255, 0, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.node-content {
    text-align: left;
}

.node-content h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #fff;
}

.node-content p {
    font-size: 0.8rem;
    color: #b0b0b0;
    line-height: 1.3;
}

/*------------- built for sec ---------*/
/* Ecosystem Layout */
.ecosystemcontainer {
            max-width: 1500px;
            margin: 0 auto;
            padding: 60px 24px;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .ecosystem {
            position: relative;
            width: 100%;
            aspect-ratio: 16/10;
            min-height: 900px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
 
        /* SVG Connections */
        .connections {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }
 
        .connection-line {
            stroke: rgba(255, 255, 255, 0.7);
            stroke-width: 1.5;
            stroke-dasharray: 4, 4;
            fill: none;
        }
 
        .connection-dot {
            fill: #C1F844;
            r: 4;
        }
 
        /* Central Hub */
        .center-hub {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 140px;
            height: 140px;
            background: rgba(255, 255, 255, 0.04);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            z-index: 5;
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.3), inset 0 0 30px rgba(255, 255, 255, 0.03);
            padding: 15px;
        }
        .center-hub::before {
			content: '';
			width: 250%;
			height: 250%;
			background: rgba(255, 255, 255, 0.04);
			display: block;
			left: 50%;
			/* right: auto; */
			position: absolute;
			border-radius: 100%;
			z-index: -3;
			transform: translate(-50%, -50%);
			top: 50%;
			/* bottom: 0; */
		}
 
        .center-icon {
            width: 70px;
            height: 70px;
            stroke: var(--text);
            stroke-width: 1.5;
            fill: none;
        }
 
        /* Feature Cards */
        .feature-card {
            position: absolute;
            background: var(--glass-bg);
            backdrop-filter: blur(20px);
/*            border: 1px solid var(--glass-border);*/
            border-radius: 16px;
            padding: 28px;
            width: 280px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 10;
            text-align: center;
        }
 
        .feature-card:hover {
            transform: translateY(-4px);
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(200, 242, 124, 0.25);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }
 
        .icon-wrapper {
            width: 36px;
            height: 36px;
            margin: 0 auto;
            margin-bottom: 16px;
            color: var(--accent);
            display: flex;
            align-items: center;
            justify-content: center;
        }
 
        .icon-wrapper svg {
            width: 100%;
            height: 100%;
            stroke: currentColor;
            stroke-width: 2;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
 
        .feature-card h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--text);
            letter-spacing: -0.01em;
            padding: 0;
        }
 
        .feature-card p {
            font-size: 0.875rem;
            color: var(--text-muted);
            line-height: 1.5;
        }
 
        /* Desktop Positions */
        .pos-tl {
            top: 5%;
            left: 16%;
        }
 
        .pos-tr {
            top: 5%;
            right: 16%;
        }
 
        .pos-ml {
            top: 37%;
            left: 8%;
            transform: translateY(-50%);
        }
 
        .pos-mr {
            top: 37%;
            right: 8%;
            transform: translateY(-50%);
        }
 
        .pos-bl {
            bottom: 5%;
            left: 16%;
        }
 
        .pos-br {
            bottom: 5%;
            right: 16%;
        }
 
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
 
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .feature-card {
            opacity: 0;
            animation: fadeInUp 0.6s ease-out forwards;
        }
 
        .pos-tl {
            animation-delay: 0.1s;
        }
 
        .pos-tr {
            animation-delay: 0.2s;
        }
 
        .pos-ml {
            animation-delay: 0.3s;
        }
 
        .pos-mr {
            animation-delay: 0.4s;
        }
 
        .pos-bl {
            animation-delay: 0.5s;
        }
 
        .pos-br {
            animation-delay: 0.6s;
        }
.earlyaccess {
    text-align: center;
    padding: 6rem 0;
}
.earlyaccess h2 {
    font-size: 77px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
}
.earlyaccess p {
    font-size: 24px;
    padding: 0;
    margin-bottom: 50px;
}
.earlyaccess .box { display:flex; align-items:center; flex-wrap:wrap; }
.earlyaccess .box div {
    flex: 1;
    text-align: left;
}
.mbbox img {
    max-height: 810px;
}

.earlyaccess .subtext {
    font-size: 26px;
    color: #ACCCB6;
    line-height: 1.1;
    font-weight: 200;
}
.earlyaccess .iconbox {
    width: 94px;
    margin: 24px auto;
}
.earlyaccess h3 {
    font-size: 32px;
    font-weight: 600;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 42px;
}
.earlyaccess h3 span {
    font-size: 20px;
    font-weight: 700;
    color: #246659;
    display: block;
    line-height: 1.5;
}
.earlyaccess .subtext span {
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 1.5;
}

.earlyaccesspoints {
    margin: 50px auto;
    max-width: 1070px;
    background: rgba(255,255,255,0.05);
    border-radius: 41px;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 40px 25px;
}
.earlyaccesspoints ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.earlyaccesspoints ul li {
    flex: 0 0 50%;
    max-width: 50%;
    list-style-type: none;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin: 8px 0;
    padding-left: 30px;
    position: relative;
}
.earlyaccesspoints ul li:before { content:''; position:absolute; left:0; top:5px; width:30px; height:30px; background: url("images/checkicon.png") no-repeat left top; }
.guesswork {
    text-align: center;
}
.guesswork h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    color: #ACCCB6;
    padding: 10px;
}
.guesswork p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}
.faq-section {
    padding: 96px 0;
    background: var(--brand-base);
}

.faq-section .container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 16px;
}

.faq-section .section-title {
    font-size: 54px;
    color: #ACCCB6;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 300;
    letter-spacing: -2px;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}

.faq-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 8px 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}
.faq-button:hover {
    color: #ffffff;
}

.faq-question {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.faq-button:hover .faq-question {
    color: var(--brand-lime);
}

.faq-icon {
    color: var(--gray-400);
    transition: transform 0.3s ease;
    font-size: 14px;
}

.faq-icon.active {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: var(--gray-400);
    font-size: 0.875rem;
}

.accordion-content.active {
    max-height: 200px;
}

.accordion-content p {
    padding: 8px 0;
}

.support-section {
    margin-top: 64px;
    text-align: center;
}

.support-avatar {
    margin-bottom: 20px;
}

.support-title {
    color: #ACCCB6;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 300;
    padding: 0;
}

.support-text {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 24px;
}

.contact-button {
    background: #246659;
    color: #ACCCB6;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 24px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background:#b3e600;
    color: #ffffff;
}
.formcontainer {
    padding: 100px 16px;
}
.formbox {
    max-width: 1400px;
    border: 2px solid #6D8073;
    margin: 0 auto;
    padding: 10px 40px;
    display: flex;
    border-radius: 16px;
}
.formbox div {
    flex: 1;
}
.formbox .desc {
    display: flex;
    align-items: center;
}
.formbox .desc h3 {
    font-size: 27px;
    font-weight: 300;
    line-height: 34px;
    padding: 0;
    color: #ACCCB6;
}
.formbox .desc p {
    padding: 0 0 0 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.formbox .box form {
    display: flex;
    gap: 20px;
}
.formbox .box label {
    font-size: 12px;
}
.formbox .box .frmcontrol {
    border-radius: 40px;
    padding: 9px 14px;
    color: #000000;
}
.formbox .box .frmbtn {
    background: #C1F844;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 40px;
    color: #246659;
}
.frmcontrol::placeholder {
  color: #999;
  opacity: 1;
}

footer {
    background: url("images/footerbg1.png") no-repeat top center; background-size: 100% 100%; text-align: center;
    padding: 100px 16px;
}
.footercontainer {
    display: flex;
    max-width: 1440px;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: left;
    justify-content: space-between;
    padding: 24px;
}
.footercontainer .leftbox {
    flex: 1;
}
.footercontainer .leftbox .topdesc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 90px;
}
/* Reveal animation */
.reveal {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}
.footercontainer .leftbox .continfo {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}
.footercontainer .leftbox .continfo h3 {
    color: #ACCCB6;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.footercontainer .leftbox .continfo p {
    
    padding-bottom: 10px;
}
.footercontainer .leftbox .continfo a {
    color: #ACCCB6;
}
.footercontainer .leftbox .continfo a:hover {
    color: #000;
}
.footercontainer .rhtbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column ;
}
.footercontainer .rhtbox .topdesc {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    text-align: right;
}
.footercontainer .rhtbox .sociallink {
    display: flex; gap:8px;
}
.footercontainer .rhtbox .sociallink a {
    border: 1px solid #3D887B;
    border-radius: 40px;
    padding: 0px 20px;
    font-size: 12px;
    color: #ffffff;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.graphcontainer {
    background: url("images/graphbg.png") no-repeat bottom center;
    background-position: 80%;
    padding: 0 12px;
}
.graphbox {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;    
}
.graphbox div {margin-bottom: 24px}
.graphbox div img { display:block; }
/* Responsive */
/* Tablet Responsive */
@media (max-width: 1199px) {
    .hero-label {
        font-size: 22px;
    }
    .hero-title {
        font-size: 70px;
    }
    .hero-footer-text p {
    font-size: 20px;
    }
    .section-title {
    font-size: 67px;
    margin-bottom: 1.5rem;
    line-height: 68px;
    }
    .value-prop .cards-container {
        gap: 2rem;
        padding: 0 1rem;
    }
    .value-prop .card-icon-wrapper {
    margin-bottom: 30px;
    }
    .value-prop .card-icon {
    width: 111px;
    height: 111px;
    }
    .value-prop .card-title {
    font-size: 30px; margin-bottom: 30px; 
    }
    .value-prop .card-description {
    font-size: 18px;
    }
    .rhythm-title h2 {
    font-size: 57px;
    padding: 16px 16px; 
    }
    .benefit-description {
    font-size: 22px;
    line-height: 1.4;
    }
    .thinkingcontainer h2 {
    font-size: 57px;
    line-height: 1.1;
    }
    .earlyaccess h2 {
    font-size: 57px;
    line-height: 1.1;
    }
    .earlyaccess .subtext {
    font-size: 22px;
    line-height: 1.4;
    margin: 16px 0;
    }
    .earlyaccesspoints {
    max-width: 1030px;
    }
    .formbox {
    flex-wrap: wrap; padding: 40px 40px;
    }
    .formbox .desc {
    flex: 0 0 100%; margin-bottom: 30px;
    }
    .earlyaccesspoints ul li {
    font-size: 18px;
    }
    .ecosystem {
        aspect-ratio: auto;
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 40px 0;
    }

    .feature-card {
        position: relative;
        width: 100%;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        animation-delay: 0s !important;
        margin-bottom: 0;
    }

    .center-hub,
    .connections {
        display: none;
    }

    h1 br {
        display: none;
    }
}

/* Mobile Responsive */
@media (max-width: 640px) {
    .container {
        padding: 60px 20px;
    }

    .ecosystem {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .feature-card {
        padding: 24px;
    }

    header {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .value-prop .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .value-prop .card {
        width: 100%;
        max-width: 400px;
    }
    .rhythm-title,
    .dispensaries-title {
        font-size: 2rem;
    }

    .benefits-grid {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .feature-diagram {
        height: 800px;
    }

    .feature-node {
        position: relative;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .feature-node::before {
        display: none;
    }
    .faq-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 32px;
    }

    .faq-question {
        font-size: 0.9rem;
    }
}
