/* 
   SERVICE DETAILS CSS
   Consolidated styles for all Service Pages:
   - GST, LLP, OPC, Trademark (.gst-*)
   - Startup Consulting (.sc-*)
*/

/* VARIABLES */
:root {
    /* Startup Consulting Variables */
    --sc-primary: #0d6efd;
    /* Professional Blue */
    --sc-secondary: #6c757d;
    /* Neutral Gray */
    --sc-dark: #0f172a;
    /* Deep Navy Background */
    --sc-light: #f8f9fa;
    /* Off-white Background */
    --sc-success: #25D366;
    /* WhatsApp Green */
    --sc-text-main: #212529;
    --sc-text-muted: #64748b;
    --sc-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    /* Common Colors (GST Theme) */
    --gst-dark-blue: #003366;
    --gst-orange: #ff6600;
}

/* RESET & CORE STYLES */
.gst-page-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
}

.sc-wrapper {
    font-family: var(--sc-font);
    line-height: 1.6;
    color: var(--sc-text-main);
    width: 100%;
    overflow-x: hidden;
}

/* Common Container */
.gst-container,
.sc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 20px;
}

/* SECTION PADDING */
.gst-section,
.sc-benefits,
.sc-services,
.sc-packages,
.sc-target,
.sc-why,
.sc-results,
.sc-steps,
.sc-faq,
.sc-final-cta {
    padding: 80px 0;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-white {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #1a252f;
    color: white;
}

.bg-blue-light {
    background-color: #eef4fb;
}

/* =========================================
   GST / LLP / OPC / TRADEMARK STYLES (.gst-*)
   ========================================= */

/* TYPOGRAPHY */
.gst-title {
    color: var(--gst-dark-blue);
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.gst-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--gst-orange);
    margin-top: 10px;
}

.gst-title-sm {
    color: var(--gst-dark-blue);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.gst-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

.text-highlight {
    color: var(--gst-orange);
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-center .gst-title::after {
    margin: 10px auto 0;
}

/* HERO SECTION */
.gst-hero {
    background: linear-gradient(rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.8));
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.gst-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.gst-hero p {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

.btn-primary {
    background-color: var(--gst-orange);
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #e65c00;
}

/* TWO COLUMN LAYOUT */
.row-split {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.row-top {
    align-items: flex-start;
}

.col-half {
    flex: 1;
    min-width: 300px;
}

.col-half img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.col-half p {
    margin-bottom: 20px;
}

/* CONTENT BOXES */
.content-box {
    margin-bottom: 30px;
}

.content-box h3 {
    color: var(--gst-dark-blue);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

/* CARD GRID (Benefits) */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    border-top: 4px solid var(--gst-dark-blue);
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 2.5rem;
    color: var(--gst-orange);
    margin-bottom: 20px;
}

.benefit-card h3 {
    color: var(--gst-dark-blue);
    margin-bottom: 15px;
    font-size: 1.2rem;
}

/* LIST STYLES */
.check-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.check-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.check-list li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #28a745;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Custom list for Trademark page */
.custom-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.custom-list li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--gst-orange);
    position: absolute;
    left: 0;
    top: 2px;
}

/* PROCESS TIMELINE */
.process-timeline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.process-step {
    flex: 1;
    min-width: 160px;
    text-align: center;
    position: relative;
}

.step-icon-circle {
    width: 70px;
    height: 70px;
    background: var(--gst-dark-blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #ddd;
    z-index: 1;
    display: none;
}

/* RISKS SECTION (GST) */
.risk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.risk-box {
    background: #fff5f5;
    border-left: 5px solid #dc3545;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
}

.risk-icon {
    color: #dc3545;
    font-size: 1.5rem;
    margin-top: 2px;
    min-width: 25px;
}

/* MYTHS & FACTS (GST) */
.myth-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.myth-title {
    color: #dc3545;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.fact-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.fact-title {
    color: #28a745;
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fact-desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* FAQ ACCORDION (GST Style) */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.faq-q {
    font-weight: 700;
    color: var(--gst-dark-blue);
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1.1rem;
}

.faq-a {
    color: #555;
    padding-left: 20px;
    border-left: 3px solid var(--gst-orange);
}

/* =========================================
   UTILITIES & HELPER CLASSES
   ========================================= */

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.text-sm {
    font-size: 0.85rem;
}

.text-italic {
    font-style: italic;
}

.text-white {
    color: white !important;
}

.text-navy {
    color: var(--gst-dark-blue);
}

.text-orange {
    color: var(--gst-orange);
}

.text-gray-light {
    color: #ccc;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.w-100 {
    width: 100%;
}

/* =========================================
   TRADEMARK SPECIFIC
   ========================================= */

.tm-types-box {
    background: #f0f8ff;
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid var(--gst-dark-blue);
}

.tm-icon {
    color: var(--gst-orange);
    margin-right: 10px;
}

.tm-doc-container {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tm-doc-col {
    flex: 1;
    min-width: 200px;
}

.section-cta-dark {
    background: var(--gst-dark-blue);
    color: white;
    text-align: center;
    padding: 80px 0;
}

.btn-white {
    background: white;
    color: var(--gst-dark-blue);
}

.btn-white:hover {
    background: #f0f0f0;
}

/* OPC SPECIFIC */
.opc-feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid var(--gst-dark-blue);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.opc-feature-box h3 {
    color: var(--gst-dark-blue);
    margin-bottom: 10px;
}


.opc-feature-box p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

.opc-target-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid var(--gst-dark-blue);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.doc-box {
    background: #eef4fb;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 30px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.comparison-table th {
    background-color: var(--gst-dark-blue);
    color: white;
}

.comparison-table tr:nth-child(even),
.comparison-table tr:hover {
    background-color: #f9f9f9;
}

.check-icon {
    color: #28a745;
    margin-right: 5px;
}

.cross-icon {
    color: #dc3545;
    margin-right: 5px;
}

/* Refactoring Utilities */
.pos-relative {
    position: relative;
}

.text-ccc {
    color: #ccc !important;
}

.text-orange-sm {
    color: #ff6600;
    font-size: 1rem;
}

.text-sm-ccc {
    font-size: 0.85rem;
    color: #ccc;
}

.mx-auto-800 {
    max-width: 800px;
    margin: 0 auto;
}

.mb-50 {
    margin-bottom: 50px;
}

.border-top-success {
    border-top: 4px solid #28a745;
}

.alert-box-success {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-left: 4px solid #28a745;
    border-radius: 4px;
}

.success-icon {
    color: #28a745;
    margin-right: 10px;
}

.alert-box-danger {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #dc3545;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.text-danger-bold {
    color: #dc3545;
    font-weight: bold;
}

.bg-white-shadow {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.check-list-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.check-list-item {
    flex: 1;
    min-width: 250px;
}

/* =========================================
   STARTUP CONSULTING STYLES (.sc-*)
   ========================================= */

.sc-bg-white {
    background: white !important;
}

.sc-text-dark {
    color: var(--sc-dark) !important;
}

.sc-text-lg {
    font-size: 1.2rem !important;
}

.sc-padding-lg {
    padding: 15px 30px !important;
}

/* Hero */
.sc-hero {
    background-color: var(--sc-dark);
    color: white;
    text-align: center;
}

.sc-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.sc-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sc-hero p {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-bottom: 30px;
}

.sc-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.sc-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease;
}

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

.sc-btn-whatsapp {
    background-color: var(--sc-success);
    color: white;
}

.sc-btn-outline {
    border: 2px solid white;
    color: white;
}

.sc-hero-image-wrapper {
    margin-top: 40px;
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sc-hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Benefits Section */
.sc-benefits {
    background-color: white;
}

.sc-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.sc-benefits-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--sc-dark);
}

.sc-check-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.sc-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--sc-text-main);
}

.sc-check-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: var(--sc-primary);
    font-weight: bold;
}

/* Service Grid */
.sc-services {
    background-color: var(--sc-light);
}

.sc-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.sc-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.sc-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    border-top: 4px solid var(--sc-primary);
}

.sc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.sc-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--sc-dark);
}

.sc-card p {
    font-size: 0.95rem;
    color: var(--sc-text-muted);
    margin: 0;
}

/* Packages */
.sc-packages {
    background-color: white;
    text-align: center;
}

.sc-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    align-items: stretch;
}

.sc-pkg-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.sc-pkg-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: var(--sc-primary);
}

.sc-pkg-popular {
    border: 2px solid var(--sc-primary);
    background-color: #f0f7ff;
    transform: scale(1.02);
    z-index: 2;
}

.sc-pkg-popular:hover {
    transform: scale(1.04) translateY(-5px);
}

.sc-badge-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--sc-primary);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sc-pkg-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--sc-dark);
}

.sc-pkg-duration {
    display: inline-block;
    background: #f1f5f9;
    color: var(--sc-text-muted);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.sc-pkg-desc {
    font-size: 0.95rem;
    color: var(--sc-text-main);
}

/* Target Audience */
.sc-target {
    background-color: var(--sc-dark);
    color: white;
    text-align: center;
}

.sc-target h2 {
    color: white;
    margin-bottom: 40px;
}

.sc-target-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.sc-target-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s;
}

.sc-target-item:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
}

.sc-target-icon {
    color: var(--sc-success);
    font-weight: bold;
}

/* Why Choose Us */
.sc-why {
    background-color: white;
}

.sc-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

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

.sc-feature-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    display: inline-block;
    background: #e0f2fe;
    color: var(--sc-primary);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.sc-feature h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: var(--sc-dark);
}

/* Success Stories */
.sc-results {
    background-color: var(--sc-light);
}

.sc-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.sc-result-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    border-left: 5px solid var(--sc-success);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.sc-result-highlight {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--sc-success);
    display: block;
    margin-bottom: 5px;
}

.sc-result-text {
    font-size: 1.1rem;
    color: var(--sc-dark);
    font-weight: 500;
}

.sc-result-sub {
    font-size: 0.9rem;
    color: var(--sc-text-muted);
    margin-top: 5px;
    display: block;
}

/* Steps (Timeline) */
.sc-steps {
    background-color: white;
    text-align: center;
}

.sc-steps-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
}

.sc-steps-container::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
}

.sc-step-item {
    flex: 1;
    position: relative;
    z-index: 1;
    background: white;
    padding: 0 10px;
}

.sc-step-num {
    width: 50px;
    height: 50px;
    background: var(--sc-dark);
    color: white;
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 50px;
    margin: 0 auto 20px;
    display: block;
    box-shadow: 0 0 0 8px white;
}

.sc-step-item h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--sc-dark);
}

/* FAQ (Detail/Summary style) */
.sc-faq {
    background-color: var(--sc-light);
}

.sc-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

details.sc-faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

summary.sc-faq-question {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: var(--sc-dark);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary.sc-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--sc-primary);
    font-weight: bold;
}

details[open] summary.sc-faq-question::after {
    content: '−';
}

.sc-faq-answer {
    padding: 0 20px 20px 20px;
    color: var(--sc-text-main);
    line-height: 1.6;
    border-top: 1px solid #f1f5f9;
    margin-top: 10px;
    padding-top: 15px;
}

/* Final CTA */
.sc-final-cta {
    background-color: var(--sc-dark);
    color: white;
    text-align: center;
}

.sc-final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.sc-final-cta p {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* GLOBAL RESPONSIVE RULES */
@media (min-width: 992px) {
    .process-timeline::before {
        display: block;
    }
}

@media (max-width: 768px) {

    /* GST Mobile Rules */
    .gst-hero h1 {
        font-size: 2rem;
    }

    .row-split {
        flex-direction: column;
    }

    .row-split.reverse {
        flex-direction: column-reverse;
    }

    .process-step {
        margin-bottom: 30px;
    }

    .process-timeline::before {
        display: none;
    }

    .comparison-table {
        display: block;
        overflow-x: auto;
    }

    /* SC Mobile Rules */
    .sc-hero h1 {
        font-size: 2rem;
    }

    .sc-hero-image-wrapper {
        height: 250px;
    }

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

    .sc-btn-group {
        flex-direction: column;
        width: 100%;
    }

    .sc-btn {
        width: 100%;
        text-align: center;
    }

    .sc-pkg-popular {
        transform: scale(1);
    }

    .sc-target-item {
        width: 100%;
        justify-content: center;
    }

    .sc-feature {
        text-align: center;
    }

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

    .sc-steps-container {
        flex-direction: column;
        gap: 40px;
    }

    .sc-steps-container::before {
        display: none;
    }

    .sc-final-cta h2 {
        font-size: 2rem;
    }
}