/* Danehill Business Services - growth systems positioning */

:root {
    --ink: #102132;
    --ink-soft: #556476;
    --brand: #0f766e;
    --brand-deep: #0b4f4a;
    --brand-soft: rgba(15, 118, 110, 0.12);
    --accent: #c67d2f;
    --accent-soft: rgba(198, 125, 47, 0.12);
    --surface: #ffffff;
    --surface-soft: #f5f7f6;
    --surface-deep: #ebf1ef;
    --line: rgba(16, 33, 50, 0.1);
    --line-strong: rgba(16, 33, 50, 0.16);
    --shadow-sm: 0 16px 34px rgba(16, 33, 50, 0.08);
    --shadow-md: 0 24px 54px rgba(16, 33, 50, 0.12);
    --shadow-lg: 0 40px 80px rgba(16, 33, 50, 0.16);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --container-max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.09), transparent 28%),
        radial-gradient(circle at top right, rgba(198, 125, 47, 0.12), transparent 24%),
        linear-gradient(180deg, #fbfcfb 0%, #ffffff 36%, #f6f8f7 100%);
    line-height: 1.72;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Sora', sans-serif;
    color: var(--ink);
    letter-spacing: -0.03em;
}

p {
    margin-top: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: var(--container-max);
}

.site-navbar {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(16, 33, 50, 0.08);
    box-shadow: 0 18px 44px rgba(16, 33, 50, 0.07);
    padding: 0.72rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-right: 1.4rem;
    min-width: 0;
}

.navbar-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(16, 33, 50, 0.12));
}

.brand-lockup {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    min-width: 0;
}

.brand-name {
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--ink);
}

.brand-note {
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand);
}

.navbar-nav {
    gap: 0.3rem;
}

.nav-link {
    color: var(--ink-soft) !important;
    font-size: 0.94rem;
    font-weight: 700;
    padding: 0.55rem 0.82rem !important;
    border-radius: 999px;
    transition: all 0.24s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--brand) !important;
    background: var(--brand-soft);
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
    border-radius: 14px;
    background: var(--brand-soft);
    padding: 0.42rem 0.58rem;
}

.navbar-toggler-icon {
    width: 1.36rem;
    height: 1.36rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2816,33,50,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.9rem 1.5rem;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

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

.btn-brand {
    color: #ffffff;
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    border: 1px solid transparent;
    box-shadow: 0 20px 38px rgba(11, 79, 74, 0.24);
}

.btn-brand:hover {
    color: #ffffff;
    box-shadow: 0 26px 46px rgba(11, 79, 74, 0.3);
}

.site-navbar .btn-brand {
    padding: 0.74rem 1.14rem;
    font-size: 0.9rem;
}

.btn-outline-brand {
    color: var(--brand);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(15, 118, 110, 0.2);
}

.btn-outline-brand:hover {
    color: var(--brand);
    background: var(--brand-soft);
    border-color: rgba(15, 118, 110, 0.28);
}

.btn-light-soft {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.58);
}

.btn-light-soft:hover {
    color: var(--ink);
    background: #ffffff;
}

.btn-outline-light {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.btn-outline-light:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.56);
    background: rgba(255, 255, 255, 0.1);
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 11.6rem 0 6rem;
    background:
        radial-gradient(circle at 14% 18%, rgba(15, 118, 110, 0.2), transparent 26%),
        radial-gradient(circle at 88% 14%, rgba(198, 125, 47, 0.18), transparent 22%),
        linear-gradient(160deg, #eff7f4 0%, #fbfcfb 58%, #f4f7f6 100%);
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 33, 50, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 33, 50, 0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 88%);
}

.page-hero--home::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 68% 36%, rgba(15, 118, 110, 0.16), transparent 24%),
        radial-gradient(circle at 82% 72%, rgba(198, 125, 47, 0.18), transparent 24%);
    opacity: 1;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.hero-grid {
    align-items: center;
    row-gap: 2.2rem;
}

.eyebrow,
.section-kicker,
.mini-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.eyebrow {
    padding: 0.48rem 0.9rem;
    margin-bottom: 1.2rem;
    border-radius: 999px;
    color: var(--brand);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 118, 110, 0.12);
}

.eyebrow.dark {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
}

.section-kicker {
    margin-bottom: 0.9rem;
    color: var(--brand);
}

.hero-title,
.page-title {
    margin-bottom: 1rem;
    font-size: clamp(2.8rem, 4.9vw, 5rem);
    line-height: 1.03;
}

.hero-lead,
.page-lead {
    max-width: 760px;
    margin-bottom: 1.15rem;
    font-size: 1.18rem;
    color: var(--ink-soft);
}

.hero-support,
.section-copy {
    color: var(--ink-soft);
}

.hero-support {
    max-width: 720px;
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.45rem;
}

.tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    font-size: 0.91rem;
    font-weight: 700;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(16, 33, 50, 0.08);
    box-shadow: 0 14px 28px rgba(16, 33, 50, 0.07);
}

.section-shell {
    position: relative;
    padding: 5.8rem 0;
}

.section-shell.soft {
    background:
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(235, 241, 239, 0.78), rgba(245, 247, 246, 0.52));
}

.section-header {
    max-width: 760px;
    margin-bottom: 2.8rem;
}

.section-header.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-title {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
}

.muted {
    color: var(--ink-soft);
}

.hero-panel,
.surface-panel,
.contact-panel,
.info-card,
.step-card,
.plan-card,
.faq-card,
.result-card,
.problem-card,
.proof-card,
.service-column,
.metric-card {
    height: 100%;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 33, 50, 0.08);
    box-shadow: var(--shadow-sm);
}

.hero-panel,
.surface-panel,
.contact-panel {
    padding: 2rem;
}

.hero-panel {
    position: relative;
    overflow: hidden;
}

.hero-panel::after {
    content: '';
    position: absolute;
    inset: auto -80px -80px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.18), transparent 68%);
}

.panel-label,
.mini-label {
    position: relative;
    z-index: 1;
    color: var(--brand);
}

.panel-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-panel h2,
.surface-panel h3,
.contact-panel h3,
.service-column h3,
.plan-card h3,
.result-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 0.9rem;
    font-size: 1.45rem;
}

.check-list,
.detail-list,
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list {
    display: grid;
    gap: 0.85rem;
}

.check-list li,
.detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.check-list i,
.detail-list i {
    margin-top: 0.22rem;
    color: var(--brand);
}

.quote-strip,
.proof-strip {
    padding: 1rem 1.15rem;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(198, 125, 47, 0.12));
    border: 1px solid rgba(16, 33, 50, 0.06);
    color: var(--ink);
    font-weight: 700;
}

.offer-metrics,
.proof-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.metric-card,
.proof-metric {
    padding: 1.2rem 1.15rem;
}

.metric-number,
.proof-number {
    display: block;
    margin-bottom: 0.25rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ink);
}

.metric-label,
.proof-label {
    color: var(--ink-soft);
    font-weight: 700;
}

.info-card,
.step-card,
.plan-card,
.faq-card,
.result-card,
.problem-card,
.proof-card,
.service-column {
    padding: 1.55rem;
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 16px;
    color: var(--brand);
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(198, 125, 47, 0.1));
}

.card-title {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
}

.card-copy {
    color: var(--ink-soft);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.split-grid {
    row-gap: 1.5rem;
}

.service-shell {
    display: grid;
    gap: 1.35rem;
}

.service-overline {
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-column h3 {
    font-size: 1.12rem;
}

.label-line {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.8rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand);
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.plan-card.featured {
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: var(--shadow-md);
    transform: translateY(-10px);
}

.plan-badge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(135deg, var(--accent), #a55f16);
}

.plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 2.7rem;
    line-height: 1;
}

.plan-price span {
    font-size: 1rem;
    color: var(--ink-soft);
}

.plan-for {
    margin: 0;
    color: var(--ink-soft);
}

.plan-footnote {
    margin-top: auto;
    padding-top: 0.8rem;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    font-weight: 700;
}

.proof-card {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.proof-type {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
}

.proof-callout {
    padding: 0.9rem 1rem;
    border-radius: var(--radius-md);
    background: var(--surface-soft);
    color: var(--ink);
    font-weight: 700;
}

.cta-band {
    padding: 0 0 6rem;
}

.cta-panel {
    padding: 2.3rem;
    border-radius: var(--radius-xl);
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
        linear-gradient(135deg, #0d2f46, #0f766e);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-lg);
}

.cta-panel h2,
.cta-panel p {
    color: #ffffff;
}

.contact-panel {
    position: relative;
}

.contact-list {
    display: grid;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.contact-list i {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--brand);
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(198, 125, 47, 0.1));
}

.contact-note {
    margin-top: 1rem;
    color: var(--ink-soft);
}

.form-label {
    font-weight: 800;
    color: var(--ink);
}

.form-control,
.form-select {
    border-radius: 16px;
    border: 1px solid rgba(16, 33, 50, 0.12);
    padding: 0.88rem 1rem;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.92);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(15, 118, 110, 0.34);
    box-shadow: 0 0 0 0.25rem rgba(15, 118, 110, 0.12);
}

textarea.form-control {
    min-height: 170px;
    resize: vertical;
}

.form-helper {
    color: var(--ink-soft);
    font-size: 0.94rem;
}

.page-anchor-offset {
    scroll-margin-top: 96px;
}

.site-footer {
    position: relative;
    padding: 4.5rem 0 2rem;
    color: rgba(255, 255, 255, 0.86);
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.14), transparent 22%),
        linear-gradient(180deg, #0f2233 0%, #0a1722 100%);
}

.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer a {
    color: inherit;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    margin-bottom: 1rem;
}

.footer-brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.85rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-title {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #ffffff;
}

.footer-list {
    display: grid;
    gap: 0.7rem;
}

.footer-list a:hover {
    color: #ffffff;
}

.footer-divider {
    margin: 2rem 0 1rem;
    border-color: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.68);
}

.error {
    border-color: rgba(220, 38, 38, 0.45) !important;
}

.error-message {
    margin-top: 0.35rem;
    color: #c62828;
    font-size: 0.85rem;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .site-navbar .btn-brand {
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(16, 33, 50, 0.08);
        box-shadow: 0 20px 38px rgba(16, 33, 50, 0.08);
    }
}

@media (max-width: 991.98px) {
    .page-hero {
        padding: 10rem 0 5rem;
    }

    .offer-metrics,
    .proof-metrics {
        grid-template-columns: 1fr;
    }

    .plan-card.featured {
        transform: none;
    }

    .cta-band {
        padding-bottom: 4.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-title,
    .page-title {
        font-size: clamp(2.3rem, 12vw, 3.5rem);
    }

    .hero-panel,
    .surface-panel,
    .contact-panel,
    .info-card,
    .step-card,
    .plan-card,
    .faq-card,
    .result-card,
    .problem-card,
    .proof-card,
    .service-column,
    .metric-card {
        padding: 1.35rem;
    }

    .hero-actions,
    .tag-list {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .cta-panel {
        padding: 1.7rem;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
