/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #2eaf51;
  text-decoration: none;
}

a:hover {
  color: #35cf5e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2eaf51;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #012169;
  /* background: #2eaf51; */
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6ba7f5;
  /* background: #3284f1; */
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #012169;
  /* background: #2eaf51; */
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #012169;
  /* color: #2eaf51; */
}
#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  letter-spacing: -0.2px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #012169;
  /* background-color: #2eaf51; */
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #012169;
  /* color: #2eaf51; */
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #6ba7f5;
  /* color: #2eaf51; */
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #012169;
  /* color: #2eaf51; */
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #012169;
  /* color: #2eaf51; */
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.btn-login{
/* 	background: #012169; */
    /* font-family: "Roboto", sans-serif; */
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    transition: 0.5s;
/*     color: #fff; */
    color: #012169;
    background: #fff;
    border: 2px solid #012169;
}

.btn-login:hover{
/* 	background: #6ba7f5;	 */
/* 	color: #fff; */
	color: #6ba7f5;
    background: #fff;
    border: 2px solid #6ba7f5;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}
#hero h1 span {
  color: #012169;
  /* color: #2eaf51; */
}
#hero div.motto {
  display: block;
  margin: 0;
  font-size: clamp(34px, 5.8vw, 76px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #222222;
  font-family: var(--font-display, "Poppins", sans-serif);
}
#hero div.motto span {
  color: #012169;
}
#hero h2 {
  color: #444;
  margin: 18px 0 40px 0;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.3px;
  font-family: var(--font-display, "Poppins", sans-serif);
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #012169;
  /* background: #2eaf51; */
}
#hero .btn-get-started:hover {
  background: #6ba7f5;
  /* background: #73ec93; */
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #012169;
  /* color: #2eaf51; */
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #6ba7f5;
  /* color: #2eaf51; */
}
#hero .btn-watch-video:hover i {
  color: #6ba7f5;
  /* color: #35cf5e; */
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    min-height: 90vh;
    height: auto;
    padding: 80px 0 60px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  /* motto와 h2는 clamp()로 자동 스케일 (위 정의 사용) */
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 15px;
  }
  .logo-box{
    flex:1;
  	order:1;
  }
  .navbar-box{
  	order:3;
  }
  .loginBtn-box{
  	order:2;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 96px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
}
.section-title h2 {
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  padding: 9px 22px;
  margin: 0;
  background: #e7f1fd;
  color: #012169;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 26px 0 0 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.section-title p {
  margin: 22px auto 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 640px;
}

@media (max-width: 768px) {
  section { padding: 70px 0; }
  .section-title { padding-bottom: 44px; }
  .section-title h3 { margin-top: 20px; }
  .section-title p { margin-top: 16px; }
}
.section-title h3 span {
  color: #012169;
  /* color: #2eaf51; */
}
/* .section-title p 위 통합 정의로 이전 */
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #6ba7f5;
  /* background: #2eaf51; */
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 22px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #012169;
  /* color: #2eaf51; */
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: -0.3px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 16px;
  line-height: 1.7;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#estimate {
  min-height: 720px;
  padding: 80px 0 100px;
  background-color: #092165;
}

#estimate .section-title h2 {
  background-color: #4a74ff80;
  color: #ffffff;
}
#estimate .section-title h3 {
  margin-top: 50px;
}

#estimate .section-title h3 span {
  color: #ffffff;
}
#estimate .section-title h3 span:last-child {
  display: inline-block;
  margin-top: 14px;
}

#estimate .estimate-img {
  text-align: center;
  margin-top: 40px;
}

#estimate .estimate-img img {
  max-width: 100%;
  height: auto;
}

#estimate .estimate-button {
  text-align: center;
  margin-top: 40px;
}
#estimate button {
  min-width: 220px;
  height: 52px;
  padding: 0 24px;
  background-color: #ffffff;
  text-align: center;
  color: #092165;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  letter-spacing: -0.2px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.3px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.about .content ul li:first-child {
  margin-top: 40px;
}
.about .content ul li:last-child {
  margin-bottom: 0;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #012169;
  /* color: #2eaf51; */
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 19px;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
.about .content ul p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #012169;
  /* background-color: #2eaf51; */
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 96px 0;
  margin-bottom: 0;
}
.counts .count-box {
  padding: 52px 30px 32px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
  min-height: 230px;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #012169;
  /* background: #2eaf51; */
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.counts .row {
  justify-content: center;
  margin-top: 50px;
  row-gap: 56px;
}

.counter-desc {
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services .icon-box .icon i {
  color: #012169;
  /* color: #35cf5e; */
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #6ba7f5;
  /* color: #2eaf51; */
}
.services .icon-box:hover .icon {
  border-color: #6ba7f5;
  /* border-color: #2eaf51; */
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  letter-spacing: -0.3px;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 15px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
  font-size: 17px;
  line-height: 1.7;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #012169;
  /* background-color: #2eaf51; */
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #6ba7f5;
  /* color: #2eaf51; */
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #6ba7f5;
  /* color: #2eaf51; */
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #012169;
  /* border: 1px solid #2eaf51; */
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #012169;
  /* background-color: #2eaf51; */
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  background: #6ba7f5;
  /* background: #35cf5e; */
}
.team .member .social i {
  font-size: 18px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 30px 28px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  margin: -30px -28px 30px -28px;
  padding: 22px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
  letter-spacing: -0.2px;
}
.pricing .box h4 {
  font-size: 42px;
  color: #012169;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 28px;
  letter-spacing: -1px;
}
.pricing .box h4 sup {
  font-size: 22px;
  top: -17px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 17px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 1.7;
  font-size: 15px;
}
.pricing .box ul li {
  padding-bottom: 14px;
}
.pricing .box ul li:last-child {
  padding-bottom: 0;
}
.pricing .box ul i {
  color: #012169;
  /* color: #2eaf51; */
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 30px -28px -30px -28px;
  padding: 24px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #012169;
  display: inline-block;
  padding: 10px 38px 12px 38px;
  border-radius: 6px;
  color: #fff;
  transition: 0.2s;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #6ba7f5;
  /* background: #35cf5e; */
}
.pricing .featured h3 {
  color: #fff;
  background: #012169;
  /* background: #2eaf51; */
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #012169;
  /* background: #2eaf51; */
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 28px;
  padding-bottom: 28px;
}
.faq .faq-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
  letter-spacing: -0.2px;
}
.faq .faq-list i {
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 12px 0 0 25px;
  font-size: 16px;
  line-height: 1.75;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #012169;
  /* color: #2eaf51; */
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #012169;
  /* color: #2eaf51; */
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #012169;
  /* background: #18d26e; */
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #012169;
  /* border: 3px solid #18d26e; */
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #012169;
  /* border-color: #2eaf51; */
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #012169;
  /* background: #2eaf51; */
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #6ba7f5;
  /* background: #35cf5e; */
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #012169;
  /* background: #2eaf51; */
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #6ba7f5;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #012169;
  /* color: #2eaf51; */
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #012169;
  /* color: #2eaf51; */
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #012169;
  /* color: #2eaf51; */
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #012169;
  /* background: #2eaf51; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #012169;
  /* background: #35cf5e; */
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
#footer .footer-legal {
  text-align: center;
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 6px;
  clear: both;
}
#footer .footer-legal .separator {
  margin: 0 6px;
  color: #555;
}
#footer .footer-legal a {
  color: #aaaaaa;
  text-decoration: none;
}
#footer .footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .footer-nav {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
#footer .footer-nav a {
  color: #555555;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}
#footer .footer-nav a:hover {
  color: #012169;
}
#footer .footer-nav .privacy-link {
  color: #012169;
  font-weight: 600;
}
#footer .footer-nav .separator {
  margin: 0 8px;
  color: #cccccc;
}
#footer .footer-info {
  font-size: 12px;
  color: #888888;
  margin-bottom: 8px;
}
#footer .footer-info .separator {
  margin: 0 8px;
  color: #cccccc;
}
#footer .footer-info a {
  color: #888888;
  text-decoration: none;
}
#footer .footer-info a:hover {
  color: #012169;
}
@media (max-width: 768px) {
  #footer .footer-nav .separator,
  #footer .footer-info .separator {
    display: none;
  }
  #footer .footer-nav a,
  #footer .footer-info span,
  #footer .footer-info a {
    display: block;
    margin: 3px 0;
  }
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  #footer .footer-legal .separator {
    display: none;
  }
  #footer .footer-legal span,
  #footer .footer-legal a {
    display: block;
    margin: 2px 0;
  }

  #estimate {
    height: auto;
    padding-bottom: 60px;
  }
}

.unit {
  font-size: 1.2em;
  margin-left: 2px;
  font-weight: bold;
}
.effect-up {
  color: #2176ff !important;
  font-weight: bold;
}
.effect-down {
  color: #e74c3c !important;
  font-weight: bold;
}

.counter-line {
  display: inline-flex;
  align-items: baseline;
  margin-top: 10px;
  margin-bottom: 10px;
}
.count-box {
  text-align: center;
}

/*--------------------------------------------------------------
# Privacy
--------------------------------------------------------------*/
.privacy {
  padding: 60px 0;
}
.privacy .privacy-content {
  max-width: 860px;
  margin: 0 auto;
  color: #444444;
  line-height: 1.8;
}
.privacy .privacy-content > p {
  margin-bottom: 28px;
  font-size: 14px;
}
.privacy .privacy-article {
  margin-bottom: 32px;
}
.privacy .privacy-article h4 {
  font-size: 16px;
  font-weight: 700;
  color: #012169;
  border-left: 4px solid #012169;
  padding-left: 12px;
  margin-bottom: 12px;
}
.privacy .privacy-article p {
  font-size: 14px;
  margin-bottom: 8px;
}
.privacy .privacy-article ul {
  list-style: none;
  padding-left: 4px;
  margin-bottom: 0;
}
.privacy .privacy-article ul li {
  font-size: 14px;
  padding: 4px 0 4px 16px;
  position: relative;
}
.privacy .privacy-article ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #888;
}
.privacy .privacy-article a {
  color: #012169;
}

/*--------------------------------------------------------------
# Anthropic Tone — Color Tokens
--------------------------------------------------------------*/
:root {
  --ink: #1a1a1a;
  --ink-soft: #4a4a47;
  --paper: #faf9f5;
  --paper-warm: #f5f2e8;
  --paper-line: #e8e2d4;
  --paper-line-soft: #efeae0;
  --navy: #012169;
  --navy-soft: #1a3fa0;
  --clay: #c97a5a;
  --clay-soft: #d99a7e;
  --olive: #6b6657;
  --font-display: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Segoe UI', Roboto, sans-serif;
}
body {
  font-family: var(--font-display);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
}

/*--------------------------------------------------------------
# Hero — CTA 버튼 톤
--------------------------------------------------------------*/
#hero .btn-get-started {
  font-family: var(--font-display, "Roboto", sans-serif);
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 14px 30px;
  border-radius: 8px;
}

/*--------------------------------------------------------------
# Hero Refresh 2026 (Headline · CTA · Trust)
--------------------------------------------------------------*/
/* Hero 배경은 기존 hero-bg.jpg + 흰색 오버레이 유지. Aurora는 폐기. */

#hero h2 strong {
  color: var(--navy);
  font-weight: 700;
}
/* Hero 두 번째 줄: AI 놀레오 동반 카피 (살짝 부드럽게) */
#hero h2 .hero-sub-line {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.9em;
  color: var(--ink-soft);
  font-weight: 500;
}
#hero h2 .hero-sub-line strong {
  color: var(--navy);
  font-weight: 700;
}

/* ── Hero 2-column Layout (Left: Pitch / Right: Card Drop) ── */
#hero .hero-card-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
#hero .hero-left,
#hero .hero-right {
  position: relative;
}
#hero .hero-secondary-line {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-soft);
}
#hero .hero-secondary-line a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--paper-line);
  padding-bottom: 1px;
  transition: border-color 0.2s;
}
#hero .hero-secondary-line a:hover {
  border-color: var(--navy);
}
@media (max-width: 992px) {
  #hero .hero-card-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/*--------------------------------------------------------------
# Card Drop Module (명함 드롭존 — AI 진단 섹션)
--------------------------------------------------------------*/
.card-drop-wrap {
  max-width: 520px;
  margin: 0 auto;
}
.card-drop-foot {
  text-align: center;
  margin: 18px 0 0 0;
  font-size: 13px;
  color: var(--ink-soft);
}
.card-drop-foot a {
  color: var(--navy);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--paper-line);
  padding-bottom: 1px;
}
.card-drop-foot a:hover {
  border-color: var(--navy);
}
.card-drop {
  background: #fff;
  border: 1.5px dashed var(--paper-line);
  border-radius: 14px;
  padding: 56px 40px;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-drop.is-dragover {
  border-color: var(--navy);
  border-style: solid;
  background: var(--paper-warm);
}
.card-drop-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-drop-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 6px 0;
  letter-spacing: -0.3px;
}
.card-drop-help {
  font-size: 13px;
  color: var(--olive);
  margin: 0 0 22px 0;
}
.card-drop-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px;
}
.card-drop-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid transparent;
}
.card-drop-btn.primary {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.card-drop-btn.primary:hover {
  background: var(--navy-soft);
  border-color: var(--navy-soft);
}
.card-drop-btn.primary:disabled {
  background: var(--paper-line);
  border-color: var(--paper-line);
  color: var(--olive);
  cursor: not-allowed;
}
.card-drop-btn.secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--paper-line);
}
.card-drop-btn.secondary:hover {
  border-color: var(--ink-soft);
}
.card-drop-btn.ghost {
  background: transparent;
  color: var(--ink-soft);
  border-color: transparent;
}
.card-drop-btn.ghost:hover {
  background: var(--paper-warm);
  color: var(--ink);
}
.card-drop-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.55;
  padding: 4px 0;
  margin: 0 auto 14px;
  max-width: 360px;
  cursor: pointer;
}
.card-drop-consent input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--navy);
}
.card-drop-consent strong {
  color: var(--ink);
  font-weight: 600;
}
.card-drop-safe {
  font-size: 11px;
  color: var(--olive);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.card-drop-safe i {
  color: #5d8a6b;
}
.card-drop-mock-note {
  font-size: 11px;
  color: var(--olive);
  margin: 8px 0 0 0;
  opacity: 0.7;
}

/* ── Industry chips (Preview Step) ── */
.card-drop-industry {
  margin: 4px auto 14px;
  max-width: 380px;
}
.card-drop-industry-label {
  font-size: 13px;
  color: var(--ink);
  font-weight: 600;
  margin: 0 0 10px 0;
  text-align: center;
}
.card-drop-industry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.industry-chip {
  position: relative;
  cursor: pointer;
}
.industry-chip input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.industry-chip span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--paper-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  background: #fff;
  transition: 0.15s;
  user-select: none;
}
.industry-chip:hover span {
  border-color: var(--ink-soft);
  color: var(--ink);
}
.industry-chip input[type="radio"]:checked + span {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.industry-chip input[type="radio"]:focus-visible + span {
  outline: 2px solid var(--navy-soft);
  outline-offset: 2px;
}

/* ── Error message ── */
.card-drop-error {
  margin: 12px auto 0;
  max-width: 380px;
  font-size: 13px;
  color: #b3492a;
  background: #fdf3ee;
  border: 1px solid #f0d2c0;
  border-radius: 6px;
  padding: 10px 14px;
  line-height: 1.55;
}

/* ── Preview Step ── */
.card-drop-preview-thumb {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--paper-line);
  background: var(--paper-warm);
}
.card-drop-preview-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Analyzing Step ── */
.card-drop-progress {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 320px;
}
.card-drop-progress li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--paper-line);
  border-radius: 8px;
  margin-bottom: 8px;
  background: #fff;
  transition: 0.2s;
}
.card-drop-progress li .prog-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--paper-line);
  flex-shrink: 0;
}
.card-drop-progress li .prog-label {
  flex: 1;
  text-align: left;
  font-size: 13px;
  color: var(--ink-soft);
}
.card-drop-progress li .prog-state {
  display: none;
}
.card-drop-progress li.is-active {
  border-color: var(--navy);
  background: var(--paper-warm);
}
.card-drop-progress li.is-active .prog-dot {
  background: var(--navy);
  animation: progDotPulse 1s ease-in-out infinite;
}
.card-drop-progress li.is-active .prog-label {
  color: var(--ink);
  font-weight: 500;
}
.card-drop-progress li.is-done .prog-dot {
  background: #5d8a6b;
}
.card-drop-progress li.is-done .prog-label {
  color: var(--ink-soft);
}
@keyframes progDotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.4); opacity: 0.6; }
}

/* ── Done Step ── */

/*--------------------------------------------------------------
# 상담할레오 Chat (M5 — 진단 후 슬라이드 채팅)
--------------------------------------------------------------*/
.card-drop.is-chat {
  border-style: solid;
  border-color: var(--paper-line);
  padding: 0;
  text-align: left;
  min-height: 540px;
  overflow: hidden;
  background: #fff;
}
.card-drop.is-chat .card-drop-step.card-drop-chat {
  width: 100%;
  align-items: stretch;
}
.consult-chat {
  display: flex;
  flex-direction: column;
  height: 540px;
  position: relative;
  animation: ccSlideUp 0.45s cubic-bezier(.16, 1, .3, 1);
}
.consult-chat.is-dragover::after {
  content: '📎 파일을 놓으면 분석합니다';
  position: absolute;
  inset: 6px;
  display: grid;
  place-items: center;
  background: rgba(1, 33, 105, 0.06);
  border: 2px dashed var(--navy);
  border-radius: 12px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
  z-index: 10;
}
.consult-chat.cc-locked .cc-input { opacity: 0.55; pointer-events: none; }
.consult-chat.cc-locked .cc-quick { opacity: 0.55; pointer-events: none; }
.cc-input textarea:disabled { background: var(--paper-warm); cursor: not-allowed; }
.cc-attach:disabled, .cc-send:disabled { cursor: not-allowed; }
@keyframes ccSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--paper-line-soft);
  background: #fff;
}
.cc-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex: 0 0 auto;
}
.cc-avatar-leo {
  background-color: var(--paper-warm);
  background-image: url('/assets/img/consult_leo2.png');
  background-size: 200%;
  background-position: 50% 6%;
  background-repeat: no-repeat;
  border: 1px solid var(--paper-line);
}
.cc-id { display: flex; flex-direction: column; line-height: 1.35; }
.cc-name { font-weight: 700; font-size: 15px; color: var(--ink); }
.cc-status {
  font-size: 12px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 5px;
}
.cc-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2bb673;
  display: inline-block;
}
.cc-log {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 18px 18px 10px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cc-msg { display: flex; max-width: 88%; }
.cc-bubble {
  padding: 11px 14px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.62;
  word-break: break-word;
}
.cc-msg.bot { align-self: flex-start; }
.cc-msg.bot .cc-bubble {
  background: #fff;
  border: 1px solid var(--paper-line);
  border-bottom-left-radius: 4px;
  color: var(--ink);
}
.cc-msg.me { align-self: flex-end; }
.cc-msg.me .cc-bubble {
  background: var(--navy);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.cc-typing { display: inline-flex; gap: 4px; padding: 3px 2px; }
.cc-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--olive);
  animation: ccBlink 1.2s infinite;
}
.cc-typing span:nth-child(2) { animation-delay: .2s; }
.cc-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes ccBlink {
  0%, 60%, 100% { opacity: .25; transform: translateY(0); }
  30%           { opacity: 1;   transform: translateY(-2px); }
}
.cc-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 16px 4px;
  background: var(--paper);
}
.cc-chip {
  border: 1px solid var(--paper-line);
  background: #fff;
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-display);
  transition: background .15s, border-color .15s;
}
.cc-chip:hover { background: var(--paper-warm); border-color: var(--navy-soft); }
.cc-input {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--paper-line-soft);
  background: #fff;
}
.cc-input textarea {
  flex: 1 1 auto;
  resize: none;
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: var(--font-display);
  line-height: 1.5;
  max-height: 120px;
  outline: none;
  color: var(--ink);
  background: var(--paper);
  transition: border-color .15s, background .15s;
}
.cc-input textarea:focus { border-color: var(--navy-soft); background: #fff; }
.cc-attach, .cc-send {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 17px;
  display: grid;
  place-items: center;
  transition: background .15s;
}
.cc-attach { background: var(--paper-warm); color: var(--olive); }
.cc-attach:hover { background: var(--paper-line); }
.cc-send { background: var(--navy); color: #fff; font-weight: 700; }
.cc-send:hover { background: var(--navy-soft); }
.cc-send:disabled { opacity: .4; cursor: default; }

/* 진단 제안 버튼 (대화 중) */
.cc-offer-btns { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.cc-offer-go, .cc-offer-more {
  border-radius: 9px; padding: 8px 14px; font-size: 13px; font-weight: 600;
  cursor: pointer; font-family: var(--font-display); border: 1px solid var(--paper-line);
}
.cc-offer-go { background: var(--navy); color: #fff; border-color: var(--navy); }
.cc-offer-go:hover { background: var(--navy-soft); }
.cc-offer-more { background: #fff; color: var(--ink-soft); }
.cc-offer-more:hover { background: var(--paper-warm); }
.cc-chip-report { background: var(--navy) !important; color: #fff !important; border-color: var(--navy) !important; }

/* 진단 리포트 카드 */
.cc-report-msg { max-width: 100%; flex-direction: column; }
.cc-report {
  background: #fff; border: 1px solid var(--paper-line); border-radius: 14px;
  padding: 20px 18px; width: 100%;
}
.cc-rep-brand {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--clay);
}
.cc-rep-scope {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin: 8px 0 14px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #f3ede6 0%, var(--paper-warm) 100%);
  border-radius: 8px;
  border-left: 3px solid var(--clay);
  letter-spacing: -0.01em;
  line-height: 1.45;
}
.cc-rep-scope strong { color: var(--clay); }
.cc-rep-scope-sub {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 400;
  color: var(--ink-soft);
  letter-spacing: 0;
}
.cc-rep-co { font-size: 17px; font-weight: 700; color: var(--ink); margin: 4px 0 10px; }
.cc-rep-summary {
  font-size: 13.5px; line-height: 1.65; color: var(--ink-soft);
  padding-bottom: 14px; margin: 0 0 14px; border-bottom: 1px solid var(--paper-line-soft);
}
.cc-rep-list { display: flex; flex-direction: column; gap: 12px; }
.cc-rep-item {
  border: 1px solid var(--paper-line-soft); border-radius: 11px;
  padding: 13px 14px; background: var(--paper);
}
.cc-rep-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.cc-rep-title { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.cc-rep-lvl {
  font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 999px;
  background: var(--paper-warm); color: var(--olive); white-space: nowrap; flex: 0 0 auto;
}
.cc-rep-lvl.lvl-core { background: rgba(1,33,105,.1); color: var(--navy); }
.cc-rep-lvl.lvl-limited, .cc-rep-lvl.lvl-external { background: #f3ede6; color: var(--clay); }
.cc-rep-gap, .cc-rep-sol {
  font-size: 13px; line-height: 1.6; color: var(--ink); display: flex; gap: 8px;
  align-items: flex-start; padding: 4px 0;
}
.cc-rep-sol.none { color: var(--ink-soft); }
.cc-rep-tag {
  font-size: 10.5px; font-weight: 700; padding: 2px 7px; border-radius: 6px;
  flex: 0 0 auto; margin-top: 2px; line-height: 1.5;
}
.cc-rep-tag.gap { background: #f3ede6; color: var(--clay); }
.cc-rep-tag.sol { background: var(--navy); color: #fff; }
.cc-rep-tag.none { background: var(--paper-line); color: var(--olive); }
.cc-rep-oos {
  margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--paper-line-soft);
  font-size: 12.5px; color: var(--ink-soft);
}
.cc-rep-oos ul { margin: 6px 0 0; padding-left: 18px; }
.cc-rep-oos li { margin: 2px 0; }
.cc-rep-actions { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.cc-rep-btn {
  border-radius: 10px; padding: 11px 16px; font-size: 13.5px; font-weight: 600;
  cursor: pointer; font-family: var(--font-display); border: 1px solid var(--paper-line);
}
.cc-rep-btn.primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.cc-rep-btn.primary:hover { background: var(--navy-soft); }
.cc-rep-btn.ghost { background: #fff; color: var(--navy); }
.cc-rep-btn.ghost:hover { background: var(--paper-warm); }

/* 룰베이스 질문 버튼·체크박스 (봇 버블 안 인라인) */
.cc-q-btns {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 10px;
}
.cc-q-btn {
  border: 1px solid var(--paper-line);
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-display);
  transition: background .15s, border-color .15s;
}
.cc-q-btn:hover { background: var(--paper-warm); border-color: var(--clay-soft); }
.cc-q-btn.primary { background: var(--clay); color: #fff; border-color: var(--clay); }
.cc-q-btn.primary:hover { background: #b86a4c; }

.cc-q-checks {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 10px;
}
.cc-q-check {
  display: inline-flex; align-items: center; gap: 0;
  border: 1px solid var(--paper-line);
  background: #fff;
  color: var(--ink);
  font-size: 13px; font-weight: 500;
  padding: 7px 12px;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  transition: background .15s, border-color .15s, color .15s;
}
.cc-q-check input { display: none; }
.cc-q-check:hover { background: var(--paper-warm); }
.cc-q-check.is-on {
  background: var(--clay);
  color: #fff;
  border-color: var(--clay);
}

/* 예상 견적 카드 (운영 규모 기준 표시) */
.cc-est {
  background: #fff;
  border: 1px solid var(--paper-line);
  border-radius: 14px;
  padding: 20px 18px;
  width: 100%;
}
.cc-est-scope {
  margin: 8px 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--paper-line-soft);
}
.cc-est-scope-main {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}
.cc-est-scope-main strong { color: var(--clay); }
.cc-est-scope-sub {
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 4px;
}
.cc-est-includes {
  margin-bottom: 16px;
}
.cc-est-includes-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--olive);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.cc-est-includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-est-includes-list li {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 5px 0 5px 18px;
  position: relative;
}
.cc-est-includes-list li::before {
  content: '·';
  position: absolute;
  left: 6px;
  color: var(--clay);
  font-weight: 700;
}
.cc-est-includes-empty {
  font-size: 13px;
  color: var(--ink-soft);
  font-style: italic;
}
.cc-est-amount-block {
  text-align: center;
  padding: 18px 12px;
  margin: 8px 0 14px;
  border-top: 1px solid var(--paper-line-soft);
  border-bottom: 1px solid var(--paper-line-soft);
}
.cc-est-amount-label {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.cc-est-amount-big {
  font-size: 36px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.cc-est-amount-per {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 6px;
}
.cc-est-cta {
  margin-top: 14px;
  padding: 14px 12px;
  background: linear-gradient(135deg, #f3ede6 0%, var(--paper-warm) 100%);
  border-radius: 8px;
  border-left: 3px solid var(--clay);
  text-align: center;
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.6;
}
.cc-est-cta strong { color: var(--clay); }
.cc-est-assume {
  font-size: 12.5px;
  color: var(--ink-soft);
  background: #faf5ee;
  border-left: 2px solid var(--clay-soft);
  padding: 7px 10px;
  border-radius: 4px;
  margin: 10px 0 12px;
}
.cc-est-amount-sub {
  font-size: 16px;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0;
}
.cc-est-note {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.cc-est-note > div { margin: 2px 0; }

/* 채팅 종결 액션 (리포트 후 입력창 자리) */
.cc-finale {
  display: flex; flex-direction: column; gap: 8px;
  padding: 14px 16px;
  border-top: 1px solid var(--paper-line-soft);
  background: var(--paper);
}
.cc-fin-btn {
  width: 100%;
  border-radius: 10px; padding: 13px 16px;
  font-size: 14px; font-weight: 700; cursor: pointer;
  font-family: var(--font-display); border: 1px solid var(--paper-line);
  transition: background .15s;
}
.cc-fin-btn.primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.cc-fin-btn.primary:hover { background: var(--navy-soft); }
.cc-fin-btn.ghost { background: #fff; color: var(--navy); }
.cc-fin-btn.ghost:hover { background: var(--paper-warm); }

@media (max-width: 576px) {
  .card-drop {
    padding: 28px 22px;
    min-height: 320px;
  }
  .card-drop-title {
    font-size: 19px;
  }

  /* ── 채팅창: 모바일 풀스크린 톤 + iOS Safari 주소창 변화 대응 ── */
  .card-drop.is-chat {
    padding: 0;
    min-height: 85vh;
    min-height: 85dvh;  /* dynamic viewport — iOS Safari 안전 */
    border-radius: 12px;
  }
  .consult-chat {
    height: 85vh;
    height: 85dvh;
  }

  /* 헤더 슬림화 — 메시지 영역 더 확보 */
  .cc-head { padding: 10px 14px; gap: 10px; }
  .cc-avatar { width: 34px; height: 34px; font-size: 15px; }
  .cc-name { font-size: 14px; }
  .cc-status { font-size: 11px; }

  /* 메시지 로그: 좌우 패딩 줄이고 말풍선 폭 확장 */
  .cc-log { padding: 14px 12px 10px; gap: 10px; }
  .cc-msg { max-width: 92%; }
  .cc-bubble { font-size: 14px; line-height: 1.55; }

  /* 입력 영역: safe-area 대응 + 슬림 */
  .cc-input {
    padding: 10px 12px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    gap: 6px;
  }
  /* iOS 자동 zoom-in 방지: 입력 폰트 ≥16px */
  .cc-input textarea { font-size: 16px; padding: 9px 12px; }
  .cc-attach, .cc-send { width: 38px; height: 38px; font-size: 16px; }

  /* 진단 리포트(채팅 내 표시) 슬림화 — 모바일에서 답답하지 않게 */
  .cc-rep-brand { font-size: 10.5px; }
  .cc-rep-scope { font-size: 13.5px; padding: 8px 11px; margin: 6px 0 10px; }
  .cc-rep-scope-sub { font-size: 11.5px; }
  .cc-rep-co { font-size: 15px; }
  .cc-rep-summary { font-size: 12.5px; padding-bottom: 10px; margin-bottom: 10px; line-height: 1.6; }
  .cc-rep-item { padding: 11px 12px; }
  .cc-rep-title { font-size: 13.5px; }
  .cc-rep-gap, .cc-rep-sol { font-size: 12.5px; }
  .cc-report { padding: 16px 14px; }

  /* 채팅 인터랙티브 / 견적 카드 슬림 */
  .cc-q-btn { padding: 11px 16px; min-height: 40px; }
  .cc-q-check { font-size: 13.5px; }

  /* 모바일에서 탭하기 좋게 버튼 크기 보강 */
  .card-drop-btn { padding: 13px 22px; min-height: 44px; }
  .cc-fin-btn, .cc-rep-btn { padding: 14px 16px; min-height: 48px; font-size: 14.5px; }
}
#hero .hero-sub {
  color: #444;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 28px 0;
  max-width: 640px;
}
#hero .hero-cta-group {
  gap: 14px;
  margin-bottom: 36px;
}
#hero .btn-primary-cta {
  position: relative;
  text-transform: none;
  letter-spacing: 0;
  padding: 14px 28px 14px 26px;
  border-radius: 10px;
  background: #012169;
  box-shadow: 0 6px 18px rgba(1, 33, 105, 0.22);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
  min-width: 280px;
  transition: all 0.25s ease;
}
#hero .btn-primary-cta:hover {
  background: #1a3fa0;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(1, 33, 105, 0.28);
}
#hero .btn-primary-cta .cta-badge {
  position: absolute;
  top: -9px;
  right: -8px;
  background: var(--clay);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow: none;
}
#hero .btn-primary-cta .cta-main {
  font-size: 16px;
  font-weight: 600;
}
#hero .btn-primary-cta .cta-sub {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.85;
  margin-top: 2px;
}
#hero .btn-secondary-cta {
  background: transparent;
  color: #012169;
  border: 2px solid #012169;
  text-transform: none;
  letter-spacing: 0;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 500;
}
#hero .btn-secondary-cta:hover {
  background: #012169;
  color: #fff;
}
/* ── Hero Live Bar (차분 톤) ── */
#hero .hero-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--ink);
}
#hero .hero-live .live-dot {
  width: 7px;
  height: 7px;
  background: #5d8a6b;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(93, 138, 107, 0.5);
  animation: livePulse 2.4s ease-in-out infinite;
}
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(93, 138, 107, 0.5); }
  70%  { box-shadow: 0 0 0 7px rgba(93, 138, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(93, 138, 107, 0); }
}
#hero .hero-live .live-label {
  font-family: 'JetBrains Mono', 'Roboto Mono', 'Courier New', monospace;
  font-size: 10px;
  font-weight: 600;
  color: #5d8a6b;
  letter-spacing: 1.2px;
}
#hero .hero-live .live-num {
  font-family: 'JetBrains Mono', 'Roboto Mono', 'Courier New', monospace;
  font-weight: 600;
  color: var(--navy);
  margin: 0 2px;
}
@media (max-width: 768px) {
  #hero .hero-live {
    font-size: 12px;
    padding: 7px 12px;
  }
}

#hero .hero-trust {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(1, 33, 105, 0.12);
}
#hero .hero-trust .trust-label {
  display: block;
  font-size: 12px;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#hero .hero-trust .trust-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}
#hero .hero-trust .trust-logos li img {
  height: 32px;
  width: auto;
  max-width: 120px;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.3s, opacity 0.3s;
  object-fit: contain;
}
#hero .hero-trust .trust-logos li img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#hero .hero-trust .trust-logos .logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border: 1px dashed rgba(1, 33, 105, 0.25);
  border-radius: 6px;
  color: #888;
  font-size: 13px;
  font-weight: 500;
  background: rgba(1, 33, 105, 0.02);
}
@media (max-width: 768px) {
  #hero .hero-sub {
    font-size: 15px;
    margin-bottom: 22px;
  }
  #hero .btn-primary-cta {
    min-width: 100%;
  }
  #hero .hero-trust .trust-logos {
    gap: 18px;
  }
  #hero .hero-trust .trust-logos li img {
    height: 24px;
  }
}

/* Nav badge */
.nav-badge {
  display: inline-block;
  background: var(--clay);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 4px;
  vertical-align: middle;
  letter-spacing: 0.5px;
  font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
}
/* Mono font accent — small labels only */
.cta-badge,
.badge-new,
.estimate-reassure .reassure-skip,
.nolleo-eyebrow {
  font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
}

/*--------------------------------------------------------------
# AI Diagnose Section (Anthropic Tone)
--------------------------------------------------------------*/
.ai-diagnose {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.ai-diagnose .container { position: relative; }
/* 채팅 컴패니언 — 채팅창 우측 옆에 배치, 발 끝이 채팅창 하단과 정렬 */
.card-drop-wrap { position: relative; }
.chat-leo-companion {
  position: absolute;
  left: calc(100% + 24px);
  bottom: 56px; /* foot p 영역 위로 올려 채팅창 하단과 정렬 */
  width: 220px;
  height: auto;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  z-index: 1;
}
.card-drop.is-chat ~ .chat-leo-companion {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1100px) {
  .chat-leo-companion { display: none; } /* 좁은 화면에서는 공간 부족 */
}
/* .section-title 기본 스타일 그대로 사용 (다른 섹션과 통일) */

/* AI 진단 — 두 번째 p(명함 올려주세요) 강조 */
.ai-diagnose .section-title .ai-diag-lead {
  margin-top: 18px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.65;
}
.ai-diagnose .section-title .ai-diag-lead strong {
  color: var(--navy);
  font-weight: 700;
}

/* ─── 명함 드롭존: 모바일 카메라 버튼 / 데스크탑·모바일 분기 ─── */
.card-drop-pick-row {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
}
.cdrop-mobile-only { display: none; }
.cdrop-desktop-only { display: inline; }
@media (max-width: 768px) {
  .cdrop-mobile-only { display: inline-flex; }
  .cdrop-desktop-only { display: none; }
  .card-drop-pick-row { flex-direction: column; }
  .card-drop-pick-row .card-drop-btn { width: 100%; }
}

.ai-diagnose .diagnose-card {
  background: #fff;
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: none;
  height: 100%;
}
.ai-diagnose .diagnose-step {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--paper-line-soft);
}
.ai-diagnose .diagnose-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ai-diagnose .diagnose-step:first-child {
  padding-top: 0;
}
.ai-diagnose .step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--paper-warm);
  color: var(--navy);
  border: 1px solid var(--paper-line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
  letter-spacing: 0.5px;
}
.ai-diagnose .diagnose-step h5 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}
.ai-diagnose .diagnose-step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.ai-diagnose .diagnose-cta-box {
  background: var(--paper-warm);
  color: var(--ink);
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  padding: 34px 30px;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ai-diagnose .diagnose-cta-box h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--ink);
}
.ai-diagnose .diagnose-desc {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.ai-diagnose .diagnose-desc strong {
  color: var(--navy);
  font-weight: 600;
  background: linear-gradient(transparent 60%, rgba(201, 122, 90, 0.2) 60%);
}
.ai-diagnose .diagnose-form input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--paper-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}
.ai-diagnose .diagnose-form input::placeholder {
  color: var(--olive);
}
.ai-diagnose .diagnose-form input:focus {
  outline: none;
  border-color: var(--navy);
}
.ai-diagnose .diagnose-form button {
  width: 100%;
  padding: 13px;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 6px;
}
.ai-diagnose .diagnose-form button:hover {
  background: var(--navy-soft);
}
.ai-diagnose .diagnose-note {
  font-size: 11px;
  color: var(--olive);
  margin: 14px 0 0 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ai-diagnose .diagnose-card,
  .ai-diagnose .diagnose-cta-box {
    padding: 24px 20px;
  }
  .ai-diagnose .step-num {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Section Title — Eyebrow (Anthropic style)
--------------------------------------------------------------*/
.section-title .eyebrow {
  display: inline-block;
  font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: var(--clay);
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Services — Bento Grid (Anthropic)
--------------------------------------------------------------*/
.services-bento {
  background: var(--paper);
}
/* .section-title 기본 스타일 그대로 사용 (다른 섹션과 통일) */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.bento-card {
  grid-column: span 2;
  display: block;
  background: #fff;
  border: 1px solid var(--paper-line);
  border-radius: 14px;
  padding: 36px 30px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.2s, transform 0.2s;
  min-height: 220px;
}
.bento-card.bento-lg {
  grid-column: span 4;
  min-height: 260px;
  padding: 44px 38px;
}
/* :last-child 자동 lg 룰 제거 — bento-lg 클래스 직접 지정 */
.bento-card:hover {
  border-color: var(--ink-soft);
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-1px);
}
.bento-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bento-card i {
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 22px;
  opacity: 0.75;
}
.bento-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 14px 0;
  letter-spacing: -0.3px;
}
.bento-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}
.bento-card.bento-lg h4 {
  font-size: 26px;
  letter-spacing: -0.5px;
}
.bento-card.bento-lg p {
  font-size: 16px;
}
.bento-card .bento-tag {
  display: inline-block;
  align-self: flex-start;
  font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: var(--olive);
  background: var(--paper-warm);
  border: 1px solid var(--paper-line);
  padding: 4px 9px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.bento-card.bento-hero {
  background: var(--paper-warm);
  border-color: var(--paper-line);
}
.bento-card.bento-hero .bento-tag {
  background: #fff;
  border-color: var(--paper-line);
}
.bento-card.bento-accent {
  background: linear-gradient(180deg, #fff 0%, #fdfaf3 100%);
  border-color: var(--paper-line);
}
.bento-card .bento-tag-accent {
  color: var(--clay);
  background: #fff;
  border-color: var(--clay);
}
.bento-card.bento-accent strong {
  color: var(--navy);
  font-weight: 600;
}
@media (max-width: 992px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-card,
  .bento-card.bento-lg,
  .bento-card:last-child {
    grid-column: span 1;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-card,
  .bento-card.bento-lg,
  .bento-card:last-child {
    grid-column: span 1;
  }
}

/*--------------------------------------------------------------
# Nolleo Page Refresh 2026
--------------------------------------------------------------*/
.nolleo-eyebrow {
  display: inline-block;
  background: transparent;
  color: var(--clay);
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.nolleo-hero-cta .btn {
  padding: 12px 22px;
  font-weight: 600;
  border-radius: 10px;
}
.nolleo-hero-cta .btn-primary-ai {
  position: relative;
  background: var(--navy);
  color: #fff;
  border: none;
  box-shadow: none;
  transition: 0.2s;
}
.nolleo-hero-cta .btn-primary-ai:hover {
  background: var(--navy-soft);
  color: #fff;
}
.nolleo-hero-cta .btn-primary-ai .cta-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--clay);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  box-shadow: none;
  font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
}
.nolleo-hero-cta .btn-outline-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--paper-line);
}
.nolleo-hero-cta .btn-outline-secondary:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--ink-soft);
}

/* Stat Bar — Anthropic Tone */
.nolleo-stat-bar {
  background: var(--paper-warm);
  border-top: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
}
.nolleo-stat-bar .stat-cell {
  padding: 20px 14px;
  border-right: 1px solid var(--paper-line);
}
.nolleo-stat-bar .stat-cell:last-child {
  border-right: none;
}
.nolleo-stat-bar .stat-num {
  font-size: 32px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-family: 'JetBrains Mono', 'Roboto Mono', monospace;
}
.nolleo-stat-bar .stat-label {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 8px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .nolleo-stat-bar .stat-cell {
    border-right: none;
    border-bottom: 1px dashed rgba(1, 33, 105, 0.12);
  }
  .nolleo-stat-bar .stat-num {
    font-size: 28px;
  }
}

/* Diff Quick Cards — Anthropic */
.nolleo-diff-quick {
  background: var(--paper);
}
.nolleo-diff-quick .diff-quick-card {
  height: 100%;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  transition: 0.2s;
  text-align: left;
}
.nolleo-diff-quick .diff-quick-card:hover {
  border-color: var(--ink-soft);
  transform: translateY(-1px);
}
.nolleo-diff-quick .diff-quick-card i {
  font-size: 26px;
  color: var(--navy);
  margin-bottom: 14px;
  display: block;
  opacity: 0.75;
}
.nolleo-diff-quick .diff-quick-card h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.1px;
}
.nolleo-diff-quick .diff-quick-card p {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
}

/* ─── 놀레오 작동 방식: 자동 + 채팅 두 모드 ─── */
.nolleo-modes .nolleo-mode-block {
  margin-top: 48px;
}
.nolleo-modes .nolleo-mode-block:first-of-type {
  margin-top: 36px;
}
.nolleo-modes .mode-head {
  max-width: 680px;
  margin: 0 auto 24px;
}
.nolleo-modes .mode-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--clay);
  text-transform: uppercase;
  background: var(--paper-warm);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.nolleo-modes .mode-eyebrow i { font-size: 14px; }
.nolleo-modes .mode-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.nolleo-modes .mode-desc {
  font-size: 14.5px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin: 0;
}

/* 자동 알림 메시지 카드 (놀레오 채팅 UI 톤 — 크림 + 클레이) */
.nolleo-auto-card {
  max-width: 460px;
  margin: 20px auto 0;
  background: #fef9f0;
  border: 1px solid #f0e6d2;
  border-radius: 14px;
  padding: 20px 22px 18px;
  box-shadow: 0 4px 20px rgba(180, 130, 70, 0.08);
  text-align: left;
}
.nac-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0e6d2;
  margin-bottom: 14px;
}
.nac-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--clay);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  letter-spacing: -0.5px;
}
.nac-head-text { line-height: 1.3; }
.nac-name {
  font-weight: 700;
  color: var(--ink);
  font-size: 14px;
}
.nac-tag {
  display: inline-block;
  margin-left: 6px;
  font-size: 10.5px;
  font-weight: 600;
  color: #fff;
  background: var(--clay);
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  vertical-align: 1px;
}
.nac-time {
  font-size: 11.5px;
  color: var(--olive);
  margin-top: 3px;
}
.nac-msg {
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.65;
  margin: 0 0 14px;
}
.nac-msg strong { color: var(--clay); font-weight: 700; }
.nac-action {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--clay);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.nac-action:hover { opacity: 0.75; }
@media (max-width: 768px) {
  .nolleo-modes .mode-title { font-size: 19px; }
  .nolleo-auto-card { padding: 18px 18px 16px; }
}

/* Final CTA on Nolleo — Anthropic */
.nolleo-cta-final {
  padding: 64px 0;
  background: var(--paper);
}
.nolleo-cta-final .cta-final-box {
  background: var(--paper-warm);
  color: var(--ink);
  padding: 48px 40px;
  border: 1px solid var(--paper-line);
  border-radius: 16px;
  text-align: center;
  box-shadow: none;
  max-width: 820px;
  margin: 0 auto;
}
.nolleo-cta-final .cta-final-box h3 {
  color: var(--ink);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}
.nolleo-cta-final .cta-final-desc {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.nolleo-cta-final .cta-final-desc strong {
  color: var(--navy);
  font-weight: 600;
  background: linear-gradient(transparent 60%, rgba(201, 122, 90, 0.2) 60%);
}
.nolleo-cta-final .cta-final-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.nolleo-cta-final .btn-cta-primary {
  position: relative;
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.2s;
}
.nolleo-cta-final .btn-cta-primary:hover {
  background: var(--navy-soft);
  color: #fff;
}
.nolleo-cta-final .btn-cta-primary .cta-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  background: var(--clay);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}
.nolleo-cta-final .btn-cta-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--paper-line);
  padding: 11px 22px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s;
}
.nolleo-cta-final .btn-cta-secondary:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--ink-soft);
}
.nolleo-cta-final .cta-final-note {
  font-size: 11px;
  color: var(--olive);
  margin-top: 18px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .nolleo-cta-final .cta-final-box {
    padding: 36px 24px;
  }
  .nolleo-cta-final .cta-final-box h3 {
    font-size: 22px;
  }
}
