.spw-hero-container {
    position: relative;
    overflow: hidden;
}
.spw-hero-bg {
    width: 100%;
    display: block;
}
.spw-hero-title {
    position: absolute;
    top: 16%;
    left: 8%;
    max-width: 42%;
}
.spw-hero-title h2 {
    font-size: 40px;
    line-height: 1.2;
}
.spw-hero-title h3 {
    font-size: 22px;
    margin-top: 16px;
}
.spw-hero-title p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}
.spw-hero-icon {
    margin-top: 32px;
    display: flex;
    gap: 16px;
    justify-content: space-around;
    align-items: center;
}
.spw-hero-icon-item {
    text-align: center;
}
.spw-hero-icon-item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.spw-hero-icon-item h4 {
    color: white;
    margin-top: 16px;
    font-size: 22px;
}

/* ===== COMMON ===== */
.spw-page-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
.spw-section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.spw-section-heading h2 {
    font-size: 26px;
}

/* ===== VALUE SECTION ===== */
.spw-value-section {
    background-color: #C65A00;
    padding: 60px 0;
}
.spw-value-heading {
    text-align: center;
    margin-bottom: 48px;
}
.spw-value-heading h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.spw-value-heading h4 {
    font-size: 22px;
    opacity: 0.9;
}
.spw-value-features {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.spw-value-feature-item {
    flex: 1;
    text-align: center;
    padding: 20px 12px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
}
.spw-value-icon {
    margin-bottom: 16px;
}
.spw-value-feature-item h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.spw-value-feature-item p {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.85;
}

/* ===== SERVICES SECTION ===== */
.spw-services-section {
    padding: 64px 0;
    background-color: #ffffff;
}
.spw-services-grid {
    display: flex;
    gap: 32px;
}
.spw-service-card {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    background: #fff;
}
.spw-service-card img {
    background-color: #e8e8e8;
    width: 100%;
}
.spw-service-body {
    padding: 24px;
}
.spw-service-body h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.spw-service-body p {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
}
.spw-service-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 8px 20px;
    font-size: 13px;
}

/* ===== PROCESS SECTION ===== */
.spw-process-section {
    padding: 64px 0;
    background-color: #f5f6f8;
}
.spw-process-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}
.spw-process-step {
    flex: 1;
    text-align: center;
    padding: 28px 16px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.spw-process-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #C65A00;
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.spw-process-step h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.spw-process-step p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}
.spw-process-arrow {
    display: flex;
    align-items: center;
    padding-top: 28px;
    color: #C65A00;
    font-size: 18px;
    flex-shrink: 0;
}

/* ===== APP SECTION ===== */
.spw-app-section {
    padding: 64px 0;
    background-color: #ffffff;
}
.spw-app-row {
    display: flex;
    align-items: center;
    gap: 64px;
}
.spw-app-image {
    flex: 1;
}
.spw-app-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
    background-color: #e8e8e8;
    min-height: 300px;
    object-fit: cover;
}
.spw-app-content {
    flex: 1;
}
.spw-app-content h2 {
    font-size: 28px;
    margin-bottom: 6px;
}
.spw-app-content h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.spw-app-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-top: 16px;
}
.spw-app-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 28px;
    font-size: 15px;
}

/* ===== FOOTER ===== */
.spw-main-footer {
    background-color: #1C212D;
    padding: 48px 0 0;
}
.spw-footer-row {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.spw-footer-brand {
    flex: 2;
}
.spw-footer-logo {
    height: 48px;
    margin-bottom: 12px;
    display: block;
}
.spw-footer-brand h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.spw-footer-brand p {
    font-size: 13px;
    line-height: 1.7;
    opacity: 0.75;
}
.spw-footer-links {
    flex: 1;
}
.spw-footer-links h5 {
    font-size: 14px;
    margin-bottom: 14px;
}
.spw-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.spw-footer-links ul li {
    margin-bottom: 10px;
}
.spw-footer-links ul li a {
    font-size: 13px;
    opacity: 0.75;
    transition: opacity 0.2s;
}
.spw-footer-links ul li a:hover {
    opacity: 1;
}
.spw-footer-contact {
    flex: 1.2;
}
.spw-footer-contact h5 {
    font-size: 14px;
    margin-bottom: 14px;
}
.spw-footer-contact p {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.75;
}
.spw-footer-contact p i {
    margin-right: 8px;
    width: 14px;
}
.spw-footer-qr {
    width: 90px;
    margin-top: 14px;
    border-radius: 6px;
    border: 3px solid rgba(255,255,255,0.15);
    display: block;
}
.spw-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 18px 0;
    text-align: center;
}
.spw-footer-bottom p {
    font-size: 12px;
    opacity: 0.5;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 900px) {
    .spw-hero-title { max-width: 55%; }
    .spw-hero-title h2 { font-size: 28px; }
    .spw-hero-title h3 { font-size: 18px; }
    .spw-hero-icon { width: 70%; }
    .spw-value-features { flex-wrap: wrap; }
    .spw-value-feature-item { flex: 1 1 calc(50% - 12px); }
    .spw-services-grid { flex-direction: column; }
    .spw-process-steps { flex-wrap: wrap; justify-content: center; }
    .spw-process-arrow { display: none; }
    .spw-process-step { flex: 1 1 calc(50% - 12px); }
    .spw-app-row { flex-direction: column; gap: 32px; }
    .spw-footer-row { flex-wrap: wrap; }
    .spw-footer-brand { flex: 1 1 100%; }
}
@media screen and (max-width: 600px) {
    .spw-hero-title { max-width: 80%; top: 6%; }
    .spw-hero-title h2 { font-size: 20px; }
    .spw-hero-title h3 { font-size: 14px; }
    .spw-hero-title p { font-size: 12px; }
    .spw-hero-icon { width: 100%; }
    .spw-value-feature-item { flex: 1 1 100%; }
    .spw-process-step { flex: 1 1 100%; }
    .spw-footer-links, .spw-footer-contact { flex: 1 1 100%; }
}
