https://www.lk168.url.tw/custom_142463.html
關於AI肯
關於AI肯
/* AI肯首頁專用樣式 */
.aiken-home,
.aiken-home * {
box-sizing: border-box;
}
.aiken-home {
--navy: #07152d;
--blue: #1269eb;
--cyan: #20d6ff;
--purple: #8557ff;
--gold: #ffd369;
--text: #18243a;
--muted: #667085;
--light: #f4f7fc;
max-width: 1280px;
margin: 0 auto;
padding: 0 12px 50px;
color: var(--text);
font-family: "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif;
line-height: 1.75;
}
/* 主視覺 */
.aiken-hero {
position: relative;
overflow: hidden;
min-height: 500px;
padding: 75px 52px;
border-radius: 0 0 30px 30px;
background:
radial-gradient(circle at 85% 15%, rgba(32,214,255,.28), transparent 27%),
radial-gradient(circle at 70% 75%, rgba(133,87,255,.30), transparent 31%),
linear-gradient(135deg, #050d20 0%, #0a2148 52%, #32166a 100%);
box-shadow: 0 24px 60px rgba(7,21,45,.25);
}
.aiken-hero:before,
.aiken-hero:after {
position: absolute;
content: "";
border: 1px solid rgba(255,255,255,.12);
border-radius: 50%;
}
.aiken-hero:before {
width: 380px;
height: 380px;
top: -170px;
right: -80px;
}
.aiken-hero:after {
width: 280px;
height: 280px;
right: 120px;
bottom: -190px;
}
.aiken-hero-content {
position: relative;
z-index: 2;
max-width: 820px;
}
.aiken-eyebrow {
display: inline-block;
margin-bottom: 18px;
padding: 7px 16px;
border: 1px solid rgba(32,214,255,.48);
border-radius: 30px;
color: #a9efff;
background: rgba(32,214,255,.09);
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}
.aiken-hero h1 {
margin: 0 0 18px;
color: #ffffff;
font-size: clamp(34px, 5vw, 62px);
line-height: 1.22;
letter-spacing: 2px;
}
.aiken-gradient-text {
color: #65ddff;
background: linear-gradient(90deg, #ffffff, #62e4ff, #b895ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.aiken-hero-lead {
max-width: 720px;
margin: 0 0 28px;
color: #dbe8ff;
font-size: 20px;
}
.aiken-hero-points {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 32px;
}
.aiken-hero-points span {
padding: 7px 14px;
border: 1px solid rgba(255,255,255,.18);
border-radius: 8px;
color: #ffffff;
background: rgba(255,255,255,.07);
font-size: 15px;
}
.aiken-buttons {
display: flex;
flex-wrap: wrap;
gap: 13px;
}
.aiken-button {
display: inline-block;
padding: 13px 24px;
border-radius: 9px;
text-decoration: none !important;
font-weight: 700;
transition: transform .2s ease, box-shadow .2s ease;
}
.aiken-button:hover {
transform: translateY(-3px);
}
.aiken-button-primary {
color: #061328 !important;
background: linear-gradient(90deg, #30ddff, #8e74ff);
box-shadow: 0 8px 25px rgba(32,214,255,.27);
}
.aiken-button-outline {
border: 1px solid rgba(255,255,255,.4);
color: #ffffff !important;
background: rgba(255,255,255,.06);
}
/* 共用標題 */
.aiken-section {
padding: 72px 12px 0;
}
.aiken-heading {
max-width: 760px;
margin: 0 auto 35px;
text-align: center;
}
.aiken-kicker {
display: block;
margin-bottom: 7px;
color: var(--blue);
font-size: 14px;
font-weight: bold;
letter-spacing: 3px;
}
.aiken-heading h2 {
margin: 0 0 11px;
color: var(--navy);
font-size: 34px;
line-height: 1.35;
}
.aiken-heading p {
margin: 0;
color: var(--muted);
font-size: 17px;
}
/* 服務項目 */
.aiken-service-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0,1fr));
gap: 18px;
}
.aiken-service-card {
position: relative;
overflow: hidden;
min-height: 285px;
padding: 28px 23px;
border: 1px solid #e2e9f5;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 12px 35px rgba(29,58,105,.09);
transition: transform .25s ease, box-shadow .25s ease;
}
.aiken-service-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 45px rgba(29,58,105,.16);
}
.aiken-service-card:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
content: "";
background: linear-gradient(90deg, var(--cyan), var(--purple));
}
.aiken-service-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin-bottom: 17px;
border-radius: 14px;
color: #ffffff;
background: linear-gradient(135deg, var(--blue), var(--purple));
font-weight: bold;
}
.aiken-service-card h3 {
margin: 0 0 10px;
color: var(--navy);
font-size: 21px;
}
.aiken-service-card p {
margin: 0 0 14px;
color: var(--muted);
font-size: 15px;
}
.aiken-tags {
color: var(--blue);
font-size: 14px;
font-weight: bold;
}
/* 品牌價值 */
.aiken-value-box {
display: grid;
grid-template-columns: 1.05fr .95fr;
overflow: hidden;
border-radius: 25px;
background: var(--navy);
box-shadow: 0 20px 50px rgba(7,21,45,.20);
}
.aiken-value-copy {
padding: 48px;
color: #ffffff;
background:
radial-gradient(circle at left top, rgba(32,214,255,.19), transparent 40%),
var(--navy);
}
.aiken-value-copy h2 {
margin: 0 0 17px;
color: #ffffff;
font-size: 33px;
line-height: 1.4;
}
.aiken-value-copy p {
margin: 0;
color: #cbd9ee;
font-size: 17px;
}
.aiken-value-list {
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
gap: 1px;
background: rgba(255,255,255,.12);
}
.aiken-value-item {
min-height: 155px;
padding: 27px 22px;
background: #102243;
}
.aiken-value-item strong {
display: block;
margin-bottom: 7px;
color: var(--cyan);
font-size: 18px;
}
.aiken-value-item span {
color: #cad6e8;
font-size: 14px;
}
/* 影片作品 */
.aiken-video-area {
padding: 70px 18px 45px;
border-radius: 28px;
background: linear-gradient(180deg, #f3f7ff, #ffffff);
}
.aiken-video-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0,1fr));
gap: 18px;
}
.aiken-video-card {
overflow: hidden;
padding: 10px;
border: 1px solid #dde6f3;
border-radius: 19px;
background: #ffffff;
box-shadow: 0 12px 32px rgba(23,52,94,.12);
}
.aiken-video-frame {
position: relative;
width: 100%;
padding-top: 177.78%;
overflow: hidden;
border-radius: 13px;
background: #050505;
}
.aiken-video-frame iframe {
position: absolute;
inset: 0;
width: 100% !important;
height: 100% !important;
border: 0;
}
.aiken-video-card h3 {
margin: 15px 5px 4px;
color: var(--navy);
font-size: 17px;
text-align: center;
}
.aiken-video-card p {
margin: 0 5px 11px;
color: var(--muted);
font-size: 13px;
text-align: center;
}
/* 流程 */
.aiken-process {
display: grid;
grid-template-columns: repeat(5, minmax(0,1fr));
gap: 13px;
}
.aiken-step {
padding: 24px 17px;
border-radius: 15px;
background: var(--light);
text-align: center;
}
.aiken-step b {
display: block;
margin-bottom: 7px;
color: var(--blue);
font-size: 22px;
}
.aiken-step strong {
display: block;
margin-bottom: 5px;
color: var(--navy);
font-size: 17px;
}
.aiken-step span {
color: var(--muted);
font-size: 14px;
}
/* 行動區 */
.aiken-cta {
margin-top: 72px;
padding: 48px 25px;
border-radius: 25px;
color: #ffffff;
text-align: center;
background:
radial-gradient(circle at 20% 20%, rgba(32,214,255,.25), transparent 30%),
linear-gradient(135deg, #07152d, #152e63 58%, #4b2280);
box-shadow: 0 20px 50px rgba(7,21,45,.23);
}
.aiken-cta h2 {
margin: 0 0 10px;
color: #ffffff;
font-size: 32px;
}
.aiken-cta p {
max-width: 750px;
margin: 0 auto 25px;
color: #d8e6fa;
font-size: 17px;
}
.aiken-contact {
margin-top: 18px;
color: #ffffff;
font-size: 18px;
font-weight: bold;
}
/* 手機與平板 */
@media screen and (max-width: 1050px) {
.aiken-service-grid,
.aiken-video-grid {
grid-template-columns: repeat(2, minmax(0,1fr));
}
.aiken-process {
grid-template-columns: repeat(3, minmax(0,1fr));
}
}
@media screen and (max-width: 760px) {
.aiken-home {
padding-left: 6px;
padding-right: 6px;
}
.aiken-hero {
min-height: auto;
padding: 48px 23px;
border-radius: 0 0 22px 22px;
}
.aiken-hero-lead {
font-size: 17px;
}
.aiken-section {
padding-top: 52px;
}
.aiken-heading h2,
.aiken-value-copy h2,
.aiken-cta h2 {
font-size: 27px;
}
.aiken-value-box {
grid-template-columns: 1fr;
}
.aiken-value-copy {
padding: 34px 24px;
}
.aiken-process {
grid-template-columns: repeat(2, minmax(0,1fr));
}
}
@media screen and (max-width: 520px) {
.aiken-service-grid,
.aiken-video-grid,
.aiken-process {
grid-template-columns: 1fr;
}
.aiken-value-list {
grid-template-columns: 1fr;
}
.aiken-value-item {
min-height: auto;
}
.aiken-button {
width: 100%;
text-align: center;
}
.aiken-video-area {
padding: 50px 10px 30px;
}
}
@media (prefers-reduced-motion: reduce) {
.aiken-button,
.aiken-service-card {
transition: none;
}
}
AI KEN DIGITAL MARKETING
AI肯數位行銷讓好品牌,被更多人看見
整合網頁設計、SEO搜尋優化、社群經營與AI短影音, 協助台灣中小企業及在地品牌建立網站、累積搜尋曝光, 並用更有吸引力的內容接觸潛在客戶。
網頁設計 SEO搜尋優化 Facebook行銷 AI短影音 YouTube・TikTok
查看服務案例 前往影片專區
OUR SERVICES
從網站到影片,一站式整合行銷
網站、搜尋、社群與影片不是各自獨立, AI肯將不同管道互相串聯,持續累積品牌的網路能見度。
01
網頁設計與改版
建立符合手機、平板及電腦瀏覽的企業形象網站, 清楚呈現品牌、商品、服務與聯絡資訊。
企業網站・商品展示・RWD版面
02
SEO搜尋優化
從網站標題、內容、關鍵字到結構化資料, 協助Google與AI搜尋系統正確理解您的服務。
網站健檢・地區布局・結構化資料
03
社群內容行銷
依照不同平台及客群規劃貼文主題、行銷文案、 標籤與發布內容,讓品牌維持穩定曝光。
Facebook・Instagram・Threads
04
AI短影音行銷
將產品照片與品牌故事轉換成吸睛短影音, 適用於Reels、Shorts、TikTok及社群廣告。
AI影片・腳本・9:16短影音
WHY AI KEN
不只製作內容,更思考如何讓客戶找到您
AI肯長期投入食品、農業、中小企業與地方品牌的網路行銷。 從實際經營角度出發,把網站、搜尋、圖片、貼文及影片整合成 可持續累積的品牌內容。
在地產業經驗 了解中小企業、食品業、農業與地方品牌的實際需求。
網站社群整合 讓網站內容與社群平台互相導流,不浪費每一次曝光。
AI加速製作 結合AI圖片、腳本及影片,提高內容產出的速度與變化。
長期搜尋布局 不只追求短期流量,更重視Google與AI搜尋的持續累積。
FEATURED VIDEOS
AI肯短影音精選作品
透過AI情境、品牌故事及產品特色, 將原本靜態的素材轉換成更吸睛的行銷影片。
AI創意短影音作品
YouTube Shorts
AI品牌行銷短片
YouTube Shorts
AI情境行銷影片
TikTok短影音
AI商品宣傳影片
TikTok短影音
觀看更多影片作品
WORK PROCESS
清楚透明的行銷流程
從了解需求到上線推廣,每一步都以品牌的實際目標為核心。
01 了解需求 品牌、商品、客群與銷售地區
02 規劃方向 確認網站、搜尋及社群策略
03 製作內容 完成網頁、文案、圖片與影片
04 上線推廣 發布至網站及各大社群平台
05 持續優化 依搜尋曝光及詢問狀況調整
準備讓更多客戶看見您的品牌?
無論是網站改版、SEO優化、Facebook行銷或AI短影音製作, 歡迎聯絡AI肯,依照您的品牌、商品及預算規劃合適方向。
立即電話洽詢 瀏覽影片專區
AI肯數位行銷|服務專線:0980-870355
https://www.lk168.url.tw/
AI肯數位行銷
AI KEN DIGITAL MARKETING
AI肯數位行銷
讓好品牌,被更多人看見
整合網頁設計、SEO搜尋優化、社群經營與AI短影音, 協助台灣中小企業及在地品牌建立網站、累積搜尋曝光, 並用更有吸引力的內容接觸潛在客戶。
網頁設計 SEO搜尋優化 Facebook行銷 AI短影音 YouTube・TikTok
OUR SERVICES
從網站到影片,一站式整合行銷
網站、搜尋、社群與影片不是各自獨立, AI肯將不同管道互相串聯,持續累積品牌的網路能見度。
01
網頁設計與改版
建立符合手機、平板及電腦瀏覽的企業形象網站, 清楚呈現品牌、商品、服務與聯絡資訊。
企業網站・商品展示・RWD版面
02
SEO搜尋優化
從網站標題、內容、關鍵字到結構化資料, 協助Google與AI搜尋系統正確理解您的服務。
網站健檢・地區布局・結構化資料
03
社群內容行銷
依照不同平台及客群規劃貼文主題、行銷文案、 標籤與發布內容,讓品牌維持穩定曝光。
Facebook・Instagram・Threads
04
AI短影音行銷
將產品照片與品牌故事轉換成吸睛短影音, 適用於Reels、Shorts、TikTok及社群廣告。
AI影片・腳本・9:16短影音
WHY AI KEN
不只製作內容,
更思考如何讓客戶找到您
AI肯長期投入食品、農業、中小企業與地方品牌的網路行銷。 從實際經營角度出發,把網站、搜尋、圖片、貼文及影片整合成 可持續累積的品牌內容。
在地產業經驗 了解中小企業、食品業、農業與地方品牌的實際需求。
網站社群整合 讓網站內容與社群平台互相導流,不浪費每一次曝光。
AI加速製作 結合AI圖片、腳本及影片,提高內容產出的速度與變化。
長期搜尋布局 不只追求短期流量,更重視Google與AI搜尋的持續累積。
FEATURED VIDEOS
AI肯短影音精選作品
透過AI情境、品牌故事及產品特色, 將原本靜態的素材轉換成更吸睛的行銷影片。
AI創意短影音作品
YouTube Shorts
AI品牌行銷短片
YouTube Shorts
AI情境行銷影片
TikTok短影音
AI商品宣傳影片
TikTok短影音
WORK PROCESS
清楚透明的行銷流程
從了解需求到上線推廣,每一步都以品牌的實際目標為核心。
01 了解需求 品牌、商品、客群與銷售地區
02 規劃方向 確認網站、搜尋及社群策略
03 製作內容 完成網頁、文案、圖片與影片
04 上線推廣 發布至網站及各大社群平台
05 持續優化 依搜尋曝光及詢問狀況調整
準備讓更多客戶看見您的品牌?
無論是網站改版、SEO優化、Facebook行銷或AI短影音製作, 歡迎聯絡AI肯,依照您的品牌、商品及預算規劃合適方向。
AI肯數位行銷|服務專線:0980-870355