@charset "utf-8";

#sub-layout-main {
  padding-bottom: 0;
}

.inner_container {
  max-width: 100%;
  padding: 0;
}

.sub_content_area{
  overflow:hidden;
}

.sub_inner{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 24px;
  box-sizing:border-box;
}

.brand_page{
  position:relative;
  background:#0b1020;
  color:#ffffff;
}

.brand_eyebrow{
  margin:0 0 16px;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:0.24em;
  color:#5ea6ff;
  text-transform:uppercase;
}

.brand_eyebrow_light{
  color:rgba(255, 255, 255, 0.68);
}

.brand_section_head{
  margin-bottom:52px;
}

.brand_section_title{
  margin:0;
  font-size:clamp(34px, 5vw, 62px);
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.06em;
  color:#0f172a;
  word-break:keep-all;
}

.brand_section_title_light{
  color:#ffffff;
}

/* hero */
.brand_hero{
  position:relative;
  overflow:hidden;
  min-height:860px;
  padding:180px 0 140px;
  background:linear-gradient(180deg, #0b1020 0%, #0d1326 50%, #111a31 100%);
}

.brand_hero_mesh{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 20%, rgba(94, 166, 255, 0.26) 0%, rgba(94, 166, 255, 0) 26%),
    radial-gradient(circle at 78% 18%, rgba(150, 114, 255, 0.2) 0%, rgba(150, 114, 255, 0) 24%),
    radial-gradient(circle at 82% 72%, rgba(38, 208, 255, 0.12) 0%, rgba(38, 208, 255, 0) 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 60%);
}

.brand_hero_noise{
  position:absolute;
  inset:0;
  opacity:0.08;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.55) 0.6px, transparent 0.6px);
  background-size:10px 10px;
  mix-blend-mode:soft-light;
  pointer-events:none;
}

.brand_hero_word{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  font-size:clamp(120px, 20vw, 360px);
  font-weight:800;
  line-height:0.9;
  letter-spacing:-0.08em;
  color:rgba(255, 255, 255, 0.04);
  white-space:nowrap;
  pointer-events:none;
}

.brand_hero_wrap{
  position:relative;
  z-index:1;
  max-width:980px;
}

.brand_hero_title{
  margin:0;
  font-size:clamp(48px, 8vw, 110px);
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.08em;
  color:#ffffff;
  word-break:keep-all;
}

.brand_hero_desc{
  max-width:760px;
  margin:34px 0 0;
  font-size:18px;
  font-weight:400;
  line-height:1.95;
  color:rgba(255, 255, 255, 0.74);
  word-break:keep-all;
}

.brand_hero_meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.brand_hero_meta span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255, 255, 255, 0.1);
  border-radius:999px;
  background:rgba(255, 255, 255, 0.06);
  backdrop-filter:blur(10px);
  font-size:12px;
  font-weight:600;
  line-height:1.4;
  color:#ffffff;
  white-space:nowrap;
}

/* core */
.brand_core{
  position:relative;
  z-index:2;
  margin-top:-80px;
  padding:0 0 120px;
  background:linear-gradient(180deg, transparent 0%, #0f172a 100px, #0f172a 100%);
}

.brand_core_wrap{
  display:grid;
  grid-template-columns:minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap:32px;
  align-items:start;
}

.brand_core_left{
  padding:44px 0 0;
}

.brand_core_text{
  max-width:520px;
  margin:26px 0 0;
  font-size:17px;
  font-weight:400;
  line-height:1.9;
  color:rgba(255, 255, 255, 0.7);
  word-break:keep-all;
}

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

.brand_glass_card{
  position:relative;
  overflow:hidden;
  padding:30px 28px;
  border:1px solid rgba(255, 255, 255, 0.1);
  border-radius:28px;
  background:rgba(255, 255, 255, 0.08);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(0, 0, 0, 0.16);
}

.brand_glass_card::before{
  content:'';
  position:absolute;
  top:-40px;
  right:-40px;
  width:120px;
  height:120px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(94, 166, 255, 0.18) 0%, rgba(94, 166, 255, 0) 72%);
}

.brand_glass_label{
  position:relative;
  z-index:1;
  display:inline-block;
  margin-bottom:18px;
  font-size:13px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:0.14em;
  color:#8dc6ff;
}

.brand_glass_card strong{
  position:relative;
  z-index:1;
  display:block;
  margin:0;
  font-size:28px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.04em;
  color:#ffffff;
  word-break:keep-all;
}

.brand_glass_card p{
  position:relative;
  z-index:1;
  margin:14px 0 0;
  font-size:15px;
  font-weight:400;
  line-height:1.85;
  color:rgba(255, 255, 255, 0.74);
  word-break:keep-all;
}

/* expertise */
.brand_expertise{
  position:relative;
  padding:130px 0 160px;
  background:#f3f7fd;
  color:#0f172a;
}

.brand_expertise::before{
  content:'SYSTEM';
  position:absolute;
  right:18px;
  top:28px;
  font-size:clamp(58px, 10vw, 180px);
  font-weight:800;
  line-height:0.9;
  letter-spacing:-0.08em;
  color:rgba(15, 23, 42, 0.04);
  pointer-events:none;
}

.brand_expertise_grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.brand_metric_card{
  position:relative;
  overflow:hidden;
  min-height:360px;
  padding:34px 28px;
  border:1px solid rgba(15, 23, 42, 0.06);
  border-radius:30px;
  background:rgba(255, 255, 255, 0.64);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 36px rgba(15, 23, 42, 0.06);
}

.brand_metric_card:nth-child(2){
  transform:translateY(34px);
}

.brand_metric_card:nth-child(3){
  transform:translateY(68px);
}

.brand_metric_bg{
  position:absolute;
  right:18px;
  top:6px;
  font-size:110px;
  font-weight:800;
  line-height:1;
  letter-spacing:-0.08em;
  color:rgba(15, 23, 42, 0.04);
  pointer-events:none;
}

.brand_metric_icon{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border:1px solid rgba(94, 166, 255, 0.14);
  border-radius:18px;
  background: linear-gradient(135deg, rgba(94, 166, 255, 0.22) 0%, rgba(150, 114, 255, 0.14) 100%);
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
  flex-shrink:0;
}

.brand_metric_icon svg{
  display:block;
  width:30px;
  height:30px;
}

.brand_metric_icon svg path,
.brand_metric_icon svg circle,
.brand_metric_icon svg rect,
.brand_metric_icon svg line,
.brand_metric_icon svg polyline,
.brand_metric_icon svg polygon{
  stroke:#0f172a;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

.brand_metric_icon svg *{
  vector-effect:non-scaling-stroke;
}

.brand_metric_title{
  position:relative;
  z-index:1;
  display:block;
  margin:24px 0 0;
  font-size:30px;
  font-weight:800;
  line-height:1.28;
  letter-spacing:-0.04em;
  color:#0f172a;
  word-break:keep-all;
}

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

/* impact */
.brand_impact{
  position:relative;
  z-index:3;
  margin-top:-54px;
  padding:0 0 120px;
  background:#f8fbff;
}

.brand_impact_noise{
  position:absolute;
  inset:0;
  opacity:0.05;
  background-image: radial-gradient(rgba(15, 23, 42, 0.45) 0.6px, transparent 0.6px);
  background-size:12px 12px;
  pointer-events:none;
}

.brand_impact_wrap{
  position:relative;
  overflow:hidden;
  padding:56px 52px;
  border-radius:34px;
  background:linear-gradient(135deg, #0b1020 0%, #111a31 52%, #17223d 100%);
  box-shadow:0 24px 56px rgba(11, 16, 32, 0.22);
  margin-top: -24px;
}

.brand_impact_wrap::before{
  content:'';
  position:absolute;
  top:-90px;
  right:-60px;
  width:220px;
  height:220px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(94, 166, 255, 0.18) 0%, rgba(94, 166, 255, 0) 72%);
}

.brand_impact_label{
  position:relative;
  z-index:1;
  margin:0 0 16px;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:0.22em;
  color:rgba(255, 255, 255, 0.56);
  text-transform:uppercase;
}

.brand_impact_title{
  position:relative;
  z-index:1;
  margin:0;
  font-size:clamp(34px, 5vw, 74px);
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.06em;
  color:#ffffff;
  word-break:keep-all;
}

/* process */
.brand_process{
  position:relative;
  padding:120px 0 140px;
  background:#f8fbff;
  color:#0f172a;
}

.brand_timeline{
  position:relative;
  max-width:1120px;
  margin:0 auto;
  padding:20px 0;
}

.brand_timeline::before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:1px;
  background:linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(94, 166, 255, 0.22) 50%, rgba(15, 23, 42, 0.08) 100%);
  transform:translateX(-50%);
}

.brand_step{
  position:relative;
  display:flex;
  margin:0 0 30px;
}

.brand_step:nth-child(odd){
  justify-content:flex-start;
  padding-right:50%;
}

.brand_step:nth-child(even){
  justify-content:flex-end;
  padding-left:50%;
}

.brand_step_point{
  position:absolute;
  top:44px;
  left:50%;
  width:14px;
  height:14px;
  border:4px solid #f8fbff;
  border-radius:999px;
  background:#5ea6ff;
  transform:translateX(-50%);
  box-sizing:border-box;
  z-index:2;
}

.brand_step_box{
  position:relative;
  width:calc(100% - 54px);
  max-width:470px;
  padding:28px 26px;
  border:1px solid rgba(15, 23, 42, 0.06);
  border-radius:26px;
  background:rgba(255, 255, 255, 0.8);
  backdrop-filter:blur(12px);
  box-shadow:0 14px 30px rgba(15, 23, 42, 0.06);
}

.brand_step_no{
  display:inline-block;
  margin-bottom:14px;
  font-size:12px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:0.16em;
  color:#5ea6ff;
}

.brand_step_box strong{
  display:block;
  margin:0;
  font-size:28px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.04em;
  color:#0f172a;
  word-break:keep-all;
}

.brand_step_box p{
  margin:12px 0 0;
  font-size:15px;
  font-weight:400;
  line-height:1.85;
  color:#475569;
  word-break:keep-all;
}

.brand_step_box em{
  display:block;
  margin-top:16px;
  font-size:13px;
  font-style:normal;
  font-weight:700;
  line-height:1.6;
  color:#64748b;
}

/* cta */
.brand_cta{
  position:relative;
  overflow:hidden;
  padding:140px 0 150px;
  background:#0b1020;
}

.brand_cta_mesh{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%, rgba(94, 166, 255, 0.18) 0%, rgba(94, 166, 255, 0) 26%),
    radial-gradient(circle at 84% 70%, rgba(150, 114, 255, 0.14) 0%, rgba(150, 114, 255, 0) 24%);
}

.brand_cta_wrap{
  position:relative;
  z-index:1;
  max-width:980px;
}

.brand_cta_title{
  margin:0;
  font-size:clamp(38px, 6vw, 82px);
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.07em;
  color:#ffffff;
  word-break:keep-all;
}

.brand_cta_desc{
  max-width:720px;
  margin:26px 0 0;
  font-size:18px;
  font-weight:400;
  line-height:1.9;
  color:rgba(255, 255, 255, 0.72);
  word-break:keep-all;
}

.brand_cta_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  height:56px;
  margin-top:34px;
  padding:0 24px;
  border:1px solid rgba(255, 255, 255, 0.12);
  border-radius:999px;
  background:rgba(255, 255, 255, 0.08);
  backdrop-filter:blur(12px);
  text-decoration:none;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  color:#ffffff;
  transition:transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.brand_cta_btn:hover{
  transform:translateY(-2px);
  background:rgba(255, 255, 255, 0.14);
  border-color:rgba(255, 255, 255, 0.22);
}

/* reveal */
.reveal_item{
  opacity:0;
  transform:translateY(36px) scale(0.98);
  transition:opacity 0.8s ease, transform 0.8s ease;
}

.reveal_item.is_show{
  opacity:1;
  transform:translateY(0) scale(1);
}

/* tablet */
@media screen and (max-width:1024px){
  .sub_inner{
    padding:0 20px;
  }

  .brand_hero{
    min-height:auto;
    padding:140px 0 110px;
  }

  .brand_core{
    margin-top:-48px;
    padding-bottom:96px;
  }

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

  .brand_core_left{
    padding-top:0;
  }

  .brand_expertise{
    padding:100px 0 130px;
  }

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

  .brand_metric_card:nth-child(2),
  .brand_metric_card:nth-child(3){
    transform:none;
  }

  .brand_impact{
    margin-top:-28px;
    padding-bottom:96px;
  }

  .brand_impact_wrap{
    padding:42px 34px;
  }

  .brand_process{
    padding:96px 0 110px;
  }

  .brand_timeline::before{
    left:20px;
    transform:none;
  }

  .brand_step,
  .brand_step:nth-child(odd),
  .brand_step:nth-child(even){
    justify-content:flex-start;
    padding-left:54px;
    padding-right:0;
  }

  .brand_step_point{
    left:20px;
    transform:translateX(-50%);
  }

  .brand_step_box{
    width:100%;
    max-width:none;
  }

  .brand_cta{
    padding:110px 0 120px;
  }
}

/* mobile */
@media screen and (max-width:767px){
  .sub_inner{
    padding:0 16px;
  }

  .brand_hero{
    padding:108px 0 78px;
  }

  .brand_hero_desc{
    margin-top:20px;
    font-size:15px;
    line-height:1.82;
  }

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

  .brand_hero_meta span{
    min-height:32px;
    padding:0 10px;
    font-size:11px;
  }

  .brand_section_head{
    margin-bottom:30px;
  }

  .brand_core{
    margin-top:-24px;
    padding-bottom:64px;
  }

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

  .brand_glass_card strong{
    font-size:22px;
  }

  .brand_glass_card p{
    font-size:14px;
    line-height:1.8;
  }

  .brand_expertise{
    padding:70px 0 96px;
  }

  .brand_metric_card{
    min-height:auto;
    padding:24px 18px;
    border-radius:22px;
  }

  .brand_metric_bg{
    font-size:76px;
  }

  .brand_metric_icon{
    width:46px;
    height:46px;
    border-radius:14px;
  }

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

  .brand_metric_desc{
    margin-top:12px;
    font-size:14px;
    line-height:1.8;
  }

  .brand_impact{
    padding-bottom:70px;
  }

  .brand_impact_wrap{
    padding:30px 20px;
    border-radius:22px;
  }

  .brand_process{
    padding:70px 0 80px;
  }

  .brand_step,
  .brand_step:nth-child(odd),
  .brand_step:nth-child(even){
    padding-left:34px;
  }

  .brand_timeline::before{
    left:10px;
  }

  .brand_step_point{
    left:10px;
    top:30px;
    width:12px;
    height:12px;
    border-width:3px;
  }

  .brand_step_box{
    padding:22px 18px;
    border-radius:18px;
  }

  .brand_step_box strong{
    font-size:22px;
  }

  .brand_step_box p{
    font-size:14px;
    line-height:1.8;
  }

  .brand_step_box em{
    margin-top:12px;
    font-size:12px;
  }

  .brand_cta{
    padding:78px 0 84px;
  }

  .brand_cta_desc{
    margin-top:18px;
    font-size:15px;
    line-height:1.82;
  }

  .brand_cta_btn{
    width:100%;
    min-width:auto;
    height:50px;
    margin-top:24px;
    font-size:14px;
  }
}