/* SarvCloud Modern Theme
 * Namespaced homepage styles + safe Twenty-One/Standard Cart refinements.
 */

:root {
    --sc-navy-950: #071426;
    --sc-navy-900: #0a1d35;
    --sc-navy-800: #102b49;
    --sc-emerald-700: #007864;
    --sc-emerald-600: #00977e;
    --sc-teal-500: #11c7b2;
    --sc-cyan-400: #38d9cf;
    --sc-blue-500: #3b82f6;
    --sc-violet-500: #8b5cf6;
    --sc-amber-500: #f59e0b;
    --sc-rose-500: #f43f5e;
    --sc-text: #14243a;
    --sc-muted: #65748b;
    --sc-border: #e4eaf2;
    --sc-surface: #ffffff;
    --sc-surface-soft: #f5f8fc;
    --sc-shadow-sm: 0 8px 24px rgba(11, 31, 58, .07);
    --sc-shadow-md: 0 18px 50px rgba(11, 31, 58, .11);
    --sc-shadow-lg: 0 28px 80px rgba(2, 18, 38, .2);
    --sc-radius-sm: 12px;
    --sc-radius-md: 20px;
    --sc-radius-lg: 30px;
}

/* Global Twenty-One refinements */
html {
    scroll-behavior: smooth;
}

body {
    color: var(--sc-text);
    background:
        radial-gradient(circle at 8% 2%, rgba(17, 199, 178, .07), transparent 25rem),
        radial-gradient(circle at 92% 14%, rgba(59, 130, 246, .06), transparent 28rem),
        #f7f9fc;
    font-family: Tahoma, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#header,
header.header {
    position: relative;
    z-index: 1030;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(222, 230, 241, .92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

#header.sc-header-scrolled,
header.header.sc-header-scrolled {
    box-shadow: 0 10px 35px rgba(9, 30, 54, .09);
}

#header .logo-img,
header.header .logo-img,
#header img[src*="logo"],
header.header img[src*="logo"] {
    width: auto;
    max-width: 225px;
    max-height: 58px;
    object-fit: contain;
}

.main-navbar-wrapper,
.navbar {
    background: transparent !important;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav > li > a {
    color: #25364d !important;
    font-weight: 700;
    border-radius: 10px;
    padding-inline: .85rem !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav > li > a:hover {
    color: var(--sc-emerald-700) !important;
    background: rgba(0, 151, 126, .07);
}

.navbar .dropdown-menu {
    min-width: 225px;
    padding: .65rem;
    border: 1px solid var(--sc-border);
    border-radius: 16px;
    box-shadow: var(--sc-shadow-md);
}

.navbar .dropdown-item {
    border-radius: 10px;
    padding: .65rem .8rem;
    font-weight: 600;
    color: #304158;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: var(--sc-emerald-700);
    background: rgba(0, 151, 126, .08);
}

.btn-primary,
.primary-bg-color,
.badge-primary {
    background-color: var(--sc-emerald-700) !important;
    border-color: var(--sc-emerald-700) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #006653 !important;
    border-color: #006653 !important;
    box-shadow: 0 9px 24px rgba(0, 120, 100, .22);
}

.btn {
    border-radius: 11px;
    font-weight: 700;
}

.card,
.panel,
.list-group,
.modal-content {
    border-color: var(--sc-border);
    border-radius: 16px;
    box-shadow: var(--sc-shadow-sm);
}

.card-header,
.panel-heading {
    border-color: var(--sc-border);
    background: #fff;
    font-weight: 800;
}

.form-control,
.custom-select,
.input-group-text,
.select2-container--default .select2-selection--single {
    min-height: 44px;
    border-color: #dce4ee;
    border-radius: 10px;
}

.form-control:focus,
.custom-select:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: rgba(0, 151, 126, .65);
    box-shadow: 0 0 0 .2rem rgba(0, 151, 126, .12);
}

.table {
    background: #fff;
}

.table thead th {
    color: #415269;
    background: #f4f7fb;
    border-bottom-color: #dfe7f1;
}

.client-home-cards .card,
.tiles .tile,
.product-details,
.domain-renewals,
.invoice-container {
    border-radius: 18px;
    overflow: hidden;
}

footer.footer {
    color: #c8d4e2;
    background: var(--sc-navy-950);
}

footer.footer a {
    color: #e6eef7;
}

/* Homepage */
.sc-home {
    position: relative;
    overflow: hidden;
    color: var(--sc-text);
    background: #fff;
}

.sc-home *,
.sc-home *::before,
.sc-home *::after {
    box-sizing: border-box;
}

.sc-home a {
    text-decoration: none;
}

.sc-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.sc-section {
    padding: 96px 0;
}

.sc-hero {
    position: relative;
    min-height: 670px;
    padding: 78px 0 68px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(5, 18, 36, .99), rgba(10, 39, 65, .97) 52%, rgba(0, 111, 91, .94)),
        #071426;
    isolation: isolate;
}

.sc-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    opacity: .46;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.sc-hero::after {
    position: absolute;
    top: -40%;
    inset-inline-end: -12%;
    z-index: -1;
    width: 780px;
    height: 780px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 199, 178, .25), rgba(17, 199, 178, .03) 58%, transparent 72%);
    filter: blur(2px);
}

.sc-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    opacity: .7;
}

.sc-orb-one {
    bottom: -180px;
    inset-inline-start: -120px;
    width: 430px;
    height: 430px;
    background: radial-gradient(circle, rgba(59, 130, 246, .24), transparent 68%);
}

.sc-orb-two {
    top: 55px;
    inset-inline-start: 42%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(139, 92, 246, .22), transparent 70%);
}

.sc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr);
    gap: 58px;
    align-items: center;
}

.sc-hero-content {
    position: relative;
    z-index: 2;
}

.sc-eyebrow,
.sc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #9ff7ea;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.sc-eyebrow {
    padding: 9px 13px;
    border: 1px solid rgba(159, 247, 234, .2);
    border-radius: 999px;
    background: rgba(17, 199, 178, .08);
}

.sc-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28e0c7;
    box-shadow: 0 0 0 5px rgba(40, 224, 199, .13);
}

.sc-hero h1 {
    max-width: 730px;
    margin: 23px 0 20px;
    color: #fff;
    font-size: clamp(2.65rem, 5vw, 4.8rem);
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -.035em;
}

.sc-hero-text {
    max-width: 680px;
    margin: 0;
    color: #c9d8e8;
    font-size: 1.08rem;
    line-height: 2;
}

.sc-hero-actions,
.sc-cta-actions,
.sc-ai-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sc-hero-actions {
    margin-top: 30px;
}

.sc-btn {
    display: inline-flex;
    min-height: 50px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: .95rem;
    font-weight: 800;
    white-space: nowrap;
}

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

.sc-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--sc-emerald-600), var(--sc-teal-500));
    box-shadow: 0 14px 34px rgba(0, 151, 126, .26);
}

.sc-btn-primary:hover {
    color: #fff !important;
    box-shadow: 0 18px 40px rgba(0, 151, 126, .36);
}

.sc-btn-ghost {
    color: #eef7ff !important;
    border-color: rgba(255, 255, 255, .19);
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(12px);
}

.sc-btn-ghost:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .12);
}

.sc-btn-light {
    color: var(--sc-navy-900) !important;
    background: #fff;
    box-shadow: 0 12px 32px rgba(4, 20, 39, .2);
}

.sc-btn-soft {
    color: var(--sc-navy-800) !important;
    border-color: #dfe7f0;
    background: #f5f8fc;
}

.sc-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin-top: 26px;
    color: #aec1d4;
    font-size: .88rem;
    font-weight: 700;
}

.sc-trust-list span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.sc-trust-list i {
    display: inline-grid;
    width: 19px;
    height: 19px;
    place-items: center;
    color: #8ef0df;
    font-size: .65rem;
    border: 1px solid rgba(142, 240, 223, .33);
    border-radius: 50%;
}

.sc-hero-visual {
    position: relative;
    min-height: 525px;
}

.sc-brand-halo {
    position: absolute;
    inset: 8% 8% 5%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(27, 218, 193, .2), rgba(59, 130, 246, .08) 48%, transparent 70%);
    filter: blur(8px);
}

.sc-brand-panel {
    position: absolute;
    inset: 4% 11% 2%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 42px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035)),
        rgba(6, 27, 49, .55);
    box-shadow: var(--sc-shadow-lg);
    backdrop-filter: blur(20px);
    transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
}

.sc-rtl .sc-brand-panel {
    transform: perspective(900px) rotateY(4deg) rotateX(2deg);
}

.sc-brand-panel::before {
    position: absolute;
    inset: 16px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 30px;
}

.sc-brand-panel img {
    position: relative;
    z-index: 2;
    width: min(78%, 360px);
    height: auto;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 26px 36px rgba(1, 13, 30, .35));
}

.sc-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    min-width: 185px;
    padding: 11px 13px;
    align-items: center;
    gap: 11px;
    color: #eaf5ff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(6, 25, 46, .76);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
    animation: scFloat 5.8s ease-in-out infinite;
}

.sc-floating-card b,
.sc-floating-card small {
    display: block;
}

.sc-floating-card b {
    color: #fff;
    font-size: .82rem;
}

.sc-floating-card small {
    margin-top: 2px;
    color: #9eb4ca;
    font-size: .68rem;
}

.sc-mini-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    color: #7ff0df;
    border-radius: 12px;
    background: rgba(17, 199, 178, .14);
}

.sc-floating-cloud {
    top: 7%;
    inset-inline-start: -1%;
}

.sc-floating-ai {
    top: 43%;
    inset-inline-end: -3%;
    animation-delay: -1.8s;
}

.sc-floating-dc {
    bottom: 6%;
    inset-inline-start: 3%;
    animation-delay: -3.1s;
}

@keyframes scFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

.sc-trust-strip {
    position: relative;
    z-index: 4;
    margin-top: -1px;
    border-bottom: 1px solid #e5ebf3;
    background: #fff;
}

.sc-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sc-trust-grid > div {
    display: flex;
    min-height: 88px;
    padding: 20px 18px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #42536a;
    font-size: .88rem;
    font-weight: 800;
    border-inline-end: 1px solid #edf1f6;
}

.sc-trust-grid > div:last-child {
    border-inline-end: 0;
}

.sc-trust-grid i {
    color: var(--sc-emerald-600);
    font-size: 1.15rem;
}

.sc-section-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 38px;
}

.sc-kicker {
    color: var(--sc-emerald-700);
    text-transform: uppercase;
}

.sc-section-heading h2,
.sc-platform-copy h2,
.sc-ai-copy h2,
.sc-cta-card h2 {
    margin: 9px 0 0;
    color: var(--sc-navy-900);
    font-size: clamp(2rem, 3.6vw, 3.15rem);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.sc-section-heading p,
.sc-platform-copy > p,
.sc-ai-copy p,
.sc-cta-card p {
    margin: 0;
    color: var(--sc-muted);
    line-height: 1.95;
}

.sc-services {
    background:
        radial-gradient(circle at 0 0, rgba(17, 199, 178, .075), transparent 28rem),
        #fff;
}

.sc-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sc-service-card {
    --sc-card-accent: var(--sc-teal-500);
    position: relative;
    display: flex;
    min-height: 300px;
    padding: 22px;
    overflow: hidden;
    flex-direction: column;
    color: var(--sc-text) !important;
    border: 1px solid var(--sc-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 12px 36px rgba(12, 34, 60, .055);
    isolation: isolate;
}

.sc-service-card::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--sc-card-accent), transparent 76%);
}

.sc-rtl .sc-service-card::before {
    background: linear-gradient(270deg, var(--sc-card-accent), transparent 76%);
}

.sc-service-card:hover {
    border-color: color-mix(in srgb, var(--sc-card-accent) 35%, #dce5ef);
    box-shadow: 0 24px 56px rgba(11, 31, 58, .11);
    transform: translateY(-7px);
}

.sc-card-glow {
    position: absolute;
    top: -80px;
    inset-inline-end: -80px;
    z-index: -1;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--sc-card-accent) 16%, transparent), transparent 70%);
    opacity: .65;
}

.accent-emerald { --sc-card-accent: #00a587; }
.accent-cyan { --sc-card-accent: #0ea5e9; }
.accent-blue { --sc-card-accent: #3b82f6; }
.accent-violet { --sc-card-accent: #8b5cf6; }
.accent-amber { --sc-card-accent: #f59e0b; }
.accent-rose { --sc-card-accent: #f43f5e; }
.accent-indigo { --sc-card-accent: #6366f1; }
.accent-teal { --sc-card-accent: #14b8a6; }

.sc-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-service-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--sc-card-accent);
    border: 1px solid color-mix(in srgb, var(--sc-card-accent) 17%, #fff);
    border-radius: 15px;
    background: color-mix(in srgb, var(--sc-card-accent) 10%, #fff);
    font-size: 1.28rem;
}

.sc-service-number {
    color: #d8e0ea;
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

.sc-service-content {
    margin-top: 28px;
}

.sc-service-content h3 {
    margin: 0 0 11px;
    color: var(--sc-navy-900);
    font-size: 1.14rem;
    font-weight: 900;
    line-height: 1.45;
}

.sc-service-content p {
    margin: 0;
    color: #718096;
    font-size: .84rem;
    line-height: 1.9;
}

.sc-service-footer {
    display: flex;
    margin-top: auto;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
    color: var(--sc-card-accent);
    font-size: .8rem;
    font-weight: 900;
}

.sc-service-footer i {
    transition: transform .2s ease;
}

.sc-service-card:hover .sc-service-footer i {
    transform: translateX(4px);
}

.sc-rtl .sc-service-card:hover .sc-service-footer i {
    transform: translateX(-4px);
}

.sc-platform {
    background:
        radial-gradient(circle at 95% 15%, rgba(59, 130, 246, .08), transparent 26rem),
        var(--sc-surface-soft);
}

.sc-platform-grid {
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(430px, 1.07fr);
    gap: 64px;
    align-items: center;
}

.sc-platform-copy > p {
    margin-top: 18px;
}

.sc-feature-list {
    display: grid;
    gap: 13px;
    margin-top: 28px;
}

.sc-feature-item {
    display: flex;
    padding: 15px 16px;
    align-items: center;
    gap: 14px;
    border: 1px solid #e0e7f0;
    border-radius: 15px;
    background: rgba(255, 255, 255, .8);
}

.sc-feature-icon {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    color: var(--sc-emerald-700);
    border-radius: 13px;
    background: rgba(0, 151, 126, .09);
}

.sc-feature-item b,
.sc-feature-item small {
    display: block;
}

.sc-feature-item b {
    color: var(--sc-navy-900);
    font-size: .92rem;
}

.sc-feature-item small {
    margin-top: 5px;
    color: #78879b;
    font-size: .77rem;
    line-height: 1.65;
}

.sc-architecture {
    padding: 24px;
    border: 1px solid #dce5ef;
    border-radius: 26px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--sc-shadow-md);
}

.sc-architecture-header {
    display: flex;
    padding-bottom: 18px;
    align-items: center;
    justify-content: space-between;
    color: #33465f;
    font-size: .85rem;
    font-weight: 900;
    border-bottom: 1px solid #e8edf4;
}

.sc-status-pill {
    display: inline-flex;
    padding: 7px 10px;
    align-items: center;
    gap: 7px;
    color: #08705f;
    border-radius: 999px;
    background: #eafaf7;
    font-size: .68rem;
}

.sc-status-pill i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #11b998;
    box-shadow: 0 0 0 4px rgba(17, 185, 152, .12);
}

.sc-architecture-flow {
    display: grid;
    grid-template-columns: 100px 1fr 116px 1fr 152px;
    gap: 10px;
    align-items: center;
    min-height: 260px;
}

.sc-arch-node {
    display: grid;
    gap: 10px;
    justify-items: center;
    color: #3d4f66;
    font-size: .74rem;
}

.sc-arch-node > span {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    color: var(--sc-blue-500);
    border: 1px solid #dce7f5;
    border-radius: 20px;
    background: #f4f8fd;
    font-size: 1.25rem;
}

.sc-arch-core > span {
    width: 94px;
    height: 94px;
    color: #fff;
    border: 0;
    border-radius: 26px;
    background: linear-gradient(145deg, var(--sc-emerald-700), var(--sc-teal-500));
    box-shadow: 0 18px 34px rgba(0, 151, 126, .25);
    font-size: 1.75rem;
}

.sc-arch-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-arch-line::before {
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, #cad8e8, #0db59a, #cad8e8);
}

.sc-arch-line i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b79b;
    animation: scPulse 2s ease-in-out infinite;
}

.sc-arch-line i:nth-child(2) { animation-delay: .55s; }
.sc-arch-line i:nth-child(3) { animation-delay: 1.1s; }

@keyframes scPulse {
    0%, 100% { opacity: .25; transform: scale(.7); }
    50% { opacity: 1; transform: scale(1.25); }
}

.sc-arch-destinations {
    display: grid;
    gap: 8px;
}

.sc-arch-destinations > div {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 9px;
    color: #42546b;
    border: 1px solid #e2e9f2;
    border-radius: 11px;
    background: #fafcff;
    font-size: .7rem;
    font-weight: 800;
}

.sc-arch-destinations i {
    color: var(--sc-emerald-700);
}

.sc-architecture-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #e8edf4;
}

.sc-architecture-foot > div {
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    background: #f5f8fb;
}

.sc-architecture-foot strong,
.sc-architecture-foot span {
    display: block;
}

.sc-architecture-foot strong {
    color: var(--sc-navy-900);
    font-size: 1.05rem;
}

.sc-architecture-foot span {
    margin-top: 4px;
    color: #7a899c;
    font-size: .66rem;
}

.sc-ai {
    padding-top: 0;
    background: var(--sc-surface-soft);
}

.sc-ai-card {
    position: relative;
    display: grid;
    grid-template-columns: 78px 1fr auto;
    gap: 24px;
    padding: 38px;
    overflow: hidden;
    align-items: center;
    color: #fff;
    border-radius: 28px;
    background:
        linear-gradient(130deg, rgba(7, 20, 38, .98), rgba(13, 56, 78, .96) 55%, rgba(0, 126, 103, .95)),
        var(--sc-navy-900);
    box-shadow: var(--sc-shadow-lg);
    isolation: isolate;
}

.sc-ai-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .3;
    background:
        radial-gradient(circle at 86% 40%, rgba(41, 228, 201, .34), transparent 24rem),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
}

.sc-ai-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    color: #0d604f;
    border-radius: 22px;
    background: linear-gradient(145deg, #eafffb, #92f4e4);
    box-shadow: 0 13px 28px rgba(0, 0, 0, .18);
    font-size: 1.65rem;
}

.sc-ai-copy .sc-kicker {
    color: #8ff2e2;
}

.sc-ai-copy h2 {
    margin-top: 5px;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.sc-ai-copy p {
    max-width: 690px;
    margin-top: 10px;
    color: #c5d8e9;
    font-size: .88rem;
}

.sc-ai-actions {
    justify-content: flex-end;
}

.sc-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b9f5eb !important;
    font-size: .8rem;
    font-weight: 900;
}

.sc-cta {
    background: #fff;
}

.sc-cta-card {
    display: flex;
    padding: 38px 42px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border: 1px solid #dfe6ef;
    border-radius: 25px;
    background:
        radial-gradient(circle at 0 100%, rgba(17, 199, 178, .09), transparent 24rem),
        #fff;
    box-shadow: var(--sc-shadow-sm);
}

.sc-cta-card > div:first-child > span {
    color: var(--sc-emerald-700);
    font-size: .78rem;
    font-weight: 900;
}

.sc-cta-card h2 {
    margin-top: 6px;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.sc-cta-card p {
    margin-top: 9px;
    font-size: .86rem;
}

.sc-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .65s ease, transform .65s ease;
}

.sc-reveal.is-visible,
.no-js .sc-reveal {
    opacity: 1;
    transform: none;
}

/* RTL/LTR */
.sc-rtl {
    text-align: right;
}

.sc-ltr {
    text-align: left;
}

html[dir="rtl"] .navbar-nav,
.sc-rtl .navbar-nav {
    padding-right: 0;
}

html[dir="rtl"] .dropdown-menu {
    text-align: right;
}

html[dir="rtl"] .input-group > .form-control:not(:last-child),
html[dir="rtl"] .input-group > .custom-select:not(:last-child) {
    border-radius: 0 10px 10px 0;
}

html[dir="rtl"] .input-group > .input-group-append > .btn,
html[dir="rtl"] .input-group > .input-group-append > .input-group-text {
    border-radius: 10px 0 0 10px;
}

/* Standard Cart */
#order-standard_cart .products .product,
#order-standard_cart .product-info,
#order-standard_cart .summary-container,
#order-standard_cart .view-cart-items-header,
#order-standard_cart .view-cart-tabs .nav-tabs,
#order-standard_cart .domain-selection-options .option {
    border-color: var(--sc-border) !important;
    border-radius: 16px !important;
}

#order-standard_cart .products .product {
    overflow: hidden;
    box-shadow: var(--sc-shadow-sm);
}

#order-standard_cart .products .product header {
    color: #fff;
    background: linear-gradient(135deg, var(--sc-navy-900), var(--sc-emerald-700)) !important;
}

#order-standard_cart .btn-order-now,
#order-standard_cart .btn-primary {
    border-radius: 11px;
    background: linear-gradient(135deg, var(--sc-emerald-700), var(--sc-teal-500)) !important;
}

/* Responsive */
@media (max-width: 1100px) {
    .sc-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
        gap: 34px;
    }

    .sc-platform-grid {
        grid-template-columns: 1fr;
    }

    .sc-platform-copy {
        max-width: 760px;
    }
}

@media (max-width: 880px) {
    .sc-section {
        padding: 76px 0;
    }

    .sc-hero {
        min-height: auto;
        padding-top: 62px;
    }

    .sc-hero-grid {
        grid-template-columns: 1fr;
    }

    .sc-hero-content {
        text-align: center;
    }

    .sc-hero-text {
        margin-inline: auto;
    }

    .sc-hero-actions,
    .sc-trust-list {
        justify-content: center;
    }

    .sc-hero-visual {
        min-height: 480px;
    }

    .sc-section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sc-ai-card {
        grid-template-columns: 64px 1fr;
    }

    .sc-ai-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        margin-top: 4px;
    }

    .sc-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .sc-container {
        width: min(100% - 26px, 1180px);
    }

    .sc-section {
        padding: 62px 0;
    }

    .sc-hero {
        padding: 50px 0 42px;
    }

    .sc-hero h1 {
        margin-top: 18px;
        font-size: clamp(2.2rem, 12vw, 3.4rem);
    }

    .sc-hero-text {
        font-size: .96rem;
        line-height: 1.9;
    }

    .sc-hero-actions .sc-btn {
        width: 100%;
    }

    .sc-trust-list {
        gap: 10px 15px;
    }

    .sc-hero-visual {
        min-height: 390px;
    }

    .sc-brand-panel {
        inset: 4% 6% 4%;
        border-radius: 30px;
    }

    .sc-brand-panel img {
        width: 72%;
        max-height: 300px;
    }

    .sc-floating-card {
        min-width: 148px;
        padding: 9px 10px;
    }

    .sc-floating-card small {
        display: none;
    }

    .sc-floating-cloud {
        top: 4%;
        inset-inline-start: 0;
    }

    .sc-floating-ai {
        top: 47%;
        inset-inline-end: 0;
    }

    .sc-floating-dc {
        bottom: 4%;
        inset-inline-start: 1%;
    }

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

    .sc-trust-grid > div {
        min-height: 72px;
        padding: 14px 10px;
        font-size: .76rem;
        border-bottom: 1px solid #edf1f6;
    }

    .sc-service-grid {
        grid-template-columns: 1fr;
    }

    .sc-service-card {
        min-height: 260px;
    }

    .sc-platform-grid {
        gap: 38px;
    }

    .sc-architecture {
        padding: 18px;
        overflow-x: auto;
    }

    .sc-architecture-flow {
        min-width: 600px;
    }

    .sc-architecture-foot {
        min-width: 480px;
    }

    .sc-ai-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .sc-ai-icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .sc-ai-actions {
        grid-column: auto;
        justify-content: flex-start;
    }

    .sc-ai-actions .sc-btn {
        width: 100%;
    }

    .sc-cta-card {
        padding: 28px 22px;
    }

    .sc-cta-actions {
        width: 100%;
    }

    .sc-cta-actions .sc-btn {
        width: 100%;
    }

    #header .logo-img,
    header.header .logo-img,
    #header img[src*="logo"],
    header.header img[src*="logo"] {
        max-width: 175px;
        max-height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sc-floating-card,
    .sc-arch-line i {
        animation: none;
    }

    .sc-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    * {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
