* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;
    background: #ffffff;
}

.ak-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.ak-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #e5e7eb;
}

.ak-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.ak-logo {
    font-weight: 700;
    font-size: 1.25rem;
}

.ak-logo span {
    color: #01696f;
}

.ak-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.ak-nav a {
    text-decoration: none;
    color: #4b5563;
    font-size: 0.95rem;
}

.ak-nav a:hover {
    color: #111827;
}

.ak-btn {
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    border: 1px solid transparent;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
}

.ak-btn-primary {
    background: #01696f;
    color: #ffffff;
}

.ak-btn-primary:hover {
    background: #005359;
}

.ak-btn-ghost {
    background: transparent;
    border-color: #d1d5db;
    color: #111827;
    text-decoration: none;
}

.ak-btn-ghost:hover {
    border-color: #01696f;
    color: #01696f;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.hamburger span {
    width: 20px;
    height: 2px;
    background: #111827;
    border-radius: 999px;
}

.ak-hero {
    padding: 5rem 0 4.5rem;
}

.ak-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
    gap: 3.5rem;
    align-items: center;
}

.ak-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: #e3f4f5;
    color: #01696f;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.ak-hero h1 {
    font-size: 3.1rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0 0 1.1rem;
}

.ak-hero-kashrus {
    color: #01696f;
}

.ak-hero-subtitle {
    margin: 0 0 1.75rem;
    color: #4b5563;
    font-size: 1rem;
    max-width: 32rem;
}

.ak-hero-cta {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.ak-hero-note {
    margin: 0 0 1.75rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.ak-hero-pills {
    display: inline-flex;
    padding: 0.25rem;
    border-radius: 999px;
    background: #e5e7eb;
    gap: 0.25rem;
}

.ak-pill {
    border-radius: 999px;
    border: none;
    background: transparent;
    padding: 0.35rem 0.9rem;
    font-size: 0.85rem;
    color: #4b5563;
    cursor: pointer;
}

.ak-pill.active {
    background: #ffffff;
    color: #01696f;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

.ak-hero-right {
    display: flex;
    justify-content: flex-end;
}

.ak-hero-visual-shell {
    position: relative;
    width: 100%;
    max-width: 620px;
}

.ak-hero-panel {
    display: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ak-hero-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.ak-hero-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}

.ak-hero-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
}

.ak-hero-card p {
    margin: 0 0 1rem;
    color: #4b5563;
    font-size: 0.9rem;
}

.ak-hero-placeholder {
    position: relative;
    height: 380px;
    border-radius: inherit;
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ak-hero-placeholder::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 70%,
        rgba(255, 255, 255, 0.85) 92%,
        #ffffff 100%
    );
}

/* Right-side horizontal fade similar to ClickUp */
.ak-hero-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.65) 70%,
        #ffffff 100%
    );
}

.ak-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
    display: block;
    object-fit: contain;
    object-position: top center;
}

.ak-mock-shell {
    position: relative;
    display: grid;
    grid-template-columns: 0.24fr 0.76fr;
    width: 100%;
    height: 100%;
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.ak-mock-sidebar {
    background: #01696f;
    padding: 0.9rem 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ak-mock-logo {
    width: 70%;
    height: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.5rem;
}

.ak-mock-nav-pill {
    width: 85%;
    height: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.ak-mock-nav-pill-active {
    background: #ffffff;
}

.ak-mock-main {
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.ak-mock-breadcrumb {
    width: 65%;
    height: 12px;
    border-radius: 999px;
    background: #e5e7eb;
    margin-bottom: 0.25rem;
}

.ak-mock-title-row {
    margin-bottom: 0.15rem;
}

.ak-mock-title {
    width: 60%;
    height: 22px;
    border-radius: 0.6rem;
    background: #d1d5db;
}

.ak-mock-tag-row {
    margin-bottom: 0.25rem;
}

.ak-mock-tag {
    display: inline-block;
    width: 80px;
    height: 18px;
    border-radius: 999px;
    background: rgba(1, 105, 111, 0.11);
}

.ak-mock-row {
    width: 100%;
    height: 18px;
    border-radius: 0.5rem;
    background: #f3f4f6;
}

.ak-mock-row-wide {
    width: 80%;
}

.ak-mock-row-tall {
    height: 70px;
}

.ak-mock-row-light {
    background: #e5e7eb;
}

.ak-mock-row-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    background: transparent;
}

.ak-mock-row-split span {
    flex: 1;
    height: 22px;
    border-radius: 999px;
    background: #e5e7eb;
}

.ak-mock-buttons {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
}

.ak-mock-btn {
    display: inline-block;
    width: 68px;
    height: 22px;
    border-radius: 999px;
}

.ak-mock-btn-ghost {
    background: transparent;
    box-shadow: 0 0 0 1px #ef4444;
}

.ak-mock-btn-muted {
    background: #e5e7eb;
}

.ak-mock-btn-primary {
    background: #16a34a;
}

.ak-section {
    padding: 3.5rem 0;
    border-top: 1px solid #f3f4f6;
}

.ak-section h2 {
    margin: 0 0 0.75rem;
    font-size: 1.6rem;
}

.ak-section-subtitle {
    margin: 0;
    color: #4b5563;
}

.ak-logos {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.ak-logos-inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    padding-inline: 0;
}

.ak-logos-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
}

.ak-logos-frame {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%);
}

.ak-logos-track {
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
    white-space: nowrap;
    padding-inline: 1.5rem;
    animation: ak-logos-scroll 28s linear infinite;
}

.ak-logo-pill {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
}

.ak-logo-pill img {
    display: block;
    height: 52px;
    width: auto;
    object-fit: contain;
}

@keyframes ak-logos-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ak-solutions {
    background: #ffffff;
}

.ak-solutions-header {
    max-width: 640px;
    margin-bottom: 2rem;
}

.ak-solutions-header h2 {
    font-size: 1.8rem;
}

.ak-solutions-pills {
    display: inline-flex;
    gap: 0.5rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: #f3f4f6;
    margin-bottom: 1.75rem;
}

.ak-pill-lg {
    padding-inline: 1.1rem;
    padding-block: 0.4rem;
    font-size: 0.9rem;
}

.ak-solutions-pill.active {
    background: #ffffff;
    color: #01696f;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

.ak-solutions-body {
    display: block;
}

.ak-solutions-panel {
    display: none;
}

.ak-solutions-panel.active {
    display: block;
}

.ak-solutions-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    align-items: flex-start;
}

.ak-solutions-copy h3 {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
}

.ak-solutions-copy p {
    margin: 0 0 0.75rem;
    color: #4b5563;
}
 
.ak-solutions-aside {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ak-solutions-card {
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 0.9rem 1rem;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.ak-solutions-card h4 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
}

.ak-solutions-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #4b5563;
}

@media (max-width: 900px) {
    .ak-solutions-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.ak-footer {
    border-top: 1px solid #e5e7eb;
    padding: 1.5rem 0 2rem;
    font-size: 0.8rem;
    color: #6b7280;
    background: #ffffff;
}

.ak-footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ak-footer-inner span {
    max-width: 640px;
}

.ak-footer-inner a {
    color: #01696f;
    text-decoration: none;
    font-weight: 500;
}

.ak-footer-inner a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .ak-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .ak-hero-right {
        min-height: 260px;
    }
}

@media (max-width: 768px) {
    .ak-nav {
        position: fixed;
        inset: 72px 0 auto 0;
        background: #ffffff;
        flex-direction: column;
        padding: 1rem 1.5rem 1.5rem;
        align-items: flex-start;
        gap: 0.75rem;
        border-bottom: 1px solid #e5e7eb;
        display: none;
    }

    .ak-nav.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .ak-hero-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Features matrix section */
.ak-features {
    background: #f9fafb;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.ak-features-header {
    max-width: 720px;
    margin-bottom: 2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ak-features-header h2 {
    font-size: 1.9rem;
}

@media (max-width: 640px) {
    .ak-features-header h2 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .ak-features-header .ak-section-subtitle {
        font-size: 0.9rem;
    }
}

.ak-features-highlights {
    margin-top: 0.85rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.ak-features-viewport {
    position: relative;
    height: auto;
    overflow: visible;
}

.ak-feature-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(1, 105, 111, 0.06);
    color: #01696f;
    font-size: 0.78rem;
    font-weight: 500;
}

.ak-features-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0.4rem 0.25rem;
    position: relative;
    overflow: visible;
}

.ak-feature-cell {
    padding: 0.85rem 0.4rem 0.7rem;
    font-size: 0.82rem;
    color: #6b7280;
    text-align: center;
    border-radius: 0;
    border: 1px solid #f3f4f6;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

@media (max-width: 640px) {
    .ak-features-grid {
        /* 4 smaller feature icons per row on mobile */
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .ak-feature-cell {
        padding: 0.55rem 0.35rem 0.55rem;
        font-size: 0.8rem;
    }

    .ak-feature-icon {
        margin-bottom: 0.25rem;
        width: 20px;
        height: 20px;
        font-size: 0.8rem;
    }

    /* On small screens, let image tiles flow naturally instead of fixed 2x2 desktop positions */
    .ak-feature-cell-image,
    .ak-feature-cell-image-1,
    .ak-feature-cell-image-2,
    .ak-feature-cell-image-3,
    .ak-feature-cell-image-4 {
        grid-column: 1 / -1; /* full width */
        grid-row: auto;
        min-height: 160px;
    }
}

.ak-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    border-radius: 4px;
    border: none;
    background: #f9fafb;
}

.ak-feature-label {
    display: block;
}

/* Hover interaction for features grid: lift and emphasize card */
.ak-feature-cell:hover,
.ak-feature-cell-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
    border-color: #e5e7eb;
    background-color: #f9fafb;
}

.ak-feature-cell-image:hover img {
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

/* Central image cells: span 2 columns and 2 rows to approximate size of 4 feature boxes */
.ak-feature-cell-image {
    padding: 0;
    border: none;
    background: transparent;
    grid-column: span 2;
    grid-row: span 2;
}

.ak-feature-cell-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

/* Explicit placement for the 2x2 image block in the 10-column grid
   Image 1: starts one row down, after 3 columns (row 2, columns 4-5)
   Image 2: to the right of image 1 (row 2, columns 6-7)
   Image 3: below image 1 (row 4, columns 4-5)
   Image 4: below image 2 (row 4, columns 6-7) */
.ak-feature-cell-image-1 {
    grid-column: 4 / span 2;
    grid-row: 2 / span 2;
}

.ak-feature-cell-image-2 {
    grid-column: 6 / span 2;
    grid-row: 2 / span 2;
}

.ak-feature-cell-image-3 {
    grid-column: 4 / span 2;
    grid-row: 4 / span 2;
}

.ak-feature-cell-image-4 {
    grid-column: 6 / span 2;
    grid-row: 4 / span 2;
}

/* On small screens, override the 2x2 desktop image placement so each image
   becomes its own full-width row between the feature icon rows. */
@media (max-width: 640px) {
    .ak-feature-cell-image,
    .ak-feature-cell-image-1,
    .ak-feature-cell-image-2,
    .ak-feature-cell-image-3,
    .ak-feature-cell-image-4 {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 160px;
    }
}

@keyframes ak-features-vertical-scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

/* Data migration section */
.ak-migration {
    background: radial-gradient(circle at top left, #e3f4f5, #f9fafb);
}

.ak-migration-header {
    max-width: 720px;
    margin: 0 auto 2rem;
    text-align: center;
}

.ak-migration-header h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.ak-migration-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.ak-migration-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.ak-migration-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01696f;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    margin-bottom: 0.4rem;
}

.ak-migration-step-icon i {
    font-size: 1.1rem;
}

.ak-migration-step-label {
    font-size: 0.82rem;
    color: #111827;
    text-align: center;
    font-weight: 600;
}

.ak-migration-step-subtitle {
    font-size: 0.78rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.1rem;
}

.ak-migration-step-separator {
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ak-migration-step-separator span {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(148, 163, 184, 0.15), rgba(148, 163, 184, 0.7), rgba(148, 163, 184, 0.15));
}

.ak-migration-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.ak-migration-card {
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    border-top: 3px solid #01696f;
    background: #ffffff;
    padding: 1.4rem 1.5rem 1.3rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.ak-migration-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.ak-migration-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 0.9rem;
    color: #4b5563;
}

.ak-migration-card li + li {
    margin-top: 0.25rem;
}

.ak-migration-card li {
    position: relative;
    padding-left: 1.3rem;
}

.ak-migration-card li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0.05rem;
    font-size: 0.8rem;
    color: #01696f;
}

@media (max-width: 900px) {
    .ak-migration-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .ak-migration-flow {
        flex-direction: column;
        align-items: stretch;
    }

    .ak-migration-step-separator {
        flex: 0 0 auto;
    }

    .ak-migration-step-separator span {
        width: 1px;
        height: 18px;
        margin: 0 auto;
        background: linear-gradient(to bottom, rgba(148, 163, 184, 0.15), rgba(148, 163, 184, 0.7), rgba(148, 163, 184, 0.15));
    }
}

@media (max-width: 900px) {
    .ak-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Testimonials section */
.ak-section#testimonials {
    background: #f9fafb;
}

.ak-section#testimonials .ak-container {
    max-width: 1040px;
}

.ak-section#testimonials h2 {
    text-align: center;
}

.ak-section#testimonials .ak-section-subtitle {
    text-align: center;
    margin-bottom: 2.25rem;
}

.ak-testimonials-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.ak-testimonials-viewport {
    overflow: hidden;
    transition: opacity 0.22s ease;
}

.ak-testimonials-viewport.ak-testimonials-fade {
    opacity: 0;
}

.ak-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.ak-testimonial-card {
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 1.4rem 1.5rem;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.ak-testimonial-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.ak-testimonial-avatar,
.ak-testimonial-avatar-svg {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    object-fit: cover;
}

.ak-testimonial-quote {
    margin: 0 0 1.1rem;
    font-size: 0.95rem;
    color: #111827;
}

.ak-testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.85rem;
}

.ak-testimonial-name {
    font-weight: 600;
}

.ak-testimonial-role {
    color: #6b7280;
}

.ak-testimonials-arrow {
    border: none;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.4rem;
    border-radius: 999px;
    transition: background 0.15s ease, color 0.15s ease;
}

.ak-testimonials-arrow span {
    font-size: 1.2rem;
}

.ak-testimonials-arrow:hover {
    background: #f3f4f6;
    color: #4b5563;
}

@media (max-width: 900px) {
    .ak-testimonials-shell {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 1rem;
    }

    .ak-testimonials-arrow {
        justify-self: center;
    }

    .ak-testimonials-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Final CTA section */
#contact {
    background: radial-gradient(circle at top left, #e3f4f5, #ffffff);
}

.ak-final-cta {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.ak-final-cta-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: #e3f4f5;
    color: #01696f;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.ak-final-cta h2 {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
}

.ak-final-cta .ak-section-subtitle {
    margin-bottom: 1.75rem;
}

.ak-contact-form {
    text-align: left;
}

.ak-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin-bottom: 1.25rem;
}

.ak-contact-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #4b5563;
}

.ak-contact-field span {
    font-weight: 500;
}

.ak-contact-field input,
.ak-contact-field select,
.ak-contact-field textarea {
    border-radius: 0.6rem;
    border: 1px solid #d1d5db;
    padding: 0.55rem 0.75rem;
    font: inherit;
    color: #111827;
}

.ak-contact-field textarea {
    resize: vertical;
}

.ak-contact-field-full {
    margin-bottom: 1rem;
    grid-column: 1 / -1;
}

/* Contact modal overlay */
.ak-contact-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 40;
}

.ak-contact-modal.is-open {
    display: flex;
}

.ak-contact-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.ak-contact-modal-dialog {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
    max-width: 520px;
    width: 100%;
    padding: 1.75rem 1.75rem 1.5rem;
}

.ak-contact-modal-dialog h2 {
    margin: 0 0 0.35rem;
}

.ak-contact-modal-dialog .ak-section-subtitle {
    margin-bottom: 1.5rem;
}

.ak-contact-modal-close {
    position: absolute;
    top: 0.85rem;
    right: 0.9rem;
    border: none;
    background: transparent;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    color: #9ca3af;
}

body.ak-overlay-open {
    overflow: hidden;
}

.ak-final-cta-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.ak-final-cta-note {
    margin: 0;
    font-size: 0.85rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .ak-contact-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ak-final-cta-actions {
        flex-direction: column;
    }
}

