		@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

        body {
            font-family: 'Montserrat', sans-serif;
            line-height: 1.6;
            color: #1E1E1E;
            margin: 0 0px 0;
        }

        /* Header */

        header {
			position: fixed;
			top: 0;
			background-color: transparent;
			transition: background-color 0s;
			z-index: 1000;
			width: 100%;
            min-height: 90px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: center;
			left: 0;
			right: 0;
		}

        header img {
            max-height: 65px;
            width: auto;
            margin: 10px 0px 0px;
        }
        
        nav {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

		:where(h1) {
			margin-block: 0.67em;
			font-size: 2em;
		}

		.nav-close {
			display: none;
		}

		.fade.show {
   			opacity: 1;
		}

		p {
			font-family: 'Montserrat', sans-serif;
			font-weight: 200;
		}

		.centered_img {
  			display: block;
  			margin-left: auto;
  			margin-right: auto;
		}

		.section {
			font-size: 24px;
		}

        .logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1.25rem;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            color: #0E377A;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 2rem;
            align-items: center;
	    text-wrap: nowrap;
        }

        .nav-links a {
            text-decoration: none;
            color: white;
            font-weight: 400;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            transition: color 0.3s;
        }

        .nav-links a:hover {
            color: #B9B9B9;
        }

        .btn-primary {
            background-color: white;
            color: #0E377A !important;
            padding: 8px 18px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500 !important;
            transition: transform 0.3s !important;
            display: inline-block;
        }

        .btn-primary:hover {
            /* color: white !important;
            background-color: #0E377A !important; */
            transform: translateY(-3px) !important;
        }

        .btn-secondary {
            background-color: #042A5B;
            color: white !important;
            padding: 8px 18px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 500 !important;
            max-width: 200px;
            transition: transform 0.3s;
            margin: 0 0 30px;
            text-align: center;
            display: inline-block;
        }

        .btn-secondary:hover {
            transform: translateY(-3px);
        }

        .hamburger {
        	display: none;
        	flex-direction: column;
        	cursor: pointer;
        	gap: 5px;
        }

        .hamburger span {
        	width: 25px;
        	height: 3px;
        	background-color: white;
        	border-radius: 2px;
        }


        /* Hero Section */
        .hero {
            background: linear-gradient(90deg, #042A5B 10%, #001a32 100%);
            color: white;
            padding: 5.75rem 0rem 0rem;
            text-align: left;
            position: relative;
            overflow: hidden;
            font-family: 'Montserrat', sans-serif;
            font-size: 64px;
            font-weight: 500;
        }

        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            font-family: 'Montserrat', sans-serif;
            font-size: 64px;
            font-weight: 500;
        }

        .hero h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 84px;
            font-weight: 500;
            line-height: 1.2;
            max-width: 850px;
            margin: 0 auto 1rem; 
        }

        .hero p {
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            font-weight: 200;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .hero-image {
            position: relative
            display: inline-block;
            align-items: center;
        }
 
        .hero-image img {
    		display: block;
            max-width: 1200px;
            width: 100%;
		}

        #hero-team-name {
            color: #7ac047;
            opacity: 1;
            transition: opacity 1.0s ease-in-out;
            will-change: opacity;
        }

        /* prefers-reduced-motion variant */
        @media (prefers-reduced-motion: reduce) {
            #hero-team-name {
                transition: none;
            }
        }

        #hero-team-name.final {
            font-style: italic;
        }

        #hero-adverb.final {
            text-transform: uppercase;
            font-style: italic;
            text-decoration: underline;
            
        }

        /* odd-section Section */
        .odd-section {
            padding: 6rem 2rem;
            background: #F6F6F6;
        }

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

        .odd-section h2 {
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #0E377A;
        }

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

        /* even-section Section */
        .even-section {
            padding: 6rem 2rem;
            background: #DDDFE0;
        }

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

        .even-section h2 {
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #0E377A;
        }

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

        /* Sponsors Section */
        #sponsor-section {
            height: 150px;
            display: grid;
            place-items: center;
            background: #DDDFE0;
        }

        .sponsors-container-label {
            max-width: 1200px;
            margin: auto;
            text-align: left;
        }

        .sponsors-container {
            max-width: 1200px;
            min-height: 200px;
            margin: 0 auto;
        }
        .sponsor-section h3 {
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 1rem;
            margin-top: 1rem;
            color: #0E377A;
        }

        /* Ticker viewport */
        .sponsor-ticker {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;             /* hides the overflow while track slides */
        }

        /* Fading edges (optional, looks nice) */
        .sponsor-ticker::before,.sponsor-ticker::after {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
            width: 256px;
            pointer-events: none;
            z-index: 2;
        }

        .sponsor-ticker::before {
            left: 0;
            background: linear-gradient(to right, rgba(221,223,224,1), rgba(221,223,224,0));
        }

        .sponsor-ticker::after {
            right: 0;
            background: linear-gradient(to right, rgba(221,223,224,1), rgba(221,223,224,0));
        }

        /* The sliding row of logos */
        .sponsor-track {
            display: inline-flex;
            align-items: center;
            gap: 28px;                    /* space between logos */
            will-change: transform;
        }

        /* Each logo sits in a square box to keep everything tidy */
        .sponsor-logo {
            flex: 0 0 auto;
            width: 120px;                 /* square footprint inside the 150px tall rail */
            height: 120px;                /* adjust to taste */
            display: grid;
            place-items: center;
        }

        /* Images scale to fit their square without distortion */
        .sponsor-logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            display: block;
        }

        /* Pause animation for users who prefer reduced motion */
        @media (prefers-reduced-motion: reduce) {
            .sponsor-track {
                transform: none !important;
            }
        }

        /* Screen-reader-only helper (your site may already have this) */
        .sr-only {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0,0,0,0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

        /* FAQ Section */
        .faq {
            padding: 6rem 2rem;
            background: #EFEFEF;
            text-align: left;
        }

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

        .faq h2 {

            font-family: 'Montserrat', sans-serif;
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #0E377A;
        }

        .faq-item {
            background: #FAFAFA;
            border-radius: 10px;
            margin-bottom: 1rem;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        }

        .faq-question {
            padding: 1.5rem;
            background: none;
            border: none;
            width: 100%;
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            font-weight: 600;
            color: #1E1E1E;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .faq-question:hover {
            background: #EFEFEF;
        }

        .faq-answer {
            padding: 0 1.5rem 1.5rem;
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            color: #1E1E1E;
            display: none;
        }

        .faq-item.active .faq-answer {
            display: block;
        }

       

        /* Contact Page */

        .contact-mission {
            padding: 2rem 2rem;
            background: #EFEFEF;
        }

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

        .contact-mission p {
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            color: #1E1E1E;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        .contact-card {
            background: #fff;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.06);
        }

        .contact-card a {
        	text-decoration: none;
        	color: #0E377A;
        	font-weight: 600;
        }

        .contact-card p {
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            color: #1E1E1E;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        .contact-section {
            padding: 6rem 2rem;
            background: #D9D9D9;
        }

        .contact-container {
            grid-template-columns: 1fr;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
            max-width: 1200px;
            margin: 0 auto;
            text-align: left;
        }

        .copy-row {
            display:flex;
            gap: 12px;
            align-items: center;
            flex-wrap: wrap;
        }

        .copy-target {
            font-family: 'Montserrat', sans-serif;
            background: #f5f7fb;
            border: 1px solid #e5e8f0;
            border-radius: 8px;
            padding: 10px 12px;
            color: #0E377A;
        }

        .btn-copy {
            cursor: pointer;
            border: 1px solid #0E377A;
            color: white;
            background: #0E377A;
            border-radius: 8px;
            padding: 10px 14px;
            font-weight: 600;
        }

        .btn-copy:active {
            transform: translateY(1px);
        }

        .qa-list li {
            margin: 8px 0;
        }

 /* Article Hero Section */
        .article-hero {
            background: linear-gradient(90deg, #042A5B 0%, #001a32 100%);
            color: white;
            padding: 4rem 2rem 2rem;
            text-align: left;
            position: relative;
            overflow: hidden;
        }

        .article-hero-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }

        .article-hero h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 84px;
            font-weight: 500;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .article-hero p {
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            font-weight: 200;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .article-hero-image {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .article-hero-image img {
    		width: 100%;
    		height: auto;
    		max-width: 600px;
    		display: block;
    		margin: 0 auto;
		}

        /* Article Features Section */
        .article-features {
            padding: 1rem 2rem;
            background: #EFEFEF;
            font-size: 24px;
        }

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

        .article-features h2 {
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #0E377A;
        }

		.article-features img {
			display: block;
			max-width: 100%;
        	height: auto;
        }

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

        .article-features a {
        	text-decoration: none;
        	color: #0E377A;
        	font-weight: 600;
        }

        .article-features ul {
            font-size: 20px;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        /* Article App Preview Section */
        .article-even-section {
            padding: 2rem 2rem;
            background: #D9D9D9;
            font-family: 'Montserrat', sans-serif;
            color: #1E1E1E;
        }

        .article-even-section-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }

        .article-even-section h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #0E377A;
        }

        .article-even-section p {
            font-size: 20px;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        .article-even-section ul {
            font-size: 20px;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        .article-even-section a {
        	text-decoration: none;
        	color: #0E377A;
        	font-weight: 600;
        }

      /* Resource Disclaimer */
         .resource-disclaimer {
            padding: 1rem 2rem;
            background: #18416D;
            font-size: 24px;
            color: #FFFFFF
        }
      /* Resource One Section */
        .resource-one {
            padding: 1rem 2rem;
            background: #FFFFFF;
            font-size: 24px;
        }

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

        .resource-one h2 {
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #0E377A;
        }

		.resource-one img {
			display: block;
			max-width: 100%;
        	height: auto;
        	margin: 0 auto;
        }

        .resource-one a {
        	text-decoration: none;
        	color: #0E377A;
        	font-weight: 600;
        }

        .resource-one ul {
            font-size: 20px;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        .resource-two {
            padding: 1rem 2rem;
            background: #EFEFEF;
            font-size: 24px;
        }

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

        .resource-two h2 {
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #0E377A;
        }

		.resource-two img {
			display: block;
			max-width: 100%;
        	height: auto;
        	margin: 0 auto;
        }

        .resource-two a {
        	text-decoration: none;
        	color: #0E377A;
        	font-weight: 600;
        }

        .resource-two ul {
            font-size: 20px;
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }


     /* Footer */
        footer {
            background: #EFEFEF;
            color: #0E377A;
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            font-weight: 200;
            padding: 4rem 2rem 2rem;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .footer-logo::before {
            content: "🏠";
            font-size: 1.8rem;
        }

        .footer h3 {
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 2rem;
            font-size: 1.8rem;
            font-weight: 200;
        }

        .footer-links {
            list-style: none;
            text-align: left;
            align-self: left;
        }

        .footer-links li {
            margin-bottom: 0.5rem;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            color: #0E377A;
            font-family: 'Montserrat', sans-serif;
            font-size: 22px;
            transition: opacity 0.3s;
        }

        .footer-links a:hover {
            opacity: 0.8;
        }

        .footer-apps {
            display: flex;
            gap: 1rem;
            margin-top: 2rem;
        }

        .footer-app-badge {
            background: #1E1E1E;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            transition: transform 0.3s;
        }

        .footer-app-badge:hover {
            transform: translateY(-2px);
        }

        .even-section-container img {
            order: 2;
            display: block;
            margin: 2rem auto 0;
            max-width: 550px !important;
            width: 100%;
            height: auto;
        }


		/* Responsive Design */
		@media (max-width: 1030px) {
    		.hero-content {
        		grid-template-columns: 1fr;
        		text-align: center;
    		}

    		.hero-image {
        		order: -1;
    		}

    		.app-badges {
        		display: flex;
        		justify-content: center;
        		gap: 1rem;
        		flex-wrap: wrap;
        		margin-top: 1rem;
    		}

    		.even-section-container {
        		grid-template-columns: 1fr;
    		}

    		.even-section-container div {
        		text-align: left;
    		}

    		.even-section-container img {
    			order: 2;
        		display: block;
        		margin: 2rem auto 0;
        		max-width: 415px !important;
        		width: 100%;
        		height: auto;
        	}

            .article-hero-content {
                flex-direction: column;
                text-align: center;
            }

            .article-hero-image {
                order: -1;
                margin-bottom: 2rem;
            }

            .article-even-section-container {
                flex-direction: column;
            }

            .article-even-section-container > * {
                width: 100%;
            }
		}

        @media (min-width: 900px) {

            .contact-grid {
            grid-template-columns: 1fr 1fr;
            }

        }

        @media (max-width: 850px) {
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .hero h1 {
                font-size: 40px;
            }

            .hero p {
                font-size: 20px;
            }

            .odd-section h2 {
                font-size: 32px;
                font-weight: 500;
            }

            .even-section h2 {
                font-size: 32px;
                font-weight: 500;
            }

            .faq h2 {
                font-size: 32px;
                font-weight: 200;
            }

            .pricing h2 {
                font-size: 32px;
                font-weight: 500;
            }

            .footer-links a {
                font-size: 16px;
            }

            .footer-app-badge {
                font-size: 16px;
            }

            .even-section-container {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .footer-content {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .nav-links {
                display: none;
            }

			.hamburger {
        		display: flex;
    		}

    		.nav-links {
        		display: none;
        		flex-direction: column;
        		position: absolute;
        		top: 60px;
        		right: 20px;
        		background-color: #1B416D;
        		padding: 1rem;
        		border-radius: 8px;
    		}

    		.nav-links.active {
        		display: flex;
    		}

    		.footer-apps {
            	display: flex;
        		justify-content: center;
        		gap: 1rem;
        		flex-wrap: wrap;
        		margin-top: 1rem;
        	}

            .footer-links {
                text-align: center;
                align-self: center;
                padding-left: 0;
            }

        	.footer-links a {
                font-size: 24px;
            }

            .footer-content {
            	gap: .75rem;
            }

            /* Register page: keep only Try Now visible, hide hamburger/overlay */
            .register-page .hamburger,
            .register-page .nav-close,
            .register-page .nav-overlay {
            display: none !important;
            }

            .register-page .nav-links {
                display: flex !important;
                position: static !important;
                right: auto !important;
                top: auto !important;
                background: transparent !important;
                padding: 0 !important;
                height: auto !important;
                width: auto !important;
                flex-direction: row !important;
                gap: 0 !important;
                font-weight: bold !important;
            }

            .register-page .nav-links li a {
                padding: 0.5rem 0.5rem !important;
            }

            .register-feature-card h2,
            .register-trial-card h2 {
                font-weight: 500;
            }

            .article-hero h1 {
                font-size: 40px;
            }

            .article-hero p {
                font-size: 20px;
            }

            .article-features h2,
            .article-even-section h2,
            .resource-one h2,
            .resource-two h2 {
                font-size: 32px;
                font-weight: 500;
            }

            .article-even-section p {
                font-size: 20px;
            }

            .article-features ul,
            .article-even-section ul,
            .resource-one ul,
            .resource-two ul {
                font-size: 18px;
            }

            .resource-disclaimer {
                font-size: 20px;
            }

            .intro h2 {
                font-size: 32px;
                font-weight: 500;
            }

            .intro p {
                font-size: 20px;
            }
        }

		@media (min-width: 710px) and (max-width: 1043px){
			.odd-section-grid {
        		display: flex;
        		flex-wrap: wrap;
        		justify-content: center;
        		gap: 2rem;
        		align-items: center;
    		}

    		.odd-section-grid .feature-card {
        		flex: 0 0 300px;
        		max-width: 325px;
    		}
		}

		@media (max-width: 710px) {
    		.odd-section-grid {
        		display: flex;
        		flex-wrap: wrap;
        		justify-content: center;
        		gap: 2rem;
        		align-items: center;
    		}

    		.odd-section-grid .feature-card {
        		flex: 0 0 300px;
        		max-width: 325px;
    		}
		}

		/* Mobile menu enhancements */
		@media (max-width: 679px) {
    		body.menu-open {
        		overflow: hidden;
    		}

    		.nav-overlay {
        		display: none;
        		position: fixed;
        		top: 0;
        		left: 0;
        		width: 100%;
        		height: 100%;
        		background: rgba(0, 0, 0, 0.5);
        		opacity: 0;
        		transition: opacity 0.3s ease;
        		z-index: 998;
    		}

    		.nav-overlay.active {
        		display: block;
        		opacity: 1;
    		}

    		.nav-links {
        		display: none;
        		flex-direction: column;
        		background: linear-gradient(90deg, #042A5B 0%, #001a32 100%);
        		position: fixed;
        		top: 0;
        		right: -100%;
        		width: 70%;
        		height: 100%;
        		text-align: center;
        		padding: 2rem 0;
        		z-index: 999;
        		transition: right 0.3s ease;
    		}

    		.nav-links.active {
        		display: flex;
        		right: 0;
    		}

    		.hamburger {
        		display: flex;
        		flex-direction: column;
        		gap: 5px;
        		cursor: pointer;
    		}

    		.nav-close {
        		display: block;
        		position: absolute;
        		top: 15px;
        		right: 20px;
        		font-size: 28px;
        		color: white;
        		cursor: pointer;
    		}

            /* .register-feature-card . */
            .register-feature-card,
            .register-trial-card {
                flex-direction: column;
                text-align: left;
            }

              .register-feature-card img {
                order: 0;
                max-width: 160px;
                margin-left: 0;
                align-self: center;
            }

            .register-trial-card img {
                order: 0;
                max-width: 120px;
                margin-left: 0;
                align-self: center;
            }

            .btn-secondary {
                align-self: center;
            }

            .article-even-section-container {
                text-align: left;
                gap: 1.5rem;
            }

            .article-hero {
                padding: 3rem 1.5rem 1.5rem;
            }

            .article-features {
                padding: 1rem 1.5rem;
            }

            .article-even-section {
                padding: 1.5rem 1.5rem;
            }

            .resource-one,
            .resource-two {
                padding: 1rem 1.5rem;
            }

            .intro {
                padding: 1.5rem 1.5rem;
            }

            .intro p {
                font-size: 20px;
            }
		}