@keyframes pulse {

    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }

}

@keyframes nodepulse {

    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 transparent); }
    50% { transform: scale(1.05); filter: drop-shadow(0 0 12px rgba(79,195,232,0.6)); }

}

.h2-blue {
    color: #0E6FA8;
}

.text-light-blue,
.text-light-blue p {
    color: #4FC3E8 !important;
}

/* Hero Section */

.page-header {
    display: none;
}

#hero-section {
    background: radial-gradient(ellipse at 80% 20%, rgba(79, 195, 232, 0.15) 0%, transparent 60%), #FFFFFF;
    border-bottom: 1px solid #E5E5EA;
}

.breadcrumb {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #5D6177;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
}

.breadcrumb a {
    color: #0E6FA8;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb .divider {
    opacity: 0.4;
    margin: 0 8px;
}

.home-subtext {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: fit-content;
    padding: 8px 16px;
    background-color: #4FC3E826;
    border-style: none;
    border-radius: 50px;
}

.home-subtext p {
    margin-bottom: 0;
    font-family: "SFNS Display", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 1.44px;
    color: #0E6FA8;
}

.home-subtext::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4fc3e8;
    animation: pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

h1 em {
    background: linear-gradient(135deg, #4FC3E8 0%, #0E6FA8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: unset;
}

.page-hero-decoration {
    position: absolute !important;
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    width: 480px !important;
    aspect-ratio: 1;
    opacity: 0.25;
}

.page-hero-decoration svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.mol-node {
	transform-origin: center;
	transform-box: fill-box;
	animation: nodepulse 4s ease-in-out infinite;
	animation-delay: 0s;
}

.page-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-primary {
    background: #FBB03B;
    color: #292E4C;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: all 0.2s;
    cursor: pointer;
    border: 0;
}

.btn-primary:hover {
    background: #E89A1F;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14, 111, 168, 0.10);
}

.btn-primary:hover .arrow {
    transform: translateX(4px);
}

.btn-link {
    color: #0E6FA8;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
}

.btn-link::after {
    content: '→';
    transition: transform 0.18s;
}

.btn-link:hover {
  color: #E89A1F;
}

.btn-link:hover::after {
    transform: translateX(4px);
}

@media (max-width: 768px) {

    .page-hero-decoration {
        opacity: 0.1;
        bottom: -50%;
        top: unset;
    }

}

/* Why We Offer This */

.principle-card {
    background: #FFFFFF;
    border: 1px solid #E5E5EA;
    border-radius: 12px;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: start;
    transition: all 0.2s;
}

.principle-card:hover {
    border-color: #2A99C9;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14, 111, 168, 0.10);
}

.principle-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(79, 195, 232, 0.15);
    display: grid;
    place-items: center;
    color: #0E6FA8;
}

.principle-card h3 {
    font-size: 17px;
    margin-bottom: 4px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #292E4C;
}

.principle-card p {
    font-size: 14.5px;
    line-height: 1.55;
    color: #5D6177;
    margin-bottom: 0;
}

.why-pull {
    margin-top: 4px;
    padding: 24px 28px;
    background: #F5F4F0;
    border-left: 4px solid #2A99C9;
    border-radius: 0 12px 12px 0;
    font-size: 17px;
    line-height: 1.5;
    color: #292E4C;
    font-weight: 500;
    font-style: italic;
}

/* When to use this service */

.use-case-tile {
    background: #FFFFFF;
    border: 1px solid #E5E5EA;
    border-radius: 12px;
    padding: 28px;
    transition: all 0.2s;
    height: 100%;
}

.use-case-tile:hover {
    border-color: #2A99C9;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(14, 111, 168, 0.10);
}

.use-case-tile .num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    color: #0E6FA8;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
}

.use-case-tile h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #292E4C;
}

.use-case-tile p {
    font-size: 14px;
    line-height: 1.6;
    color: #5D6177;
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .use-case-tile {
        padding: 20px;
    }

}

/* The process */

#process-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(79,195,232,0.14) 0%, transparent 60%);
}

.process-steps::before {
    content: '' !important;
    position: absolute !important;
    top: 32px !important;
    left: 16% !important;
    right: 16% !important;
    height: 2px !important;
    background: linear-gradient(90deg, #4FC3E8 0%, #0E6FA8 100%) !important;
    opacity: 0.4 !important;
    z-index: 0 !important;
    width: 70% !important;
}

.process-step {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(79,195,232,0.25);
    border-radius: 12px;
    padding: 32px 28px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(8px);
    height: 100%;
}

.process-step .step-circle {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #4FC3E8 0%, #0E6FA8 100%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin: 0 auto 24px;
    border: 4px solid #292E4C;
    position: relative;
    z-index: 2;
}

.process-step h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: -0.01em;
    font-weight: 700;
    line-height: 1.2;
}

.process-step p {
    color: rgba(255,255,255,0.8);
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.process-step ul {
  padding-left: 20px;
  margin-top: 8px;
}

.process-step ul li {
    color: rgba(255,255,255,0.75);
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 4px;
}

.process-step .meta {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px dashed rgba(79,195,232,0.3);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #4FC3E8;
    letter-spacing: 0.06em;
}

/* The Deliverable */

.coa-card {
    max-width: 760px;
    margin: 0 auto;
    background: #F5F4F0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(14, 111, 168, 0.10);
    border: 1px solid #E5E5EA;
    position: relative;
}

.coa-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4FC3E8 0%, #0E6FA8 100%);
    z-index: 2;
}

.coa-header {
    background: #292E4C;
    color: #FFFFFF;
    padding: 18px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.coa-header .label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 4px;
}

.coa-header .batch {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 600;
}

.coa-body {
    padding: 36px 32px;
    background: #FFFFFF;
}

.coa-purity-display {
    text-align: center;
    padding: 16px 0 24px;
    border-bottom: 1px solid #E5E5EA;
    margin-bottom: 24px;
}

.coa-purity-display .pre {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #5D6177;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.coa-rows {
    display: grid;
    gap: 0;
    margin-bottom: 24px;
}

.coa-row {
    display: grid;
    grid-template-columns: 180px 1fr 80px;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px dashed #E5E5EA;
    align-items: center;
    font-size: 14px;
}

.coa-row .label {
    color: #5D6177;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.coa-row .value {
    color: #292E4C;
    font-weight: 500;
}

.coa-status {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.04em;
    text-align: center;
}

.coa-status.your-data {
    background: rgba(79, 195, 232, 0.15);
    color: #0E6FA8;
}

.coa-signature {
    padding: 18px 20px;
    background: #F5F4F0;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #5D6177;
}

.deliverable-note {
    text-align: center;
    margin-top: 32px;
    font-size: 14px;
    color: #5D6177;
    font-style: italic;
}

@media (max-width: 768px) {

    .coa-body {
        padding: 20px;
    }

    .coa-purity-display {
        padding: 0px;
        margin-bottom: 5px;
    }

    .coa-rows {
        display: flex;
        flex-direction: column;
    }

    .coa-row {
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .coa-row .coa-status,
    .coa-row .label {
        width: 25%;
    }

    .coa-row .value {
        font-size: 12px;
        width: 50%;
    }

}

/* The Methodology */

.method-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 32px;
}

.method-tag {
    background: #FFFFFF;
    border: 1px solid #E5E5EA;
    border-radius: 999px;
    padding: 10px 18px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    color: #292E4C;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.method-tag::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4FC3E8 0%, #0E6FA8 100%);
}

#submission-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 30%, rgba(79,195,232,0.15) 0%, transparent 60%);
}

.methodology-meta {
    margin-top: 28px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.06em;
}

/* Common Questions */

.faq-intro {
	position: sticky !important;
	top: 100px;
	align-self: flex-start !important;
}

.faq-intro a {
    color: #0E6FA8;
    text-decoration: underline;
}

#faq-module details {
	background: #FFFFFF;
	border: 1px solid #E5E5EA;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.2s;
}

#faq-module details:hover {
	border-color: #2A99C9;
}

#faq-module summary {
	padding: 22px 26px;
	border: none;
}

#faq-module summary:hover {
    background: rgba(79, 195, 232, 0.06);
}

#faq-module .answer {
	padding: 0 26px 24px;
	border: none;
}

#faq-module .answer a {
    color: #0E6FA8;
    font-weight: 600;
    text-decoration: underline;
}

#faq-module .answer a:hover {
  color: #E89A1F;
}

#faq-module .e-n-accordion-item-title-icon {
	position: absolute;
	right: 24px;
	background: #e5f6fc;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

#faq-module summary[aria-expanded="true"] .e-n-accordion-item-title-icon {
	background: #0E6FA8;
}

#faq-module .e-n-accordion-item-title-icon svg {
	fill: #0E6FA8;
}

#faq-module summary[aria-expanded="true"] .e-n-accordion-item-title-icon svg {
	fill: #FFFFFF;
}

@media (max-width: 1200px) {

	#faq-module summary {
		padding-right: 60px;
	}

}