@charset "UTF-8";
/* ==========================================================================
   CLOUD PARTNERS — AURORA DESIGN SYSTEM
   A complete, token-driven design system for cloudpartners.biz
   Light-first with a true dark mode. Zero dependencies.

   00. Tokens
   01. Reset & base
   02. Typography
   03. Layout primitives
   04. Surfaces & elevation
   05. Buttons
   06. Navigation
   07. Hero
   08. Section headers
   09. Cards, bento & grids
   10. Marquee & logo band
   11. Stats & counters
   12. Steps / process
   13. Accordion / FAQ
   14. Pricing & comparison
   15. Testimonials
   16. Forms
   17. Blog
   18. CTA blocks
   19. Footer
   20. Floating action stack
   21. Legacy class bridge
   22. Utilities
   23. Responsive
   ========================================================================== */

/* ==========================================================================
   00. TOKENS
   ========================================================================== */
:root {
    /* ── Brand ───────────────────────────────────────────── */
    --brand: #0b5cff;
    --brand-ink: #0033a0;
    --brand-soft: #e8f0ff;
    --violet: #7c3aed;
    --violet-soft: #f2ecff;
    --cyan: #06b6d4;
    --cyan-soft: #e3fafd;

    --google-blue: #4285f4;
    --google-red: #ea4335;
    --google-yellow: #fbbc04;
    --google-green: #34a853;
    --zoho-blue: #0052cc;
    --zoho-cyan: #00b4d8;
    --gemini-purple: #7c3aed;
    --gemini-pink: #ec4899;

    /* Signature gradients */
    --grad-aurora: linear-gradient(102deg, #0b5cff 0%, #7c3aed 46%, #06b6d4 100%);
    --grad-aurora-soft: linear-gradient(102deg, rgba(11, 92, 255, .12) 0%, rgba(124, 58, 237, .12) 46%, rgba(6, 182, 212, .12) 100%);
    --grad-google: linear-gradient(102deg, #4285f4, #34a853 34%, #fbbc04 67%, #ea4335);
    --grad-ink: linear-gradient(160deg, #101828 0%, #1d2b45 100%);

    /* ── Neutrals (light) ────────────────────────────────── */
    --canvas: #fbfbfd;
    --canvas-alt: #f4f5f9;
    --surface: #ffffff;
    --surface-2: #f7f8fc;
    --surface-inset: #f1f3f9;

    --ink: #080b14;
    --ink-2: #232c3d;
    --muted: #5b6577;
    --muted-2: #8a94a6;

    --line: rgba(8, 11, 20, .09);
    --line-strong: rgba(8, 11, 20, .16);
    --line-faint: rgba(8, 11, 20, .05);

    /* ── Status ──────────────────────────────────────────── */
    --ok: #0f9d58;
    --ok-soft: #e6f6ed;
    --warn: #b26a00;
    --warn-soft: #fdf3e2;
    --danger: #d92d20;
    --danger-soft: #fdeceb;

    /* ── Elevation ───────────────────────────────────────── */
    --sh-xs: 0 1px 2px rgba(8, 11, 20, .05);
    --sh-sm: 0 2px 8px rgba(8, 11, 20, .05), 0 1px 2px rgba(8, 11, 20, .04);
    --sh-md: 0 8px 24px rgba(8, 11, 20, .07), 0 2px 6px rgba(8, 11, 20, .04);
    --sh-lg: 0 24px 60px rgba(8, 11, 20, .10), 0 6px 16px rgba(8, 11, 20, .05);
    --sh-xl: 0 40px 100px rgba(8, 11, 20, .14), 0 10px 24px rgba(8, 11, 20, .06);
    --sh-brand: 0 12px 32px rgba(11, 92, 255, .28);
    --sh-brand-lg: 0 20px 50px rgba(11, 92, 255, .34);

    /* ── Radii ───────────────────────────────────────────── */
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 22px;
    --r-xl: 30px;
    --r-2xl: 40px;
    --r-pill: 999px;

    /* ── Spacing scale ───────────────────────────────────── */
    --s-1: 4px;
    --s-2: 8px;
    --s-3: 12px;
    --s-4: 16px;
    --s-5: 24px;
    --s-6: 32px;
    --s-7: 48px;
    --s-8: 64px;
    --s-9: 96px;
    --s-10: 128px;

    /* ── Layout ──────────────────────────────────────────── */
    --wrap: 1240px;
    --wrap-wide: 1440px;
    --wrap-narrow: 780px;
    --gutter: clamp(20px, 5vw, 56px);
    --nav-h: 76px;
    --section-y: clamp(72px, 9vw, 132px);

    /* ── Type ────────────────────────────────────────────── */
    --font-display: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-mono: ui-monospace, 'SF Mono', 'JetBrains Mono', Menlo, monospace;

    --t-display: clamp(2.75rem, 7vw, 5.25rem);
    --t-h1: clamp(2.25rem, 5.2vw, 3.75rem);
    --t-h2: clamp(1.85rem, 3.6vw, 2.85rem);
    --t-h3: clamp(1.3rem, 2vw, 1.6rem);
    --t-h4: clamp(1.08rem, 1.4vw, 1.25rem);
    --t-lede: clamp(1.05rem, 1.35vw, 1.3rem);
    --t-body: 1.0625rem;
    --t-sm: 0.9375rem;
    --t-xs: 0.8125rem;
    --t-micro: 0.6875rem;

    /* ── Motion ──────────────────────────────────────────── */
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --ease-in-out: cubic-bezier(.65, 0, .35, 1);
    --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
    --dur-fast: .18s;
    --dur: .3s;
    --dur-slow: .6s;

    --selection: rgba(11, 92, 255, .18);
    color-scheme: light;
}

/* ── Dark theme ──────────────────────────────────────────── */
[data-theme="dark"] {
    --brand: #4d86ff;
    --brand-ink: #86adff;
    --brand-soft: rgba(77, 134, 255, .14);
    --violet: #a78bfa;
    --violet-soft: rgba(167, 139, 250, .14);
    --cyan: #22d3ee;
    --cyan-soft: rgba(34, 211, 238, .14);
    --zoho-blue: #4d86ff;
    --gemini-purple: #a78bfa;

    --grad-aurora: linear-gradient(102deg, #4d86ff 0%, #a78bfa 46%, #22d3ee 100%);
    --grad-aurora-soft: linear-gradient(102deg, rgba(77, 134, 255, .18) 0%, rgba(167, 139, 250, .18) 46%, rgba(34, 211, 238, .18) 100%);
    --grad-ink: linear-gradient(160deg, #0f1626 0%, #060910 100%);

    --canvas: #070a12;
    --canvas-alt: #0b0f1a;
    --surface: #0e131f;
    --surface-2: #131926;
    --surface-inset: #161d2c;

    --ink: #f2f5fa;
    --ink-2: #dbe2ee;
    --muted: #97a2b6;
    --muted-2: #6d7789;

    --line: rgba(255, 255, 255, .10);
    --line-strong: rgba(255, 255, 255, .20);
    --line-faint: rgba(255, 255, 255, .06);

    --ok: #4ade80;
    --ok-soft: rgba(74, 222, 128, .13);
    --warn: #fbbf24;
    --warn-soft: rgba(251, 191, 36, .13);
    --danger: #f87171;
    --danger-soft: rgba(248, 113, 113, .13);

    --sh-xs: 0 1px 2px rgba(0, 0, 0, .5);
    --sh-sm: 0 2px 8px rgba(0, 0, 0, .45);
    --sh-md: 0 10px 28px rgba(0, 0, 0, .5);
    --sh-lg: 0 26px 64px rgba(0, 0, 0, .6);
    --sh-xl: 0 44px 110px rgba(0, 0, 0, .7);
    --sh-brand: 0 12px 32px rgba(77, 134, 255, .30);
    --sh-brand-lg: 0 20px 50px rgba(77, 134, 255, .38);

    --selection: rgba(77, 134, 255, .3);
    color-scheme: dark;
}

/* ==========================================================================
   01. RESET & BASE
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--nav-h) + 24px);
}

body {
    font-family: var(--font-body);
    font-size: var(--t-body);
    line-height: 1.65;
    color: var(--ink-2);
    background: var(--canvas);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    font-variant-ligatures: common-ligatures;
    transition: background-color .5s var(--ease-out), color .5s var(--ease-out);
}

body.cp-no-scroll {
    overflow: hidden;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

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

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    background: none;
    border: 0;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

::selection {
    background: var(--selection);
    color: var(--ink);
}

:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
    border-radius: 4px;
}

hr {
    border: 0;
    border-top: 1px solid var(--line);
    margin: var(--s-6) 0;
}

/* Material Symbols */
.material-symbols-rounded {
    font-family: 'Material Symbols Rounded' !important;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    user-select: none;
}

/* ==========================================================================
   02. TYPOGRAPHY
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.outfit-font,
.display,
.h1,
.h2,
.h3,
.h4 {
    font-family: var(--font-display);
    color: var(--ink);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.028em;
    text-wrap: balance;
}

.display {
    font-size: var(--t-display);
    font-weight: 800;
    letter-spacing: -.042em;
    line-height: 1.02;
}

h1,
.h1 {
    font-size: var(--t-h1);
    font-weight: 800;
    letter-spacing: -.035em;
}

h2,
.h2 {
    font-size: var(--t-h2);
}

h3,
.h3 {
    font-size: var(--t-h3);
    letter-spacing: -.02em;
    line-height: 1.28;
}

h4,
.h4 {
    font-size: var(--t-h4);
    letter-spacing: -.014em;
    line-height: 1.35;
}

p {
    text-wrap: pretty;
}

.lede {
    font-size: var(--t-lede);
    line-height: 1.6;
    color: var(--muted);
    font-weight: 400;
}

.small {
    font-size: var(--t-sm);
}

.micro {
    font-size: var(--t-micro);
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

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

/* Gradient text */
.text-gradient,
.grad-text {
    background: var(--grad-aurora);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradFlow 8s linear infinite;
}

.grad-text-google {
    background: var(--grad-google);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradFlow 8s linear infinite;
}

@keyframes gradFlow {
    to {
        background-position: 200% center;
    }
}

/* Eyebrow / badge pill */
.eyebrow,
.badge,
.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px 7px 12px;
    border-radius: var(--r-pill);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--sh-xs);
    font-size: var(--t-xs);
    font-weight: 700;
    letter-spacing: .01em;
    color: var(--ink);
    white-space: nowrap;
    line-height: 1;
}

.eyebrow .material-symbols-rounded,
.badge .material-symbols-rounded {
    font-size: 16px;
    color: var(--brand);
}

.eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ok);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--ok) 22%, transparent);
    flex-shrink: 0;
    animation: livePulse 2.4s var(--ease-in-out) infinite;
}

@keyframes livePulse {

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

    50% {
        opacity: .55;
        transform: scale(.82);
    }
}

/* Inline link */
.link {
    color: var(--brand);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    transition: gap var(--dur) var(--ease-out);
}

.link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1.5px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s var(--ease-out);
}

.link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.link:hover {
    gap: 10px;
}

.link .material-symbols-rounded {
    font-size: 18px;
}

/* ==========================================================================
   03. LAYOUT PRIMITIVES
   ========================================================================== */
.container,
.wrap {
    width: 100%;
    max-width: var(--wrap);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

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

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

.section {
    padding-block: var(--section-y);
    position: relative;
}

.section-tight {
    padding-block: clamp(48px, 6vw, 80px);
}

.section-alt {
    background: var(--canvas-alt);
}

.section-ink {
    background: var(--grad-ink);
    color: #dbe2ee;
}

.section-ink h1,
.section-ink h2,
.section-ink h3,
.section-ink h4,
.section-ink .h2 {
    color: #fff;
}

.section-ink .lede,
.section-ink .muted {
    color: rgba(219, 226, 238, .72);
}

.stack {
    display: flex;
    flex-direction: column;
    gap: var(--s-5);
}

.row {
    display: flex;
    align-items: center;
    gap: var(--s-3);
    flex-wrap: wrap;
}

.grid {
    display: grid;
    gap: var(--s-5);
}

.grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
}

.grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
}

.split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(32px, 5vw, 80px);
    align-items: center;
}

/* Decorative section rules */
.rule {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
    border: 0;
    margin: 0;
}

/* Ambient aurora blobs behind sections */
.aurora-field {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.aurora-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .5;
    will-change: transform;
}

[data-theme="dark"] .aurora-blob {
    opacity: .34;
}

.aurora-blob.b1 {
    width: 46vw;
    height: 46vw;
    background: radial-gradient(circle, rgba(11, 92, 255, .5), transparent 70%);
    top: -14vw;
    left: -10vw;
    animation: drift1 24s ease-in-out infinite alternate;
}

.aurora-blob.b2 {
    width: 40vw;
    height: 40vw;
    background: radial-gradient(circle, rgba(124, 58, 237, .42), transparent 70%);
    top: 4vw;
    right: -12vw;
    animation: drift2 30s ease-in-out infinite alternate;
}

.aurora-blob.b3 {
    width: 36vw;
    height: 36vw;
    background: radial-gradient(circle, rgba(6, 182, 212, .38), transparent 70%);
    bottom: -14vw;
    left: 28vw;
    animation: drift3 27s ease-in-out infinite alternate;
}

@keyframes drift1 {
    to {
        transform: translate3d(6vw, 4vw, 0) scale(1.14);
    }
}

@keyframes drift2 {
    to {
        transform: translate3d(-7vw, 6vw, 0) scale(1.2);
    }
}

@keyframes drift3 {
    to {
        transform: translate3d(4vw, -5vw, 0) scale(.88);
    }
}

/* Fine grid overlay texture */
.grid-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(to right, var(--line-faint) 1px, transparent 1px),
        linear-gradient(to bottom, var(--line-faint) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 90% 60% at 50% 30%, #000 20%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 90% 60% at 50% 30%, #000 20%, transparent 78%);
}

/* ==========================================================================
   04. SURFACES & ELEVATION
   ========================================================================== */
.surface,
.glass-panel {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-sm);
}

.surface-2 {
    background: var(--surface-2);
}

.surface-glass {
    background: color-mix(in srgb, var(--surface) 72%, transparent);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    backdrop-filter: saturate(180%) blur(22px);
    border: 1px solid var(--line);
}

.raised {
    box-shadow: var(--sh-md);
}

/* Gradient border ring */
.ring-grad {
    position: relative;
    isolation: isolate;
}

.ring-grad::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: var(--grad-aurora);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity var(--dur) var(--ease-out);
    pointer-events: none;
    z-index: 1;
}

.ring-grad:hover::before,
.ring-grad:focus-within::before {
    opacity: 1;
}

/* ==========================================================================
   05. BUTTONS
   ========================================================================== */
.btn {
    --btn-bg: var(--surface);
    --btn-fg: var(--ink);
    --btn-bd: var(--line-strong);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 26px;
    min-height: 48px;
    border-radius: var(--r-pill);
    background: var(--btn-bg);
    color: var(--btn-fg);
    border: 1px solid var(--btn-bd);
    font-family: var(--font-body);
    font-size: var(--t-sm);
    font-weight: 700;
    letter-spacing: -.005em;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    isolation: isolate;
    overflow: hidden;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur) var(--ease-out),
        background-color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}

.btn .material-symbols-rounded {
    font-size: 19px;
    transition: transform var(--dur) var(--ease-out);
}

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

.btn:active {
    transform: translateY(0) scale(.98);
}

/* Sheen sweep */
.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .34) 48%, transparent 66%);
    transform: translateX(-120%);
    transition: transform .75s var(--ease-out);
}

.btn:hover::after {
    transform: translateX(120%);
}

.btn-primary {
    --btn-fg: #fff;
    --btn-bd: transparent;
    background: var(--grad-aurora);
    background-size: 180% auto;
    box-shadow: var(--sh-brand);
    color: #fff !important;
}

.btn-primary:hover {
    background-position: 100% center;
    box-shadow: var(--sh-brand-lg);
}

.btn-dark {
    --btn-bg: var(--ink);
    --btn-fg: var(--canvas);
    --btn-bd: transparent;
    box-shadow: var(--sh-md);
}

.btn-ghost {
    --btn-bg: transparent;
    --btn-bd: var(--line-strong);
}

.btn-ghost:hover {
    --btn-bd: var(--brand);
    color: var(--brand);
    background: var(--brand-soft);
}

.btn-soft {
    --btn-bg: var(--brand-soft);
    --btn-fg: var(--brand);
    --btn-bd: transparent;
}

.btn-on-ink {
    --btn-bg: rgba(255, 255, 255, .1);
    --btn-fg: #fff;
    --btn-bd: rgba(255, 255, 255, .25);
}

.btn-on-ink:hover {
    --btn-bg: rgba(255, 255, 255, .18);
}

.btn-lg {
    padding: 17px 34px;
    min-height: 56px;
    font-size: 1rem;
}

.btn-sm {
    padding: 10px 18px;
    min-height: 40px;
    font-size: var(--t-xs);
}

.btn-block {
    width: 100%;
}

.btn-icon {
    width: 46px;
    height: 46px;
    min-height: 0;
    padding: 0;
    border-radius: 50%;
}

.btn:disabled,
.btn[aria-disabled="true"] {
    opacity: .5;
    pointer-events: none;
}

.btn-group {
    display: flex;
    gap: var(--s-3);
    flex-wrap: wrap;
}

/* ==========================================================================
   06. NAVIGATION
   ========================================================================== */
.nav,
header.glass-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 900;
    height: var(--nav-h);
    display: flex;
    align-items: center;
    background: color-mix(in srgb, var(--canvas) 70%, transparent);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid transparent;
    transition: height .4s var(--ease-out), background-color .4s var(--ease-out),
        border-color .4s var(--ease-out), box-shadow .4s var(--ease-out);
}

.nav.is-stuck,
header.glass-nav.is-stuck {
    height: 64px;
    background: color-mix(in srgb, var(--canvas) 88%, transparent);
    border-bottom-color: var(--line);
    box-shadow: 0 6px 30px rgba(8, 11, 20, .05);
}

.nav-inner {
    width: 100%;
    max-width: var(--wrap-wide);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-5);
}

.nav-logo,
.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    transition: opacity var(--dur) var(--ease-out);
}

.nav-logo img,
.logo-container img {
    height: 62px;
    max-height: 62px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    transition: height .3s var(--ease-out);
}

.is-stuck .nav-logo img,
.is-stuck .logo-container img {
    height: 52px;
    max-height: 52px;
}

[data-theme="dark"] .nav-logo img,
[data-theme="dark"] .logo-container img,
[data-theme="dark"] .footer-brand img {
    filter: brightness(0) invert(1);
    opacity: .95;
}

.nav-logo:hover {
    opacity: .75;
}

.nav-menu,
.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.nav-menu a,
.nav-links>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 14px;
    border-radius: var(--r-pill);
    font-size: var(--t-sm);
    font-weight: 600;
    color: var(--ink-2);
    transition: color var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out);
}

.nav-menu a:hover,
.nav-links>a:hover {
    color: var(--ink);
    background: var(--surface-inset);
}

.nav-menu a.active,
.nav-links>a.active-link {
    color: var(--brand);
}

.nav-menu a.active::after,
.nav-links>a.active-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 3px;
    height: 2px;
    border-radius: 2px;
    background: var(--grad-aurora);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* Theme toggle */
.theme-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--ink-2);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-spring), color var(--dur) var(--ease-out);
}

.theme-toggle:hover {
    border-color: var(--brand);
    color: var(--brand);
    transform: rotate(18deg) scale(1.06);
}

.theme-toggle .material-symbols-rounded {
    font-size: 20px;
    grid-area: 1/1;
    transition: transform .5s var(--ease-spring), opacity .3s var(--ease-out);
}

.theme-toggle .ico-sun {
    transform: translateY(0) rotate(0);
    opacity: 1;
}

.theme-toggle .ico-moon {
    transform: translateY(120%) rotate(-90deg);
    opacity: 0;
}

[data-theme="dark"] .theme-toggle .ico-sun {
    transform: translateY(-120%) rotate(90deg);
    opacity: 0;
}

[data-theme="dark"] .theme-toggle .ico-moon {
    transform: translateY(0) rotate(0);
    opacity: 1;
}

/* Burger */
.nav-toggle,
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--surface);
    place-items: center;
    cursor: pointer;
    color: var(--ink);
}

.burger {
    width: 18px;
    height: 12px;
    position: relative;
}

.burger span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 2px;
    transition: transform .4s var(--ease-out), opacity .25s var(--ease-out), width .4s var(--ease-out);
}

.burger span:nth-child(1) {
    top: 0;
}

.burger span:nth-child(2) {
    top: 5px;
    width: 72%;
}

.burger span:nth-child(3) {
    top: 10px;
}

.nav-toggle[aria-expanded="true"] .burger span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .burger span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.nav-toggle[aria-expanded="true"] .burger span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

/* Mobile drawer */
.nav-drawer {
    position: fixed;
    inset: 0;
    z-index: 890;
    background: var(--canvas);
    padding: calc(var(--nav-h) + 32px) var(--gutter) 40px;
    display: flex;
    flex-direction: column;
    gap: var(--s-2);
    overflow-y: auto;
    clip-path: circle(0% at calc(100% - 46px) 38px);
    transition: clip-path .7s var(--ease-out);
    visibility: hidden;
}

.nav-drawer.open {
    clip-path: circle(150% at calc(100% - 46px) 38px);
    visibility: visible;
}

.nav-drawer a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4px;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--ink);
    border-bottom: 1px solid var(--line-faint);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .5s var(--ease-out), transform .5s var(--ease-out), color .2s;
}

.nav-drawer.open a {
    opacity: 1;
    transform: none;
}

.nav-drawer.open a:nth-child(1) { transition-delay: .12s; }
.nav-drawer.open a:nth-child(2) { transition-delay: .17s; }
.nav-drawer.open a:nth-child(3) { transition-delay: .22s; }
.nav-drawer.open a:nth-child(4) { transition-delay: .27s; }
.nav-drawer.open a:nth-child(5) { transition-delay: .32s; }
.nav-drawer.open a:nth-child(6) { transition-delay: .37s; }
.nav-drawer.open a:nth-child(7) { transition-delay: .42s; }
.nav-drawer.open a:nth-child(8) { transition-delay: .47s; }

.nav-drawer a:hover {
    color: var(--brand);
}

.nav-drawer a .material-symbols-rounded {
    font-size: 22px;
    color: var(--muted-2);
}

.nav-drawer-footer {
    margin-top: auto;
    padding-top: var(--s-6);
    display: flex;
    flex-direction: column;
    gap: var(--s-3);
}

/* ==========================================================================
   07. HERO
   ========================================================================== */
.hero,
.hero-section {
    position: relative;
    min-height: min(100svh, 900px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: calc(var(--nav-h) + clamp(48px, 7vw, 90px)) clamp(56px, 7vw, 90px);
    overflow: hidden;
    isolation: isolate;
    /* Static wash sits under the canvas so the hero still reads as designed
       before the canvas paints, and for visitors who prefer reduced motion. */
    background:
        radial-gradient(52% 42% at 22% 30%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 70%),
        radial-gradient(46% 38% at 78% 32%, color-mix(in srgb, var(--violet) 15%, transparent), transparent 70%),
        radial-gradient(44% 36% at 52% 82%, color-mix(in srgb, var(--cyan) 13%, transparent), transparent 70%);
}

.hero-canvas {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.hero-veil {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(ellipse 70% 55% at 50% 42%, transparent 20%, var(--canvas) 88%);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--wrap);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--s-5);
}

.hero-title,
.hero h1 {
    font-size: var(--t-display);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.042em;
    max-width: 16ch;
    margin: 0;
}

.hero-subtitle,
.hero-lede {
    font-size: var(--t-lede);
    color: var(--muted);
    max-width: 60ch;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    gap: var(--s-3);
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--s-2);
}

.hero-note {
    font-size: var(--t-xs);
    color: var(--muted-2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-note .material-symbols-rounded {
    font-size: 16px;
    color: var(--ok);
}

/* Scroll cue */
.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 26px;
    translate: -50% 0;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 8px;
    font-size: var(--t-micro);
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted-2);
}

.scroll-cue-track {
    width: 22px;
    height: 36px;
    border: 1.5px solid var(--line-strong);
    border-radius: var(--r-pill);
    position: relative;
}

.scroll-cue-track::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    translate: -50% 0;
    width: 3px;
    height: 7px;
    border-radius: 2px;
    background: var(--brand);
    animation: scrollDot 1.9s var(--ease-in-out) infinite;
}

@keyframes scrollDot {
    0% { transform: translateY(0); opacity: 0; }
    25% { opacity: 1; }
    75% { transform: translateY(14px); opacity: 0; }
    100% { transform: translateY(14px); opacity: 0; }
}

/* Page hero (inner pages) */
.page-hero {
    position: relative;
    padding-block: calc(var(--nav-h) + clamp(56px, 8vw, 110px)) clamp(40px, 5vw, 72px);
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.page-hero>*:not(.aurora-field):not(.grid-overlay) {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-size: var(--t-h1);
    max-width: 18ch;
    margin: var(--s-4) auto var(--s-4);
}

.page-hero p {
    font-size: var(--t-lede);
    color: var(--muted);
    max-width: 62ch;
    margin-inline: auto;
}

.page-header {
    padding-block: calc(var(--nav-h) + clamp(56px, 8vw, 100px)) clamp(24px, 4vw, 48px);
    text-align: center;
}

.page-header h1 {
    font-size: var(--t-h1);
}

.page-header p {
    color: var(--muted);
    font-size: var(--t-lede);
    max-width: 60ch;
    margin: var(--s-4) auto 0;
}

/* Breadcrumbs */
.crumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: var(--t-xs);
    color: var(--muted-2);
    font-weight: 600;
}

.crumbs a:hover {
    color: var(--brand);
}

.crumbs .material-symbols-rounded {
    font-size: 15px;
}

/* ==========================================================================
   08. SECTION HEADERS
   ========================================================================== */
.section-head,
.section-header {
    max-width: 66ch;
    margin: 0 auto clamp(40px, 5vw, 68px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--s-4);
    position: relative;
    z-index: 1;
}

.section-head h2,
.section-header h2 {
    font-size: var(--t-h2);
    margin: 0;
}

.section-head p,
.section-header p {
    font-size: var(--t-lede);
    color: var(--muted);
    margin: 0;
}

.section-head-left {
    text-align: left;
    align-items: flex-start;
    margin-inline: 0;
}

/* ==========================================================================
   09. CARDS, BENTO & GRIDS
   ========================================================================== */
.card,
.feature-card {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: clamp(24px, 3vw, 34px);
    box-shadow: var(--sh-xs);
    overflow: hidden;
    isolation: isolate;
    transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .45s var(--ease-out);
}

.card::before,
.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), color-mix(in srgb, var(--brand) 10%, transparent), transparent 60%);
    opacity: 0;
    transition: opacity .45s var(--ease-out);
}

.card:hover,
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
    border-color: color-mix(in srgb, var(--brand) 32%, var(--line));
}

.card:hover::before,
.feature-card:hover::before {
    opacity: 1;
}

.card-icon,
.feature-icon-wrapper {
    width: 54px;
    height: 54px;
    border-radius: var(--r-md);
    display: grid;
    place-items: center;
    background: var(--brand-soft);
    color: var(--brand);
    margin-bottom: var(--s-4);
    transition: transform .45s var(--ease-spring), background-color var(--dur) var(--ease-out);
}

.card-icon .material-symbols-rounded,
.feature-icon-wrapper .material-symbols-rounded {
    font-size: 27px;
}

.card:hover .card-icon,
.feature-card:hover .feature-icon-wrapper {
    transform: translateY(-3px) rotate(-6deg) scale(1.06);
}

.card h3,
.feature-card h3 {
    font-size: var(--t-h4);
    margin-bottom: 10px;
}

.card p,
.feature-card p {
    color: var(--muted);
    font-size: var(--t-sm);
    line-height: 1.68;
}

.card-foot {
    margin-top: var(--s-4);
    padding-top: var(--s-4);
    border-top: 1px solid var(--line-faint);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-3);
}

/* Numbered index on card corner */
.card-index {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1;
    color: var(--line);
    letter-spacing: -.05em;
    pointer-events: none;
    transition: color .45s var(--ease-out);
}

.card:hover .card-index {
    color: color-mix(in srgb, var(--brand) 24%, transparent);
}

/* Accent variants */
.card-accent-violet .card-icon { background: var(--violet-soft); color: var(--violet); }
.card-accent-cyan .card-icon { background: var(--cyan-soft); color: var(--cyan); }
.card-accent-green .card-icon { background: var(--ok-soft); color: var(--ok); }
.card-accent-amber .card-icon { background: var(--warn-soft); color: var(--warn); }
.card-accent-red .card-icon { background: var(--danger-soft); color: var(--danger); }

/* Bento grid */
.bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(14px, 1.6vw, 22px);
}

.bento>* {
    grid-column: span 2;
}

.bento .span-2 { grid-column: span 2; }
.bento .span-3 { grid-column: span 3; }
.bento .span-4 { grid-column: span 4; }
.bento .span-6 { grid-column: span 6; }
.bento .tall { grid-row: span 2; }

.bento-feature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--s-5);
    min-height: 250px;
}

/* Portal cards (Zoho / Google gateways) */
.portal-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: clamp(26px, 3vw, 36px);
    border-radius: var(--r-xl);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--sh-sm);
    overflow: hidden;
    isolation: isolate;
    text-align: left;
    color: inherit;
    transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .4s var(--ease-out);
}

.portal-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s var(--ease-out);
}

.portal-card.zoho::before {
    background: linear-gradient(155deg, rgba(0, 82, 204, .10), rgba(0, 180, 216, .04) 60%, transparent);
}

.portal-card.google::before {
    background: linear-gradient(155deg, rgba(66, 133, 244, .10), rgba(52, 168, 83, .05) 60%, transparent);
}

.portal-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh-xl);
    border-color: color-mix(in srgb, var(--brand) 34%, var(--line));
}

.portal-card:hover::before {
    opacity: 1;
}

.portal-card h3 {
    font-size: 1.4rem;
}

.portal-card p {
    color: var(--muted);
    font-size: var(--t-sm);
    line-height: 1.65;
}

.portal-icon {
    font-size: 34px !important;
    width: 56px;
    height: 56px;
    border-radius: var(--r-md);
    display: grid;
    place-items: center;
    transition: transform .5s var(--ease-spring);
}

.portal-card:hover .portal-icon {
    transform: rotate(-8deg) scale(1.08);
}

.zoho-icon {
    color: var(--zoho-blue);
    background: color-mix(in srgb, var(--zoho-blue) 10%, transparent);
}

.google-icon {
    background: color-mix(in srgb, var(--google-blue) 10%, transparent);
    color: var(--google-blue);
}

.portal-card .arrow-icon {
    margin-top: auto;
    align-self: flex-start;
    color: var(--muted-2);
    transition: transform .4s var(--ease-out), color .3s;
}

.portal-card:hover .arrow-icon {
    transform: translateX(6px);
    color: var(--brand);
}

.hero-portals {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: var(--s-5);
    width: 100%;
    max-width: 860px;
    margin-top: var(--s-4);
}

/* Product / list tiles */
.tile-list {
    display: grid;
    gap: 2px;
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line-faint);
}

.tile {
    display: flex;
    align-items: center;
    gap: var(--s-4);
    padding: 20px 24px;
    background: var(--surface);
    transition: background-color var(--dur) var(--ease-out), padding-left var(--dur) var(--ease-out);
}

.tile:hover {
    background: var(--surface-2);
    padding-left: 30px;
}

.tile-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--r-sm);
    display: grid;
    place-items: center;
    background: var(--brand-soft);
    color: var(--brand);
    flex-shrink: 0;
}

.tile-icon .material-symbols-rounded {
    font-size: 21px;
}

.tile-body {
    flex: 1;
    min-width: 0;
}

.tile-body strong {
    display: block;
    font-family: var(--font-display);
    font-size: var(--t-body);
    color: var(--ink);
    letter-spacing: -.01em;
}

.tile-body span {
    font-size: var(--t-xs);
    color: var(--muted);
}

/* Checklist */
.check-list {
    display: grid;
    gap: 12px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: var(--t-sm);
    color: var(--ink-2);
    line-height: 1.6;
}

.check-list li::before {
    content: "done";
    font-family: 'Material Symbols Rounded';
    font-size: 19px;
    line-height: 1.35;
    color: var(--ok);
    flex-shrink: 0;
    font-variation-settings: 'FILL' 1;
}

.check-list.on-ink li {
    color: rgba(219, 226, 238, .86);
}

/* Media frame */
.frame {
    border-radius: var(--r-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--sh-lg);
    background: var(--surface);
}

.frame img {
    width: 100%;
    display: block;
}

/* ==========================================================================
   10. MARQUEE & LOGO BAND
   ========================================================================== */
.marquee {
    position: relative;
    overflow: hidden;
    padding-block: var(--s-5);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: clamp(28px, 5vw, 68px);
    width: max-content;
    animation: marqueeSlide 42s linear infinite;
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.5vw, 1.28rem);
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--muted-2);
    white-space: nowrap;
    transition: color var(--dur) var(--ease-out);
}

.marquee-item:hover {
    color: var(--ink);
}

.marquee-item .material-symbols-rounded {
    font-size: 20px;
    color: var(--brand);
    opacity: .7;
}

.marquee-sep {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--grad-aurora);
    flex-shrink: 0;
    opacity: .6;
}

@keyframes marqueeSlide {
    to {
        transform: translateX(-50%);
    }
}

/* ==========================================================================
   11. STATS & COUNTERS
   ========================================================================== */
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
}

.stat {
    background: var(--surface);
    padding: clamp(22px, 3vw, 34px) clamp(18px, 2vw, 28px);
    text-align: center;
    transition: background-color var(--dur) var(--ease-out);
}

.stat:hover {
    background: var(--surface-2);
}

.stat-num {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 3.6vw, 3rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.045em;
    background: var(--grad-aurora);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-variant-numeric: tabular-nums;
}

.stat-label {
    display: block;
    margin-top: 10px;
    font-size: var(--t-xs);
    font-weight: 600;
    color: var(--muted);
    letter-spacing: .01em;
}

.stats-inline {
    display: flex;
    gap: clamp(24px, 5vw, 64px);
    flex-wrap: wrap;
    justify-content: center;
}

.stats-inline .stat {
    background: none;
    padding: 0;
    text-align: center;
}

/* ==========================================================================
   12. STEPS / PROCESS
   ========================================================================== */
.steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: clamp(24px, 3vw, 40px);
}

.steps::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--line-strong) 0 8px, transparent 8px 16px);
    z-index: 0;
}

.step {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--s-3);
}

.step-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    background: var(--grad-aurora);
    box-shadow: var(--sh-brand);
    border: 4px solid var(--canvas);
    flex-shrink: 0;
    transition: transform .5s var(--ease-spring);
}

.step:hover .step-num {
    transform: scale(1.1) rotate(-8deg);
}

.step h3 {
    font-size: var(--t-h4);
}

.step p {
    color: var(--muted);
    font-size: var(--t-sm);
    max-width: 34ch;
}

/* Vertical timeline variant */
.timeline {
    position: relative;
    display: grid;
    gap: var(--s-6);
    padding-left: 42px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, var(--brand), var(--violet), transparent);
    opacity: .35;
}

.timeline-item {
    position: relative;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -33px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--brand);
    border: 3px solid var(--canvas);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 22%, transparent);
}

/* ==========================================================================
   13. ACCORDION / FAQ
   ========================================================================== */
.accordion {
    display: grid;
    gap: 12px;
    max-width: 860px;
    margin-inline: auto;
}

.acc-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}

.acc-item.open {
    border-color: color-mix(in srgb, var(--brand) 36%, var(--line));
    box-shadow: var(--sh-md);
}

.acc-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-4);
    padding: 20px 24px;
    text-align: left;
    font-family: var(--font-display);
    font-size: var(--t-h4);
    font-weight: 700;
    letter-spacing: -.015em;
    color: var(--ink);
    cursor: pointer;
    transition: color var(--dur) var(--ease-out);
}

.acc-trigger:hover {
    color: var(--brand);
}

.acc-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--surface-inset);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--brand);
    transition: transform .45s var(--ease-out), background-color var(--dur);
}

.acc-item.open .acc-icon {
    transform: rotate(45deg);
    background: var(--brand);
    color: #fff;
}

.acc-icon .material-symbols-rounded {
    font-size: 19px;
}

.acc-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .45s var(--ease-out);
}

.acc-item.open .acc-panel {
    grid-template-rows: 1fr;
}

.acc-panel>div {
    overflow: hidden;
}

.acc-body {
    padding: 0 24px 22px;
    color: var(--muted);
    font-size: var(--t-sm);
    line-height: 1.72;
}

.acc-body p+p {
    margin-top: 12px;
}

/* ==========================================================================
   14. PRICING & COMPARISON
   ========================================================================== */
.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: var(--s-5);
    align-items: stretch;
}

.price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--s-4);
    padding: clamp(26px, 3vw, 36px);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
}

.price-card.featured {
    border-color: transparent;
    box-shadow: var(--sh-xl);
}

.price-card.featured::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background: var(--grad-aurora);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.price-flag {
    position: absolute;
    top: -12px;
    left: 50%;
    translate: -50% 0;
    padding: 5px 16px;
    border-radius: var(--r-pill);
    background: var(--grad-aurora);
    color: #fff;
    font-size: var(--t-micro);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: var(--sh-brand);
    white-space: nowrap;
}

.price-amount {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.4vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    color: var(--ink);
}

.price-amount small {
    font-size: .9rem;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: 0;
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: var(--t-sm);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--surface);
}

.compare-table th,
.compare-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid var(--line-faint);
}

.compare-table thead th {
    background: var(--surface-2);
    font-family: var(--font-display);
    font-size: var(--t-xs);
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
}

.compare-table tbody tr:last-child td {
    border-bottom: 0;
}

.compare-table tbody tr:hover {
    background: var(--surface-2);
}

.compare-table td strong {
    color: var(--ink);
}

.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   15. TESTIMONIALS
   ========================================================================== */
.quote-card {
    position: relative;
    padding: clamp(26px, 3vw, 38px);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    display: flex;
    flex-direction: column;
    gap: var(--s-4);
    box-shadow: var(--sh-xs);
    transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}

.quote-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-lg);
}

.quote-mark {
    font-family: Georgia, serif;
    font-size: 4rem;
    line-height: .7;
    color: color-mix(in srgb, var(--brand) 26%, transparent);
    height: 30px;
}

.quote-card blockquote {
    font-size: var(--t-body);
    line-height: 1.7;
    color: var(--ink-2);
}

.quote-person {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: var(--s-4);
    border-top: 1px solid var(--line-faint);
}

.quote-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--grad-aurora);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: var(--t-sm);
    flex-shrink: 0;
}

.quote-person strong {
    display: block;
    font-size: var(--t-sm);
    color: var(--ink);
}

.quote-person span {
    font-size: var(--t-xs);
    color: var(--muted);
}

.stars {
    display: flex;
    gap: 2px;
    color: var(--warn);
}

.stars .material-symbols-rounded {
    font-size: 17px;
}

/* ==========================================================================
   16. FORMS
   ========================================================================== */
.field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.field label {
    font-size: var(--t-xs);
    font-weight: 700;
    color: var(--ink-2);
    letter-spacing: .01em;
}

.field label .req {
    color: var(--danger);
}

.input,
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="url"],
.field input[type="password"],
.field input[type="date"],
.field input[type="number"],
.field select,
.field textarea {
    width: 100%;
    padding: 14px 16px;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: var(--r-sm);
    color: var(--ink);
    font-size: var(--t-sm);
    font-family: var(--font-body);
    outline: none;
    transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), background-color var(--dur);
}

.field textarea {
    min-height: 132px;
    resize: vertical;
    line-height: 1.6;
}

.field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235b6577' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
    cursor: pointer;
}

.input:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 14%, transparent);
}

.input::placeholder,
.field input::placeholder,
.field textarea::placeholder {
    color: var(--muted-2);
}

.field-hint {
    font-size: var(--t-xs);
    color: var(--muted-2);
}

.field-error {
    font-size: var(--t-xs);
    color: var(--danger);
    display: flex;
    align-items: center;
    gap: 5px;
}

.field-error .material-symbols-rounded {
    font-size: 15px;
}

.field.has-error input,
.field.has-error textarea,
.field.has-error select {
    border-color: var(--danger);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
    gap: var(--s-4);
}

.form-grid .full {
    grid-column: 1 / -1;
}

/* Search / AI box */
.searchbox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: var(--r-pill);
    padding: 7px 7px 7px 20px;
    box-shadow: var(--sh-md);
    transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}

.searchbox:focus-within {
    border-color: var(--brand);
    box-shadow: var(--sh-lg), 0 0 0 5px color-mix(in srgb, var(--brand) 12%, transparent);
    transform: translateY(-2px);
}

.searchbox-icon {
    color: var(--muted-2);
    font-size: 22px !important;
    flex-shrink: 0;
}

.searchbox input,
.ai-input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: none;
    padding: 12px 14px;
    font-size: var(--t-body);
    color: var(--ink);
}

.searchbox input::placeholder {
    color: var(--muted-2);
}

.searchbox button,
.ai-submit {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--grad-aurora);
    color: #fff;
    border: 0;
    cursor: pointer;
    box-shadow: var(--sh-brand);
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.searchbox button:hover,
.ai-submit:hover {
    transform: scale(1.08) rotate(8deg);
    box-shadow: var(--sh-brand-lg);
}

.chips {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--s-4);
}

.chip,
.ai-pill {
    padding: 8px 16px;
    border-radius: var(--r-pill);
    background: var(--surface);
    border: 1px solid var(--line);
    font-size: var(--t-xs);
    font-weight: 600;
    color: var(--ink-2);
    cursor: pointer;
    transition: all var(--dur) var(--ease-out);
}

.chip:hover,
.ai-pill:hover {
    background: var(--brand-soft);
    border-color: color-mix(in srgb, var(--brand) 34%, transparent);
    color: var(--brand);
    transform: translateY(-2px);
}

/* AI answer surface */
.ai-answer {
    margin-top: var(--s-5);
    text-align: left;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 24px;
    color: var(--ink-2);
    font-size: var(--t-sm);
    line-height: 1.75;
    box-shadow: var(--sh-sm);
}

.ai-thinking {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--brand);
    font-weight: 700;
    font-size: var(--t-sm);
}

.ai-thinking .material-symbols-rounded {
    animation: spin 1s linear infinite;
    font-size: 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Loading dots */
.dots {
    display: inline-flex;
    gap: 4px;
}

.dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    animation: dotBounce 1.2s var(--ease-in-out) infinite;
}

.dots i:nth-child(2) { animation-delay: .15s; }
.dots i:nth-child(3) { animation-delay: .3s; }

@keyframes dotBounce {
    0%, 60%, 100% { transform: translateY(0); opacity: .45; }
    30% { transform: translateY(-5px); opacity: 1; }
}

/* Alerts */
.alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 18px;
    border-radius: var(--r-md);
    font-size: var(--t-sm);
    font-weight: 500;
    border: 1px solid transparent;
    line-height: 1.55;
}

.alert .material-symbols-rounded {
    font-size: 20px;
    flex-shrink: 0;
}

.alert-ok { background: var(--ok-soft); border-color: color-mix(in srgb, var(--ok) 28%, transparent); color: var(--ok); }
.alert-warn { background: var(--warn-soft); border-color: color-mix(in srgb, var(--warn) 28%, transparent); color: var(--warn); }
.alert-danger { background: var(--danger-soft); border-color: color-mix(in srgb, var(--danger) 28%, transparent); color: var(--danger); }
.alert-info { background: var(--brand-soft); border-color: color-mix(in srgb, var(--brand) 28%, transparent); color: var(--brand); }

/* ==========================================================================
   17. BLOG
   ========================================================================== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(330px, 100%), 1fr));
    gap: clamp(18px, 2.4vw, 30px);
}

.blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    color: inherit;
    box-shadow: var(--sh-xs);
    transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .4s var(--ease-out);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
    border-color: color-mix(in srgb, var(--brand) 30%, var(--line));
}

.blog-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--surface-inset);
    flex-shrink: 0;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s var(--ease-out), filter .5s;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.blog-card-image-placeholder {
    display: grid;
    place-items: center;
    background: var(--grad-aurora-soft);
}

.blog-card-image-placeholder .material-symbols-rounded {
    font-size: 52px;
    color: color-mix(in srgb, var(--brand) 50%, transparent);
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 11px;
    padding: 22px 24px 24px;
}

.blog-card-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 12px;
    border-radius: var(--r-pill);
    background: var(--brand-soft);
    color: var(--brand);
    font-size: var(--t-micro);
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    line-height: 1;
}

.blog-card-body h3 {
    font-size: 1.14rem;
    line-height: 1.35;
    transition: color var(--dur) var(--ease-out);
}

.blog-card:hover .blog-card-body h3 {
    color: var(--brand);
}

.blog-card-body p {
    color: var(--muted);
    font-size: var(--t-sm);
    line-height: 1.62;
    flex: 1;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 4px;
    padding-top: 15px;
    border-top: 1px solid var(--line-faint);
}

.blog-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted-2);
    font-size: var(--t-xs);
    font-weight: 500;
}

.blog-card-date .material-symbols-rounded {
    font-size: 15px;
}

.blog-card-read {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--brand);
    font-size: var(--t-xs);
    font-weight: 700;
    transition: gap var(--dur) var(--ease-out);
}

.blog-card:hover .blog-card-read {
    gap: 9px;
}

.blog-card-read .material-symbols-rounded {
    font-size: 15px;
}

/* Featured card */
.blog-card-featured {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: stretch;
}

.blog-card-featured .blog-card-image {
    width: 46%;
    aspect-ratio: auto;
    min-height: 300px;
}

.blog-card-featured .blog-card-body {
    padding: clamp(26px, 3vw, 40px);
    justify-content: center;
    gap: 14px;
}

.blog-card-featured .blog-card-body h3 {
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}

.blog-card-featured .blog-card-body p {
    font-size: var(--t-body);
    flex: none;
}

/* Listing page */
.blog-listing-page {
    padding-top: 0;
}

.blog-listing-hero {
    text-align: center;
    padding-block: calc(var(--nav-h) + clamp(50px, 7vw, 92px)) clamp(28px, 4vw, 44px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.blog-listing-hero>* {
    position: relative;
    z-index: 1;
}

.blog-listing-hero h1 {
    font-size: var(--t-h1);
    margin: var(--s-4) 0 var(--s-4);
}

.blog-listing-hero p {
    color: var(--muted);
    font-size: var(--t-lede);
    max-width: 58ch;
    margin-inline: auto;
}

.blog-categories {
    display: flex;
    gap: 9px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: var(--wrap);
    margin: 0 auto clamp(32px, 4vw, 48px);
    padding-inline: var(--gutter);
}

.blog-cat-pill {
    padding: 9px 18px;
    border-radius: var(--r-pill);
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink-2);
    font-size: var(--t-xs);
    font-weight: 700;
    transition: all var(--dur) var(--ease-out);
}

.blog-cat-pill:hover {
    border-color: color-mix(in srgb, var(--brand) 40%, transparent);
    color: var(--brand);
    transform: translateY(-2px);
}

.blog-cat-pill.active {
    background: var(--grad-aurora);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--sh-brand);
}

.blog-grid-listing {
    max-width: var(--wrap);
    margin-inline: auto;
    padding: 0 var(--gutter) clamp(40px, 5vw, 64px);
}

/* Pagination */
.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 var(--gutter) clamp(64px, 8vw, 100px);
}

.blog-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 20px;
    border-radius: var(--r-pill);
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink-2);
    font-size: var(--t-xs);
    font-weight: 700;
    transition: all var(--dur) var(--ease-out);
}

.blog-page-btn:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--sh-brand);
}

.blog-page-numbers {
    display: flex;
    gap: 6px;
}

.blog-page-num {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink-2);
    font-size: var(--t-xs);
    font-weight: 700;
    transition: all var(--dur) var(--ease-out);
}

.blog-page-num:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.blog-page-num.active {
    background: var(--grad-aurora);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--sh-brand);
}

/* Single post */
.blog-post-page {
    padding-top: 0;
}

.blog-post-hero {
    max-width: 860px;
    margin-inline: auto;
    padding: calc(var(--nav-h) + clamp(40px, 6vw, 72px)) var(--gutter) clamp(28px, 4vw, 40px);
}

.blog-back-link {
    /* flex + fit-content, not inline-flex — the category tag below it is also
       inline-flex and would otherwise share this line. */
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: var(--t-xs);
    font-weight: 700;
    margin-bottom: var(--s-5);
    transition: color var(--dur) var(--ease-out), gap var(--dur) var(--ease-out);
}

.blog-back-link:hover {
    color: var(--brand);
    gap: 11px;
}

.blog-back-link .material-symbols-rounded {
    font-size: 17px;
}

.blog-post-category-tag {
    display: inline-flex;
    padding: 6px 15px;
    border-radius: var(--r-pill);
    background: var(--brand-soft);
    color: var(--brand);
    font-size: var(--t-micro);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: var(--s-4);
}

.blog-post-hero h1 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: var(--s-5);
}

.blog-post-meta {
    display: flex;
    align-items: center;
    gap: var(--s-5);
    flex-wrap: wrap;
    color: var(--muted);
    font-size: var(--t-xs);
    font-weight: 600;
    padding-top: var(--s-4);
    border-top: 1px solid var(--line-faint);
}

.blog-post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-post-meta .material-symbols-rounded {
    font-size: 16px;
    color: var(--muted-2);
}

.blog-post-cover {
    max-width: 1000px;
    margin: 0 auto clamp(32px, 4vw, 52px);
    padding-inline: var(--gutter);
}

.blog-post-cover img {
    width: 100%;
    aspect-ratio: 16 / 8;
    object-fit: cover;
    border-radius: var(--r-xl);
    box-shadow: var(--sh-xl);
    border: 1px solid var(--line);
}

.blog-post-content {
    max-width: 760px;
    margin: 0 auto clamp(32px, 4vw, 48px);
    padding-inline: var(--gutter);
    font-size: 1.09rem;
    line-height: 1.82;
    color: var(--ink-2);
}

.blog-post-content>*+* {
    margin-top: 1.15em;
}

.blog-post-content h2 {
    font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    margin-top: 2em;
    margin-bottom: .55em;
}

.blog-post-content h3 {
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
    margin-top: 1.7em;
    margin-bottom: .45em;
}

.blog-post-content img {
    width: 100%;
    border-radius: var(--r-lg);
    border: 1px solid var(--line);
    margin-block: 1.6em;
}

.blog-post-content ul,
.blog-post-content ol {
    padding-left: 1.4em;
}

.blog-post-content ul li {
    list-style: none;
    position: relative;
    padding-left: 4px;
    margin-bottom: .6em;
}

.blog-post-content ul li::before {
    content: "";
    position: absolute;
    left: -1.1em;
    top: .68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand);
}

.blog-post-content ol {
    list-style: decimal;
}

.blog-post-content ol li {
    margin-bottom: .6em;
    padding-left: 4px;
}

.blog-post-content ol li::marker {
    color: var(--brand);
    font-weight: 700;
}

.blog-post-content a {
    color: var(--brand);
    font-weight: 600;
    border-bottom: 1.5px solid color-mix(in srgb, var(--brand) 30%, transparent);
    transition: border-color var(--dur);
}

.blog-post-content a:hover {
    border-bottom-color: var(--brand);
}

.blog-post-content strong {
    color: var(--ink);
    font-weight: 700;
}

.blog-post-content blockquote {
    margin-block: 1.8em;
    padding: 22px 26px;
    border-left: 3px solid var(--brand);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    background: var(--surface-2);
    font-size: 1.1rem;
    font-style: italic;
    color: var(--ink-2);
}

.blog-post-content code {
    font-family: var(--font-mono);
    font-size: .88em;
    background: var(--surface-inset);
    padding: .15em .45em;
    border-radius: 5px;
    border: 1px solid var(--line-faint);
}

.blog-post-content pre {
    background: var(--surface-inset);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 20px;
    overflow-x: auto;
    font-family: var(--font-mono);
    font-size: .88rem;
    line-height: 1.6;
}

.blog-post-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--t-sm);
}

.blog-post-content th,
.blog-post-content td {
    padding: 12px 14px;
    border: 1px solid var(--line);
    text-align: left;
}

.blog-post-content th {
    background: var(--surface-2);
    font-weight: 700;
    color: var(--ink);
}

/* Author card */
.blog-post-author {
    max-width: 760px;
    margin: clamp(28px, 4vw, 44px) auto;
    padding: 24px;
    border-radius: var(--r-xl);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--sh-sm);
}

.author-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.author-card-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--surface);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--brand) 34%, transparent);
}

.author-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-card-body {
    min-width: 0;
    flex: 1;
}

.author-card-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px;
    padding: 4px 11px;
    border-radius: var(--r-pill);
    background: var(--brand-soft);
    color: var(--brand);
    font-size: var(--t-micro);
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.author-card-body h3 {
    font-size: 1.2rem;
    margin-bottom: 2px;
}

.author-card-title {
    font-size: var(--t-xs);
    color: var(--muted);
    font-weight: 600;
    margin-bottom: 10px;
}

.author-card-body p {
    color: var(--muted);
    font-size: var(--t-sm);
    line-height: 1.68;
    margin-bottom: 14px;
}

.author-social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.author-social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--surface-inset);
    color: var(--ink-2);
    border: 1px solid var(--line-faint);
    transition: transform var(--dur) var(--ease-spring), background-color var(--dur), color var(--dur);
}

.author-social-link:hover {
    transform: translateY(-3px);
    background: var(--brand);
    color: #fff;
    border-color: transparent;
}

.author-social-icon {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

/* Tags & share */
.blog-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 760px;
    margin: 0 auto clamp(24px, 3vw, 36px);
    padding-inline: var(--gutter);
}

.blog-tag {
    padding: 6px 14px;
    border-radius: var(--r-pill);
    background: var(--surface-inset);
    border: 1px solid var(--line-faint);
    font-size: var(--t-xs);
    color: var(--muted);
    font-weight: 600;
}

.blog-share {
    max-width: 760px;
    margin: 0 auto clamp(48px, 6vw, 72px);
    padding: 22px var(--gutter);
    display: flex;
    align-items: center;
    gap: var(--s-4);
    flex-wrap: wrap;
    border-top: 1px solid var(--line-faint);
    border-bottom: 1px solid var(--line-faint);
}

.blog-share-label {
    font-weight: 700;
    color: var(--ink);
    font-size: var(--t-sm);
}

.blog-share-buttons {
    display: flex;
    gap: 9px;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.share-btn:hover {
    transform: translateY(-4px) scale(1.06);
    box-shadow: var(--sh-md);
}

.share-btn.linkedin { background: #0a66c2; }
.share-btn.twitter { background: #0f1419; }
.share-btn.facebook { background: #1877f2; }
.share-btn.whatsapp { background: #25d366; }

.blog-related {
    max-width: var(--wrap);
    margin-inline: auto;
    padding: 0 var(--gutter) clamp(64px, 8vw, 96px);
}

.blog-related h2 {
    font-size: var(--t-h3);
    margin-bottom: var(--s-6);
}

/* Reading progress (article pages) */
#cp-read-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--grad-aurora);
    z-index: 950;
    transition: width .12s linear;
    pointer-events: none;
}

/* ==========================================================================
   18. CTA BLOCKS
   ========================================================================== */
.cta-panel,
.cta-strip,
.cta-section,
.google-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: var(--r-2xl);
    background: var(--grad-ink);
    color: #fff;
    padding: clamp(40px, 6vw, 80px) clamp(26px, 5vw, 68px);
    text-align: center;
}

.cta-panel::before,
.cta-strip::before,
.cta-section::before,
.google-cta::before {
    content: "";
    position: absolute;
    inset: -40%;
    z-index: -1;
    background:
        radial-gradient(circle at 22% 18%, rgba(11, 92, 255, .55), transparent 42%),
        radial-gradient(circle at 78% 78%, rgba(124, 58, 237, .45), transparent 44%),
        radial-gradient(circle at 60% 25%, rgba(6, 182, 212, .3), transparent 40%);
    animation: ctaDrift 20s ease-in-out infinite alternate;
}

@keyframes ctaDrift {
    to {
        transform: translate3d(4%, 5%, 0) scale(1.16) rotate(6deg);
    }
}

.cta-panel h2,
.cta-strip h2,
.cta-section h2,
.google-cta h2 {
    color: #fff;
    font-size: var(--t-h2);
    max-width: 20ch;
    margin-inline: auto;
}

.cta-panel p,
.cta-strip p,
.cta-section p,
.google-cta p {
    color: rgba(255, 255, 255, .76);
    font-size: var(--t-lede);
    max-width: 56ch;
    margin: var(--s-4) auto var(--s-6);
}

.cta-panel .btn-group,
.cta-strip .btn-group {
    justify-content: center;
}

.cta-panel .btn-primary {
    background: #fff;
    color: var(--ink) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .3);
}

.cta-fine {
    margin-top: var(--s-5);
    font-size: var(--t-xs);
    color: rgba(255, 255, 255, .6);
}

.cta-fine strong {
    color: #fff;
}

/* ==========================================================================
   19. FOOTER
   ========================================================================== */
footer,
.site-footer {
    position: relative;
    background: var(--canvas-alt);
    border-top: 1px solid var(--line);
    padding-block: clamp(52px, 6vw, 80px) 32px;
    overflow: hidden;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: clamp(28px, 4vw, 56px);
    max-width: var(--wrap);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-brand img {
    height: 58px;
    max-height: 58px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
    margin-bottom: var(--s-4);
    image-rendering: -webkit-optimize-contrast;
}

.footer-brand p {
    color: var(--muted);
    font-size: var(--t-sm);
    max-width: 38ch;
    line-height: 1.7;
}

.footer-col h4 {
    font-size: var(--t-micro);
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: var(--s-4);
}

.footer-col ul {
    display: grid;
    gap: 11px;
}

.footer-col a {
    color: var(--ink-2);
    font-size: var(--t-sm);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}

.footer-col a:hover {
    color: var(--brand);
    transform: translateX(3px);
}

.footer-contact {
    display: grid;
    gap: 14px;
    font-size: var(--t-sm);
    color: var(--muted);
}

.footer-contact div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.footer-contact .material-symbols-rounded {
    font-size: 18px;
    color: var(--brand);
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact strong {
    display: block;
    color: var(--ink);
    font-size: var(--t-xs);
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.footer-partners {
    max-width: var(--wrap);
    margin: clamp(40px, 5vw, 60px) auto 0;
    padding: var(--s-6) var(--gutter) 0;
    border-top: 1px solid var(--line);
    text-align: center;
}

.footer-partner-label {
    font-size: var(--t-micro);
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: var(--s-4);
}

.footer-partners img {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
    opacity: .82;
    filter: grayscale(20%);
    transition: opacity .4s var(--ease-out), filter .4s var(--ease-out);
}

.footer-partners img:hover {
    opacity: 1;
    filter: grayscale(0);
}

[data-theme="dark"] .footer-partners img {
    filter: grayscale(20%) brightness(1.6) contrast(.9);
}

.footer-bottom {
    max-width: var(--wrap);
    margin: var(--s-6) auto 0;
    padding: var(--s-5) var(--gutter) 0;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--s-4);
    flex-wrap: wrap;
    font-size: var(--t-xs);
    color: var(--muted-2);
}

.footer-social {
    display: flex;
    gap: 9px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--muted);
    transition: all var(--dur) var(--ease-out);
}

.footer-social a:hover {
    background: var(--brand);
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
}

/* Legacy footer bits */
.footer-links {
    display: flex;
    justify-content: center;
    gap: var(--s-5);
    flex-wrap: wrap;
    margin-bottom: var(--s-5);
}

.footer-links a {
    color: var(--muted);
    font-size: var(--t-sm);
    font-weight: 500;
    transition: color var(--dur);
}

.footer-links a:hover {
    color: var(--brand);
}

.copyright {
    text-align: center;
    color: var(--muted-2);
    font-size: var(--t-xs);
    padding-top: var(--s-5);
    margin-top: var(--s-5);
    border-top: 1px solid var(--line);
}

/* ==========================================================================
   20. FLOATING ACTION STACK
   ========================================================================== */
.fab-stack {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: 84px;
    z-index: 880;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.fab-stack>* {
    pointer-events: auto;
}

.fab {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 50px;
    padding: 0 20px;
    border-radius: var(--r-pill);
    font-family: var(--font-body);
    font-size: var(--t-xs);
    font-weight: 700;
    color: #fff;
    box-shadow: var(--sh-lg);
    transform: translateY(0);
    transition: transform .4s var(--ease-spring), box-shadow .4s var(--ease-out);
    white-space: nowrap;
}

.fab:hover {
    transform: translateY(-3px) scale(1.03);
}

.fab .material-symbols-rounded {
    font-size: 20px;
}

.fab-book {
    background: var(--grad-aurora);
    background-size: 180% auto;
}

.fab-book:hover {
    background-position: 100% center;
}

.fab-wa {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.fab-wa svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* Back to top */
.to-top {
    position: fixed;
    left: max(18px, env(safe-area-inset-left));
    bottom: 24px;
    z-index: 870;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink);
    box-shadow: var(--sh-md);
    opacity: 0;
    transform: translateY(14px) scale(.8);
    pointer-events: none;
    transition: opacity .4s var(--ease-out), transform .4s var(--ease-spring);
}

.to-top.show {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.to-top:hover {
    background: var(--brand);
    color: #fff;
    border-color: transparent;
}

/* ==========================================================================
   21. LEGACY CLASS BRIDGE
   Keeps pages that still use the old markup looking correct.
   ========================================================================== */
.mesh-bg {
    display: none !important;
}

.info-section {
    padding-block: var(--section-y);
    position: relative;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
    gap: clamp(18px, 2.4vw, 30px);
    max-width: var(--wrap);
    margin-inline: auto;
}

.ai-section {
    padding-block: clamp(48px, 6vw, 80px);
    position: relative;
}

.ai-container {
    position: relative;
    max-width: 940px;
    margin-inline: auto;
    padding: clamp(32px, 4vw, 56px);
    border-radius: var(--r-2xl);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--sh-lg);
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.ai-container::before {
    content: "";
    position: absolute;
    inset: -50%;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--brand) 22%, transparent), transparent 40%),
        radial-gradient(circle at 82% 82%, color-mix(in srgb, var(--violet) 20%, transparent), transparent 42%);
    animation: ctaDrift 22s ease-in-out infinite alternate;
    opacity: .8;
}

.ai-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: var(--s-3);
}

.ai-container h2 {
    font-size: var(--t-h2);
}

.gemini-sparkle {
    font-size: 30px;
    background: var(--grad-google);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.ai-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: var(--r-pill);
    padding: 7px 7px 7px 20px;
    box-shadow: var(--sh-md);
    transition: border-color var(--dur), box-shadow var(--dur), transform var(--dur);
}

.ai-search-box:focus-within {
    border-color: var(--brand);
    box-shadow: var(--sh-lg), 0 0 0 5px color-mix(in srgb, var(--brand) 12%, transparent);
    transform: translateY(-2px);
}

.ai-search-icon {
    color: var(--muted-2);
    font-size: 22px !important;
    flex-shrink: 0;
}

.ai-suggestions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: var(--s-4);
}

.gemini-wave-container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
    opacity: .5;
}

.gemini-wave-container svg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 130%;
    height: auto;
}

.gemini-wave-line {
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    animation: waveTrace 4s var(--ease-in-out) infinite;
}

.gemini-wave-line:nth-child(1) { stroke: #4285f4; animation-delay: 0s; }
.gemini-wave-line:nth-child(2) { stroke: #34a853; animation-delay: .2s; }
.gemini-wave-line:nth-child(3) { stroke: #fbbc05; animation-delay: .4s; }
.gemini-wave-line:nth-child(4) { stroke: #ea4335; animation-delay: .6s; }
.gemini-wave-line:nth-child(5) { stroke: #4285f4; animation-delay: .8s; opacity: .5; }
.gemini-wave-line:nth-child(6) { stroke: #34a853; animation-delay: 1s; opacity: .5; }
.gemini-wave-line:nth-child(7) { stroke: #fbbc05; animation-delay: 1.2s; opacity: .5; }
.gemini-wave-line:nth-child(8) { stroke: #ea4335; animation-delay: 1.4s; opacity: .5; }

@keyframes waveTrace {
    0%, 100% { stroke-dasharray: 2000; stroke-dashoffset: 2000; opacity: .18; }
    50% { stroke-dasharray: 2000; stroke-dashoffset: 0; opacity: .85; }
}

.gemini-sparkle-anim {
    display: inline-block;
    animation: sparkleRotate 3.4s var(--ease-in-out) infinite;
}

@keyframes sparkleRotate {
    0%, 100% { transform: rotate(0) scale(1); }
    25% { transform: rotate(14deg) scale(1.16); }
    75% { transform: rotate(-14deg) scale(1.16); }
}

/* Legacy page-specific sections used by services/about/contact/products/solutions */
.services-wrap,
.products-section,
.solutions-section,
.values-section,
.team-section,
.certifications,
.process-section,
.contact-wrapper,
.about-story {
    position: relative;
}

.services-wrap,
.products-section,
.solutions-section {
    padding-block: clamp(24px, 4vw, 48px) var(--section-y);
}

.values-section,
.team-section,
.certifications,
.process-section {
    padding-block: var(--section-y);
}

.blog-section {
    padding-block: var(--section-y);
    background: var(--canvas-alt);
}

.blog-section-footer {
    text-align: center;
    margin-top: clamp(32px, 4vw, 52px);
}

.blog-view-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 32px;
    border-radius: var(--r-pill);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    color: var(--ink);
    font-size: var(--t-sm);
    font-weight: 700;
    transition: all var(--dur) var(--ease-out);
}

.blog-view-all:hover {
    background: var(--grad-aurora);
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: var(--sh-brand);
}

.zoho-hero,
.google-hero {
    position: relative;
    padding-block: calc(var(--nav-h) + clamp(56px, 8vw, 110px)) clamp(40px, 5vw, 72px);
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.zoho-hero>*,
.google-hero>* {
    position: relative;
    z-index: 1;
}

.zoho-hero h1,
.google-hero h1 {
    font-size: var(--t-h1);
    max-width: 18ch;
    margin: var(--s-4) auto;
}

.zoho-hero p,
.google-hero p {
    font-size: var(--t-lede);
    color: var(--muted);
    max-width: 62ch;
    margin-inline: auto;
}

/* ==========================================================================
   22. UTILITIES
   ========================================================================== */
.center { text-align: center; }
.left { text-align: left; }
.mx-auto { margin-inline: auto; }
.relative { position: relative; }
.z1 { position: relative; z-index: 1; }
.full { width: 100%; }
.hidden { display: none !important; }
.nowrap { white-space: nowrap; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-2 { gap: var(--s-2); }
.gap-3 { gap: var(--s-3); }
.gap-4 { gap: var(--s-4); }
.gap-5 { gap: var(--s-5); }
.mt-2 { margin-top: var(--s-2); }
.mt-4 { margin-top: var(--s-4); }
.mt-5 { margin-top: var(--s-5); }
.mt-6 { margin-top: var(--s-6); }
.mt-7 { margin-top: var(--s-7); }
.mb-4 { margin-bottom: var(--s-4); }
.mb-5 { margin-bottom: var(--s-5); }
.mb-6 { margin-bottom: var(--s-6); }

.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;
    left: 50%;
    top: 8px;
    translate: -50% -200%;
    z-index: 2000;
    padding: 12px 22px;
    border-radius: var(--r-pill);
    background: var(--ink);
    color: var(--canvas);
    font-size: var(--t-sm);
    font-weight: 700;
    transition: translate .3s var(--ease-out);
}

.skip-link:focus {
    translate: -50% 0;
}

/* ==========================================================================
   23. RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
    .bento {
        grid-template-columns: repeat(4, 1fr);
    }

    .bento .span-3,
    .bento .span-4 {
        grid-column: span 4;
    }

    .bento .span-6 {
        grid-column: span 4;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    :root {
        --nav-h: 66px;
    }

    .nav-menu,
    .nav-links {
        display: none;
    }

    .nav-toggle,
    .menu-toggle {
        display: grid;
    }

    .nav-actions .btn:not(.theme-toggle) {
        display: none;
    }

    .split {
        grid-template-columns: 1fr;
    }

    .split.reverse>*:first-child {
        order: 2;
    }

    .steps::before {
        display: none;
    }

    .blog-card-featured {
        flex-direction: column;
    }

    .blog-card-featured .blog-card-image {
        width: 100%;
        aspect-ratio: 16 / 9;
        min-height: 0;
    }
}

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

    .bento>*,
    .bento .span-2,
    .bento .span-3,
    .bento .span-4,
    .bento .span-6 {
        grid-column: span 1;
    }

    .bento .tall {
        grid-row: span 1;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: var(--s-6);
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .fab-stack {
        bottom: 78px;
        gap: 10px;
    }

    .fab {
        height: 46px;
        padding: 0 16px;
    }

    .fab-label {
        display: none;
    }

    .fab {
        width: 46px;
        padding: 0;
        justify-content: center;
    }

    .blog-share {
        flex-direction: column;
        align-items: flex-start;
    }

    .author-card {
        flex-direction: column;
    }

    .timeline {
        padding-left: 32px;
    }
}

@media (max-width: 420px) {
    .stats {
        grid-template-columns: 1fr;
    }
}

/* ── Print ───────────────────────────────────────────────── */
@media print {

    .nav,
    header.glass-nav,
    .fab-stack,
    .to-top,
    #cp-read-progress,
    .aurora-field,
    .hero-canvas,
    .scroll-cue,
    footer {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }
}

/* ── Reduced motion ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .marquee-track {
        animation: none;
    }
}
