/*
Theme Name: thinkdave
Theme URI: https://thinkdave.com
Author: Dave Wilkinson
Description: Custom WP theme for me!
Version: 5.0
Text Domain: thinkdave
*/

/* Local Fonts */
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --c-grey-100: #f2f2f2;
    --c-grey-200: #e9e9e9;
    --c-grey-300: #808080;
    --c-grey-400: #4d4d4d;
    --c-black: #111111;
    --c-white: #ffffff;
    --c-slate-300: #94a3b8;
    --c-slate-400: #475569;
    --c-slate-800: oklch(37.2% 0.044 257.287);
    --c-slate-900: #0f172a;
    --c-blue-400: #1e3a8a;
    --bg-background-white: #f8fafc;
    --c-green: #0fbe7c;
    --ff-primary: "Manrope", sans-serif;
    --fs-xsmall: 0.625rem;
    --fs-small: 0.875rem;
    --fs-regular: 1rem;
    --fs-medium: 1.25rem;
    --fs-large: 2rem;
    --fs-xlarge: 3rem;
    --fs-2xlarge: 2.986rem;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-heavy: 800;
}

/* Reset */
*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role="list"],ol[role="list"]{list-style:none}
html:focus-within{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
input,button,textarea,select{font:inherit}
@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* Document */
body {
    -webkit-font-smoothing: antialiased;
    font-family: var(--ff-primary);
    font-size: var(--fs-regular);
    line-height: 1.6;
    background-color: var(--bg-background-white);
    color: var(--c-black);
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* A11y */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: var(--fs-small);
    font-weight: var(--fw-bold);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    top: -50px;
    left: 0;
    background: var(--c-black);
    color: var(--c-white);
    padding: 8px 16px;
    z-index: 100001;
    text-decoration: none;
    font-weight: var(--fw-medium);
}

.skip-link:focus {
    top: 0;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/* Media */
#content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Typography */
h2 {
    font-weight: var(--fw-bold);
    color: var(--c-slate-900);
    font-size: var(--fs-medium);
    margin: 0 0 16px;
}

p {
    margin: 1.5em 0;
}

.testimonial-card p {
    margin: 0;
}

hr {
    margin: 0 auto;
    height: 1px;
    background-color: var(--c-grey-100);
    border: none;
}

/* Links & Buttons */
a, button, input[type=submit] {
    transition: all ease-in-out 0.25s;
}

p a {
    color: var(--c-grey-400);
    text-decoration: none;
    border-bottom: 1px solid var(--c-grey-200);
    padding-bottom: 2px;
}

p a:hover {
    text-decoration: none;
    color: var(--c-black);
    border-bottom-color: var(--c-grey-300);
}

a.btn {
    padding: 8px 24px;
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    border-radius: 30px;
    display: inline-block;
}

nav a.btn {
    font-size: var(--fs-small);
}

a.btn-large {
    padding: 16px 32px;
}

a.btn-dark {
    background-color: var(--c-slate-900);
    color: var(--c-white);
    text-decoration: none;
    border: none;
}

a.btn-dark:hover {
    background-color: var(--c-slate-800);
    color: var(--c-white);
}

button.btn-dark {
    background-color: var(--c-slate-900);
    color: var(--c-white);
    text-decoration: none;
    border: none;
    padding: 16px 32px;
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    border-radius: 30px;
}

button.btn-dark:hover {
    background-color: var(--c-slate-800);
    color: var(--c-white);
}

/* Site Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding: 24px 16px;
    pointer-events: none;
}

.site-header.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.site-nav {
    pointer-events: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    padding: 12px 24px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 2px 15px -3px rgba(0, 0, 0, 0.07),
        0 10px 20px -2px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    transition: all 300ms ease-in-out;
}

.site-header.is-scrolled .site-nav {
    max-width: 640px;
    padding: 8px 20px;
}

/* Branding */
.site-branding {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-logo {
    width: 32px;
    height: 32px;
    background-color: var(--c-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white);
    font-weight: var(--fw-bold);
    font-size: 1.8rem;
    user-select: none;
}

a.site-name {
    font-weight: var(--fw-bold);
    font-size: var(--fs-regular);
    color: var(--c-black);
    text-decoration: none;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 380px) {
    a.site-name svg {
        display: none;
    }
}

/* Desktop Navigation Links */
.site-nav > ul.menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 32px;
}

@media (min-width: 768px) {
    .site-nav > ul.menu {
        display: flex;
    }
}

.site-nav > ul.menu li {
    margin: 0;
    padding: 0;
}

.site-nav > ul.menu a {
    position: relative;
    display: block;
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    color: #6B6B6B;
    text-decoration: none;
    transition: color 200ms ease;
}

.site-nav > ul.menu a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--c-black);
    transition: width 200ms ease;
}

.site-nav > ul.menu a:hover {
    color: var(--c-black);
}

.site-nav > ul.menu a:hover::after {
    width: 100%;
}

/* Nav Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--c-black);
}

.mobile-menu-toggle .icon-close {
    display: none;
}

.mobile-menu-toggle.is-active .icon-menu {
    display: none;
}

.mobile-menu-toggle.is-active .icon-close {
    display: block;
}

@media (min-width: 768px) {
    .mobile-menu-toggle {
        display: none;
    }
}

/* Mobile Dropdown Menu */
.mobile-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 4px 20px -3px rgba(0, 0, 0, 0.1),
        0 10px 30px -5px rgba(0, 0, 0, 0.08);
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 200ms ease;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    margin: 0;
    padding: 0;
}

.mobile-menu a {
    display: block;
    padding: 12px 16px;
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    color: var(--c-black);
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 150ms ease;
}

.mobile-menu a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Site Footer */
.site-footer {
    background-color: var(--bg-background-white);
    font-size: var(--fs-small);
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 3;
}

.site-footer .container {
    text-align: center;
}

.site-footer div {
    margin-bottom: 10px;
}

.site-footer span {
    color: var(--c-grey-300);
}

.site-footer a {
    color: var(--c-grey-400);
    text-decoration: none;
    border-bottom: 1px solid var(--c-grey-200);
    padding-bottom: 2px;
}

.site-footer a:hover {
    text-decoration: none;
    color: var(--c-black);
    border-bottom-color: var(--c-grey-300);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 767px) {
    .footer-social {
        justify-content: center;
    }

    .footer-divider {
        display: none;
    }
}

.footer-social a {
    border: none;
}

.footer-social a:hover {
    border: none;
}

.footer-social svg {
    width: 20px;
    height: 20px;
}

.footer-social path {
    fill: var(--c-slate-900);
    transition: all ease-in-out 0.3s;
}

.footer-social a:hover path {
    fill: var(--c-grey-400);
}

@media (min-width: 880px) {
    .site-footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .site-footer div {
        margin-bottom: 0;
    }
}

/* Blocks */
#content section:not(.hero-home):not(.contact-section) {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-wrapper {
    padding-top: 20px;
    background-color: var(--c-white);
    border-radius: 20px 20px 0 0;
    box-shadow:
        0 2px 15px -3px rgba(0, 0, 0, 0.07),
        0 10px 20px -2px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

@media (min-width: 960px) {
    .content-wrapper {
        max-width: calc(100% - 8px);
        margin-left: 4px;
        padding-top: 80px;
    }
}

/* Homepage Hero */
.hero-home {
    min-height: auto;
    display: flex;
    align-items: center;
    background: var(--c-grey-100);
    padding-top: 200px;
    padding-bottom: 80px;
    background-color: var(--bg-background-white);
}

@media (max-width: 767px) {
    .hero-home {
        padding-bottom: 80px;
    }
}

.hero-home .container {
    max-width: 960px;
}

.hero-text {
    text-align: center;
    margin-bottom: 60px;
}

.hero-home .hero-text {
    max-width: 650px;
    margin-inline: auto;
}

.hero-text h1 {
    margin-bottom: 16px;
    font-size: var(--fs-2xlarge);
    font-weight: var(--fw-heavy);
    line-height: 1.15;
    color: var(--c-slate-900);
    letter-spacing: -0.025em;
}



.hero-text p {
    font-size: var(--fs-medium);
    font-weight: var(--fw-medium);
    line-height: 1.75rem;
    color: var(--c-slate-400);
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: var(--fs-regular);
    }
}

/* Bento Grid */
.bento-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

@media (min-width: 960px) {
    .bento-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.bento-card {
    background: var(--c-white);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid var(--c-grey-200);
}

.bento-label {
    display: inline-block;
    font-size: var(--fs-xsmall);
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    color: var(--c-slate-300);
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

/* Years Card */
.bento-years {
    display: flex;
    flex-direction: column;
}

.bento-years-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.years-number {
    font-size: var(--fs-2xlarge);
    font-weight: var(--fw-heavy);
    line-height: 1;
    color: var(--c-blue-400);
}

.years-number-sm {
    font-size: var(--fs-medium);
}

.years-text {
    font-size: var(--fs-regular);
    font-weight: var(--fw-bold);
    color: var(--c-black);
}

.years-since {
    font-size: var(--fs-small);
    color: var(--c-grey-300);
}

/* Specialist Card */
.bento-specialist {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: var(--c-white);
}

.specialist-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.specialist-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(99, 102, 241, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
}

.specialist-content h3 {
    font-size: var(--fs-regular);
    font-weight: var(--fw-bold);
    margin: 0 0 8px;
    color: var(--c-white);
}

.specialist-content p {
    font-size: var(--fs-regular);
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* Code Card */
.bento-code,
.bento-features {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 20px;
    overflow: hidden;
}

.bento-code pre {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.6;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
}

@media (max-width: 400px) {
    .bento-code pre {
        font-size: 0.6rem;
    }
}

.bento-code code {
    color: #e2e8f0;
}

.code-class {
    color: #f472b6;
}

.code-name {
    color: #67e8f9;
}

.code-keyword {
    color: #c084fc;
}

.code-fn {
    color: #fbbf24;
}

.code-comment {
    color: #64748b;
}

.code-var {
    color: #f472b6;
}

.code-bool {
    color: #34d399;
}

/* Features */
.bento-features h3,
.bento-features p,
.bento-features li {
    color: var(--c-grey-100);
}

.bento-features p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.bento-features ul {
    list-style: none;
    margin: 16px 0;
    padding: 0;
}

.bento-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
}

.bento-features li:last-child {
    margin-bottom: 0;
}

/* Checklist animation */
.bento-features li svg {
    stroke: var(--c-green);
    border-radius: 50%;
    opacity: 0;
    animation: checklistFadeIn 0.8s ease-out forwards;
}

.bento-features li:nth-child(1) svg { animation-delay: 1s; }
.bento-features li:nth-child(2) svg { animation-delay: 2s; }
.bento-features li:nth-child(3) svg { animation-delay: 3s; }
.bento-features li:nth-child(4) svg { animation-delay: 4s; }
.bento-features li:nth-child(5) svg { animation-delay: 5s; }

@keyframes checklistFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Quote Card */
.bento-quote {
    display: flex;
    flex-direction: column;
}

.quote-mark {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(99, 102, 241, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
    margin-bottom: 16px;
}

.bento-quote blockquote {
    margin: 0 0 16px;
    padding: 0;
}

.bento-quote blockquote p {
    font-size: var(--fs-regular);
    color: var(--c-grey-400);
    line-height: 1.6;
    margin: 0;
}

.quote-attribution {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.quote-attribution svg {
    color: var(--c-grey-300);
}

.quote-author {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    color: var(--c-black);
}

.author-title {
    font-size: 0.75rem;
    color: var(--c-grey-300);
}

/* Workflow Card */
.bento-workflow {
    grid-column: 1 / -1;
}

.workflow-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 767px) {
    .bento-code,
    .bento-quote {
        display: none;
    }
}

@media (min-width: 600px) {
    .workflow-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.workflow-text {
    flex: 1;
}

.workflow-text h3 {
    font-size: var(--fs-regular);
    font-weight: var(--fw-bold);
    margin: 0 0 8px;
    color: var(--c-black);
}

.workflow-text p {
    font-size: var(--fs-regular);
    color: var(--c-grey-400);
    margin: 0;
    max-width: 400px;
    line-height: 1.5;
}

.workflow-icons {
    display: flex;
    gap: 16px;
}

@media (max-width: 767px) {
    .workflow-icons {
        justify-content: space-between;
    }
}

.workflow-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.workflow-icon .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--c-grey-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-grey-400);
    opacity: 0.6;
    transform: scale(1);
    transition:
        background 500ms cubic-bezier(0.4, 0, 0.2, 1),
        color 500ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 500ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.workflow-icon.active .icon-circle {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: var(--c-white);
    opacity: 1;
    transform: scale(1.08);
}

.workflow-icon span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--c-grey-300);
    opacity: 0.6;
    transition:
        color 500ms cubic-bezier(0.4, 0, 0.2, 1),
        opacity 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.workflow-icon.active span {
    color: var(--c-black);
    font-weight: var(--fw-medium);
    opacity: 1;
}

/* Hero CTA */
.hero-cta {
    text-align: center;
    display: flex;
    gap: 16px;
    justify-content: center;
}

@media (max-width: 767px) {
    .hero-cta {
        flex-direction: column;
    }
}

.hero-footer {
    font-size: var(--fs-small);
    color: var(--c-slate-400);
    text-align: center;
}

/* Projects Showcase */
.projects-showcase {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 64px;
}


/* Project Gallery Swiper */
.project-swiper {
    position: relative;
    margin: 0 20px 48px;
    max-width: 1240px;
    overflow: hidden;
}

@media (min-width: 1280px) {
    .project-swiper {
        margin-left: auto;
        margin-right: auto;
    }
}

.project-swiper .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
}

.project-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    display: block;
}

.project-swiper .swiper-pagination {
    position: relative;
    margin-top: 24px;
}

.project-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--c-grey-200);
    opacity: 1;
    transition: all 0.3s ease;
}

.project-swiper .swiper-pagination-bullet:hover {
    background: var(--c-grey-300);
}

.project-swiper .swiper-pagination-bullet-active {
    background: var(--c-blue-400);
}

/* Project Info */
.project-info {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .project {
        padding: 64px 20px;
    }

    .project-info {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
    }
}

.project-description {
    flex: 1;
    max-width: 520px;
}

.meta-label {
    font-weight: var(--fw-bold);
    color: var(--c-slate-900);
    font-size: var(--fs-medium);
    margin: 0 0 16px;
}

.meta-value {
    margin-bottom: 8px;
}

ul.project-meta-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.project-meta-list li {
    font-size: var(--fs-regular);
    margin-bottom: 8px;
}

ul.project-meta-list li span {
    font-size: var(--fs-small);
}

ul.project-meta-list li strong {
    font-size: var(--fw-bold);
    display: block;
}

.project-description p {
    font-size: var(--fs-regular);
    color: var(--c-grey-400);
    line-height: 1.6;
    margin: 0 0 1.5em;
}

/* Project Meta */
.project-meta {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 768px) {
    .project-meta {
        flex: 0 0 33.333%;
        text-align: left;
    }
}

.meta-item {
    display: flex;
    flex-direction: column;
}

.meta-value-highlight {
    font-weight: var(--fw-bold);
    margin-top: 16px;
}

/* Project Link */
.project-link {
    display: inline-block;
    max-width: 880px;
    margin: 32px auto 0;
    padding: 12px 24px;
    background: var(--c-black);
    color: var(--c-white);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    text-decoration: none;
    border-radius: 9999px;
    transition: all 150ms ease;
}

.project-link:hover {
    background: var(--c-grey-400);
}

.project-link:active {
    transform: scale(0.98);
}

/* About */
#p1.animate {
    animation: draw 0.5s ease-out forwards;
}

#p2.animate {
    animation: draw 3s ease-out 0.6s forwards;
}

@keyframes draw {
    from {
        stroke-dashoffset: var(--len);
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(53,222,49, 0.4);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(53,222,49, 0);
    }
}

.column-services ul {
    list-style: none;
    margin: 1.5em 0 2.5em;
    padding: 0;
}

.column-services li {
    margin-bottom: 10px;
}

.availability {
    position: relative;
    padding-left: 20px;
}

.availability:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: var(--c-green);
    animation: pulse-animation 2s infinite;
}

@media (min-width: 880px) {
    .about-services .container {
        display: flex;
        justify-content: space-between;
        column-gap: 60px;
    }

    .about-services .column-services {
        flex: 0 0 33.333%;
    }
}

/* Text image block */
.text-image .image {
    height: 335px;
    margin-bottom: 16px;
}

.text-image .pill {
    display: inline-block;
    font-size: var(--fs-xsmall);
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    color: var(--c-slate-300);
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.text-image ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex-grow: 1;
}

.text-image li {
    margin-bottom: 8px;
    background: url("/img/check-circle-green-16.svg") 0 5px no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
}

.text-image .image {
    border-radius: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 960px) {
    .text-image .container {
        display: flex;
        gap: 60px;
    }

    .text-image .text,
    .text-image .image {
        flex: 0 0 calc(50% - 30px);
    }

    .text-image--right .container {
        flex-direction: row-reverse;
    }

    .text-image .image {
        height: auto;
        margin-bottom: 0;
    }
}

/* Testimonials Swiper */
.testimonials {
    margin-bottom: 40px;
}

.testimonials-swiper {
    overflow: hidden;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonials-swiper .testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card {
    background: var(--c-white);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--c-grey-200);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05);
}

.testimonial-card .testimonial p {
    font-style: italic;
    font-size: var(--fs-regular);
    line-height: 1.7;
    color: var(--c-grey-400);
    margin: 0;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: var(--c-blue-400);
    font-weight: var(--fw-bold);
    font-size: var(--fs-small);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
}

.testimonial-author .author-name {
    font-weight: var(--fw-bold);
    font-size: var(--fs-regular);
    color: var(--c-black);
}

.testimonial-author .author-title {
    font-size: var(--fs-small);
    color: var(--c-grey-300);
}

/* Testimonials Pagination */
.testimonials-swiper .swiper-pagination {
    position: relative;
    margin-top: 32px;
}

.testimonials-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--c-grey-200);
    opacity: 1;
    transition: all 0.3s ease;
}

.testimonials-swiper .swiper-pagination-bullet:hover {
    background: var(--c-grey-300);
}

.testimonials-swiper .swiper-pagination-bullet-active {
    background: var(--c-blue-400);
}

@media (max-width: 767px) {
    .testimonial-card {
        padding: 32px 20px;
    }
}

/* Latest Posts */
.what-now {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--c-grey-100);
    border-radius: 6px;
    padding: 0 0 10px;
}

.what-now a {
    
    color: var(--c-grey-400);
    text-decoration: none;
}

.what-now a:hover {
    text-decoration: underline;
}

.what-now span {
    font-size: var(--fs-small);
    display: block;
}

@media (min-width: 960px) {
    .what-now {
        display: flex;
        justify-content: space-between;
        column-gap: 20px;
    }

    .what-now a {
        flex: 0 0 66.666%;
    }
}

/* Contact Section */
.contact-section {
    background: var(--bg-background-white);
    padding-top: 80px;
    padding-bottom: 40px;
}

/* Info Cards Above Form */
.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .contact-info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

.contact-info-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--c-grey-100);
    background: var(--c-white);
    border-radius: 16px;
    padding: 32px 20px;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

@media (min-width: 960px) {
    .contact-info-card {
        padding: 32px;
    }
}

.info-card-label {
    font-size: 11px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--c-slate-400);
    margin-bottom: 16px;
}

/* Pricing List */
.pricing-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--c-grey-100);
}

.pricing-list li:last-child {
    border-bottom: none;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2px;
}

.pricing-name {
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    color: var(--c-black);
}

.pricing-amount {
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    color: var(--c-black);
}

.pricing-desc {
    font-size: var(--fs-small);
    color: var(--c-grey-400);
}

/* Availability Status */
.availability-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-dot--available {
    background-color: #10b981;
}

.status-dot--busy {
    background-color: #f59e0b;
}

.status-text {
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    color: var(--c-black);
}

.availability-note {
    font-size: var(--fs-small);
    color: var(--c-grey-400);
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.availability-footnote {
    font-size: 12px;
    color: var(--c-grey-300);
    font-style: italic;
    margin: 0;
}

/* Form Wrapper */
.contact-form-wrapper {
    border: 1px solid var(--c-grey-100);
    border-radius: 16px;
    padding: 32px 20px;
    background: var(--c-white);
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
}

@media (min-width: 960px) {
    .contact-form-wrapper {
        padding: 32px;
    }
}

.contact-form-wrapper h2 {
    margin-bottom: 24px;
}

/* Gravity Forms Styling */
.gform_wrapper {
    width: 100%;
}

.gform_fields {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 480px) {
    .gform_fields {
        grid-template-columns: 1fr 1fr;
    }

    .gfield {
        grid-column: span 2;
    }

    .gfield--width-half {
        grid-column: span 1;
    }
}

.gfield_label {
    display: block;
    font-size: var(--fs-small);
    font-weight: var(--fw-bold);
    color: var(--c-black);
    margin-bottom: 8px;
}

.gfield_required {
    color: #dc2626;
}

/* Reset fieldset/legend for radio groups */
.gfield fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.gfield fieldset legend {
    padding: 0;
}

.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: var(--fs-regular);
    font-family: var(--ff-primary);
    color: var(--c-black);
    background: var(--c-white);
    border: 1px solid var(--c-grey-200);
    border-radius: 8px;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.ginput_container input[type="text"]:focus,
.ginput_container input[type="email"]:focus,
.ginput_container textarea:focus {
    outline: none;
    border-color: var(--c-slate-400);
    box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.1);
}

.ginput_container textarea {
    resize: vertical;
    min-height: 120px;
}

/* Radio & Checkbox Lists */
.gfield_radio,
.gfield_checkbox {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gfield_radio li,
.gfield_checkbox li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gfield_radio input[type="radio"],
.gfield_checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--c-grey-200);
    background: var(--c-white);
    cursor: pointer;
    flex-shrink: 0;
    transition: all 150ms ease;
}

.gfield_radio input[type="radio"] {
    border-radius: 50%;
}

.gfield_checkbox input[type="checkbox"] {
    border-radius: 4px;
}

.gfield_radio input[type="radio"]:checked {
    border-color: var(--c-slate-900);
    background: var(--c-slate-900);
    box-shadow: inset 0 0 0 3px var(--c-white);
}

.gfield_checkbox input[type="checkbox"]:checked {
    border-color: var(--c-slate-900);
    background: var(--c-slate-900);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.gfield_radio input[type="radio"]:focus,
.gfield_checkbox input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.2);
}

.gfield_radio input[type="radio"]:checked:focus {
    box-shadow: inset 0 0 0 3px var(--c-white), 0 0 0 3px rgba(71, 85, 105, 0.2);
}

.gfield_radio label,
.gfield_checkbox label {
    font-size: var(--fs-regular);
    color: var(--c-grey-400);
    cursor: pointer;
    line-height: 1.4;
}

/* Pill Button Radio Styles */
.gfield_radio--pills {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 767px) {
    .gfield_radio--pills {
        flex-direction: column;
    }
}

.gfield_radio--pills li {
    flex: 1;
    min-width: 0;
}

.gfield_radio--pills input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.gfield_radio--pills label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    color: var(--c-grey-400);
    background: var(--c-white);
    border: 1px solid var(--c-grey-200);
    border-radius: 8px;
    cursor: pointer;
    transition: all 150ms ease;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 960px) {
    .gfield_radio--pills label {
        justify-content: center;
    }
}

.gfield_radio--pills label:hover {
    border-color: var(--c-grey-300);
    color: var(--c-black);
}

.gfield_radio--pills input[type="radio"]:checked + label {
    background: var(--c-slate-900);
    border-color: var(--c-slate-900);
    color: var(--c-white);
}

.gfield_radio--pills input[type="radio"]:focus + label {
    box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.2);
}

/* 4-column pills for budget */
.gfield_radio--pills-4 li {
    flex: 0 0 calc(25% - 9px);
    min-width: 0;
}

@media (max-width: 600px) {
    .gfield_radio--pills-4 li {
        flex: 0 0 calc(50% - 6px);
    }
}

/* Select Dropdown Styling */
.ginput_container_select select {
    width: 100%;
    padding: 12px 40px 12px 16px;
    font-size: var(--fs-regular);
    font-family: var(--ff-primary);
    color: var(--c-black);
    background: var(--c-white);
    border: 1px solid var(--c-grey-200);
    border-radius: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.ginput_container_select select:focus {
    outline: none;
    border-color: var(--c-slate-400);
    box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.1);
}

.ginput_container_select select option {
    padding: 12px;
}

/* Form Footer */
.gform_footer {
    margin-top: 32px;
}

.gform_button {
    cursor: pointer;
    border: none;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.gform_button svg {
    flex-shrink: 0;
}

@media (min-width: 480px) {
    .gform_button {
        width: auto;
    }
}

.gform_response_note {
    margin-top: 16px;
    font-size: var(--fs-small);
    color: var(--c-slate-400);
}

/* Contact Info Column */
.contact-info-column p {
    font-size: var(--fs-regular);
    color: var(--c-grey-400);
    line-height: 1.6;
}

.contact-info-column p:first-of-type {
    margin-top: 0;
}

.pricing-guide {
    list-style: none;
    margin: 1.5em 0;
    padding: 0;
}

.pricing-guide li {
    padding: 12px 0;
    border-bottom: 1px solid var(--c-grey-100);
    font-size: var(--fs-regular);
    color: var(--c-grey-400);
}

.pricing-guide li:last-child {
    border-bottom: none;
}

.pricing-guide strong {
    color: var(--c-black);
    font-weight: var(--fw-medium);
}

/* ================================
   Local Landing Page Styles
   ================================ */

/* Hero Local Variations */
.hero-local .hero-text p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle {
    font-size: var(--fs-medium);
    font-weight: var(--fw-medium);
    color: var(--c-slate-400);
    margin-bottom: 1.5em;
}

.hero-cta-dual {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

@media (min-width: 480px) {
    .hero-cta-dual {
        flex-direction: row;
        justify-content: center;
    }
}

/* Outline Button Variant */
a.btn-outline {
    background-color: transparent;
    color: var(--c-slate-900);
    text-decoration: none;
    border: 1px solid var(--c-grey-200);
}

a.btn-outline:hover {
    background-color: var(--c-grey-100);
    border-color: var(--c-grey-300);
    color: var(--c-slate-900);
}

/* Local Sections */
.local-section {
    padding-top: 40px;
    padding-bottom: 0;
}

.local-section ul,
.local-section ol {
    margin: 0;
    padding-left: 0;
}

.local-section li {
    margin-bottom: 0.5em;
    color: var(--c-grey-400);
}

.local-section li strong {
    color: var(--c-black);
}

/* Highlights List */
.highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--c-grey-200);
    border-radius: 16px;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.07), 0 10px 20px -2px rgba(0, 0, 0, 0.04), inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.highlight-list li {
    margin: 0;
    padding: 16px 20px;
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    border-bottom: 1px solid var(--c-grey-100);
    display: flex;
    gap: 8px;
}

.highlight-list li:first-child {
    padding-top: 20px;
}

.highlight-list li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
}

.highlight-list li svg {
    stroke: var(--c-blue-400);
    flex: 0 0 20px;
    position: relative;
    top: 3px;
}

.highlight-list li.highlighted svg {
    stroke: var(--c-white);
}

.highlight-list li.highlighted {
    background-color: var(--c-green);
    color: var(--c-white);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    font-weight: var(--fw-bold);
    padding-top: 18px;
}

/* Bento Grid Local */
.bento-grid-local {
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .bento-grid-local {
        grid-template-columns: 1fr 1fr;
    }
}

.bento-grid-local .bento-card {
    padding: 20px;
}

.bento-grid-local .bento-card-full {
    grid-column: 1 / -1;
}

.bento-card-icon {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: var(--c-slate-900);
    gap: 16px;
}

.bento-card-icon .icon {
    background: var(--c-grey-100);
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inline-list {
    columns: 2;
    column-gap: 2em;
}

@media (max-width: 600px) {
    .inline-list {
        columns: 1;
    }
}



/* Process Steps */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0;
}

@media (min-width: 768px) {
    .process-steps {
        flex-direction: row;
        gap: 12px;
    }
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    background: var(--c-white);
    border: 1px solid var(--c-grey-100);
    border-radius: 12px;
    padding: 20px;
}

@media (min-width: 768px) {
    .process-step {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

.process-number {
    width: 40px;
    height: 40px;
    background-color: var(--c-slate-900);
    color: var(--c-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-medium);
    font-weight: var(--fw-bold);
    flex-shrink: 0;
}

.process-content h3 {
    font-size: var(--fs-regular);
    margin-bottom: 4px;
}

.process-content p {
    font-size: var(--fs-small);
    color: var(--c-grey-400);
    margin: 0;
}

/* Pricing Card Highlight */
.pricing-card-highlight {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.pricing-card-highlight h2 {
    margin-bottom: 16px;
}

.pricing-highlight {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.pricing-amount-large {
    font-size: var(--fs-xlarge);
    font-weight: var(--fw-heavy);
    color: var(--c-slate-900);
    line-height: 1;
}

.pricing-period {
    font-size: var(--fs-medium);
    color: var(--c-grey-400);
}

.pricing-term {
    font-size: var(--fs-small);
    color: var(--c-grey-400);
    margin-bottom: 24px;
}

.pricing-card-highlight h3 {
    font-size: var(--fs-regular);
    text-align: left;
    margin-top: 24px;
    margin-bottom: 12px;
}

.pricing-card-highlight ul {
    text-align: left;
    margin: 0 0 24px;
    padding-left: 1.25em;
}

.pricing-card-highlight li {
    font-size: var(--fs-small);
    color: var(--c-grey-400);
    margin-bottom: 0.35em;
}

.pricing-card-highlight > p:last-child {
    font-size: var(--fs-small);
    color: var(--c-grey-400);
    text-align: left;
    margin: 0;
}

/* FAQ Accordion */


.faq-item {
    border-bottom: 1px solid var(--c-grey-100);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    color: var(--c-black);
    cursor: pointer;
    list-style: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 200ms ease;
    flex-shrink: 0;
}

.faq-item[open] .faq-question::after {
    transform: rotate(180deg);
}

.faq-answer {
    padding-bottom: 20px;
}

.faq-answer p {
    font-size: var(--fs-regular);
    color: var(--c-grey-400);
    margin: 0 0 16px;
    line-height: 1.6;
}

/* ================================
   Redesigned Feature Sections
   ================================ */

/* Section Header */
.section-header {
    margin-bottom: 40px;
}

.section-header h2 {
    margin-bottom: 8px;
}

.section-badge {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: var(--fw-bold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--c-white);
    background-color: var(--c-green);
    border-radius: 9999px;
}

p.section-subtitle {
    margin-top: 0;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(12, 1fr);
    }

    .feature-card {
        grid-column: span 4;
    }

    .feature-card--large {
        grid-column: span 7;
    }

    .feature-card:nth-child(2) {
        grid-column: span 5;
    }
}

/* Feature Card */
.feature-card {
    background: var(--bg-background-white);
    border: 1px solid var(--c-grey-200);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color 0.3s ease;
}

.feature-card--dark {
    background: var(--c-slate-900);
    
}

.feature-card--dark h2,
.feature-card--dark h3 {
    color: var(--c-grey-100);
}

.feature-card.no-padding {
    padding: 0;
}

.feature-card.no-padding .feature-card__header {
    padding: 20px 20px 0 20px;
}

.feature-card.no-padding .feature-card__desc {
    padding: 0 20px;
}

.feature-card:hover {
    border-color: rgba(30, 58, 138, 0.3);
}

.feature-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.feature-card__icon {
    width: 32px; 
    height: 32px;
    background: var(--c-white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--c-grey-200);
}

.feature-card--dark .feature-card__icon {
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.5);
}

.feature-card__header h3 {
    margin: 0;
}

.feature-card__desc {
    font-size: var(--fs-regular);
    font-weight: var(--fw-medium);
    color: var(--c-grey-400);
    line-height: 1.6;
    margin: 0 0 16px;
}

.feature-card--dark .feature-card__desc,
.feature-card--dark li {
    color: oklch(86.9% 0.022 252.894);
}

.feature-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

.feature-card__list li {
    display: flex;
    align-items: flex-start;
    font-size: var(--fs-small);
    margin-bottom: 8px;
    background: url("/img/check-circle-green-16.svg") 0 3px no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;

}

.feature-card__list li:last-child {
    margin-bottom: 0;
}

.feature-card__footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--c-grey-200);
}

.feature-card__footer p {
    font-size: 0.75rem;
    font-style: italic;
    color: var(--c-grey-400);
    margin: 0;
}

/* Analytics Preview */
.analytics-preview {
    margin-top: auto;
    background: var(--bg-background-white);
    height: 120px;
    display: flex;
    align-items: flex-end;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.analytics-chart {
    width: 100%;
    height: 100%;
}

.analytics-line {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.analytics-dot {
    filter: drop-shadow(0 0 4px var(--c-green));
}

/* ================================
   Bonus Cards Section
   ================================ */

.bonus-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
}

@media (min-width: 600px) {
    .bonus-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .bonus-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bonus-card {
    background: var(--bg-background-white);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--c-grey-200);
    transition: border-color 0.3s ease;
}

.bonus-card:hover {
    border-color: rgba(30, 58, 138, 0.3);
}

.bonus-card__icon {
    color: var(--c-blue-400);
    margin-bottom: 16px;
}

.bonus-card > p {
    font-size: var(--fs-small);
    color: var(--c-grey-400);
    margin: 0;
}

.bonus-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bonus-card__list li {
    font-size: 0.75rem;
    color: var(--c-grey-400);
    margin-bottom: 4px;
}

.bonus-card__list li::before {
    content: '• ';
}

.bonus-card__note {
    font-size: 10px;
    font-style: italic;
    color: var(--c-grey-400);
    margin-top: 8px;
}

.bonus-card__badge {
    display: inline-block;
    margin-top: 16px;
    padding: 6px 12px;
    background: var(--c-grey-100);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: var(--fw-bold);
    color: var(--c-blue-400);
}

/* ================================
   Add-ons Section
   ================================ */

.addons-section {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

.addons-wrapper {
    background: var(--c-slate-900);
    border-radius: 16px;
    padding: 40px 24px;
    color: var(--c-white);
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .addons-wrapper {
        padding: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 48px;
    }
}

.addons-content {
    position: relative;
    z-index: 1;
    max-width: 540px;
}

.addons-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(30, 58, 138, 0.3);
    color: #93c5fd;
    border-radius: 9999px;
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    margin-bottom: 24px;
}

.addons-badge svg {
    stroke: var(--c-green);
}

.addons-section h2 {
    color: var(--c-white);
}

.addons-desc {
    color: oklch(86.9% 0.022 252.894);
    margin: 0 0 32px;
}

.addons-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 480px) {
    .addons-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.addon-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: oklch(86.9% 0.022 252.894);
    font-size: var(--fs-small);
}

.addon-item svg {
    color: #93c5fd;
    flex-shrink: 0;
}

/* Add-ons Pricing Panel */
.addons-pricing {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px 24px 0;
    backdrop-filter: blur(8px);
    margin-top: 32px;
}

@media (min-width: 768px) {
    .addons-pricing {
        margin-top: 0;
        flex: 0 0 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.addons-pricing__label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--c-slate-300);
    font-weight: var(--fw-bold);
    margin: 0 0 16px;
}

.addons-pricing__list {
    margin-bottom: 24px;
}

.addons-pricing__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: var(--fs-small);
    color: var(--c-white);
}

.addons-pricing__item--last {
    border-bottom: none;
}

.addons-pricing__amount {
    font-weight: var(--fw-bold);
    color: #93c5fd;
}

.addons-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: var(--c-blue-400);
    color: var(--c-white);
    font-weight: var(--fw-bold);
    font-size: var(--fs-regular);
    text-decoration: none;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.addons-cta:hover {
    background: #1e40af;
}

/* Glow Effect */
.addons-glow {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 384px;
    height: 384px;
    background: rgba(30, 58, 138, 0.15);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

/* 404 Error Page */
.error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 0;
}

.error-page h1 {
    font-size: 8rem;
    font-weight: var(--fw-heavy);
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--c-black);
}

.error-page p {
    font-size: var(--fs-medium);
    color: var(--c-grey-400);
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .error-page h1 {
        font-size: 5rem;
    }
}
