{"id":1705,"date":"2021-06-13T15:44:52","date_gmt":"2021-06-13T13:44:52","guid":{"rendered":"https:\/\/webbingstone.com\/service\/brand-identity\/"},"modified":"2026-01-18T21:19:16","modified_gmt":"2026-01-18T19:19:16","slug":"brand-identity","status":"publish","type":"portfolio","link":"https:\/\/webbingstone.com\/zh-hans\/service\/brand-identity\/","title":{"rendered":"\u54c1\u724c\u8bc6\u522b"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1705\" class=\"elementor elementor-1705 elementor-663\" data-elementor-post-type=\"portfolio\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0960b0 e-con-full e-flex e-con e-parent\" data-id=\"b0960b0\" data-element_type=\"container\" data-e-type=\"container\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-d808273 elementor-widget elementor-widget-html\" data-id=\"d808273\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- GSAP CDN Scripts -->\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/gsap.min.js\"><\/script>\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/ScrollTrigger.min.js\"><\/script>\r\n\r\n<style>\r\n    .brand-identity-page * {\r\n        margin: 0;\r\n        padding: 0;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    .brand-identity-page {\r\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n        background: linear-gradient(135deg, #0a0118 0%, #1a0a2e 50%, #16213e 100%);\r\n        color: #ffffff;\r\n        overflow-x: hidden;\r\n    }\r\n\r\n    \/* Hero Section *\/\r\n    .brand-identity-page .hero {\r\n        min-height: 100vh;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        position: relative;\r\n        overflow: hidden;\r\n        padding: 80px 20px;\r\n    }\r\n\r\n    .brand-identity-page .hero::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: -50%;\r\n        left: -50%;\r\n        width: 200%;\r\n        height: 200%;\r\n        background: radial-gradient(circle at center, rgba(68, 39, 100, 0.3) 0%, transparent 70%);\r\n        animation: rotate 20s linear infinite;\r\n    }\r\n\r\n    @keyframes rotate {\r\n        from { transform: rotate(0deg); }\r\n        to { transform: rotate(360deg); }\r\n    }\r\n\r\n    .brand-identity-page .hero-content {\r\n        max-width: 1200px;\r\n        text-align: center;\r\n        position: relative;\r\n        z-index: 2;\r\n    }\r\n\r\n    .brand-identity-page .hero h1 {\r\n        font-size: clamp(2.5rem, 6vw, 5rem);\r\n        font-weight: 800;\r\n        margin-bottom: 30px;\r\n        background: linear-gradient(135deg, #ffffff 0%, #EE5946 50%, #442764 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        line-height: 1.2;\r\n        opacity: 0;\r\n        transform: translateY(50px);\r\n    }\r\n\r\n    .brand-identity-page .hero-subtitle {\r\n        font-size: clamp(1.2rem, 2.5vw, 1.8rem);\r\n        color: rgba(255, 255, 255, 0.8);\r\n        margin-bottom: 50px;\r\n        max-width: 800px;\r\n        margin-left: auto;\r\n        margin-right: auto;\r\n        opacity: 0;\r\n        transform: translateY(50px);\r\n    }\r\n\r\n    .brand-identity-page .hero-cta {\r\n        display: inline-flex;\r\n        gap: 20px;\r\n        flex-wrap: wrap;\r\n        justify-content: center;\r\n        opacity: 0;\r\n        transform: translateY(50px);\r\n    }\r\n\r\n    .brand-identity-page .btn {\r\n        padding: 18px 45px;\r\n        font-size: 1.1rem;\r\n        font-weight: 600;\r\n        border: none;\r\n        border-radius: 50px;\r\n        cursor: pointer;\r\n        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        text-decoration: none;\r\n        display: inline-block;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .brand-identity-page .btn-primary {\r\n        background: linear-gradient(135deg, #EE5946 0%, #442764 100%);\r\n        color: white;\r\n        box-shadow: 0 10px 30px rgba(238, 89, 70, 0.3);\r\n    }\r\n\r\n    .brand-identity-page .btn-primary:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 15px 40px rgba(238, 89, 70, 0.5);\r\n    }\r\n\r\n    .brand-identity-page .btn-secondary {\r\n        background: rgba(255, 255, 255, 0.1);\r\n        color: white;\r\n        backdrop-filter: blur(10px);\r\n        border: 1px solid rgba(255, 255, 255, 0.2);\r\n    }\r\n\r\n    .brand-identity-page .btn-secondary:hover {\r\n        background: rgba(255, 255, 255, 0.2);\r\n        transform: translateY(-3px);\r\n    }\r\n\r\n    \/* Floating Elements *\/\r\n    .brand-identity-page .floating-element {\r\n        position: absolute;\r\n        border-radius: 50%;\r\n        background: radial-gradient(circle, rgba(238, 89, 70, 0.3), rgba(68, 39, 100, 0.3));\r\n        filter: blur(40px);\r\n        animation: float 6s ease-in-out infinite;\r\n    }\r\n\r\n    .brand-identity-page .floating-element:nth-child(1) {\r\n        width: 300px;\r\n        height: 300px;\r\n        top: 10%;\r\n        left: 10%;\r\n        animation-delay: 0s;\r\n    }\r\n\r\n    .brand-identity-page .floating-element:nth-child(2) {\r\n        width: 250px;\r\n        height: 250px;\r\n        bottom: 15%;\r\n        right: 15%;\r\n        animation-delay: 2s;\r\n    }\r\n\r\n    @keyframes float {\r\n        0%, 100% { transform: translateY(0px); }\r\n        50% { transform: translateY(-30px); }\r\n    }\r\n\r\n    \/* Services Section *\/\r\n    .brand-identity-page .services-section {\r\n        padding: 120px 20px;\r\n        position: relative;\r\n    }\r\n\r\n    .brand-identity-page .container {\r\n        max-width: 1200px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .brand-identity-page .section-header {\r\n        text-align: center;\r\n        margin-bottom: 80px;\r\n    }\r\n\r\n    .brand-identity-page .section-label {\r\n        display: inline-block;\r\n        padding: 10px 25px;\r\n        background: rgba(238, 89, 70, 0.1);\r\n        border: 1px solid rgba(238, 89, 70, 0.3);\r\n        border-radius: 50px;\r\n        color: #EE5946;\r\n        font-weight: 600;\r\n        font-size: 0.9rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2px;\r\n        margin-bottom: 20px;\r\n        opacity: 0;\r\n    }\r\n\r\n    .brand-identity-page .section-title {\r\n        font-size: clamp(2rem, 4vw, 3.5rem);\r\n        font-weight: 800;\r\n        margin-bottom: 20px;\r\n        background: linear-gradient(135deg, #ffffff 0%, #EE5946 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        opacity: 0;\r\n    }\r\n\r\n    .brand-identity-page .section-description {\r\n        font-size: 1.2rem;\r\n        color: rgba(255, 255, 255, 0.7);\r\n        max-width: 700px;\r\n        margin: 0 auto;\r\n        line-height: 1.8;\r\n        opacity: 0;\r\n    }\r\n\r\n    \/* Service Cards Grid *\/\r\n    .brand-identity-page .services-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n        gap: 30px;\r\n        margin-top: 60px;\r\n    }\r\n\r\n    .brand-identity-page .service-card {\r\n        background: rgba(255, 255, 255, 0.05);\r\n        backdrop-filter: blur(20px);\r\n        border: 1px solid rgba(255, 255, 255, 0.1);\r\n        border-radius: 24px;\r\n        padding: 40px;\r\n        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n        position: relative;\r\n        overflow: hidden;\r\n        opacity: 0;\r\n        transform: translateY(50px);\r\n    }\r\n\r\n    .brand-identity-page .service-card::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        right: 0;\r\n        height: 4px;\r\n        background: linear-gradient(90deg, #EE5946 0%, #442764 100%);\r\n        transform: scaleX(0);\r\n        transform-origin: left;\r\n        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\r\n    }\r\n\r\n    .brand-identity-page .service-card:hover::before {\r\n        transform: scaleX(1);\r\n    }\r\n\r\n    .brand-identity-page .service-card:hover {\r\n        transform: translateY(-10px);\r\n        border-color: rgba(238, 89, 70, 0.3);\r\n        background: rgba(255, 255, 255, 0.08);\r\n        box-shadow: 0 20px 60px rgba(238, 89, 70, 0.2);\r\n    }\r\n\r\n    .brand-identity-page .service-icon {\r\n        width: 70px;\r\n        height: 70px;\r\n        background: linear-gradient(135deg, rgba(238, 89, 70, 0.2), rgba(68, 39, 100, 0.2));\r\n        border-radius: 16px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-size: 2rem;\r\n        margin-bottom: 25px;\r\n        transition: all 0.4s ease;\r\n    }\r\n\r\n    .brand-identity-page .service-card:hover .service-icon {\r\n        transform: scale(1.1) rotate(5deg);\r\n        background: linear-gradient(135deg, rgba(238, 89, 70, 0.3), rgba(68, 39, 100, 0.3));\r\n    }\r\n\r\n    .brand-identity-page .service-card h3 {\r\n        font-size: 1.5rem;\r\n        margin-bottom: 15px;\r\n        color: #ffffff;\r\n    }\r\n\r\n    .brand-identity-page .service-card p {\r\n        color: rgba(255, 255, 255, 0.7);\r\n        line-height: 1.7;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    \/* Process Section *\/\r\n    .brand-identity-page .process-section {\r\n        padding: 120px 20px;\r\n        background: linear-gradient(180deg, transparent 0%, rgba(68, 39, 100, 0.1) 100%);\r\n    }\r\n\r\n    .brand-identity-page .process-timeline {\r\n        position: relative;\r\n        max-width: 900px;\r\n        margin: 80px auto 0;\r\n    }\r\n\r\n    .brand-identity-page .process-step {\r\n        display: flex;\r\n        gap: 40px;\r\n        margin-bottom: 60px;\r\n        position: relative;\r\n        opacity: 0;\r\n        transform: translateX(-50px);\r\n    }\r\n\r\n    .brand-identity-page .process-step:nth-child(even) {\r\n        flex-direction: row-reverse;\r\n        transform: translateX(50px);\r\n    }\r\n\r\n    .brand-identity-page .process-number {\r\n        min-width: 80px;\r\n        height: 80px;\r\n        background: linear-gradient(135deg, #EE5946 0%, #442764 100%);\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        font-size: 2rem;\r\n        font-weight: 800;\r\n        box-shadow: 0 10px 30px rgba(238, 89, 70, 0.3);\r\n        position: relative;\r\n        z-index: 2;\r\n    }\r\n\r\n    .brand-identity-page .process-content {\r\n        flex: 1;\r\n        background: rgba(255, 255, 255, 0.05);\r\n        backdrop-filter: blur(20px);\r\n        border: 1px solid rgba(255, 255, 255, 0.1);\r\n        border-radius: 20px;\r\n        padding: 30px;\r\n    }\r\n\r\n    .brand-identity-page .process-content h3 {\r\n        font-size: 1.6rem;\r\n        margin-bottom: 12px;\r\n        color: #EE5946;\r\n    }\r\n\r\n    .brand-identity-page .process-content p {\r\n        color: rgba(255, 255, 255, 0.7);\r\n        line-height: 1.7;\r\n    }\r\n\r\n    \/* Features Grid *\/\r\n    .brand-identity-page .features-section {\r\n        padding: 120px 20px;\r\n    }\r\n\r\n    .brand-identity-page .features-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n        gap: 30px;\r\n        margin-top: 60px;\r\n    }\r\n\r\n    .brand-identity-page .feature-item {\r\n        text-align: center;\r\n        padding: 30px;\r\n        opacity: 0;\r\n        transform: scale(0.8);\r\n    }\r\n\r\n    .brand-identity-page .feature-item-icon {\r\n        font-size: 3rem;\r\n        margin-bottom: 20px;\r\n        display: inline-block;\r\n    }\r\n\r\n    .brand-identity-page .feature-item h4 {\r\n        font-size: 1.3rem;\r\n        margin-bottom: 12px;\r\n        color: #ffffff;\r\n    }\r\n\r\n    .brand-identity-page .feature-item p {\r\n        color: rgba(255, 255, 255, 0.7);\r\n        line-height: 1.6;\r\n    }\r\n\r\n    \/* CTA Section *\/\r\n    .brand-identity-page .cta-section {\r\n        padding: 120px 20px;\r\n        text-align: center;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .brand-identity-page .cta-content {\r\n        max-width: 800px;\r\n        margin: 0 auto;\r\n        position: relative;\r\n        z-index: 2;\r\n        background: rgba(255, 255, 255, 0.05);\r\n        backdrop-filter: blur(20px);\r\n        border: 1px solid rgba(255, 255, 255, 0.1);\r\n        border-radius: 30px;\r\n        padding: 80px 40px;\r\n        opacity: 0;\r\n        transform: translateY(50px);\r\n    }\r\n\r\n    .brand-identity-page .cta-content h2 {\r\n        font-size: clamp(2rem, 4vw, 3rem);\r\n        margin-bottom: 20px;\r\n        background: linear-gradient(135deg, #ffffff 0%, #EE5946 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n    }\r\n\r\n    .brand-identity-page .cta-content p {\r\n        font-size: 1.2rem;\r\n        color: rgba(255, 255, 255, 0.7);\r\n        margin-bottom: 40px;\r\n        line-height: 1.8;\r\n    }\r\n\r\n    \/* Stats Section *\/\r\n    .brand-identity-page .stats-section {\r\n        padding: 80px 20px;\r\n        background: rgba(68, 39, 100, 0.1);\r\n    }\r\n\r\n    .brand-identity-page .stats-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n        gap: 40px;\r\n        max-width: 1000px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .brand-identity-page .stat-item {\r\n        text-align: center;\r\n        opacity: 0;\r\n        transform: translateY(30px);\r\n    }\r\n\r\n    .brand-identity-page .stat-number {\r\n        font-size: 3.5rem;\r\n        font-weight: 800;\r\n        background: linear-gradient(135deg, #EE5946 0%, #442764 100%);\r\n        -webkit-background-clip: text;\r\n        -webkit-text-fill-color: transparent;\r\n        background-clip: text;\r\n        margin-bottom: 10px;\r\n        display: inline-block;\r\n        line-height: 1.3;\r\n        padding: 5px 0;\r\n    }\r\n\r\n    .brand-identity-page .stat-label {\r\n        color: rgba(255, 255, 255, 0.7);\r\n        font-size: 1.1rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n\r\n    \/* Responsive *\/\r\n    @media (max-width: 768px) {\r\n        .brand-identity-page .hero {\r\n            padding: 60px 20px;\r\n        }\r\n\r\n        .brand-identity-page .services-section,\r\n        .brand-identity-page .process-section,\r\n        .brand-identity-page .features-section,\r\n        .brand-identity-page .cta-section {\r\n            padding: 80px 20px;\r\n        }\r\n\r\n        .brand-identity-page .services-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n\r\n        .brand-identity-page .process-step,\r\n        .brand-identity-page .process-step:nth-child(even) {\r\n            flex-direction: column;\r\n            gap: 20px;\r\n            transform: translateX(0);\r\n        }\r\n\r\n        .brand-identity-page .process-number {\r\n            min-width: 60px;\r\n            height: 60px;\r\n            font-size: 1.5rem;\r\n        }\r\n\r\n        .brand-identity-page .cta-content {\r\n            padding: 50px 30px;\r\n        }\r\n\r\n        .brand-identity-page .hero-cta {\r\n            flex-direction: column;\r\n            align-items: center;\r\n        }\r\n\r\n        .brand-identity-page .btn {\r\n            width: 100%;\r\n            max-width: 300px;\r\n        }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n        .brand-identity-page .service-card {\r\n            padding: 30px 20px;\r\n        }\r\n\r\n        .brand-identity-page .features-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n\r\n        .brand-identity-page .stats-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 30px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<!-- Brand Identity Page Content -->\r\n<div class=\"brand-identity-page\">\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"floating-element\"><\/div>\r\n        <div class=\"floating-element\"><\/div>\r\n        \r\n        <div class=\"hero-content\">\r\n            <h1>\u8bb2\u8ff0\u60a8\u6545\u4e8b\u7684\u54c1\u724c\u5f62\u8c61<\/h1>\r\n            <p class=\"hero-subtitle\">\r\n                \u6211\u4eec\u6253\u9020\u72ec\u7279\u7684\u54c1\u724c\u5f62\u8c61\uff0c\u6355\u6349\u60a8\u7684\u672c\u8d28\uff0c\u4e0e\u60a8\u7684\u53d7\u4f17\u5efa\u7acb\u8054\u7cfb\uff0c\r\n                \u8ba9\u60a8\u5728\u6570\u5b57\u5316\u9886\u57df\u8131\u9896\u800c\u51fa\u3002\r\n            <\/p>\r\n            <div class=\"hero-cta\">\r\n                <a href=\"#contact\" class=\"btn btn-primary\">\u5f00\u542f\u60a8\u7684\u54c1\u724c\u4e4b\u65c5<\/a>\r\n                <a href=\"#services\" class=\"btn btn-secondary\">\u63a2\u7d22\u6211\u4eec\u7684\u670d\u52a1<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Section -->\r\n    <section class=\"services-section\" id=\"services\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <span class=\"section-label\">\u6211\u4eec\u7684\u670d\u52a1<\/span>\r\n                <h2 class=\"section-title\">\u5168\u9762\u7684\u54c1\u724c\u5f62\u8c61\u670d\u52a1<\/h2>\r\n                <p class=\"section-description\">\r\n                    \u4ece\u6218\u7565\u5b9a\u4f4d\u5230\u89c6\u89c9\u6267\u884c\uff0c\u6211\u4eec\u63d0\u4f9b\u7aef\u5230\u7aef\u7684\u54c1\u724c\u5f62\u8c61\r\n                    \u89e3\u51b3\u65b9\u6848\uff0c\u4e0e\u60a8\u7684\u76ee\u6807\u53d7\u4f17\u4ea7\u751f\u5171\u9e23\u3002\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"services-grid\">\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\ud83c\udfa8<\/div>\r\n                    <h3>\u6807\u5fd7\u8bbe\u8ba1<\/h3>\r\n                    <p>\r\n                        \u521b\u5efa\u4e00\u4e2a\u4ee4\u4eba\u96be\u5fd8\u7684\u89c6\u89c9\u6807\u8bc6\uff0c\u6210\u4e3a\u60a8\u54c1\u724c\u7684\u4ee3\u540d\u8bcd\u3002\r\n                        \u6211\u4eec\u8bbe\u8ba1\u6c38\u6052\u3001\u591a\u7528\u9014\u4e14\u5bcc\u6709\u610f\u4e49\u7684\u6807\u5fd7\u3002\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\ud83d\udcda<\/div>\r\n                    <h3>\u54c1\u724c\u6307\u5357<\/h3>\r\n                    <p>\r\n                        \u5168\u9762\u7684\u54c1\u724c\u624b\u518c\uff0c\u786e\u4fdd\u6240\u6709\u63a5\u89e6\u70b9\u7684\u4e00\u81f4\u6027\u3002\r\n                        \u4ece\u6392\u7248\u5230\u8272\u5f69\u65b9\u6848\uff0c\u6211\u4eec\u5b9a\u4e49\u6bcf\u4e00\u4e2a\u7ec6\u8282\u3002\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\ud83d\udcbc<\/div>\r\n                    <h3>\u5546\u52a1\u5ba3\u4f20\u54c1<\/h3>\r\n                    <p>\r\n                        \u4e13\u4e1a\u7684\u540d\u7247\u3001\u4fe1\u7eb8\u548c\u6587\u5177\uff0c\u7559\u4e0b\r\n                        \u6301\u4e45\u5370\u8c61\u5e76\u5f3a\u5316\u60a8\u7684\u54c1\u724c\u5f62\u8c61\u3002\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\ud83c\udfaf<\/div>\r\n                    <h3>\u54c1\u724c\u6218\u7565<\/h3>\r\n                    <p>\r\n                        \u6218\u7565\u5b9a\u4f4d\uff0c\u5b9a\u4e49\u60a8\u7684\u72ec\u7279\u4ef7\u503c\u4e3b\u5f20\uff0c\r\n                        \u4e0e\u76ee\u6807\u53d7\u4f17\u5efa\u7acb\u60c5\u611f\u8054\u7cfb\u3002\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\ud83d\uddbc\ufe0f<\/div>\r\n                    <h3>\u89c6\u89c9\u8bc6\u522b\u7cfb\u7edf<\/h3>\r\n                    <p>\r\n                        \u5b8c\u6574\u7684\u89c6\u89c9\u8bed\u8a00\uff0c\u5305\u62ec\u56fe\u6848\u3001\u56fe\u6807\u3001\u56fe\u50cf\u98ce\u683c\r\n                        \u548c\u56fe\u5f62\u5143\u7d20\uff0c\u8ba9\u60a8\u7684\u54c1\u724c\u6829\u6829\u5982\u751f\u3002\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"service-card\">\r\n                    <div class=\"service-icon\">\ud83d\udcf1<\/div>\r\n                    <h3>\u6570\u5b57\u54c1\u724c\u8d44\u4ea7<\/h3>\r\n                    <p>\r\n                        \u4e3a\u6570\u5b57\u5e73\u53f0\u4f18\u5316\u7684\u54c1\u724c\u8d44\u4ea7\uff0c\u5305\u62ec\u793e\u4ea4\u5a92\u4f53\u3001\r\n                        \u7f51\u7ad9\u548c\u79fb\u52a8\u5e94\u7528\u7a0b\u5e8f\u3002\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Stats Section -->\r\n    <section class=\"stats-section\">\r\n        <div class=\"stats-grid\">\r\n            <div class=\"stat-item\">\r\n                <span class=\"stat-number\" data-target=\"200\">0<\/span>\r\n                <span class=\"stat-label\">\u5df2\u5b8c\u6210\u9879\u76ee<\/span>\r\n            <\/div>\r\n            <div class=\"stat-item\">\r\n                <span class=\"stat-number\" data-target=\"98\">0<\/span>\r\n                <span class=\"stat-label\">% \u5ba2\u6237\u6ee1\u610f\u5ea6<\/span>\r\n            <\/div>\r\n            <div class=\"stat-item\">\r\n                <span class=\"stat-number\" data-target=\"10\">0<\/span>\r\n                <span class=\"stat-label\">\u5e74\u7ecf\u9a8c<\/span>\r\n            <\/div>\r\n            <div class=\"stat-item\">\r\n                <span class=\"stat-number\" data-target=\"25\">0<\/span>\r\n                <span class=\"stat-label\">\u670d\u52a1\u56fd\u5bb6<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Process Section -->\r\n    <section class=\"process-section\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <span class=\"section-label\">\u6211\u4eec\u7684\u6d41\u7a0b<\/span>\r\n                <h2 class=\"section-title\">\u6211\u4eec\u5982\u4f55\u6253\u9020\u60a8\u7684\u54c1\u724c<\/h2>\r\n                <p class=\"section-description\">\r\n                    \u7ecf\u8fc7\u9a8c\u8bc1\u7684\u65b9\u6cd5\uff0c\u5c06\u60a8\u7684\u613f\u666f\u8f6c\u5316\u4e3a\u5f3a\u5927\u7684\u54c1\u724c\u5f62\u8c61\u3002\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"process-timeline\">\r\n                <div class=\"process-step\">\r\n                    <div class=\"process-number\">01<\/div>\r\n                    <div class=\"process-content\">\r\n                        <h3>\u53d1\u73b0\u4e0e\u7814\u7a76<\/h3>\r\n                        <p>\r\n                            \u6211\u4eec\u6df1\u5165\u4e86\u89e3\u60a8\u7684\u4e1a\u52a1\u3001\u884c\u4e1a\u3001\u7ade\u4e89\u5bf9\u624b\u548c\u76ee\u6807\r\n                            \u53d7\u4f17\uff0c\u4ee5\u53d1\u73b0\u5dee\u5f02\u5316\u7684\u72ec\u7279\u673a\u4f1a\u3002\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"process-step\">\r\n                    <div class=\"process-number\">02<\/div>\r\n                    <div class=\"process-content\">\r\n                        <h3>\u6218\u7565\u5236\u5b9a<\/h3>\r\n                        <p>\r\n                            \u5b9a\u4e49\u60a8\u7684\u54c1\u724c\u5b9a\u4f4d\u3001\u4e2a\u6027\u3001\u4ef7\u503c\u89c2\u548c\u4fe1\u606f\u6846\u67b6\uff0c\r\n                            \u6307\u5bfc\u6240\u6709\u521b\u610f\u51b3\u7b56\u3002\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"process-step\">\r\n                    <div class=\"process-number\">03<\/div>\r\n                    <div class=\"process-content\">\r\n                        <h3>\u521b\u610f\u63a2\u7d22<\/h3>\r\n                        <p>\r\n                            \u63a2\u7d22\u591a\u4e2a\u8bbe\u8ba1\u65b9\u5411\uff0c\u6d4b\u8bd5\u4e0d\u540c\u7684\u89c6\u89c9\u65b9\u6cd5\uff0c\r\n                            \u786e\u4fdd\u6982\u5ff5\u4e0e\u60a8\u7684\u54c1\u724c\u6218\u7565\u4e00\u81f4\u3002\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"process-step\">\r\n                    <div class=\"process-number\">04<\/div>\r\n                    <div class=\"process-content\">\r\n                        <h3>\u5b8c\u5584\u4e0e\u5f00\u53d1<\/h3>\r\n                        <p>\r\n                            \u5b8c\u5584\u6240\u9009\u65b9\u5411\uff0c\u521b\u5efa\u5b8c\u6574\u7684\u89c6\u89c9\u8bc6\u522b\u7cfb\u7edf\uff0c\r\n                            \u5305\u542b\u6240\u6709\u5fc5\u8981\u7684\u54c1\u724c\u8d44\u4ea7\u548c\u6307\u5357\u3002\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"process-step\">\r\n                    <div class=\"process-number\">05<\/div>\r\n                    <div class=\"process-content\">\r\n                        <h3>\u4ea4\u4ed8\u4e0e\u652f\u6301<\/h3>\r\n                        <p>\r\n                            \u5168\u9762\u7684\u54c1\u724c\u5957\u9910\u4ea4\u4ed8\uff0c\u6301\u7eed\u652f\u6301\u786e\u4fdd\u5728\r\n                            \u6240\u6709\u63a5\u89e6\u70b9\u6210\u529f\u5b9e\u65bd\u3002\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Features Section -->\r\n    <section class=\"features-section\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <span class=\"section-label\">\u4e3a\u4ec0\u4e48\u9009\u62e9\u6211\u4eec<\/span>\r\n                <h2 class=\"section-title\">\u6211\u4eec\u7684\u4e0e\u4f17\u4e0d\u540c<\/h2>\r\n                <p class=\"section-description\">\r\n                    \u7ecf\u9a8c\u3001\u4e13\u4e1a\u77e5\u8bc6\uff0c\u4ee5\u53ca\u5bf9\u6bcf\u4e2a\u9879\u76ee\u8ffd\u6c42\u5353\u8d8a\u7684\u627f\u8bfa\u3002\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"features-grid\">\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-item-icon\">\u26a1<\/div>\r\n                    <h4>\u5feb\u901f\u4ea4\u4ed8<\/h4>\r\n                    <p>\u9ad8\u6548\u6d41\u7a0b\uff0c\u4e0d\u5f71\u54cd\u8d28\u91cf<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-item-icon\">\ud83c\udf93<\/div>\r\n                    <h4>\u4e13\u5bb6\u56e2\u961f<\/h4>\r\n                    <p>\u83b7\u5956\u8bbe\u8ba1\u5e08\u548c\u6218\u7565\u5bb6<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-item-icon\">\u267e\ufe0f<\/div>\r\n                    <h4>\u65e0\u9650\u4fee\u6539<\/h4>\r\n                    <p>\u76f4\u5230\u60a8\u5b8c\u5168\u6ee1\u610f<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-item\">\r\n                    <div class=\"feature-item-icon\">\ud83c\udf0d<\/div>\r\n                    <h4>\u5168\u7403\u89c6\u91ce<\/h4>\r\n                    <p>\u8de8\u591a\u5143\u5e02\u573a\u7684\u7ecf\u9a8c<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- CTA Section -->\r\n    <section class=\"cta-section\" id=\"contact\">\r\n        <div class=\"container\">\r\n            <div class=\"cta-content\">\r\n                <h2>\u51c6\u5907\u597d\u6253\u9020\u60a8\u7684\u54c1\u724c\u4e86\u5417\uff1f<\/h2>\r\n                <p>\r\n                    \u8ba9\u6211\u4eec\u521b\u5efa\u4e00\u4e2a\u6355\u6349\u60a8\u672c\u8d28\u5e76\u4e0e\u53d7\u4f17\u4ea7\u751f\u5171\u9e23\u7684\u54c1\u724c\u5f62\u8c61\u3002\r\n                    \u7acb\u5373\u5f00\u59cb\u60a8\u4e0e WebbingStone \u7684\u65c5\u7a0b\u3002\r\n                <\/p>\r\n                <a href=\"https:\/\/webbingstone.com\/zh-hans\/contact-us\/\" class=\"btn btn-primary\">\u7acb\u5373\u5f00\u59cb<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n<\/div>\r\n\r\n<script>\r\n(function() {\r\n    \/\/ Wait for GSAP to load\r\n    if (typeof gsap === 'undefined') {\r\n        console.error('GSAP not loaded');\r\n        return;\r\n    }\r\n\r\n    \/\/ GSAP Animations\r\n    gsap.registerPlugin(ScrollTrigger);\r\n\r\n    \/\/ Hero animations\r\n    gsap.to('.brand-identity-page .hero h1', {\r\n        opacity: 1,\r\n        y: 0,\r\n        duration: 1,\r\n        delay: 0.3,\r\n        ease: 'power3.out'\r\n    });\r\n\r\n    gsap.to('.brand-identity-page .hero-subtitle', {\r\n        opacity: 1,\r\n        y: 0,\r\n        duration: 1,\r\n        delay: 0.5,\r\n        ease: 'power3.out'\r\n    });\r\n\r\n    gsap.to('.brand-identity-page .hero-cta', {\r\n        opacity: 1,\r\n        y: 0,\r\n        duration: 1,\r\n        delay: 0.7,\r\n        ease: 'power3.out'\r\n    });\r\n\r\n    \/\/ Section labels animation\r\n    gsap.utils.toArray('.brand-identity-page .section-label').forEach(label => {\r\n        gsap.to(label, {\r\n            opacity: 1,\r\n            duration: 0.8,\r\n            scrollTrigger: {\r\n                trigger: label,\r\n                start: 'top 80%',\r\n                toggleActions: 'play none none reverse'\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Section titles animation\r\n    gsap.utils.toArray('.brand-identity-page .section-title').forEach(title => {\r\n        gsap.to(title, {\r\n            opacity: 1,\r\n            duration: 0.8,\r\n            delay: 0.2,\r\n            scrollTrigger: {\r\n                trigger: title,\r\n                start: 'top 80%',\r\n                toggleActions: 'play none none reverse'\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Section descriptions animation\r\n    gsap.utils.toArray('.brand-identity-page .section-description').forEach(desc => {\r\n        gsap.to(desc, {\r\n            opacity: 1,\r\n            duration: 0.8,\r\n            delay: 0.4,\r\n            scrollTrigger: {\r\n                trigger: desc,\r\n                start: 'top 80%',\r\n                toggleActions: 'play none none reverse'\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Service cards stagger animation\r\n    gsap.utils.toArray('.brand-identity-page .service-card').forEach((card, index) => {\r\n        gsap.to(card, {\r\n            opacity: 1,\r\n            y: 0,\r\n            duration: 0.8,\r\n            delay: index * 0.1,\r\n            scrollTrigger: {\r\n                trigger: card,\r\n                start: 'top 85%',\r\n                toggleActions: 'play none none reverse'\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Process steps animation\r\n    gsap.utils.toArray('.brand-identity-page .process-step').forEach((step, index) => {\r\n        gsap.to(step, {\r\n            opacity: 1,\r\n            x: 0,\r\n            duration: 0.8,\r\n            scrollTrigger: {\r\n                trigger: step,\r\n                start: 'top 80%',\r\n                toggleActions: 'play none none reverse'\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Feature items animation\r\n    gsap.utils.toArray('.brand-identity-page .feature-item').forEach((item, index) => {\r\n        gsap.to(item, {\r\n            opacity: 1,\r\n            scale: 1,\r\n            duration: 0.6,\r\n            delay: index * 0.1,\r\n            scrollTrigger: {\r\n                trigger: item,\r\n                start: 'top 85%',\r\n                toggleActions: 'play none none reverse'\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Stats counter animation\r\n    function animateCounter(element) {\r\n        const target = parseInt(element.getAttribute('data-target'));\r\n        const duration = 2000;\r\n        const increment = target \/ (duration \/ 16);\r\n        let current = 0;\r\n\r\n        const timer = setInterval(() => {\r\n            current += increment;\r\n            if (current >= target) {\r\n                element.textContent = target + (element.nextElementSibling.textContent.includes('%') ? '' : '+');\r\n                clearInterval(timer);\r\n            } else {\r\n                element.textContent = Math.floor(current);\r\n            }\r\n        }, 16);\r\n    }\r\n\r\n    gsap.utils.toArray('.brand-identity-page .stat-item').forEach((item, index) => {\r\n        gsap.to(item, {\r\n            opacity: 1,\r\n            y: 0,\r\n            duration: 0.8,\r\n            delay: index * 0.1,\r\n            scrollTrigger: {\r\n                trigger: item,\r\n                start: 'top 85%',\r\n                toggleActions: 'play none none reverse',\r\n                onEnter: () => {\r\n                    const number = item.querySelector('.stat-number');\r\n                    animateCounter(number);\r\n                }\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ CTA section animation\r\n    gsap.to('.brand-identity-page .cta-content', {\r\n        opacity: 1,\r\n        y: 0,\r\n        duration: 1,\r\n        scrollTrigger: {\r\n            trigger: '.brand-identity-page .cta-content',\r\n            start: 'top 80%',\r\n            toggleActions: 'play none none reverse'\r\n        }\r\n    });\r\n\r\n    \/\/ Smooth scroll for anchor links\r\n    document.querySelectorAll('.brand-identity-page a[href^=\"#\"]').forEach(anchor => {\r\n        anchor.addEventListener('click', function (e) {\r\n            e.preventDefault();\r\n            const target = document.querySelector(this.getAttribute('href'));\r\n            if (target) {\r\n                target.scrollIntoView({\r\n                    behavior: 'smooth',\r\n                    block: 'start'\r\n                });\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Parallax effect for floating elements\r\n    gsap.to('.brand-identity-page .floating-element:nth-child(1)', {\r\n        y: 100,\r\n        scrollTrigger: {\r\n            trigger: '.brand-identity-page .hero',\r\n            start: 'top top',\r\n            end: 'bottom top',\r\n            scrub: 1\r\n        }\r\n    });\r\n\r\n    gsap.to('.brand-identity-page .floating-element:nth-child(2)', {\r\n        y: -100,\r\n        scrollTrigger: {\r\n            trigger: '.brand-identity-page .hero',\r\n            start: 'top top',\r\n            end: 'bottom top',\r\n            scrub: 1\r\n        }\r\n    });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-794b5f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"794b5f1\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\r\n\t\t\r\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9892c4c\" data-id=\"9892c4c\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-879b1ac elementor-widget elementor-widget-image\" data-id=\"879b1ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"577\" height=\"433\" src=\"https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/visions.png\" class=\"attachment-large size-large wp-image-1255\" alt=\"Stationary\" srcset=\"https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/visions.png 577w, https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/visions-463x348.png 463w, https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/visions-400x300.png 400w, https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/visions-367x275.png 367w\" sizes=\"(max-width: 577px) 100vw, 577px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0c30f22\" data-id=\"0c30f22\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9cfd2e2 elementor-widget elementor-widget-image\" data-id=\"9cfd2e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"572\" height=\"437\" src=\"https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/ugei_company_profile.png\" class=\"attachment-large size-large wp-image-1257\" alt=\"Company Profile\" srcset=\"https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/ugei_company_profile.png 572w, https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/ugei_company_profile-400x306.png 400w, https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/ugei_company_profile-367x280.png 367w\" sizes=\"(max-width: 572px) 100vw, 572px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3f48c35\" data-id=\"3f48c35\" data-element_type=\"column\" data-e-type=\"column\">\r\n\t\t\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5339d9e elementor-widget elementor-widget-image\" data-id=\"5339d9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"594\" height=\"420\" src=\"https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/envelop.png\" class=\"attachment-large size-large wp-image-4567\" alt=\"envelop\" srcset=\"https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/envelop.png 594w, https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/envelop-400x283.png 400w, https:\/\/webbingstone.com\/wp-content\/uploads\/2021\/06\/envelop-367x259.png 367w\" sizes=\"(max-width: 594px) 100vw, 594px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/section>\r\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Building a strong brand identity is crucial for any business because it has a significant impact on your company&#8217;s reputation and success.<\/p>\n","protected":false},"featured_media":1235,"template":"","meta":{"footnotes":""},"portfolio_cat":[],"portfolio_skills":[],"class_list":["post-1705","portfolio","type-portfolio","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/portfolio\/1705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/portfolio"}],"about":[{"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/types\/portfolio"}],"version-history":[{"count":5,"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/portfolio\/1705\/revisions"}],"predecessor-version":[{"id":21244,"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/portfolio\/1705\/revisions\/21244"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/media\/1235"}],"wp:attachment":[{"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/media?parent=1705"}],"wp:term":[{"taxonomy":"portfolio_cat","embeddable":true,"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/portfolio_cat?post=1705"},{"taxonomy":"portfolio_skills","embeddable":true,"href":"https:\/\/webbingstone.com\/zh-hans\/wp-json\/wp\/v2\/portfolio_skills?post=1705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}