.elementor-kit-7{--e-global-color-primary:#FF6B35;--e-global-color-secondary:#FF8C42;--e-global-color-text:#2A2A2A;--e-global-color-accent:#D64420;--e-global-color-9b13ecc:#FF6B35;--e-global-color-92fb361:#FF8C42;--e-global-color-5ec090e:#000000;--e-global-color-cfdef3c:#FFFFFF;--e-global-color-6eba7f3:#DADADA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   Redlight101 完整配色系統
   Hello Elementor 主題專用
======================================== */

:root {
  /* 主要品牌色 */
  --rl-primary: #FF6B35;
  --rl-primary-light: #FF8C42;
  --rl-primary-dark: #D64420;
  
  /* 中性色 - 淡色系 */
  --rl-bg-light: #fafafa;
  --rl-bg-white: #ffffff;
  --rl-bg-section: #f5f5f5;
  --rl-border: #e0e0e0;
  
  /* 文字色 - 深色 */
  --rl-text-primary: #2a2a2a;
  --rl-text-secondary: #2a2a2a;
  --rl-text-muted: #888888;
  --rl-text-disabled: #b0b0b0;
  
  /* 功能色 */
  --rl-success: #00C851;
  --rl-error: #ff4444;
  --rl-warning: #ffbb33;
  --rl-info: #33b5e5;
  
  /* 漸層 */
  --rl-gradient-primary: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
  --rl-gradient-bg: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  
  /* 字體 */
  --rl-font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --rl-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ========================================
   全局樣式
======================================== */

body {
  background: var(--rl-bg-light);
  color: var(--rl-text-primary);
  font-family: var(--rl-font-body);
}

/* 主容器 */
.site-content {
  background: var(--rl-bg-light);
}

/* ========================================
   標題樣式
======================================== */

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  color: var(--rl-text-primary);
  font-family: var(--rl-font-heading);
  font-weight: 700;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }

/* ========================================
   按鈕樣式
======================================== */

/* 主要按鈕 */
.elementor-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
  background: var(--rl-gradient-primary) !important;
  border: none !important;
  color: white !important;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
}

.elementor-button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
  background: var(--rl-gradient-primary) !important;
}

/* 次要按鈕 */
.elementor-button.elementor-button-secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid var(--rl-primary) !important;
  color: var(--rl-primary) !important;
}

.elementor-button.elementor-button-secondary:hover {
  background: var(--rl-primary) !important;
  color: white !important;
}

/* ========================================
   連結樣式
======================================== */

a {
  color: var(--rl-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--rl-primary-light);
}

/* ========================================
   導航選單
======================================== */

/* Header */
.site-header {
  background: var(--rl-bg-white);
  border-bottom: 1px solid var(--rl-border);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* 選單連結 */
.site-navigation a,
.elementor-nav-menu a {
  color: var(--rl-text-primary);
  font-weight: 500;
  padding: 10px 20px;
  transition: color 0.3s ease;
}

.site-navigation a:hover,
.elementor-nav-menu a:hover {
  color: var(--rl-primary);
}

/* 當前頁面 */
.site-navigation .current-menu-item a,
.elementor-nav-menu .current-menu-item a {
  color: var(--rl-primary);
  font-weight: 600;
}

/* ========================================
   卡片與容器
======================================== */

.elementor-widget-container,
.elementor-column-wrap,
.wp-block-group {
  background: var(--rl-bg-white);
  border: 1px solid var(--rl-border);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* 卡片 Hover 效果 */
.elementor-widget-container:hover {
  box-shadow: 0 5px 20px rgba(255, 107, 53, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* ========================================
   表單元素
======================================== */

/* 輸入框 */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
select {
  background: var(--rl-bg-white) !important;
  border: 1px solid var(--rl-border) !important;
  color: var(--rl-text-primary) !important;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 1em;
  transition: all 0.3s ease;
}

/* 輸入框 Focus */
input:focus,
textarea:focus,
select:focus {
  border-color: var(--rl-primary) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1) !important;
  outline: none;
}

/* Placeholder */
input::placeholder,
textarea::placeholder {
  color: var(--rl-text-muted);
}

.ps-clearfix { clear: both; }
/* ========================================
   區段樣式
======================================== */

/* 交替背景 */
.elementor-section:nth-child(even) {
  background: var(--rl-bg-section);
}

/* Hero Section */
.elementor-section.hero-section {
  background: var(--rl-gradient-bg);
  padding: 100px 20px;
}

/* ========================================
   Footer
======================================== */

.site-footer {
  background: var(--rl-bg-white);
  border-top: 1px solid var(--rl-border);
  padding: 60px 20px 30px;
  color: var(--rl-text-secondary);
}

.site-footer a {
  color: var(--rl-text-primary);
}

.site-footer a:hover {
  color: var(--rl-primary);
}

/* ========================================
   通知訊息
======================================== */

/* 成功 */
.wpcf7-mail-sent-ok,
.elementor-message-success {
  background: var(--rl-success);
  color: white;
  padding: 15px;
  border-radius: 8px;
}

/* 錯誤 */
.wpcf7-validation-errors,
.elementor-message-danger {
  background: var(--rl-error);
  color: white;
  padding: 15px;
  border-radius: 8px;
}

/* ========================================
   圖片樣式
======================================== */

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* 特色圖片 */
.wp-post-image {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ========================================
   WooCommerce (如使用)
======================================== */

/* 產品按鈕 */
.woocommerce .button,
.woocommerce button.button {
  background: var(--rl-gradient-primary) !important;
  border: none !important;
  color: white !important;
  border-radius: 25px;
}

.woocommerce .button:hover {
  box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
}

/* 價格 */
.woocommerce .price {
  color: var(--rl-primary);
  font-weight: 700;
}

/* ========================================
   響應式設計
======================================== */

@media (max-width: 768px) {
  h1 { font-size: 2em; }
  h2 { font-size: 1.75em; }
  
  .elementor-widget-container {
    padding: 20px;
  }
  
  .elementor-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 1.75em; }
  h2 { font-size: 1.5em; }
  
  .elementor-section.hero-section {
    padding: 60px 15px;
  }
}

/* ========================================
   深色模式支援 (選用)
======================================== */

@media (prefers-color-scheme: dark) {
  /* 如果用戶系統設定為深色模式,可以在這裡添加樣式 */
  /* 目前保持淡色系不變 */
}

/* ========================================
   載入動畫優化
======================================== */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 平滑滾動 */
html {
  scroll-behavior: smooth;
}

/* ========================================
   打印樣式
======================================== */

@media print {
  .site-header,
  .site-footer,
  .elementor-button {
    display: none;
  }
  
  body {
    background: white;
    color: black;
  }
}/* End custom CSS */