@charset "utf-8";

#sub-layout-main {
  padding-top: 100px;
}

.section_main_page{
  width:100%;
  color:#111827;
}

.section_block_inner{
  max-width:1280px;
  margin:0 auto;
}

.section_block_head{
  margin-bottom:40px;
}

.section_block_head_center{
  text-align:center;
}

.section_block_eyebrow{
  margin:0 0 12px;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:0.16em;
  color:#64748b;
}

.section_block_title{
  margin:0;
  font-size:42px;
  font-weight:800;
  line-height:1.3;
  color:#0f172a;
  word-break:keep-all;
}

.section_block_desc{
  margin:14px 0 0;
  font-size:17px;
  font-weight:400;
  line-height:1.8;
  color:#64748b;
  word-break:keep-all;
}

.section_hero{
  position:relative;
  overflow:hidden;
  border-radius:36px;
  min-height:620px;
  background:linear-gradient(135deg, #0f172a 0%, #111827 45%, #1e293b 100%);
  box-shadow:0 24px 70px rgba(15, 23, 42, 0.18);
}

.section_hero_bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 72% 82%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 26%);
  opacity:0.9;
}

.section_hero_grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0) 100%);
  opacity:0.26;
}

.section_hero_orb{
  position:absolute;
  border-radius:999px;
  filter:blur(18px);
  opacity:0.9;
}

.section_hero_orb_01{
  top:-80px;
  right:-40px;
  width:260px;
  height:260px;
  background:rgba(255, 255, 255, 0.16);
}

.section_hero_orb_02{
  bottom:-70px;
  left:-50px;
  width:220px;
  height:220px;
  background:rgba(255, 255, 255, 0.12);
}

.section_hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(115deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.18) 45%, rgba(15, 23, 42, 0.42) 100%);
  z-index:1;
}

.section_hero_inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0, 1.35fr) minmax(320px, 420px);
  gap:32px;
  align-items:center;
  min-height:620px;
  padding:70px 60px;
  box-sizing:border-box;
}

.section_hero_text{
  color:#fff;
}

.section_hero_sub{
  margin:0 0 14px;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:0.22em;
  color:rgba(255, 255, 255, 0.76);
  opacity:0;
  transform:translateY(18px);
  animation:section_fade_up 0.7s ease forwards;
}

.section_hero_title{
  margin:0;
  font-size:64px;
  font-weight:800;
  line-height:1.15;
  color:#fff;
  word-break:keep-all;
  opacity:0;
  transform:translateY(22px);
  animation:section_fade_up 0.85s ease forwards;
  animation-delay:0.12s;
}

.section_hero_desc{
  margin:24px 0 0;
  max-width:760px;
  font-size:18px;
  font-weight:400;
  line-height:1.9;
  color:rgba(255, 255, 255, 0.9);
  word-break:keep-all;
  opacity:0;
  transform:translateY(22px);
  animation:section_fade_up 0.85s ease forwards;
  animation-delay:0.24s;
}

.section_hero_badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
  opacity:0;
  transform:translateY(20px);
  animation:section_fade_up 0.85s ease forwards;
  animation-delay:0.36s;
}

.section_hero_badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid rgba(255, 255, 255, 0.16);
  border-radius:999px;
  background:rgba(255, 255, 255, 0.08);
  backdrop-filter:blur(10px);
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  color:#fff;
  white-space:nowrap;
}

.section_hero_actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
  opacity:0;
  transform:translateY(20px);
  animation:section_fade_up 0.85s ease forwards;
  animation-delay:0.48s;
}

.section_hero_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  transition:transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.section_hero_btn:hover{
  transform:translateY(-2px);
}

.section_hero_btn_primary{
  background:#fff;
  color:#111827;
  box-shadow:0 14px 32px rgba(15, 23, 42, 0.22);
}

.section_hero_btn_secondary{
  border:1px solid rgba(255, 255, 255, 0.22);
  background:rgba(255, 255, 255, 0.08);
  color:#fff;
}

.section_hero_card{
  position:relative;
  overflow:hidden;
  padding:34px 30px;
  border:1px solid rgba(255, 255, 255, 0.14);
  border-radius:28px;
  background:rgba(255, 255, 255, 0.09);
  backdrop-filter:blur(18px);
  box-shadow:0 20px 50px rgba(15, 23, 42, 0.18);
  color:#fff;
  opacity:0;
  transform:translateY(26px);
  animation:section_fade_up 0.9s ease forwards;
  animation-delay:0.42s;
}

.section_hero_card::before{
  content:'';
  position:absolute;
  top:-60px;
  right:-60px;
  width:180px;
  height:180px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.08);
}

.section_hero_card_label{
  position:relative;
  z-index:1;
  display:inline-block;
  margin-bottom:18px;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:0.16em;
  color:rgba(255, 255, 255, 0.72);
}

.section_hero_card_title{
  position:relative;
  z-index:1;
  display:block;
  font-size:32px;
  font-weight:800;
  line-height:1.35;
  color:#fff;
  word-break:keep-all;
}

.section_hero_card_desc{
  position:relative;
  z-index:1;
  margin:18px 0 0;
  font-size:15px;
  font-weight:400;
  line-height:1.8;
  color:rgba(255, 255, 255, 0.82);
  word-break:keep-all;
}

.section_hero_card_list{
  position:relative;
  z-index:1;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.section_hero_card_list li{
  position:relative;
  margin:0;
  padding:14px 0 14px 18px;
  border-top:1px solid rgba(255, 255, 255, 0.14);
  font-size:15px;
  font-weight:500;
  line-height:1.7;
  color:#fff;
}

.section_hero_card_list li::before{
  content:'';
  position:absolute;
  top:24px;
  left:0;
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.85);
}

.section_point{
  padding:90px 20px 0;
}

.section_point_list{
  display:grid;
  gap:24px;
}

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

.section_point_list_col4{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.section_point_item{
  position:relative;
  overflow:hidden;
  min-height:220px;
  padding:30px 28px;
  border:1px solid #e2e8f0;
  border-radius:26px;
  background:#fff;
  box-shadow:0 16px 36px rgba(15, 23, 42, 0.06);
}

.section_point_item::before{
  content:'';
  position:absolute;
  top:-40px;
  right:-40px;
  width:140px;
  height:140px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(148, 163, 184, 0.16) 0%, rgba(148, 163, 184, 0) 70%);
}

.section_point_num{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:18px;
  background:#f8fafc;
  font-size:15px;
  font-weight:800;
  line-height:1;
  color:#0f172a;
}

.section_point_name{
  position:relative;
  z-index:1;
  display:block;
  margin-top:22px;
  font-size:26px;
  font-weight:800;
  line-height:1.35;
  color:#0f172a;
  word-break:keep-all;
}

.section_point_desc{
  position:relative;
  z-index:1;
  margin:14px 0 0;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  color:#64748b;
  word-break:keep-all;
}

.section_entry{
  padding:90px 20px 0;
}

.section_menu_list{
  display:grid;
  gap:24px;
}

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

.section_menu_item{
  position:relative;
  display:block;
  overflow:hidden;
  min-height:280px;
  padding:34px 32px;
  border:1px solid #e2e8f0;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:0 16px 36px rgba(15, 23, 42, 0.06);
  text-decoration:none;
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.section_menu_item::before{
  content:'';
  position:absolute;
  top:-60px;
  right:-60px;
  width:180px;
  height:180px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(148, 163, 184, 0.18) 0%, rgba(148, 163, 184, 0) 72%);
  transition:transform 0.25s ease;
}

.section_menu_item:hover{
  transform:translateY(-8px);
  border-color:#cbd5e1;
  box-shadow:0 22px 50px rgba(15, 23, 42, 0.1);
}

.section_menu_item:hover::before{
  transform:scale(1.08);
}

.section_menu_top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.section_menu_label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:18px;
  background:#0f172a;
  font-size:15px;
  font-weight:800;
  line-height:1;
  color:#fff;
  flex-shrink:0;
}

.section_menu_kicker{
  font-size:13px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:0.14em;
  color:#94a3b8;
}

.section_menu_name{
  position:relative;
  z-index:1;
  display:block;
  margin-top:24px;
  font-size:32px;
  font-weight:800;
  line-height:1.3;
  color:#0f172a;
  word-break:keep-all;
}

.section_menu_desc{
  position:relative;
  z-index:1;
  margin:18px 0 0;
  font-size:16px;
  font-weight:400;
  line-height:1.85;
  color:#64748b;
  word-break:keep-all;
}

.section_menu_tags{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.section_menu_tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  background:#fff;
  font-size:13px;
  font-weight:600;
  line-height:1.4;
  color:#334155;
  white-space:nowrap;
}

.section_menu_more{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:30px;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  color:#0f172a;
}

.section_menu_more::after{
  content:'→';
  transition:transform 0.2s ease;
}

.section_menu_item:hover .section_menu_more::after{
  transform:translateX(4px);
}

.section_cta{
  padding:90px 20px 110px;
}

.section_cta_box{
  position:relative;
  overflow:hidden;
  padding:54px 52px;
  border-radius:32px;
  background:linear-gradient(135deg, #0f172a 0%, #111827 48%, #1e293b 100%);
  box-shadow:0 24px 60px rgba(15, 23, 42, 0.16);
  color:#fff;
  text-align:center;
}

.section_cta_box::before{
  content:'';
  position:absolute;
  top:-90px;
  right:-60px;
  width:240px;
  height:240px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.08);
}

.section_cta_box::after{
  content:'';
  position:absolute;
  bottom:-100px;
  left:-40px;
  width:220px;
  height:220px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.06);
}

.section_cta_sub,
.section_cta_title,
.section_cta_desc,
.section_cta_btn{
  position:relative;
  z-index:1;
}

.section_cta_sub{
  margin:0 0 14px;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:0.16em;
  color:rgba(255, 255, 255, 0.72);
}

.section_cta_title{
  margin:0;
  font-size:40px;
  font-weight:800;
  line-height:1.3;
  color:#fff;
  word-break:keep-all;
}

.section_cta_desc{
  margin:18px auto 0;
  max-width:760px;
  font-size:17px;
  font-weight:400;
  line-height:1.85;
  color:rgba(255, 255, 255, 0.84);
  word-break:keep-all;
}

.section_cta_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:54px;
  margin-top:30px;
  padding:0 24px;
  border-radius:999px;
  background:#fff;
  color:#111827;
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.section_cta_btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(15, 23, 42, 0.2);
}

.about_main .section_hero{
  background:linear-gradient(135deg, #0f172a 0%, #162033 45%, #253551 100%);
}

.design_main .section_hero{
  background:linear-gradient(135deg, #111827 0%, #1f2937 42%, #334155 100%);
}

.marketing_main .section_hero{
  background:linear-gradient(135deg, #0f172a 0%, #132238 42%, #1d4d6d 100%);
}

.contact_main .section_hero{
  background:linear-gradient(135deg, #111827 0%, #17314a 44%, #1e3a5f 100%);
}

.about_main .section_cta_box{
  background:linear-gradient(135deg, #0f172a 0%, #162033 45%, #253551 100%);
}

.design_main .section_cta_box{
  background:linear-gradient(135deg, #111827 0%, #1f2937 42%, #334155 100%);
}

.marketing_main .section_cta_box{
  background:linear-gradient(135deg, #0f172a 0%, #132238 42%, #1d4d6d 100%);
}

.contact_main .section_cta_box{
  background:linear-gradient(135deg, #111827 0%, #17314a 44%, #1e3a5f 100%);
}

@keyframes section_fade_up{
  0%{
    opacity:0;
    transform:translateY(22px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

@media screen and (max-width:1280px){
  .section_hero_inner{
    grid-template-columns:minmax(0, 1fr);
  }

  .section_hero_card{
    max-width:520px;
  }

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

@media screen and (max-width:1024px){
  .section_block_title{
    font-size:34px;
  }

  .section_hero{
    min-height:auto;
    border-radius:30px;
  }

  .section_hero_inner{
    min-height:auto;
    padding:56px 40px;
  }

  .section_hero_title{
    font-size:50px;
  }

  .section_hero_desc{
    font-size:17px;
  }

  .section_hero_card_title{
    font-size:28px;
  }

  .section_point,
  .section_entry,
  .section_cta{
    padding-left:20px;
    padding-right:20px;
  }

  .section_point{
    padding-top:80px;
  }

  .section_entry{
    padding-top:80px;
  }

  .section_cta{
    padding-top:80px;
    padding-bottom:90px;
  }

  .section_point_list_col3,
  .section_menu_list_col2{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }

  .section_cta_box{
    padding:46px 36px;
  }

  .section_cta_title{
    font-size:34px;
  }
}

@media screen and (max-width:768px){
  .section_block_head{
    margin-bottom:28px;
  }

  .section_block_eyebrow{
    margin-bottom:10px;
    font-size:12px;
  }

  .section_block_title{
    font-size:28px;
  }

  .section_block_desc{
    margin-top:12px;
    font-size:15px;
    line-height:1.75;
  }

  .section_hero{
    border-radius:22px;
  }

  .section_hero_inner{
    gap:22px;
    padding:34px 20px;
  }

  .section_hero_sub{
    font-size:12px;
  }

  .section_hero_title{
    font-size:34px;
    line-height:1.25;
  }

  .section_hero_desc{
    margin-top:16px;
    font-size:15px;
    line-height:1.8;
  }

  .section_hero_badges{
    gap:8px;
    margin-top:22px;
  }

  .section_hero_badge{
    min-height:36px;
    padding:0 12px;
    font-size:12px;
  }

  .section_hero_actions{
    gap:10px;
    margin-top:22px;
  }

  .section_hero_btn{
    width:100%;
    min-width:auto;
    min-height:48px;
    padding:0 18px;
    font-size:14px;
  }

  .section_hero_card{
    padding:24px 20px;
    border-radius:20px;
  }

  .section_hero_card_label{
    margin-bottom:12px;
    font-size:11px;
  }

  .section_hero_card_title{
    font-size:24px;
  }

  .section_hero_card_desc{
    margin-top:14px;
    font-size:14px;
    line-height:1.75;
  }

  .section_hero_card_list{
    margin-top:18px;
  }

  .section_hero_card_list li{
    padding:12px 0 12px 16px;
    font-size:14px;
  }

  .section_hero_card_list li::before{
    top:21px;
    width:7px;
    height:7px;
  }

  .section_point{
    padding:56px 16px 0;
  }

  .section_entry{
    padding:56px 16px 0;
  }

  .section_cta{
    padding:56px 16px 70px;
  }

  .section_point_list,
  .section_menu_list{
    gap:16px;
  }

  .section_point_list_col4{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }

  .section_point_item{
    min-height:auto;
    padding:24px 20px;
    border-radius:20px;
  }

  .section_point_num{
    width:48px;
    height:48px;
    border-radius:16px;
    font-size:13px;
  }

  .section_point_name{
    margin-top:18px;
    font-size:22px;
  }

  .section_point_desc{
    margin-top:12px;
    font-size:15px;
    line-height:1.75;
  }

  .section_menu_item{
    min-height:auto;
    padding:26px 20px;
    border-radius:22px;
  }

  .section_menu_label{
    width:48px;
    height:48px;
    border-radius:16px;
    font-size:13px;
  }

  .section_menu_kicker{
    font-size:11px;
  }

  .section_menu_name{
    margin-top:18px;
    font-size:24px;
  }

  .section_menu_desc{
    margin-top:14px;
    font-size:15px;
    line-height:1.75;
  }

  .section_menu_tags{
    gap:8px;
    margin-top:18px;
  }

  .section_menu_tags span{
    min-height:32px;
    padding:0 12px;
    font-size:12px;
  }

  .section_menu_more{
    margin-top:22px;
    font-size:14px;
  }

  .section_cta_box{
    padding:34px 20px;
    border-radius:22px;
  }

  .section_cta_sub{
    margin-bottom:10px;
    font-size:12px;
  }

  .section_cta_title{
    font-size:28px;
  }

  .section_cta_desc{
    margin-top:14px;
    font-size:15px;
    line-height:1.75;
  }

  .section_cta_btn{
    width:100%;
    min-width:auto;
    min-height:48px;
    margin-top:22px;
    font-size:14px;
  }
}