.subtitle::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    margin: 10px auto 0;
    border-radius: 2px;
}

.content {
    background: linear-gradient(145deg, #ffffff 0%, #fafbfc 100%);
    padding-top: 0.25em !important;
    border-radius: 12px;
    padding: 2px 45px 40px 45px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.7;
    font-size: 1.05em;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.content h2 {
    color: #1A1A2E;
    margin-top: 1.2em !important;
    margin-bottom: 1.0em !important;
    font-size: 1.9em;
    font-weight: 300;
    letter-spacing: -0.01em;
    position: relative;
    padding-left: 25px;
}

.content h2+p+.step-box {
    margin-top: 0.5em !important;
}

.content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 2px;
}

.content h2.no-border::before {
    display: none;
}

.content h2:first-of-type {
    margin-top: 0.5em !important;
}

.content h3 {
    color: #333;
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: -0.005em;
}

.project-details h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
}

.content p {
    margin-bottom: 1.2em;
}

.content a:not(.get-plan-btn):not(.contact-btn):not(.hero-button):not(.submit-btn):not(.table-cta-btn):not(.standard-btn):not(.pro-btn):not(.enterprise-btn) {
    color: #E94560 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.content a:not(.get-plan-btn):not(.contact-btn):not(.hero-button):not(.submit-btn):not(.table-cta-btn):not(.standard-btn):not(.pro-btn):not(.enterprise-btn):hover {
    color: #0366d6 !important;
    text-decoration: none !important;
}

.content pre {
    background: #f6f8fa;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    padding: 16px;
    overflow-x: auto;
    margin: 1em 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9em;
}

.content code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9em;
    background: #f6f8fa;
    padding: 2px 4px;
    border-radius: 3px;
}

.content pre code {
    background: none;
    padding: 0;
}

.code-container {
    position: relative;
}

.copy-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #f1f3f4;
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 0.75em;
    color: #5f6368;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.copy-btn:hover {
    background: #e8eaed;
    border-color: #c4c7c5;
}

.copy-btn.copied {
    background: #e8f5e8;
    color: #137333;
    border-color: #81c995;
}

.content ul,
.content ol {
    margin-left: 1.5em;
    margin-bottom: 1em;
    padding-left: 0;
}

.content li {
    margin-bottom: 0.5em;
}

body .subtitle {
    margin-bottom: 2em !important;
}

.demo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
    margin: 1em auto 2em auto !important;
    padding: 0;
    min-height: 400px;
    max-width: 1100px;
    width: 100%;
}

.demo-item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.demo-title {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #333;
}

.demo-slider {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    position: relative;
    margin-bottom: 15px;
    min-height: 350px;
    min-width: 350px;
}

.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 5;
    pointer-events: none;
    text-align: center;
    line-height: 1.4;
}

.demo-info {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.get-plan-btn {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9em;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.demo-item .get-plan-btn {
    margin-top: auto;
}

.coming-soon {
    opacity: 0.6;
}

.coming-soon .get-plan-btn {
    background: #6c757d;
    cursor: not-allowed;
}

.comparison-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 2em !important;
    margin-bottom: 2em;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #e1e4e8;
    font-size: 0.9em;
    width: 25%;
}

th:first-child,
td:first-child {
    width: 25%;
    text-align: left;
}

th {
    background: #f6f8fa;
    font-weight: bold;
    color: #333;
}

.feature-name {
    text-align: left;
    font-weight: 500;
    background: #fafbfc;
}

.standard-col {
    background: rgba(3, 102, 214, 0.05);
}

.pro-col {
    background: rgba(255, 193, 7, 0.05);
}

.enterprise-col {
    background: rgba(40, 167, 69, 0.05);
}

.check {
    color: #28a745;
    font-size: 1.1em;
}

.cross {
    color: #dc3545;
    font-size: 1.1em;
}

.limited {
    color: #ffc107;
    font-size: 0.8em;
}

.price-row {
    font-weight: bold;
}

.price-row .standard-col {
    color: #0366d6;
}

.price-row .pro-col {
    color: #e36209;
}

.price-row .enterprise-col {
    color: #28a745;
}

.additional-notes {
    margin-top: 2em !important;
    padding: 2em;
    background: #f8f9fa;
    border-radius: 8px;
}

.additional-notes h3 {
    text-align: center;
    margin-bottom: 1.5em;
    color: #333;
}

.notes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2em;
}

.note-item {
    background: white;
    padding: 1.8em;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.note-item h4 {
    margin-bottom: 1em;
    color: #333;
    font-size: 1.1em;
}

.note-item p {
    margin-bottom: 1em;
    color: #666;
    line-height: 1.5;
}

.note-content {
    height: 4em;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}

.note-button {
    margin-bottom: 1em;
}

.note-list {
    flex-grow: 1;
}

.note-item ul {
    margin: 0;
    padding-left: 1.2em;
}

.note-item li {
    margin-bottom: 0.5em;
    color: #555;
    line-height: 1.4;
}

.contact-btn {
    display: block;
    margin-top: auto;
    margin-bottom: 1em;
    padding: 10px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 20px;
    clear: both;
}