@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Lato:wght@400;700&display=swap');

body { 
    font-family: 'Lato', sans-serif; 
    margin: 0; 
    padding: 0; 
    line-height: 1.6; 
}

header, footer { 
    background: #002244; 
    color: #fff; 
    padding: 1rem 2rem; 
}

nav ul { 
    list-style: none; 
    padding: 0; 
    display: flex; 
    gap: 1rem; 
}

nav a { 
    color: #fff; 
    text-decoration: none; 
}

nav a:hover {
    text-decoration: underline;
}

main {
    padding: 2rem;
    min-height: 60vh;
}

section { 
    padding: 1rem 0; 
}

#hero { 
    background: #f0f6ff; 
    text-align: center; 
    padding: 4rem 2rem; 
}

button { 
    margin: 1rem; 
    padding: 0.5rem 1rem; 
    cursor: pointer; 
}

.service-item { 
    background: #f9f9f9; 
    margin: 1rem 0; 
    padding: 1rem; 
    border-left: 5px solid #3366ff; 
}

.consultant { 
    background: #e8f0fe; 
    padding: 1rem; 
    margin-top: 1rem; 
}

ul { 
    padding-left: 1.2rem; 
}

main ul li {
    margin-bottom: 1rem;
    max-width: 48rem;
}

footer p, footer address { 
    margin: 0.5rem 0; 
}

address {
    font-style: italic;
}

address a {
    color: #fff;
    text-decoration: underline;
}

address a:hover {
    color: #ccc;
}

/* --- force white mail-link in footer --- */
footer a[href^="mailto:"],
footer a[href^="mailto:"]:visited,
footer a[href^="mailto:"]:hover,
footer a[href^="mailto:"]:focus,
footer a[href^="mailto:"]:active {
  color:#fff !important;
  text-decoration:none !important;
}

/* --- Headings: Dancing Script cursive font --- */
h1, h2, h3, h4 {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.services-intro {
    margin-bottom: 1.5rem;
}

.service-card {
    background: #fafbfd;
    border-left: 4px solid #3366ff;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 48rem;
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.service-card > p {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.service-card--plain {
    border-left-color: #94a3b8;
}

.survey-invite {
    margin-top: 1rem;
    padding: 1.25rem 1.5rem;
    background: #f0f6ff;
    border-left: 4px solid #3366ff;
    max-width: 100%;
}

.survey-invite-lead {
    font-family: 'Dancing Script', cursive;
    font-size: 1.35rem;
    line-height: 1.5;
    margin-top: 0;
}

.survey-invite a {
    font-weight: 700;
    color: #002244;
}

.survey-links {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 0;
}

.survey-links a {
    display: inline-block;
    line-height: 1.45;
}

/* --- Home page sections --- */
main a {
    color: #3366ff;
    font-weight: 700;
}

main a:hover {
    text-decoration: underline;
}

.home-hero {
    background: #f0f6ff;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    max-width: 48rem;
}

.home-hero h2 {
    margin-top: 0;
}

.home-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 0.75rem;
}

.home-lead {
    font-size: 1.15rem;
    font-weight: 700;
    color: #002244;
    margin: 0.5rem 0 1rem;
}

.home-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
}

.btn-primary {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    background: #002244;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
}

.btn-primary:hover {
    background: #003366;
    text-decoration: none;
}

.btn-secondary {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    background: transparent;
    color: #002244 !important;
    text-decoration: none;
    border: 2px solid #3366ff;
    border-radius: 4px;
    font-weight: 700;
}

.btn-secondary:hover {
    background: #f0f6ff;
    text-decoration: none;
}

.home-section {
    margin-bottom: 2.5rem;
    max-width: 48rem;
}

.home-section#silo-section {
    max-width: 56rem;
}

.home-section#silo-section > p:first-of-type,
.home-section#silo-section .silo-divider {
    max-width: 48rem;
}

.home-section h2 {
    margin-top: 0;
}

.home-section-label {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.35rem;
}

.silo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.silo-cell {
    background: #fafbfd;
    border-left: 4px solid #3366ff;
    padding: 1rem 1.25rem;
}

.silo-cell h3 {
    font-size: 1.25rem;
    margin: 0 0 0.35rem;
}

.silo-cell p {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

.silo-divider {
    text-align: center;
    color: #666;
    margin: 1.5rem 0 1rem;
    padding: 0.75rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.connect-banner {
    margin: 1rem 0 0;
}

.mantra-flow {
    margin: 1.5rem 0 0;
    padding: 0;
    max-width: 100%;
}

.mantra-flow figcaption {
    margin: 0 0 0.75rem;
    padding: 0;
}

.mantra-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.mantra-step {
    position: relative;
    background: #fafbfd;
    border-left: 4px solid #3366ff;
    padding: 1rem 1.25rem;
    margin: 0;
}

.mantra-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.55rem;
    top: 50%;
    transform: translateY(-50%);
    color: #3366ff;
    font-size: 1.25rem;
    font-weight: 700;
    z-index: 1;
}

.mantra-step-title {
    font-size: 1.25rem;
    margin: 0 0 0.35rem;
}

.mantra-step-desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #444;
}

@media (max-width: 640px) {
    .mantra-steps {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .mantra-step:not(:last-child)::after {
        content: "↓";
        right: auto;
        left: 1.25rem;
        top: auto;
        bottom: -0.5rem;
        transform: none;
    }
}

.example-card {
    background: #fafbfd;
    border-left: 4px solid #3366ff;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.25rem;
    max-width: 48rem;
}

.example-card h3 {
    font-size: 1.35rem;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.example-card p {
    margin: 0;
}

.credibility-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 2rem;
    max-width: 48rem;
}

.credibility-item {
    background: #fafbfd;
    padding: 1rem 1.25rem;
    border-left: 4px solid #94a3b8;
}

.credibility-item strong {
    display: block;
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #002244;
    margin-bottom: 0.25rem;
}

.credibility-item p {
    margin: 0;
    font-size: 0.95rem;
}

.home-cta {
    background: #f0f6ff;
    padding: 2rem 1.5rem;
    text-align: center;
    max-width: 48rem;
    margin-bottom: 1rem;
}

.home-cta h2 {
    margin-top: 0;
}

.home-cta p {
    margin-bottom: 1.25rem;
}

.home-services-note {
    margin: 1rem 0 1.5rem;
    max-width: 48rem;
}
