:root {
    --sy-primary: #0f766e;
    --sy-primary-dark: #0b4f4a;
    --sy-accent: #34d399;
    --sy-ink: #12313a;
    --sy-text: #4c6470;
    --sy-muted: #eef8f6;
    --sy-card: #ffffff;
    --sy-border: rgba(15, 118, 110, 0.12);
    --sy-shadow: 0 24px 70px rgba(15, 49, 58, 0.12);
    --sy-radius-lg: 32px;
    --sy-radius-md: 22px;
}
.sy-section,
.sy-hero-section {
    position: relative;
}

.sy-hero-section {
    padding: 60px 0 70px;
    background:
        radial-gradient(circle at top left, rgba(52, 211, 153, 0.24), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.18), transparent 32%),
        linear-gradient(180deg, #f7fffd 0%, #ffffff 100%);
}

.sy-surface,
.sy-stat-card,
.sy-problem-card,
.sy-icon-card,
.sy-feature-card,
.sy-step-card,
.sy-cta-card,
.sy-device-panel {
    background: var(--sy-card);
    border: 1px solid var(--sy-border);
    box-shadow: var(--sy-shadow);
}

.sy-surface {
    border-radius: 40px;
    padding: 56px;
}

.sy-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 40px;
    align-items: center;
}

.sy-badge,
.sy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    color: var(--sy-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sy-hero-title,
.sy-section-title {
    color: var(--sy-ink);
    letter-spacing: -0.03em;
}

.sy-hero-title {
    margin: 22px 0 18px;
    font-size: 42px;
    line-height: 1.24;
}

.sy-section-title {
    margin: 16px 0;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12;
}

.sy-hero-description,
.sy-section-description,
.sy-stat-card p,
.sy-problem-card p,
.sy-icon-card p,
.sy-feature-card p,
.sy-step-card p,
.sy-device-item p,
.sy-floating-card p {
    color: var(--sy-text);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0px;
}
.sy-floating-card p{
    line-height: 20px;
    font-size: 15px;
    margin-top: 5px;
}

.sy-action-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.sy-action-group-center {
    justify-content: center;
}

.sy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: all 0.25s ease;
}

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

.sy-btn-primary {
    background: linear-gradient(135deg, var(--sy-primary), #169b89);
    color: #fff !important;
}

.sy-btn-primary:hover {
    color: #fff;
    box-shadow: 0 14px 30px rgba(15, 118, 110, 0.28);
}

.sy-btn-secondary {
    background: rgba(15, 118, 110, 0.05);
    border-color: rgba(15, 118, 110, 0.16);
    color: var(--sy-primary-dark);
}

.sy-device-frame,
.sy-problem-image,
.sy-device-panel {
    overflow: hidden;
    border-radius: var(--sy-radius-lg);
}

.sy-dashboard-mockup,
.sy-problem-panel,
.sy-device-preview {
    min-height: 420px;
    background:
        radial-gradient(circle at top right, rgba(52, 211, 153, 0.28), transparent 26%),
        linear-gradient(180deg, #effbf8 0%, #ffffff 100%);
}

.sy-device-frame img,
.sy-problem-image img,
.sy-device-panel img {
    display: block;
    width: 100%;
}

.sy-dashboard-mockup {
    padding: 22px;
}

.sy-mockup-top {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.sy-mockup-top span,
.sy-panel-card span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(15, 118, 110, 0.22);
}

.sy-mockup-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 16px;
}

.sy-mockup-card,
.sy-mockup-chart,
.sy-panel-card,
.sy-panel-list div,
.sy-preview-card,
.sy-preview-phone-screen,
.sy-preview-browser-bar {
    border-radius: 24px;
    border: 1px solid rgba(15, 118, 110, 0.1);
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 49, 58, 0.08);
}

.sy-mockup-card {
    min-height: 120px;
}

.sy-mockup-card-lg {
    min-height: 220px;
}

.sy-mockup-stack {
    display: grid;
    gap: 16px;
}

.sy-mockup-chart {
    height: 110px;
    margin-top: 16px;
    background:
        linear-gradient(180deg, rgba(52, 211, 153, 0.2), rgba(52, 211, 153, 0)) bottom/100% 60% no-repeat,
        #fff;
}

.sy-hero-visual {
    position: relative;
    padding-left: 18px;
}

.sy-floating-card {
    position: absolute;
    left: 0;
    bottom: 28px;
    max-width: 265px;
    padding: 22px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 118, 110, 0.12);
    box-shadow: 0 18px 45px rgba(15, 49, 58, 0.16);
}

.sy-floating-card strong,
.sy-stat-card strong {
    display: block;
    color: var(--sy-ink);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.sy-stat-card strong {
    font-size: clamp(36px, 4vw, 48px);
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, var(--sy-primary-dark), var(--sy-primary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sy-floating-card span,
.sy-stat-card h3,
.sy-problem-card h3,
.sy-icon-card h3,
.sy-feature-card h3,
.sy-step-card h3,
.sy-device-item h3 {
    color: var(--sy-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.sy-floating-card span {
    display: block;
    margin-top: 8px;
}

.sy-section {
    padding: 40px 0;
}

.sy-section-tight {
    padding-top: 22px;
}

.sy-section-muted {
    background:
        linear-gradient(180deg, rgba(238, 248, 246, 0.7) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.sy-section-grid {
    background-image:
        linear-gradient(rgba(15, 118, 110, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
}

.sy-section-header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.sy-section-header-left {
    margin-left: 0;
    text-align: left;
}

.sy-stat-card,
.sy-icon-card,
.sy-feature-card,
.sy-step-card {
    height: 100%;
    border-radius: var(--sy-radius-md);
    padding: 30px 28px;
}

.sy-stat-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(52, 211, 153, 0.28), transparent 36%),
        radial-gradient(circle at bottom left, rgba(15, 118, 110, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #ecfffa 100%);
}

.sy-stat-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--sy-primary), var(--sy-accent));
    opacity: 0.9;
}

.sy-stat-card::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.12) 0%, rgba(15, 118, 110, 0) 72%);
}

.sy-stat-card h3 {
    margin: 14px 0 10px;
}

.sy-problem-list,
.sy-device-list {
    display: grid;
    gap: 18px;
}

.sy-problem-panel {
    padding: 24px;
    display: grid;
    gap: 18px;
}

.sy-panel-card {
    min-height: 140px;
    padding: 18px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.sy-panel-list {
    display: grid;
    gap: 14px;
}

.sy-panel-list div {
    height: 72px;
}

.sy-problem-card,
.sy-device-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 24px;
    background: radial-gradient(circle at top left, rgba(52, 211, 153, 0.24), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.18), transparent 32%),
        linear-gradient(180deg, #f7fffd 0%, #ffffff 100%);
}

.sy-problem-dot,
.sy-device-item-icon,
.sy-icon-wrap,
.sy-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    flex: 0 0 54px;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(52, 211, 153, 0.2));
    color: var(--sy-primary-dark);
    margin-bottom: 10px;
}

.sy-problem-dot {
    width: 16px;
    height: 56px;
    min-width: 16px;
    border-radius: 50%;
    margin-top: 8px;
    background: linear-gradient(135deg, var(--sy-primary), var(--sy-accent));
}
.sy-problem-dot svg{
    color: white;
}

.sy-icon-wrap svg,
.sy-feature-icon svg,
.sy-device-item-icon svg {
    width: 26px;
    height: 26px;
}

.sy-step-card {
    position: relative;
}

.sy-step-index {
    display: inline-flex;
    margin-bottom: 18px;
    color: white;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.12em;
    background: linear-gradient(135deg, var(--sy-primary), var(--sy-accent));
    border-radius: 50px;
    padding: 14px;
}

.sy-cta-card {
    padding: 56px 28px;
    border-radius: 34px;
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(52, 211, 153, 0.2), transparent 34%),
        linear-gradient(180deg, #f9fffe 0%, #ffffff 100%);
}

.sy-device-preview {
    position: relative;
    padding: 28px;
}

.sy-preview-browser {
    max-width: 85%;
}

.sy-preview-browser-bar {
    height: 34px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sy-preview-browser-body {
    padding: 18px;
    border: 1px solid rgba(15, 118, 110, 0.1);
    border-top: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
}

.sy-preview-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.sy-preview-card {
    height: 120px;
}

.sy-preview-card-wide {
    height: 170px;
}

.sy-preview-phone {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px;
    padding: 14px;
    border-radius: 28px;
    background: #14343b;
    box-shadow: 0 18px 46px rgba(15, 49, 58, 0.18);
}

.sy-preview-phone-screen {
    height: 260px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(15, 118, 110, 0.15), rgba(52, 211, 153, 0.05)),
        #fff;
}
/* Custom price */

@media (max-width: 1199px) {
    .sy-surface {
        padding: 42px;
    }
}

@media (max-width: 991px) {
    .sy-hero-grid {
        grid-template-columns: 1fr;
    }

    .sy-hero-visual {
        padding-left: 0;
    }

    .sy-floating-card {
        position: static;
        margin-top: 18px;
        max-width: none;
    }

    .sy-section {
        padding: 76px 0;
    }

    .sy-preview-phone {
        position: static;
        width: 100%;
        margin-top: 18px;
    }

    .sy-preview-browser {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sy-hero-section {
        padding-top: 88px;
    }

    .sy-surface {
        padding: 28px 20px;
        border-radius: 28px;
    }

    .sy-stat-card,
    .sy-problem-card,
    .sy-icon-card,
    .sy-feature-card,
    .sy-step-card,
    .sy-device-item,
    .sy-cta-card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .sy-mockup-grid,
    .sy-preview-row {
        grid-template-columns: 1fr;
    }
}
