.website-dev-main {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 18%, rgba(104, 156, 255, 0.18), transparent 28%),
        radial-gradient(circle at 86% 44%, rgba(104, 156, 255, 0.12), transparent 22%),
        linear-gradient(180deg, #f9fbff 0%, #ffffff 54%, #ffffff 100%);
    color: #17233c;
}

.website-dev-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 68% 20%, rgba(255, 255, 255, 0.95), transparent 32%),
        radial-gradient(circle at 82% 36%, rgba(255, 255, 255, 0.68), transparent 24%);
    pointer-events: none;
}

.website-dev-wrap {
    width: min(1520px, calc(100vw - 20px));
    max-width: none;
    margin: 0 auto;
}

.website-dev-hero {
    position: relative;
    padding: 34px 0 20px;
}

.website-dev-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(460px, 0.94fr) minmax(620px, 1.06fr);
    align-items: center;
    gap: 34px;
    min-height: 592px;
}

.website-dev-hero-copy {
    max-width: 640px;
    padding: 22px 0 10px 6px;
}

.website-dev-title {
    display: grid;
    gap: 14px;
    margin: 0;
}

.website-dev-title-top {
    color: #0b172c;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.01em;
}

.website-dev-title-bottom {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ff7e14;
    font-size: 74px;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
}

.website-dev-title-bottom i {
    width: 58px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff8b18 0%, #ff6514 100%);
    flex: 0 0 auto;
}

.website-dev-summary {
    margin: 18px 0 0;
    color: #7a859b;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.01em;
}

.website-dev-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 32px;
}

.website-dev-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    height: 56px;
    padding: 0 30px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.website-dev-btn:hover {
    transform: translateY(-1px);
}

.website-dev-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #ff9a1f 0%, #ff7c14 52%, #ff6817 100%);
    box-shadow: 0 18px 34px rgba(255, 127, 22, 0.24);
}

.website-dev-btn-primary::after,
.website-dev-btn-secondary::after {
    content: ">";
    margin-left: 10px;
    font-size: 18px;
}

.website-dev-btn-secondary {
    color: #2e63ff;
    background: #ffffff;
    border: 2px solid rgba(62, 108, 255, 0.32);
    box-shadow: 0 14px 32px rgba(56, 103, 255, 0.08);
}

.website-dev-feature-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 38px;
}

.website-dev-feature-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 0;
}

.website-dev-feature-icon {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(244, 248, 255, 0.98) 0%, rgba(228, 239, 255, 0.98) 100%);
    border: 1px solid rgba(86, 128, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.website-dev-feature-icon::before,
.website-dev-feature-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 4px;
}

.website-dev-feature-icon.is-shield::before {
    width: 14px;
    height: 16px;
    background: linear-gradient(180deg, #4a86ff 0%, #2d62ff 100%);
    clip-path: polygon(50% 0, 100% 18%, 100% 52%, 50% 100%, 0 52%, 0 18%);
}

.website-dev-feature-icon.is-tools::before {
    width: 16px;
    height: 4px;
    background: #2f68ff;
    transform: rotate(45deg);
}

.website-dev-feature-icon.is-tools::after {
    width: 16px;
    height: 4px;
    background: #2f68ff;
    transform: rotate(-45deg);
}

.website-dev-feature-icon.is-code::before {
    width: 16px;
    height: 14px;
    border: 2px solid #2f68ff;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    background: transparent;
}

.website-dev-feature-icon.is-code::after {
    width: 4px;
    height: 16px;
    background: #2f68ff;
    transform: rotate(20deg);
}

.website-dev-feature-icon.is-support::before {
    width: 14px;
    height: 12px;
    border: 2px solid #2f68ff;
    border-radius: 50%;
    background: transparent;
    top: -3px;
}

.website-dev-feature-icon.is-support::after {
    width: 14px;
    height: 6px;
    border: 2px solid #2f68ff;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    top: 12px;
    background: transparent;
}

.website-dev-feature-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.website-dev-feature-copy strong {
    color: #20304f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.website-dev-feature-copy em {
    color: #91a0ba;
    font-size: 12px;
    font-style: normal;
    line-height: 1.35;
    white-space: nowrap;
}

.website-dev-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 548px;
    padding: 0;
}

.website-dev-visual-image-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    height: 520px;
}

.website-dev-visual-image-slot {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.website-dev-visual-image-slot img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.website-dev-services {
    position: relative;
    z-index: 1;
    padding: 10px 0 52px;
}

.website-dev-service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.website-dev-service-card {
    min-height: 242px;
    padding: 30px 26px 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 40px rgba(73, 108, 184, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.website-dev-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    margin: 0 auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.website-dev-service-icon-slot,
.website-dev-service-icon-slot img {
    display: block;
    width: 100%;
    height: 100%;
}

.website-dev-service-icon-slot img {
    object-fit: contain;
    object-position: center;
}

.website-dev-service-card h2 {
    margin: 22px 0 10px;
    color: #1d2b49;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.website-dev-service-card p {
    margin: 0;
    color: #7c889d;
    font-size: 14px;
    line-height: 1.8;
}

.website-dev-service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #3567ff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.website-dev-service-card a::after {
    content: ">";
    font-size: 14px;
}

.website-dev-section {
    position: relative;
    z-index: 1;
    padding: 18px 0 0;
}

.website-dev-section-head {
    margin-bottom: 28px;
    text-align: center;
}

.website-dev-section-head h2 {
    margin: 0;
    color: #111a2c;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
}

.website-dev-section-head p {
    margin: 10px 0 0;
    color: #98a1b3;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.website-dev-section-advantages {
    padding-top: 34px;
}

.website-dev-advantage-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.website-dev-advantage-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 122px;
    padding: 22px 22px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(219, 228, 245, 0.72);
    box-shadow: 0 12px 34px rgba(83, 112, 181, 0.07);
}

.website-dev-advantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 0;
    flex: 0 0 auto;
}

.website-dev-advantage-icon img,
.website-dev-capability-icon img,
.website-dev-scene-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.website-dev-advantage-copy h3,
.website-dev-capability-card h3,
.website-dev-scene-card h3,
.website-dev-process-head h3 {
    margin: 0;
    color: #1d2b49;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.website-dev-advantage-copy p,
.website-dev-capability-card p,
.website-dev-scene-card p {
    margin: 8px 0 0;
    color: #7d8799;
    font-size: 13px;
    line-height: 1.72;
}

.website-dev-section-capabilities,
.website-dev-section-packages,
.website-dev-section-scenes,
.website-dev-section-process,
.website-dev-section-cta {
    padding-top: 56px;
}

.website-dev-capability-grid,
.website-dev-scene-grid,
.website-dev-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.website-dev-capability-grid {
    gap: 18px;
}

.website-dev-capability-card {
    min-height: 176px;
    padding: 26px 18px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(219, 228, 245, 0.72);
    box-shadow: 0 12px 34px rgba(83, 112, 181, 0.07);
    text-align: center;
}

.website-dev-capability-icon,
.website-dev-scene-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 0;
    margin-bottom: 18px;
    background: transparent;
}

.website-dev-package-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.website-dev-package-card {
    position: relative;
    min-height: 0;
    padding: 18px 22px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(218, 228, 245, 0.78);
    box-shadow: 0 14px 38px rgba(76, 105, 170, 0.07);
}

.website-dev-package-card.is-featured {
    border: 2px solid rgba(255, 131, 30, 0.78);
    box-shadow: 0 20px 42px rgba(255, 139, 41, 0.14);
}

.website-dev-package-badge {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 22px 0 18px 0;
    background: linear-gradient(135deg, #ffad2a 0%, #ff6f12 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.website-dev-package-head {
    text-align: center;
}

.website-dev-package-head h3 {
    margin: 0;
    color: #1a2236;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.website-dev-package-head p {
    margin: 8px 0 0;
    color: #8f97a7;
    font-size: 13px;
    line-height: 1.55;
}

.website-dev-package-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    margin-top: 14px;
}

.website-dev-package-price strong {
    color: #2f67ff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.website-dev-package-card.is-featured .website-dev-package-price strong,
.website-dev-package-card.is-featured .website-dev-package-price span {
    color: #ff6f12;
}

.website-dev-package-price span {
    margin-bottom: 2px;
    color: #2f67ff;
    font-size: 13px;
    font-weight: 700;
}

.website-dev-package-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.website-dev-package-list li {
    position: relative;
    padding-left: 20px;
    color: #4f596c;
    font-size: 14px;
    line-height: 1.75;
}

.website-dev-package-list li + li {
    margin-top: 3px;
}

.website-dev-package-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #2f67ff;
    border-bottom: 2px solid #2f67ff;
    transform: rotate(-45deg);
}

.website-dev-package-card.is-featured .website-dev-package-list li::before {
    border-left-color: #ff7b19;
    border-bottom-color: #ff7b19;
}

.website-dev-package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-top: 18px;
    border-radius: 999px;
    border: 2px solid rgba(64, 108, 255, 0.34);
    color: #2f67ff;
    background: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.website-dev-package-card.is-featured .website-dev-package-btn {
    border-color: transparent;
    color: #ffffff;
    background: linear-gradient(135deg, #ff961f 0%, #ff7115 100%);
}

.website-dev-scene-grid {
    gap: 16px;
}

.website-dev-scene-card {
    min-height: 166px;
    padding: 18px 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(221, 229, 245, 0.76);
    box-shadow: 0 12px 34px rgba(78, 104, 171, 0.07);
    text-align: center;
}

.website-dev-process-grid {
    gap: 14px;
}

.website-dev-process-card {
    position: relative;
    min-height: 128px;
    padding: 18px 16px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.96) 100%);
    border: 1px solid rgba(215, 228, 250, 0.88);
    box-shadow: 0 10px 28px rgba(78, 104, 171, 0.06);
}

.website-dev-process-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.website-dev-process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    background: linear-gradient(180deg, #3f82ff 0%, #2e67ff 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.website-dev-process-card p {
    margin: 14px 0 0;
    color: #738197;
    font-size: 13px;
    line-height: 1.72;
}

.website-dev-cta-banner {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 320px;
    align-items: center;
    gap: 20px;
    min-height: 136px;
    margin-bottom: 64px;
    padding: 20px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #2169ff 0%, #2f7dff 48%, #3d8cff 100%);
    box-shadow: 0 24px 44px rgba(55, 110, 255, 0.2);
}

.website-dev-cta-visual {
    display: flex;
    justify-content: flex-start;
}

.website-dev-cta-visual-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 96px;
}

.website-dev-cta-visual-slot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.website-dev-cta-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
}

.website-dev-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.website-dev-cta-points li {
    position: relative;
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.website-dev-cta-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffd162;
}

.website-dev-cta-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.website-dev-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.website-dev-cta-btn.is-light {
    color: #2f67ff;
    background: #ffffff;
}

.website-dev-cta-btn.is-orange {
    color: #ffffff;
    background: linear-gradient(135deg, #ffae22 0%, #ff7b15 100%);
    box-shadow: 0 16px 30px rgba(255, 143, 39, 0.28);
}

@media (max-width: 1240px) {
    .website-dev-hero-layout {
        grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
        gap: 20px;
    }

    .website-dev-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .website-dev-advantage-grid,
    .website-dev-capability-grid,
    .website-dev-scene-grid,
    .website-dev-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .website-dev-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-dev-cta-banner {
        grid-template-columns: 176px minmax(0, 1fr) 284px;
        gap: 16px;
    }
}

@media (max-width: 980px) {
    .website-dev-hero-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .website-dev-hero-copy {
        max-width: none;
        padding-left: 0;
    }

    .website-dev-feature-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-dev-hero-visual {
        min-height: 360px;
    }

    .website-dev-visual-image-frame {
        height: 360px;
    }

    .website-dev-cta-banner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .website-dev-cta-visual,
    .website-dev-cta-actions,
    .website-dev-cta-points {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .website-dev-wrap {
        width: min(100% - 24px, 560px);
    }

    .website-dev-title-bottom {
        font-size: 48px;
    }

    .website-dev-summary {
        font-size: 15px;
    }

    .website-dev-actions,
    .website-dev-feature-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .website-dev-btn {
        width: 100%;
    }

    .website-dev-service-grid,
    .website-dev-advantage-grid,
    .website-dev-capability-grid,
    .website-dev-package-grid,
    .website-dev-scene-grid,
    .website-dev-process-grid {
        grid-template-columns: 1fr;
    }

    .website-dev-service-card,
    .website-dev-capability-card,
    .website-dev-scene-card,
    .website-dev-package-card,
    .website-dev-process-card {
        border-radius: 18px;
    }

    .website-dev-advantage-card {
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 18px;
    }
}
