:root {
	--primary: #4F5478;
	--green: #C1F084;
	--green-soft: #DCF7BB;
	--blue: #7C94BB;
	--blue-soft: #A4B5D0;
	--bg: #f5f8fc;
	--text: #243047;
	--muted: #5d6b82;
	--white: #ffffff;
	--border: #d9e2ef;
	--shadow: 0 18px 45px rgba(79, 84, 120, .14);
	--radius: 22px;
	--max: 1180px;
}

* {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--text);
	background: radial-gradient(circle at top right, rgba(193, 240, 132, .28),
		transparent 22%), linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
	line-height: 1.55;
}

img {
	max-width: 100%;
	display: block
}

a {
	text-decoration: none;
	color: inherit
}

.container {
	width: min(var(--max), calc(100% - 32px));
	margin: 0 auto
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(124, 148, 187, .15);
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 0;
}

.brand img {
	height: 54px;
	width: auto;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 24px;
	font-weight: 500;
	color: var(--text);
	font-size: 15px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 500;
	transition: .2s ease;
	border: 1px solid transparent;
}

.btn:hover {
	transform: translateY(-1px)
}

.btn-primary {
	background: var(--primary);
	color: #fff;
	box-shadow: 0 14px 32px rgba(79, 84, 120, .28);
}

.btn-secondary {
	background: #fff;
	color: var(--primary);
	border-color: rgba(79, 84, 120, .16);
}

/* =========================================================
   HOME PAGE — FULL WIDTH HERO BANNER
   ========================================================= */
.ayoranet-home-hero {
    width: 100%;
    min-height: 88vh;
    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.48) 0%,
            rgba(0, 0, 0, 0.60) 100%
        ),
        url('/resources/images/ayoranet-hero-banner.png') center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 100px 0 60px;
}

.ayoranet-hero-content {
    max-width: 760px;
    margin-bottom: 48px;
}

.ayoranet-home-hero .eyebrow {
    background: rgba(193, 240, 132, 0.92);
    color: #1a1f2e;
}

.ayoranet-home-hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4rem);
    letter-spacing: -0.03em;
    line-height: 1.06;
    margin-bottom: 20px;
}

.ayoranet-home-hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
    max-width: 640px;
    margin-bottom: 32px;
}

.ayoranet-home-hero .hero-actions {
    margin-bottom: 0;
}

.ayoranet-home-hero .btn-primary {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.ayoranet-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
}

.ayoranet-hero-mini-card {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 16px 18px;
    backdrop-filter: blur(6px);
    color: rgba(255, 255, 255, 0.92);
}

.ayoranet-hero-mini-card strong {
    display: block;
    margin-bottom: 6px;
    color: #C1F084;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .ayoranet-home-hero {
        min-height: 100vh;
        padding: 80px 0 50px;
    }
    .ayoranet-hero-points {
        grid-template-columns: 1fr;
    }
    .ayoranet-hero-content {
        margin-bottom: 32px;
    }
}

/* ---- Home page module badge strip (hero footer) ---- */
.ayoranet-module-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.module-strip-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 9px 18px;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    backdrop-filter: blur(4px);
    transition: background 0.15s;
}

.module-strip-badge:hover {
    background: rgba(255, 255, 255, 0.22);
}

.module-strip-badge i {
    color: #C1F084;
    font-size: 0.875rem;
}

/* Legacy .hero kept for other pages that may reference it */
.hero {
	padding: 56px 0 34px;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 30px;
	align-items: center;
}

.eyebrow {
	display: inline-block;
	background: var(--green-soft);
	color: var(--primary);
	padding: 8px 14px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .02em;
	margin-bottom: 14px;
}

h1 {
	margin: 0 0 16px;
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	line-height: 1.02;
	letter-spacing: -.03em;
}

.hero p {
	margin: 0 0 24px;
	font-size: 1.08rem;
	color: var(--muted);
	max-width: 700px;
}

.hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 26px;
}

.hero-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.mini-card {
	background: rgba(255, 255, 255, .75);
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 16px;
	box-shadow: var(--shadow);
}

.mini-card strong {
	display: block;
	margin-bottom: 6px;
	color: var(--primary);
}

.hero-panel {
	background: linear-gradient(135deg, rgba(124, 148, 187, .18),
		rgba(193, 240, 132, .20));
	border: 1px solid rgba(124, 148, 187, .18);
	border-radius: 30px;
	padding: 22px;
	box-shadow: var(--shadow);
}

.mockup {
	border-radius: 24px;
	background: #f9fbfe;
	border: 1px solid var(--border);
	overflow: hidden;
}

.mockup-top {
	background: var(--primary);
	color: #fff;
	padding: 16px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mockup-top img {
	height: 30px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: .95;
}

.mockup-body {
	display: grid;
	grid-template-columns: 220px 1fr;
	min-height: 460px;
}

.sidebar {
	background: #f1f5fb;
	border-right: 1px solid var(--border);
	padding: 16px;
}

.side-item {
	padding: 12px 14px;
	border-radius: 14px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid var(--border);
	font-weight: 700;
	color: var(--primary);
}

.main {
	padding: 18px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-content: start;
}

.tile {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 10px 25px rgba(124, 148, 187, .10);
	min-height: 155px;
}

.tile h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	color: var(--primary);
}

.tile p {
	margin: 0 0 12px;
	color: var(--muted);
	font-size: .95rem;
}

.bar-wrap {
	display: grid;
	gap: 8px
}

.bar {
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--green), var(--blue));
}

.bar:nth-child(1) {
	width: 82%
}

.bar:nth-child(2) {
	width: 65%
}

.bar:nth-child(3) {
	width: 48%
}

section {
	padding: 34px 0
}

.section-head {
	max-width: 760px;
	margin-bottom: 18px;
}

.section-head h2 {
	margin: 0 0 10px;
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.08;
	letter-spacing: -.02em;
}

.section-head p {
	margin: 0;
	color: var(--muted);
	font-size: 1.04rem;
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 22px;
	padding: 22px;
	box-shadow: var(--shadow);
}

.card-badge {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--green-soft);
	color: var(--primary);
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px;
}

.card h3 {
	margin: 0 0 8px;
	color: var(--primary);
	font-size: 1.2rem;
}

.card p {
	margin: 0 0 12px;
	color: var(--muted);
}

.card ul {
	margin: 0;
	padding-left: 18px;
}

.card li {
	margin: 6px 0
}

/* ---- Module card icon ---- */
.card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--green-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 14px;
}

/* ---- Connected platform section ---- */
.connected-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.connected-tile {
    background: linear-gradient(180deg, #fff, #f6f9fd);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 26px 22px;
    text-align: center;
    box-shadow: var(--shadow);
}

.connected-tile > i {
    font-size: 1.75rem;
    color: var(--primary);
    margin-bottom: 14px;
    display: block;
}

.connected-tile h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 8px;
}

.connected-tile p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
}

.strip {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 18px;
	align-items: stretch;
}

.panel {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 24px;
	padding: 24px;
	box-shadow: var(--shadow);
}

.panel h3 {
	margin: 0 0 10px;
	color: var(--primary);
	font-size: 1.3rem;
}

.panel p {
	margin: 0 0 14px;
	color: var(--muted);
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.industry {
	background: linear-gradient(180deg, #fff, #f6f9fd);
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 16px;
	text-align: center;
	font-weight: 700;
	color: var(--primary);
	box-shadow: 0 8px 20px rgba(124, 148, 187, .08);
}

.cta {
	padding: 20px 0 60px;
}

.cta-box {
	background: linear-gradient(135deg, var(--primary), #66719d);
	color: #fff;
	border-radius: 30px;
	padding: 40px 28px;
	box-shadow: 0 22px 55px rgba(79, 84, 120, .28);
	text-align: center;
}

.cta-box h2 {
	margin: 0 0 12px;
	font-size: clamp(1.9rem, 3vw, 3.2rem);
	line-height: 1.06;
}

.cta-box p {
	margin: 0 auto 18px;
	max-width: 760px;
	color: rgba(255, 255, 255, .88);
	font-size: 1.05rem;
}

.footer {
	padding: 18px 0 30px;
	color: var(--muted);
	font-size: .95rem;
}

.footer-row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	border-top: 1px solid rgba(124, 148, 187, .18);
	padding-top: 18px;
}

@media ( max-width : 1024px) {
	.hero-grid, .strip {
		grid-template-columns: 1fr;
	}
	.cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.connected-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media ( max-width : 768px) {
	.nav {
		flex-direction: column;
		align-items: flex-start;
	}
	.nav-links {
		flex-wrap: wrap;
		gap: 14px;
	}
	.hero-points, .cards, .industry-grid, .main {
		grid-template-columns: 1fr;
	}
	.mockup-body {
		grid-template-columns: 1fr;
	}
	.sidebar {
		border-right: none;
		border-bottom: 1px solid var(--border);
	}
	.brand img {
		height: 48px;
	}
	.ayoranet-module-strip {
		justify-content: center;
	}
	.connected-grid {
		grid-template-columns: 1fr;
	}
}

.about-hero {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	min-height: 420px;
	background: linear-gradient(rgba(79, 84, 120, 0.70),
		rgba(79, 84, 120, 0.76)),
		url('/resources/images/ayoranet-about-banner.jpg') center center/cover
		no-repeat;
}

.about-hero-content {
	position: relative;
	z-index: 2;
	padding: 5rem 2rem;
	color: #fff;
}

.about-badge {
	display: inline-block;
	background: rgba(193, 240, 132, 0.95);
	color: #243047;
	font-weight: 700;
	font-size: .85rem;
	border-radius: 999px;
	padding: .5rem .9rem;
	margin-bottom: 1rem;
}

.about-hero h1 {
	font-size: clamp(2.4rem, 5vw, 4.2rem);
	line-height: 1.02;
	font-weight: 700;
	margin-bottom: 1rem;
}

.about-hero p {
	font-size: 1.1rem;
	max-width: 760px;
	margin-bottom: 0;
}

.about-card {
	background: #ffffff;
	border: 1px solid #d9e2ef;
	border-radius: 22px;
	padding: 2rem;
	box-shadow: 0 16px 40px rgba(79, 84, 120, 0.10);
	height: 100%;
}

.about-card h2, .about-card h3 {
	color: #4F5478;
}

.about-soft-section {
	background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
	border-radius: 28px;
	padding: 2rem;
}

.about-value-box {
	background: #fff;
	border: 1px solid #d9e2ef;
	border-radius: 20px;
	padding: 1.5rem;
	height: 100%;
}

.about-cta {
	background: linear-gradient(135deg, #4F5478, #7C94BB);
	color: #fff;
	border-radius: 28px;
	padding: 3rem 2rem;
}

.about-cta h2 {
	color: #fff;
}

.cta-box form .form-label {
    color: #fff;
    font-weight: 700;
}

.cta-box form .form-control {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .96);
    color: #243047;
    padding: 12px 14px;
}

.cta-box form .form-control:focus {
    border-color: #C1F084;
    box-shadow: 0 0 0 .2rem rgba(193, 240, 132, .25);
}

.ayora-captcha-img {
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    background: #fff;
    padding: 4px;
}

.ayora-submit-btn {
    background: #fff;
    color: var(--primary);
    border: none;
    min-width: 140px;
}

.ayora-submit-btn:hover {
    background: #f3f6fb;
    color: var(--primary);
}

.cta-box .alert {
    border-radius: 12px;
}

/* =========================================================
   AUTH PAGES  (login / register / verify-email)
   ========================================================= */
body.ayora-auth-page {
    background: #f0f2f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 32px 16px;
}

.ayora-auth-wrap {
    width: 100%;
    max-width: 440px;
}

.ayora-auth-wrap-wide {
    max-width: 600px;
}

.ayora-auth-brand {
    text-align: center;
    margin-bottom: 24px;
}

.ayora-auth-brand img {
    height: 44px;
    width: auto;
}

.ayora-auth-card {
    background: #fff;
    border-radius: 14px;
    padding: 36px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    border: 1px solid #edf0f3;
}

.ayora-auth-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1f2e;
    margin: 0 0 6px;
}

.ayora-auth-sub {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0 0 24px;
}

.ayora-auth-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
}

.ayora-auth-field label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #343a40;
}

.ayora-auth-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.ayora-auth-input {
    padding: 11px 14px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #212529;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    width: 100%;
}

.ayora-auth-input:focus {
    border-color: #4F5478;
    box-shadow: 0 0 0 3px rgba(79,84,120,0.12);
}

.ayora-auth-input-error {
    border-color: #dc3545 !important;
}

.ayora-field-error {
    font-size: 0.78rem;
    color: #dc3545;
}

.ayora-required {
    color: #dc3545;
}

/* ---- Inline field validation feedback ---- */
.ayora-field-feedback {
    display: block;
    font-size: 0.78rem;
    min-height: 18px;
    margin-top: 4px;
    transition: color 0.15s;
}

.ayora-field-feedback.checking {
    color: #6b7280;
}

.ayora-field-feedback.valid {
    color: #16a34a;
}

.ayora-field-feedback.invalid {
    color: #dc3545;
}

/* Input border states driven by JS */
.ayora-auth-input.field-valid {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.10);
}

.ayora-auth-input.field-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.10);
}

/* Submit button disabled state */
.ayora-auth-submit-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.ayora-auth-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
    margin-top: 8px;
    text-decoration: none;
}

.ayora-auth-submit-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.ayora-auth-submit-btn:active {
    transform: scale(0.99);
}

.ayora-auth-footer-links {
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 20px;
}

.ayora-auth-footer-links a {
    color: var(--primary);
    font-weight: 600;
}

.ayora-auth-terms-note {
    text-align: center;
    font-size: 0.78rem;
    color: #adb5bd;
    margin-top: 14px;
    line-height: 1.5;
}

.ayora-auth-terms-note a {
    color: #6c757d;
}

.ayora-auth-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 0.85rem;
    margin-bottom: 18px;
    line-height: 1.4;
}

.ayora-auth-alert-success {
    background: #d1f2eb;
    color: #0a6640;
    border: 1px solid #a3e4c9;
}

.ayora-auth-alert-danger {
    background: #fde8e8;
    color: #8b0000;
    border: 1px solid #f5c0c0;
}

.ayora-auth-alert-info {
    background: #e8f3fd;
    color: #0c4a8a;
    border: 1px solid #b8d8f8;
}

@media (max-width: 540px) {
    .ayora-auth-card {
        padding: 28px 20px;
    }
    .ayora-auth-row {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   APP HUB  (/app)
   ========================================================= */
body.ayora-app-page {
    background: #f0f2f5;
    min-height: 100vh;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Top nav bar */
.ayora-app-topbar {
    background: #fff;
    border-bottom: 1px solid #e8eaed;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.ayora-app-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ayora-app-brand img {
    height: 34px;
    width: auto;
}

.ayora-app-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ayora-app-user-name {
    font-size: 0.85rem;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ayora-app-company {
    color: #6c757d;
    font-weight: 400;
}

.ayora-app-logout-btn {
    background: none;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #6c757d;
    font-size: 0.82rem;
    padding: 6px 12px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ayora-app-logout-btn:hover {
    background: #fde8e8;
    color: #8b0000;
    border-color: #f5c0c0;
}

/* Main hub content */
.ayora-app-main {
    padding: 0;
}

.ayora-hub-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 24px 64px;
}

.ayora-hub-greeting {
    margin-bottom: 36px;
}

.ayora-hub-greeting h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1f2e;
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}

.ayora-hub-greeting p {
    color: #6c757d;
    margin: 0;
    font-size: 1rem;
}

.ayora-hub-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.875rem;
    margin-top: 16px;
}

/* Module grid */
.ayora-module-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.ayora-module-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.15s;
    position: relative;
    cursor: pointer;
}

.ayora-module-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    border-color: #4F5478;
    transform: translateY(-2px);
    color: inherit;
}

.ayora-module-card-soon {
    opacity: 0.65;
    cursor: default;
    pointer-events: none;
}

.ayora-module-card-soon:hover {
    box-shadow: none;
    border-color: #e8eaed;
    transform: none;
}

.ayora-module-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.ayora-module-icon-blue   { background: #e8f3fd; color: #4a90e2; }
.ayora-module-icon-green  { background: #e9f7ef; color: #27ae60; }
.ayora-module-icon-orange { background: #fef5e9; color: #e67e22; }
.ayora-module-icon-purple { background: #f3eeff; color: #8e44ad; }

.ayora-module-info {
    flex: 1;
    min-width: 0;
}

.ayora-module-info h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1f2e;
    margin: 0 0 5px;
}

.ayora-module-info p {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.45;
}

.ayora-module-badge {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: flex-start;
}

.ayora-module-badge-active { background: #d1f2eb; color: #0a6640; }
.ayora-module-badge-soon   { background: #e9ecef; color: #6c757d; }

.ayora-module-arrow {
    font-size: 0.85rem;
    color: #adb5bd;
    align-self: center;
    flex-shrink: 0;
    transition: color 0.15s, transform 0.15s;
}

.ayora-module-card:hover .ayora-module-arrow {
    color: var(--primary);
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .ayora-module-grid {
        grid-template-columns: 1fr;
    }
    .ayora-hub-greeting h1 {
        font-size: 1.4rem;
    }
}

/* =========================================================
   PLATFORM PAGE  (/platform)
   ========================================================= */
.platform-hero {
    width: 100%;
    min-height: 60vh;
    background: linear-gradient(135deg, var(--primary) 0%, #66719d 100%);
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.platform-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.platform-plan-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 28px 24px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.platform-plan-featured {
    border-color: var(--primary);
    box-shadow: 0 8px 30px rgba(79,84,120,0.2);
}

.platform-plan-soon {
    opacity: 0.7;
}

.platform-plan-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
}

.platform-plan-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1f2e;
    line-height: 1.1;
}

.platform-plan-price span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #6c757d;
}

.platform-plan-desc {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.platform-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.platform-plan-features li {
    font-size: 0.875rem;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 8px;
}

.platform-plan-features li i {
    color: #27ae60;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.platform-plan-btn {
    display: block;
    text-align: center;
    padding: 13px;
    background: var(--primary);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: opacity 0.15s;
    margin-top: 8px;
}

.platform-plan-btn:hover {
    opacity: 0.88;
    color: #fff;
}

.platform-plan-btn-disabled {
    display: block;
    text-align: center;
    padding: 13px;
    background: #e9ecef;
    color: #adb5bd;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: not-allowed;
    margin-top: 8px;
}

@media (max-width: 900px) {
    .platform-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}