:root {
    --website-bg: #f4f8ff;
    --website-surface: rgba(255, 255, 255, 0.78);
    --website-surface-strong: rgba(255, 255, 255, 0.92);
    --website-line: rgba(18, 61, 92, 0.12);
    --website-text: #0f2233;
    --website-muted: #597289;
    --website-primary: #0f9d94;
    --website-primary-dark: #0a7d76;
    --website-accent: #ff8f5a;
    --website-accent-soft: #fff0e6;
    --website-brand-word: #d85f2f;
    --website-navy: #12324b;
    --website-shadow: 0 28px 80px rgba(10, 34, 56, 0.14);
    --website-radius-xl: 34px;
    --website-radius-lg: 24px;
}

* {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body.website-body {
    margin: 0;
    color: var(--website-text);
    font-family: "Cairo", sans-serif;
    background:
        radial-gradient(circle at top right, rgba(15, 157, 148, 0.16), transparent 22%),
        radial-gradient(circle at top left, rgba(255, 143, 90, 0.18), transparent 20%),
        linear-gradient(180deg, #fbfdff 0%, var(--website-bg) 100%);
    overflow-x: hidden;
}

.website-backdrop,
.website-orb,
.website-mesh {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.website-orb {
    filter: blur(60px);
    opacity: 0.8;
}

.website-orb-one {
    inset: 10% auto auto 6%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(15, 157, 148, 0.18);
}

.website-orb-two {
    inset: auto 8% 10% auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 143, 90, 0.18);
}

.website-mesh {
    background-image:
        linear-gradient(rgba(18, 50, 75, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 50, 75, 0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 84%);
}

.website-header,
.website-main,
.website-footer {
    position: relative;
    z-index: 1;
}

.website-header {
    padding: 22px 0 10px;
}

.website-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border: 1px solid var(--website-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 35px rgba(18, 50, 75, 0.08);
}

.website-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--website-text);
    text-decoration: none;
}

.website-brand strong,
.website-brand-icon,
.website-kicker,
.website-plan-price,
.website-footer-brand {
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
}

.website-brand-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: white;
    background: linear-gradient(135deg, var(--website-primary), #12c3b8);
    box-shadow: 0 12px 28px rgba(15, 157, 148, 0.28);
}

.website-brand span {
    display: flex;
    flex-direction: column;
}

.website-brand small {
    color: var(--website-muted);
}

.website-brand-name {
    display: inline;
    color: var(--website-brand-word);
    font-family: "Changa", "Cairo", sans-serif;
    font-weight: 800;
    font-size: 1.16em;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: 0 9px 24px rgba(216, 95, 47, 0.22);
}

.website-nav,
.website-nav-actions,
.website-cta-row,
.website-proof-row,
.website-feature-grid,
.website-pricing-grid,
.website-footer-grid,
.website-login-grid,
.website-showcase-grid,
.website-dual-panel {
    display: flex;
}

.website-nav {
    align-items: center;
    gap: 28px;
}

.website-nav a {
    color: var(--website-muted);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

.website-nav a.active,
.website-nav a:hover {
    color: var(--website-text);
}

.website-nav-actions,
.website-cta-row {
    align-items: center;
    gap: 12px;
}

.website-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.website-btn-primary {
    color: white;
    background: linear-gradient(135deg, var(--website-primary), #11b4a8);
    box-shadow: 0 16px 32px rgba(15, 157, 148, 0.24);
}

.website-btn-soft {
    color: var(--website-text);
    background: rgba(255, 255, 255, 0.85);
    border-color: var(--website-line);
}

.website-btn-outline {
    color: var(--website-primary-dark);
    background: white;
    border-color: rgba(15, 157, 148, 0.24);
}

.website-btn-lg {
    min-height: 58px;
    padding: 0 26px;
    border-radius: 18px;
}

.website-main section {
    padding: 44px 0;
}

.website-hero {
    padding-top: 22px !important;
}

.website-hero-grid,
.website-login-grid,
.website-dual-panel {
    display: grid;
    gap: 28px;
}

.website-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
}

.website-kicker,
.website-mini-pill,
.website-plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.website-kicker,
.website-mini-pill {
    color: var(--website-primary-dark);
    background: rgba(15, 157, 148, 0.1);
    border: 1px solid rgba(15, 157, 148, 0.16);
}

.website-hero-copy h1,
.website-page-hero h1,
.website-login-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 1.08;
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
    color: var(--website-navy);
}

.website-hero-copy p,
.website-page-hero p,
.website-login-copy p,
.website-panel p,
.website-footer p,
.website-showcase-stat small,
.website-timeline-item span {
    color: var(--website-muted);
    font-size: 1.05rem;
    line-height: 1.9;
}

.website-proof-row {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.website-proof-item {
    flex: 1 1 180px;
    min-width: 0;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--website-line);
    box-shadow: 0 10px 28px rgba(18, 50, 75, 0.06);
}

.website-proof-item strong,
.website-showcase-head strong,
.website-timeline-item strong,
.website-feature-card h3,
.website-pricing-card h3,
.website-login-card-head h2,
.website-panel h2 {
    display: block;
    color: var(--website-navy);
}

.website-showcase-card,
.website-feature-card,
.website-panel,
.website-pricing-card,
.website-login-card {
    border: 1px solid var(--website-line);
    border-radius: var(--website-radius-xl);
    background: var(--website-surface);
    backdrop-filter: blur(18px);
    box-shadow: var(--website-shadow);
}

.website-showcase-card {
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.website-showcase-card::before {
    content: "";
    position: absolute;
    inset: auto -80px -90px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 143, 90, 0.22), transparent 70%);
}

.website-showcase-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.website-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.website-showcase-stat {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(18, 50, 75, 0.08);
}

.website-showcase-stat span,
.website-plan-price span,
.website-demo-card span {
    color: var(--website-muted);
}

.website-showcase-stat strong {
    display: block;
    margin: 10px 0 6px;
    font-size: 2rem;
    color: var(--website-navy);
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
}

.website-timeline {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.website-timeline-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 50, 75, 0.08);
}

.website-timeline-item i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(15, 157, 148, 0.12);
    color: var(--website-primary-dark);
}

.website-timeline-item.is-live i {
    background: rgba(255, 143, 90, 0.16);
    color: var(--website-accent);
}

.website-section-heading {
    max-width: 700px;
    margin-bottom: 28px;
}

.website-section-heading h2,
.website-page-hero h1,
.website-panel h2 {
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
    color: var(--website-navy);
}

.website-feature-grid {
    flex-wrap: wrap;
    gap: 20px;
}

.website-feature-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 260px;
    padding: 26px;
}

.website-feature-card i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: var(--website-accent-soft);
    color: var(--website-accent);
    font-size: 1.4rem;
}

.website-feature-card p,
.website-feature-card-wide p,
.website-pricing-card li,
.website-demo-card {
    color: var(--website-muted);
    line-height: 1.9;
}

.website-section-accent {
    padding-top: 22px !important;
}

.website-dual-panel {
    grid-template-columns: 1.1fr 0.9fr;
}

.website-panel {
    padding: 30px;
}

.pricing-status-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 900;
}

.pricing-status-available {
    color: #047857;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.28);
}

.pricing-status-unavailable {
    color: #dc2626;
    background: rgba(248, 113, 113, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.28);
}

.website-info-tooltip {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 6px;
    border-radius: 50%;
    color: var(--website-primary-dark);
    background: rgba(15, 157, 148, 0.1);
    border: 1px solid rgba(15, 157, 148, 0.24);
    font-size: 0.76rem;
    vertical-align: middle;
    cursor: help;
    outline: none;
}

.website-info-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 50%;
    bottom: calc(100% + 12px);
    z-index: 30;
    width: min(300px, 72vw);
    padding: 12px 14px;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg, rgba(18, 50, 75, 0.96), rgba(15, 157, 148, 0.94));
    box-shadow: 0 18px 44px rgba(18, 50, 75, 0.2);
    font-size: 0.82rem;
    line-height: 1.8;
    text-align: right;
    white-space: pre-line;
    opacity: 0;
    pointer-events: none;
    transform: translate(50%, 8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.website-info-tooltip::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: calc(100% + 4px);
    z-index: 31;
    width: 12px;
    height: 12px;
    background: rgba(15, 157, 148, 0.94);
    opacity: 0;
    pointer-events: none;
    transform: translateX(50%) rotate(45deg);
    transition: opacity 0.18s ease;
}

.website-info-tooltip:hover,
.website-info-tooltip:focus-visible {
    color: white;
    background: var(--website-primary);
    border-color: var(--website-primary);
}

.website-info-tooltip:hover::after,
.website-info-tooltip:hover::before,
.website-info-tooltip:focus-visible::after,
.website-info-tooltip:focus-visible::before {
    opacity: 1;
}

.website-info-tooltip:hover::after,
.website-info-tooltip:focus-visible::after {
    transform: translate(50%, 0);
}

.website-info-tooltip-table {
    width: 22px;
    height: 22px;
    font-size: 0.72rem;
}

.website-feature-tier-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.website-feature-tier-list > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--website-navy);
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--website-line);
    font-weight: 800;
    font-size: 0.85rem;
}

.website-panel-quote {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(18, 50, 75, 0.96), rgba(15, 157, 148, 0.9));
    color: white;
}

.website-panel-quote p,
.website-panel-quote strong {
    color: white;
}

.website-bullet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.website-bullet-list li {
    position: relative;
    padding-right: 26px;
    margin-bottom: 14px;
}

.website-bullet-list li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--website-primary);
}

.website-page-hero {
    padding-top: 34px !important;
}

.website-page-hero .container {
    padding: 34px;
    border-radius: var(--website-radius-xl);
    border: 1px solid var(--website-line);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--website-shadow);
}

.website-features-title {
    font-size: clamp(2rem, 3.4vw, 3.2rem) !important;
}

.website-home-title {
    font-size: clamp(2.1rem, 3.6vw, 3.35rem) !important;
}

.website-feature-grid-wide .website-feature-card-wide {
    flex-basis: calc(50% - 20px);
}

.website-pricing-grid {
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}

.website-pricing-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 270px;
    padding: 28px;
}

.website-pricing-card.featured {
    transform: translateY(-12px);
    background: linear-gradient(180deg, rgba(15, 157, 148, 0.12), rgba(255, 255, 255, 0.92));
}

.website-plan-badge {
    color: white;
    background: linear-gradient(135deg, var(--website-accent), #ffb074);
}

.website-plan-price {
    margin: 18px 0 10px;
    font-size: 3rem;
    color: var(--website-navy);
}

.website-plan-annual {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    padding: 12px 0 14px;
    border-top: 1px solid rgba(15, 157, 148, 0.18);
    border-bottom: 1px solid rgba(15, 157, 148, 0.18);
    color: var(--website-primary-dark);
}

.website-plan-annual strong {
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--website-primary-dark);
}

.website-plan-annual-original-row {
    flex-basis: 100%;
    display: flex;
}

.website-plan-annual-original {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    padding: 4px 10px;
    border: 1px solid rgba(216, 95, 47, 0.18);
    border-radius: 999px;
    color: var(--website-navy);
    background: rgba(255, 255, 255, 0.78);
    font-size: 1.16rem;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
}

.website-plan-annual-original::after {
    content: "";
    position: absolute;
    right: 8px;
    left: 8px;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background: rgba(216, 95, 47, 0.88);
    transform: translateY(-50%);
}

.website-plan-annual span {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--website-primary-dark);
}

.website-plan-annual small {
    flex-basis: 100%;
    color: var(--website-muted);
    font-size: 1rem;
    font-weight: 800;
}

.website-price-stack {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
}

.website-price-stack del {
    position: relative;
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 999px;
    color: var(--website-muted);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.website-price-stack del::after {
    content: "";
    position: absolute;
    right: 6px;
    left: 6px;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background: rgba(216, 95, 47, 0.82);
    transform: translateY(-50%);
}

.website-price-stack strong {
    color: var(--website-primary-dark);
    font-weight: 900;
}

.website-login-section {
    padding-top: 28px !important;
}

.website-login-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
}

.website-login-points {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.website-login-points div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--website-line);
}

.website-login-points i {
    color: var(--website-primary-dark);
}

.website-login-card {
    padding: 30px;
}

.website-demo-hero {
    padding-top: 28px !important;
}

.website-demo-grid,
.website-demo-contact-grid,
.website-demo-steps {
    display: grid;
    gap: 24px;
}

.website-demo-grid {
    grid-template-columns: 1fr 0.9fr;
    align-items: start;
}

.website-demo-copy {
    padding: 34px;
    border: 1px solid var(--website-line);
    border-radius: var(--website-radius-xl);
    background:
        radial-gradient(circle at top left, rgba(255, 143, 90, 0.16), transparent 35%),
        rgba(255, 255, 255, 0.68);
    box-shadow: var(--website-shadow);
}

.website-demo-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(2.2rem, 4.4vw, 4.1rem);
    line-height: 1.12;
    color: var(--website-navy);
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
}

.website-demo-copy p,
.website-demo-form-card p,
.website-demo-proof span,
.website-demo-steps p,
.website-demo-contact-grid p {
    color: var(--website-muted);
    line-height: 1.9;
}

.website-demo-proof {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.website-demo-proof div,
.website-demo-steps article {
    border: 1px solid var(--website-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    padding: 18px;
}

.website-demo-proof div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 10px 14px;
    align-items: center;
}

.website-demo-proof i,
.website-demo-contact-grid i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--website-primary-dark);
    background: rgba(15, 157, 148, 0.12);
    font-size: 1.25rem;
}

.website-demo-proof strong {
    color: var(--website-navy);
    font-weight: 800;
}

.website-demo-proof span {
    grid-column: 2;
}

.website-demo-form-card {
    padding: 30px;
    border: 1px solid var(--website-line);
    border-radius: var(--website-radius-xl);
    background: var(--website-surface-strong);
    box-shadow: var(--website-shadow);
}

.website-demo-form-card h2,
.website-demo-steps h3,
.website-demo-contact-grid h3 {
    color: var(--website-navy);
    font-weight: 800;
}

.website-demo-form-card .form-control,
.website-demo-form-card textarea {
    min-height: 56px;
    border-radius: 18px;
    border-color: rgba(18, 50, 75, 0.12);
    background: rgba(255, 255, 255, 0.9);
}

.website-demo-form-card textarea {
    min-height: auto;
}

.website-demo-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.website-demo-steps span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--website-accent);
    font-size: 2.2rem;
    font-weight: 900;
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
}

.website-demo-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.website-login-card-head {
    margin-bottom: 22px;
}

.website-form-stack {
    display: grid;
    gap: 16px;
}

.website-field {
    display: grid;
    gap: 8px;
}

.website-field label {
    font-weight: 800;
    color: var(--website-navy);
}

.website-login-card .form-control {
    min-height: 58px;
    border-radius: 18px;
    border-color: rgba(18, 50, 75, 0.12);
    background: rgba(255, 255, 255, 0.86);
}

.website-login-card .form-control:focus {
    border-color: rgba(15, 157, 148, 0.36);
    box-shadow: 0 0 0 0.2rem rgba(15, 157, 148, 0.12);
}

.website-demo-card {
    display: grid;
    gap: 6px;
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(15, 157, 148, 0.08);
    border: 1px solid rgba(15, 157, 148, 0.14);
}

.website-demo-hero {
    padding: 34px 0 28px;
}

.website-demo-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 28px;
    align-items: start;
}

.website-demo-copy,
.website-demo-form-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--website-line);
    border-radius: var(--website-radius-xl);
    background: var(--website-surface-strong);
    box-shadow: var(--website-shadow);
}

.website-demo-copy {
    min-height: 100%;
    padding: 38px;
    background:
        radial-gradient(circle at 14% 14%, rgba(255, 143, 90, 0.2), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(15, 157, 148, 0.1));
}

.website-demo-copy::after {
    content: "";
    position: absolute;
    inset: auto -80px -110px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(15, 157, 148, 0.16);
    filter: blur(2px);
}

.website-demo-copy h1 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 18px 0 16px;
    color: var(--website-navy);
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
    font-size: clamp(1.95rem, 3.6vw, 3.35rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.website-demo-copy p {
    position: relative;
    z-index: 1;
    max-width: 680px;
    color: var(--website-muted);
    font-size: 1.08rem;
    line-height: 2;
}

.website-demo-proof {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    margin-top: 30px;
}

.website-demo-proof div {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 4px 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(18, 50, 75, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
}

.website-demo-proof i {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: var(--website-primary-dark);
    background: rgba(15, 157, 148, 0.12);
}

.website-demo-proof strong {
    color: var(--website-navy);
    font-weight: 900;
}

.website-demo-proof span {
    color: var(--website-muted);
    line-height: 1.7;
}

.website-demo-form-card {
    padding: 30px;
}

.website-demo-form-card h2 {
    margin: 14px 0 8px;
    color: var(--website-navy);
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
    font-weight: 900;
}

.website-demo-form-card p {
    color: var(--website-muted);
}

.website-form-stack {
    display: grid;
    gap: 16px;
    margin-top: 20px;
}

.website-demo-form-card .form-control {
    min-height: 56px;
    border-radius: 18px;
    border-color: rgba(18, 50, 75, 0.12);
    background: rgba(255, 255, 255, 0.9);
}

.website-demo-form-card textarea.form-control {
    min-height: 112px;
}

.website-demo-form-card .form-control:focus {
    border-color: rgba(15, 157, 148, 0.36);
    box-shadow: 0 0 0 0.2rem rgba(15, 157, 148, 0.12);
}

.website-demo-form-card .validation-summary-valid {
    display: none;
}

.website-demo-steps,
.website-demo-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.website-demo-steps article {
    position: relative;
    min-height: 210px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--website-line);
    border-radius: var(--website-radius-lg);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 48px rgba(10, 34, 56, 0.08);
}

.website-demo-steps article::after {
    content: "";
    position: absolute;
    inset: auto -36px -52px auto;
    width: 130px;
    height: 130px;
    border-radius: 42px;
    background: rgba(15, 157, 148, 0.09);
    transform: rotate(18deg);
}

.website-demo-steps span {
    display: inline-flex;
    margin-bottom: 24px;
    color: var(--website-primary-dark);
    font-family: "Plus Jakarta Sans", "Cairo", sans-serif;
    font-size: 2.3rem;
    font-weight: 900;
}

.website-demo-steps h3,
.website-demo-contact-grid h3 {
    color: var(--website-navy);
    font-weight: 900;
}

.website-demo-steps p,
.website-demo-contact-grid p {
    color: var(--website-muted);
    line-height: 1.9;
}

.website-demo-contact-grid .website-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.website-demo-contact-grid .website-panel > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: white;
    background: linear-gradient(135deg, var(--website-primary), var(--website-primary-dark));
    box-shadow: 0 18px 30px rgba(15, 157, 148, 0.22);
}

.website-demo-contact-grid .website-panel-quote {
    background: linear-gradient(135deg, var(--website-navy), #194b67);
}

.website-demo-contact-grid .website-panel-quote p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.08rem;
    font-weight: 700;
}

.website-demo-contact-grid .website-panel-quote strong {
    color: #fff;
}

.website-contact-hero {
    padding-top: 56px;
}

.website-contact-grid,
.website-contact-support-grid {
    display: grid;
    gap: 28px;
}

.website-contact-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: stretch;
}

.website-contact-grid-single {
    display: block;
}

.website-contact-grid-single .website-contact-copy {
    max-width: 980px;
}

.website-contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
    gap: 28px;
    align-items: stretch;
}

.website-contact-copy,
.website-contact-card {
    border: 1px solid var(--website-line);
    border-radius: var(--website-radius-xl);
    box-shadow: var(--website-shadow);
}

.website-contact-copy {
    padding: clamp(28px, 5vw, 56px);
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 143, 90, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(235, 252, 250, 0.82));
}

.website-contact-copy h1 {
    margin: 18px 0 16px;
    max-width: 780px;
    color: var(--website-navy);
    font-size: clamp(1.85rem, 3.4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.18;
}

.website-contact-copy p {
    max-width: 720px;
    color: var(--website-muted);
    font-size: 1.12rem;
    line-height: 2;
}

.website-contact-card {
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
        radial-gradient(circle at top right, rgba(15, 157, 148, 0.18), transparent 40%);
}

.website-contact-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.website-contact-card-head span,
.website-contact-method i,
.website-contact-support-grid .website-panel > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 18px;
    color: white;
    background: linear-gradient(135deg, var(--website-primary), var(--website-primary-dark));
    box-shadow: 0 18px 34px rgba(15, 157, 148, 0.22);
}

.website-contact-card-head strong {
    display: block;
    color: var(--website-navy);
    font-size: 1.25rem;
    font-weight: 900;
}

.website-contact-card-head small,
.website-contact-method span {
    color: var(--website-muted);
}

.website-contact-methods {
    display: grid;
    gap: 14px;
}

.website-contact-method {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--website-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--website-text);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.website-contact-method:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 157, 148, 0.34);
    box-shadow: 0 18px 34px rgba(18, 50, 75, 0.08);
}

.website-contact-method i {
    grid-row: span 2;
}

.website-contact-method strong {
    color: var(--website-navy);
    font-size: 1.05rem;
    direction: ltr;
    text-align: right;
}

.website-contact-info-fill {
    display: grid;
    gap: 14px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--website-line);
}

.website-contact-info-fill > div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 4px 12px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
    background: rgba(244, 252, 251, 0.78);
    border: 1px solid rgba(15, 157, 148, 0.12);
}

.website-contact-info-fill i {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: var(--website-primary-dark);
    background: rgba(15, 157, 148, 0.12);
}

.website-contact-info-fill span {
    color: var(--website-muted);
}

.website-contact-info-fill strong {
    color: var(--website-navy);
    font-weight: 900;
}

.website-contact-info-fill .website-contact-note {
    display: block;
    padding: 20px;
    color: white;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(135deg, var(--website-navy), #0f6f78);
    border: 0;
}

.website-contact-info-fill .website-contact-note strong,
.website-contact-info-fill .website-contact-note p {
    color: white;
}

.website-contact-info-fill .website-contact-note p {
    margin: 8px 0 0;
    line-height: 1.9;
}

.website-contact-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.website-contact-form-wrap {
    max-width: 980px;
}

.website-contact-form-card {
    padding: clamp(28px, 4.5vw, 48px);
    border: 1px solid var(--website-line);
    border-radius: var(--website-radius-xl);
    box-shadow: var(--website-shadow);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 252, 251, 0.9)),
        radial-gradient(circle at 12% 12%, rgba(255, 143, 90, 0.14), transparent 30%);
}

.website-contact-form-heading {
    text-align: right;
    margin-bottom: 26px;
}

.website-contact-form-heading h2 {
    margin: 14px 0 8px;
    color: var(--website-navy);
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 900;
}

.website-contact-form-heading p {
    margin: 0;
    color: var(--website-muted);
    font-size: 1.05rem;
}

.website-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.validation-summary-auto.validation-summary-valid {
    display: none;
}

.website-contact-support-grid .website-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.website-contact-support-grid .website-panel h2 {
    margin: 0;
}

.website-contact-support-grid .website-panel-quote {
    background: linear-gradient(135deg, var(--website-navy), #194b67);
}

.website-contact-support-grid .website-panel-quote p,
.website-contact-support-grid .website-panel-quote strong {
    color: white;
}

.website-booking-hero {
    padding-bottom: 36px;
}

.website-booking-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
    gap: 24px;
    align-items: start;
}

.website-booking-info,
.website-booking-form-card {
    padding: clamp(24px, 4vw, 42px);
}

.website-booking-info h2,
.website-booking-form-card h2 {
    margin: 12px 0;
    color: var(--website-navy);
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
    font-weight: 900;
}

.website-booking-form-card p {
    margin-bottom: 22px;
    color: var(--website-muted);
}

.website-booking-steps {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.website-booking-steps div,
.website-booking-clinic-card,
.website-booking-slots {
    border: 1px solid var(--website-line);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(236, 251, 249, 0.8));
    box-shadow: 0 12px 30px rgba(15, 58, 82, 0.06);
}

.website-booking-steps div {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 10px 14px;
    padding: 18px;
}

.website-booking-steps i,
.website-booking-clinic-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    color: white;
    background: linear-gradient(135deg, var(--website-primary), #0f8f88);
    box-shadow: 0 14px 30px rgba(16, 164, 155, 0.22);
}

.website-booking-steps strong {
    color: var(--website-navy);
    font-weight: 900;
}

.website-booking-steps span {
    grid-column: 2;
    color: var(--website-muted);
    line-height: 1.8;
}

.website-booking-clinic-card {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    padding: 18px;
}

.website-booking-clinic-card strong,
.website-booking-clinic-card span {
    display: block;
}

.website-booking-clinic-card strong {
    color: var(--website-navy);
    font-size: 1.1rem;
    font-weight: 900;
}

.website-booking-clinic-card span {
    color: var(--website-muted);
}

.website-booking-slots {
    padding: 18px;
}

.website-booking-slots strong {
    color: var(--website-navy);
    font-weight: 900;
}

.website-booking-refresh {
    padding: 9px 16px;
}

.website-booking-selected {
    margin-top: 12px;
    color: var(--website-muted);
    font-weight: 800;
}

.website-booking-slot-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.website-booking-slot {
    border: 1px solid rgba(15, 157, 148, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--website-navy);
    padding: 11px 16px;
    font-weight: 900;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.website-booking-slot:hover,
.website-booking-slot.selected {
    transform: translateY(-2px);
    border-color: transparent;
    background: linear-gradient(135deg, var(--website-primary), #16b8ad);
    color: white;
    box-shadow: 0 16px 28px rgba(16, 164, 155, 0.22);
}

.website-footer {
    padding: 22px 0 44px;
}

.website-footer-grid {
    gap: 24px;
    justify-content: space-between;
    padding: 28px;
    border-radius: var(--website-radius-xl);
    border: 1px solid var(--website-line);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 30px rgba(18, 50, 75, 0.06);
}

.website-footer-grid > div {
    flex: 1 1 220px;
}

.website-footer-grid h6 {
    margin-bottom: 12px;
    font-weight: 800;
    color: var(--website-navy);
}

.website-footer-grid a {
    display: block;
    margin-bottom: 10px;
    color: var(--website-muted);
    text-decoration: none;
}

.website-footer-brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--website-navy);
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .website-nav-shell,
    .website-nav,
    .website-nav-actions {
        flex-wrap: wrap;
    }

    .website-hero-grid,
    .website-login-grid,
    .website-dual-panel,
    .website-demo-grid,
    .website-demo-steps,
    .website-demo-contact-grid,
    .website-contact-grid,
    .website-contact-main-grid,
    .website-contact-form-grid,
    .website-contact-support-grid,
    .website-booking-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .website-header {
        padding-top: 14px;
    }

    .website-nav-shell {
        border-radius: 28px;
        padding: 18px;
    }

    .website-hero-copy h1,
    .website-page-hero h1,
    .website-login-copy h1 {
        font-size: 2.2rem;
    }

    .website-proof-row,
    .website-showcase-grid,
    .website-feature-grid,
    .website-pricing-grid,
    .website-footer-grid,
    .website-contact-support-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .website-page-hero .container,
    .website-showcase-card,
    .website-login-card,
    .website-demo-copy,
    .website-demo-form-card,
    .website-contact-copy,
    .website-contact-card,
    .website-panel,
    .website-pricing-card,
    .website-feature-card {
        padding: 22px;
    }

    .website-demo-proof div {
        grid-template-columns: 1fr;
    }
}
