<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- Page Banner &amp; Breadcrumbs --- */
.page-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 120px 0 80px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.page-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"&gt;&lt;defs&gt;&lt;pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"&gt;&lt;circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/&gt;&lt;circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/&gt;&lt;circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/&gt;&lt;circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.05"/&gt;&lt;circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.05"/&gt;&lt;/pattern&gt;&lt;/defs&gt;&lt;rect width="100" height="100" fill="url(%23grain)"/&gt;&lt;/svg&gt;');
    opacity: 0.4;
}
.page-banner::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4CAF50, #45a049, #4CAF50);
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3);
}
.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
.banner-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    letter-spacing: -0.5px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 15px;
    margin-top: 15px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.breadcrumbs a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 15px;
    position: relative;
}
.breadcrumbs a:hover {
    color: #fff;
    background: rgba(76, 175, 80, 0.2);
    transform: translateY(-1px);
}
.breadcrumbs i {
    font-size: 12px;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 4px;
}
.breadcrumbs span {
    color: #4CAF50;
    font-weight: 600;
    background: rgba(76, 175, 80, 0.15);
    padding: 4px 12px;
    border-radius: 15px;
    border: 1px solid rgba(76, 175, 80, 0.3);
}
.promo-badge {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 18px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.13);
    letter-spacing: 0.5px;
    animation: badgePop 1s cubic-bezier(.68,-0.55,.27,1.55);
}
@keyframes badgePop {
    0% { transform: scale(0.7); opacity: 0; }
    60% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
}

/* --- Enhanced Pricing Calculator Section --- */
.pricing-calculator-section {
    background: linear-gradient(120deg, #e0eafc 0%, #cfdef3 100%);
    padding: 90px 0 70px;
    position: relative;
    z-index: 1;
}
.pricing-calculator {
    background: rgba(255,255,255,0.85);
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(76,175,80,0.13), 0 2px 12px rgba(0,0,0,0.08);
    border: 2.5px solid #4CAF50;
    min-width: 340px;
    max-width: 440px;
    width: 100%;
    margin-bottom: 30px;
    padding: 48px 36px 40px 36px;
    backdrop-filter: blur(8px);
    position: relative;
    overflow: visible;
    transition: box-shadow 0.3s, border 0.3s;
}
.pricing-calculator:hover {
    box-shadow: 0 20px 60px rgba(76,175,80,0.18), 0 4px 16px rgba(0,0,0,0.10);
    border-color: #388e3c;
}
.calculator-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.calculator-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.form-row {
    display: flex;
    gap: 22px;
    width: 100%;
    justify-content: center;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 260px;
}
.form-group label {
    text-align: center;
    width: 100%;
}
.form-group input,
.form-group select {
    width: 100%;
    text-align: center;
}
.form-group input:focus,
.form-group select:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.10);
    background: #fff;
}
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%234CAF50" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M7 10l5 5 5-5z"/&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 22px 22px;
}
.form-group::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    opacity: 0.7;
}
.form-group:nth-child(1)::before { background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%234CAF50" height="22" viewBox="0 0 24 24" width="22" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"/&gt;&lt;path d="M7 7h10v2H7zm0 4h7v2H7z"/&gt;&lt;/svg&gt;'); }
.form-group:nth-child(2)::before { background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%234CAF50" height="22" viewBox="0 0 24 24" width="22" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/&gt;&lt;/svg&gt;'); }
.form-group:nth-child(3)::before { background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%234CAF50" height="22" viewBox="0 0 24 24" width="22" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M17 10.5V7c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v3.5c-1.1.3-2 .9-2 2V19c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-6.5c0-1.1-.9-1.7-2-2zM9 7h6v3H9V7zm8 12H7v-6.5c0-.28.22-.5.5-.5h9c.28 0 .5.22.5.5V19z"/&gt;&lt;/svg&gt;'); }
.form-group:nth-child(4)::before { background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%234CAF50" height="22" viewBox="0 0 24 24" width="22" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"/&gt;&lt;path d="M7 7h10v2H7zm0 4h7v2H7z"/&gt;&lt;/svg&gt;'); }

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f7fafc;
    border-radius: 10px;
    padding: 12px 18px;
    margin-top: 6px;
    box-shadow: 0 1px 4px rgba(76,175,80,0.04);
    justify-content: center;
    width: 100%;
}
.form-checkbox input[type="checkbox"] {
    accent-color: #4CAF50;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 6px;
    border: 1.5px solid #4CAF50;
    transition: box-shadow 0.2s;
}
.form-checkbox label, .form-checkbox .helper-text {
    text-align: center;
    width: auto;
}
.helper-text {
    font-size: 13px;
    color: #4CAF50;
    margin-top: 2px;
    margin-left: 6px;
    font-weight: 500;
}
.btn.primary-btn, .calculate-btn {
    background: linear-gradient(90deg, #4CAF50 0%, #45a049 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 38px;
    font-size: 18px;
    font-weight: 800;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
    box-shadow: 0 4px 16px rgba(76,175,80,0.13);
    cursor: pointer;
    text-decoration: none;
    margin-top: 16px;
    letter-spacing: 0.02em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn.primary-btn:hover, .calculate-btn:hover {
    background: linear-gradient(90deg, #388e3c 0%, #4CAF50 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 24px rgba(76,175,80,0.18);
}
.pricing-result {
    background: #4CAF50;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(76,175,80,0.13), 0 2px 8px rgba(0,0,0,0.07);
    padding: 32px 24px;
    margin-top: 24px;
    min-width: 280px;
    max-width: 340px;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.result-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}
.result-body {
    width: 100%;
}
.price-breakdown {
    margin-bottom: 18px;
}
.breakdown-item {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 8px;
}
.breakdown-item.discount {
    color: #ffe082;
}
.total-price {
    font-size: 20px;
    font-weight: 700;
    margin: 18px 0 10px;
    display: flex;
    justify-content: space-between;
}
.price-note {
    font-size: 13px;
    color: #e0ffe0;
    margin-top: 10px;
}
.order-now .btn {
    background: #fff;
    color: #4CAF50 !important;
    font-weight: 700;
    border-radius: 25px;
    padding: 10px 28px;
    margin-top: 18px;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.13);
    transition: background 0.3s, color 0.3s;
}
.order-now .btn:hover {
    background: #388e3c;
    color: #fff !important;
}

/* --- Deadline Pricing Cards --- */
.deadline-pricing-section {
    background: #f8f9fa;
    padding: 80px 0 60px;
}
.deadline-pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    margin-top: 40px;
}
.deadline-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,175,80,0.07), 0 1px 4px rgba(0,0,0,0.04);
    padding: 36px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}
.deadline-card.featured {
    border: 2px solid #4CAF50;
    box-shadow: 0 8px 32px rgba(76,175,80,0.13), 0 2px 8px rgba(0,0,0,0.07);
}
.deadline-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4CAF50 60%, #45a049 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.13);
}
.deadline-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.deadline-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 14px;
}
.best-value {
    background: #4CAF50;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 6px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.13);
}
.deadline-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.deadline-features ul li {
    font-size: 14px;
    color: #4CAF50;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* --- Special Offers Section --- */
.special-offers-section {
    background: #fff;
    padding: 80px 0 60px;
}
.offers-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin-top: 40px;
}
.offer-card {
    background: #f8f9fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,175,80,0.07), 0 1px 4px rgba(0,0,0,0.04);
    padding: 36px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}
.offer-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 32px rgba(76,175,80,0.13), 0 2px 8px rgba(0,0,0,0.07);
}
.offer-badge {
    background: #4CAF50;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 6px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.13);
}
.offer-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4CAF50 60%, #45a049 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.13);
}
.offer-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.offer-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 14px;
}
.offer-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.offer-features ul li {
    font-size: 14px;
    color: #4CAF50;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* --- Pricing Table --- */
.pricing-section {
    background: #f8f9fa;
    padding: 80px 0 60px;
}
.pricing-table-container {
    overflow-x: auto;
    margin: 40px 0;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}
.pricing-table th,
.pricing-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}
.pricing-table th {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}
.pricing-table th:first-child {
    border-top-left-radius: 15px;
}
.pricing-table th:last-child {
    border-top-right-radius: 15px;
}
.pricing-table tr:last-child td {
    border-bottom: none;
}
.pricing-table tr:hover {
    background-color: #f8f9fa;
}
.pricing-table td:first-child {
    font-weight: 600;
    color: #333;
}
.pricing-table td:not(:first-child) {
    color: #666;
}
.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
    margin-right: 8px;
}
.discounted-price {
    color: #4CAF50;
    font-weight: 600;
    font-size: 1.1em;
}
.discount-badge {
    background: #ff6b6b;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8em;
    margin-left: 8px;
    font-weight: 600;
}
.pricing-note {
    font-size: 14px;
    color: #888;
    margin-top: 18px;
    text-align: center;
}

/* --- FAQ Section --- */
.faq-section {
    background: #fff;
    padding: 80px 0 60px;
}
.faq-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.faq-section .section-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.faq-section .section-header p {
    font-size: 17px;
    color: #666;
    margin-bottom: 0;
}
.faq-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.faq-item {
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.07);
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.faq-item.active {
    box-shadow: 0 8px 24px rgba(76,175,80,0.13);
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 22px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #fff;
    border: none;
    outline: none;
    transition: background 0.3s;
}
.faq-question:hover {
    background: #e8f5e9;
}
.faq-toggle {
    margin-left: 18px;
    color: #4CAF50;
    font-size: 18px;
    transition: transform 0.3s;
}
.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #f8f9fa;
    color: #555;
    font-size: 15px;
    padding: 0 28px;
    transition: max-height 0.3s ease-out, padding 0.3s;
}
.faq-item.active .faq-answer {
    padding: 18px 28px 22px;
    max-height: 300px;
}

/* --- CTA Section --- */
.cta-section {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: #fff;
    padding: 70px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}
.cta-content p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #e0ffe0;
}
.cta-content .btn {
    background: #fff;
    color: #4CAF50;
    border: none;
    border-radius: 25px;
    padding: 12px 36px;
    font-size: 17px;
    font-weight: 700;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(76,175,80,0.13);
    cursor: pointer;
    text-decoration: none;
}
.cta-content .btn:hover {
    background: #388e3c;
    color: #fff;
}

/* --- Footer --- */
.footer {
    background: #333;
    color: #fff;
    padding: 60px 0 20px;
    margin-top: 0;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.footer-column h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4CAF50;
}
.footer-column p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #4CAF50;
}
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-column ul li {
    margin-bottom: 10px;
}
.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}
.footer-column ul li a:hover {
    color: #4CAF50;
}
.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #444;
    padding-top: 18px;
}
.footer-bottom p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.footer-bottom-links {
    display: flex;
    gap: 18px;
}
.footer-bottom-links a {
    color: #46cbff;
    text-decoration: underline;
    font-size: 15px;
    transition: color 0.3s;
}
.footer-bottom-links a:hover {
    color: #4CAF50;
}

/* --- Back to Top Button --- */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: #4CAF50;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 16px rgba(76,175,80,0.13);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, background 0.3s;
    z-index: 9999;
}
.back-to-top.active {
    opacity: 1;
    pointer-events: auto;
}
.back-to-top:hover {
    background: #388e3c;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .pricing-calculator-container, .deadline-pricing-container, .offers-container, .footer-content {
        gap: 24px;
    }
}
@media (max-width: 768px) {
    .pricing-calculator-section, .deadline-pricing-section, .special-offers-section, .pricing-section, .faq-section {
        padding: 50px 0 30px;
    }
    .pricing-calculator-container, .deadline-pricing-container, .offers-container, .footer-content {
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .pricing-calculator, .deadline-card, .offer-card {
        padding: 28px 14px 18px;
    }
    .footer-content {
        margin-bottom: 24px;
    }
    .pricing-calculator {
        padding: 24px 8px 20px 8px;
        min-width: 0;
        max-width: 100%;
    }
    .form-row {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .form-group {
        max-width: 100%;
    }
    .btn.primary-btn, .calculate-btn {
        padding: 13px 18px;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .pricing-calculator-section, .deadline-pricing-section, .special-offers-section, .pricing-section, .faq-section {
        padding: 30px 0 18px;
    }
    .pricing-calculator, .deadline-card, .offer-card {
        padding: 18px 6px 12px;
    }
    .footer-content {
        gap: 12px;
    }
    .footer-column h3 {
        font-size: 17px;
    }
    .footer-bottom-links {
        gap: 8px;
    }
}
</pre></body></html>