:root{
  --ink:#101a37;
  --muted:#64708b;
  --violet:#7d48f5;
  --blue:#346ff5;
  --cyan:#35bfd9;
  --line:#e4e8f2;
  --gradient:linear-gradient(90deg,#aa35dd 0%,#7d4af5 42%,#4e72f5 74%,#34bdd9 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  letter-spacing:-.032em;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.site-header{
  height:78px;
  background:#fff;
  border-bottom:1px solid #edf0f5;
}
.topbar{
  width:min(1180px,calc(100% - 48px));
  height:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{display:flex;align-items:center}
.brand img{width:190px;height:auto}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  white-space:nowrap;
  font-weight:800;
  border:0;
  cursor:pointer;
}
.top-login{
  height:44px;
  padding:0 21px;
  border-radius:12px;
  color:#fff;
  font-size:13.5px;
  background:var(--gradient);
  box-shadow:0 8px 20px rgba(105,80,236,.18);
}
.top-login svg{width:18px;height:18px}

.hero{
  position:relative;
  min-height:398px;
  overflow:hidden;
  background:#f7f7f5;
}
.hero-photo{
  position:absolute;
  inset:0;
  background:#f7f7f5 url("./assets/hero-wide.jpg") center center / 100% 100% no-repeat;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.96) 22%,
      rgba(255,255,255,.78) 35%,
      rgba(255,255,255,.28) 47%,
      rgba(255,255,255,0) 61%);
  pointer-events:none;
}
.hero-content{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 48px));
  min-height:398px;
  margin:0 auto;
  display:flex;
  align-items:center;
}
.hero-copy{
  width:46%;
  padding:28px 0 26px 14px;
}
.hero-eyebrow{
  margin:0 0 13px;
  color:#66728b;
  font-size:16px;
  line-height:1.3;
  font-weight:700;
}
.hero h1{
  margin:0;
  color:#111a37;
  font-size:50px;
  line-height:1.045;
  font-weight:900;
  letter-spacing:-.06em;
}
.hero h1 span{
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-desc{
  margin:16px 0 0;
  color:#5e6b86;
  font-size:16px;
  line-height:1.58;
  font-weight:500;
}
.hero-primary{
  align-self:flex-start;
  height:50px;
  margin-top:21px;
  padding:0 20px;
  border-radius:13px;
  color:#fff;
  font-size:16px;
  background:var(--gradient);
  box-shadow:0 10px 24px rgba(107,82,238,.20);
}
.hero-primary svg{width:18px;height:18px}
.hero-primary .arrow{font-size:22px;line-height:1;margin-left:1px;font-weight:400}

.pillars{
  width:min(1180px,calc(100% - 48px));
  margin:26px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.pillar{
  min-height:106px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:center;
  padding:17px 20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.pillar.purple{background:linear-gradient(135deg,#fff 0%,#fbf7ff 100%)}
.pillar.green{background:linear-gradient(135deg,#fff 0%,#f3fff9 100%)}
.pillar.blue{background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%)}
.circle-icon{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
}
.circle-icon svg{width:24px;height:24px;stroke-width:2}
.purple .circle-icon{background:#efe9ff;color:#744fef}
.green .circle-icon{background:#daf8ed;color:#0db681}
.blue .circle-icon{background:#e5efff;color:#3179ef}
.pillar h2{
  margin:0 0 8px;
  color:#111b37;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.045em;
}
.pillar p{
  margin:0;
  color:#53617e;
  font-size:14px;
  line-height:1.62;
  font-weight:500;
  letter-spacing:-.025em;
}
.step1-end{height:38px}
.anchor{display:block;height:1px}

@media (max-width:1100px){
  .topbar,.hero-inner,.pillars{width:min(94vw,1020px)}
  .hero-inner{min-height:430px;grid-template-columns:45% 55%}
  .hero-copy{padding-left:8px;padding-right:26px}
  .hero h1{font-size:47px}
  .hero-desc{font-size:16px}
  .pillar{grid-template-columns:58px 1fr;gap:16px;padding:18px}
  .circle-icon{width:52px;height:52px}
  .pillar h2{font-size:18px}
  .pillar p{font-size:13px}
}

@media (max-width:760px){
  .site-header{height:68px}
  .topbar{width:calc(100% - 28px)}
  .brand img{width:148px}
  .top-login{height:42px;padding:0 14px;font-size:12.8px;border-radius:10px}
  .top-login svg{width:15px;height:15px}

  .hero-inner{
    width:100%;
    min-height:0;
    display:flex;
    flex-direction:column;
  }
  .hero-copy{
    order:1;
    width:calc(100% - 32px);
    margin:0 auto;
    padding:34px 0 28px;
    text-align:left;
  }
  .hero-eyebrow{font-size:15px;margin-bottom:12px}
  .hero h1{font-size:clamp(38px,10.5vw,48px)}
  .hero-desc{font-size:15px;margin-top:18px}
  .hero-desc br{display:none}
  .hero-primary{
    height:52px;
    margin-top:24px;
    padding:0 20px;
    font-size:15px;
  }
  .hero-visual{
    order:2;
    width:100%;
    height:auto;
    aspect-ratio:594 / 350;
  }
  .hero-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .pillars{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
    gap:12px;
    margin-top:16px;
  }
  .pillar{
    min-height:102px;
    grid-template-columns:60px 1fr;
    padding:17px 18px;
  }
  .pillar h2{font-size:19px}
  .pillar p{font-size:13.5px}
}

@media (max-width:430px){
  .brand img{width:132px}
  .top-login{padding:0 11px;font-size:11px}
  .hero-copy{width:calc(100% - 26px);padding-top:27px}
  .hero h1{font-size:37px}
  .hero-desc{font-size:14px}
  .pillar{grid-template-columns:54px 1fr}
  .circle-icon{width:50px;height:50px}
  .circle-icon svg{width:25px;height:25px}
  .pillar p br{display:none}
}

@media (max-width:1100px){
  .hero{min-height:370px}
  .hero-content{width:min(94vw,1020px);min-height:370px}
  .hero-copy{width:50%;padding-left:8px}
  .hero h1{font-size:46px}
  .hero-desc{font-size:15px}
  .hero-shade{
    background:linear-gradient(90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.95) 28%,
      rgba(255,255,255,.68) 45%,
      rgba(255,255,255,.08) 65%,
      rgba(255,255,255,0) 100%);
  }
}
@media (max-width:760px){
  .hero{min-height:0;padding-bottom:0;background:#fff}
  .hero-photo{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
    aspect-ratio:594 / 350;
    background:url("./assets/hero-visual-large.jpg") center center / cover no-repeat;
    order:2;
  }
  .hero-shade{display:none}
  .hero-content{
    width:100%;
    min-height:0;
    display:block;
  }
  .hero-copy{
    width:calc(100% - 32px);
    margin:0 auto;
    padding:34px 0 28px;
  }
  .hero h1{font-size:clamp(38px,10.5vw,48px)}
  .hero-desc{font-size:15px}
  .hero-desc br{display:none}
  .hero-primary{height:52px;margin-top:24px;padding:0 20px;font-size:15px}
  .hero::after{
    content:"";
    display:block;
    width:100%;
    aspect-ratio:594 / 350;
    background:url("./assets/hero-visual-large.jpg") center center / cover no-repeat;
  }
  .hero-photo{display:none}
}


/* STEP 2 — 실제 화면 */
.actual-screen{
  margin-top:22px;
  padding:42px 0 52px;
  background:linear-gradient(180deg,#fbfcff 0%,#f5f9ff 100%);
}
.actual-inner{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}
.actual-heading{
  margin:0 0 18px;
}
.actual-heading h2{
  margin:0 0 8px;
  color:#101a37;
  font-size:40px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.055em;
}
.actual-heading h2 span{
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.actual-heading p{
  margin:0;
  color:#66728d;
  font-size:15px;
  line-height:1.65;
  font-weight:500;
}
.actual-layout{
  display:grid;
  grid-template-columns:minmax(0,1.62fr) minmax(330px,.88fr);
  gap:18px;
  align-items:stretch;
}
.dashboard-card{
  overflow:hidden;
  padding:10px;
  border:1px solid #e4e8f2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 34px rgba(44,61,111,.055);
}
.dashboard-card img{
  width:100%;
  height:100%;
  min-height:370px;
  object-fit:cover;
  object-position:left top;
  border-radius:11px;
}
.screen-side-list{
  display:grid;
  grid-template-rows:repeat(3,1fr);
  gap:11px;
}
.screen-card{
  min-height:0;
  display:grid;
  grid-template-columns:46% 54%;
  align-items:center;
  gap:14px;
  overflow:hidden;
  padding:11px 15px 11px 11px;
  border:1px solid #e5e9f3;
  border-radius:17px;
  box-shadow:0 9px 24px rgba(49,62,110,.045);
}
.screen-purple{background:linear-gradient(100deg,#fff 0%,#faf5ff 100%)}
.screen-green{background:linear-gradient(100deg,#fff 0%,#f2fff9 100%)}
.screen-blue{background:linear-gradient(100deg,#fff 0%,#f2f8ff 100%)}
.screen-thumb{
  overflow:hidden;
  height:108px;
  border:1px solid #e3e7f1;
  border-radius:10px;
  background:#fff;
}
.screen-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:left top;
}
.screen-title{
  display:flex;
  align-items:center;
  gap:8px;
}
.screen-icon{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:8px;
  background:#eee8ff;
  color:#7552ed;
  font-size:14px;
  font-weight:900;
}
.screen-green .screen-icon{background:#ddf7ed;color:#0db681}
.screen-blue .screen-icon{background:#e5efff;color:#2f78ef}
.screen-card h3{
  margin:0;
  color:#111a37;
  font-size:22px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.045em;
}
.screen-card p{
  margin:7px 0 0;
  color:#64708a;
  font-size:13px;
  line-height:1.58;
  font-weight:500;
}

@media (max-width:1100px){
  .actual-inner{width:min(94vw,1020px)}
  .actual-layout{grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr)}
  .dashboard-card img{min-height:320px}
  .screen-thumb{height:98px}
  .screen-card h3{font-size:18px}
  .screen-card p{font-size:12px}
}
@media (max-width:760px){
  .actual-screen{
    margin-top:28px;
    padding:38px 0 44px;
  }
  .actual-inner{width:calc(100% - 28px)}
  .actual-heading h2{font-size:30px}
  .actual-heading p{font-size:14px}
  .actual-heading p br{display:none}
  .actual-layout{grid-template-columns:1fr;gap:14px}
  .dashboard-card{padding:8px}
  .dashboard-card img{
    min-height:0;
    height:auto;
    object-fit:contain;
  }
  .screen-side-list{gap:11px}
  .screen-card{
    grid-template-columns:42% 58%;
    padding:10px;
  }
  .screen-thumb{height:92px}
  .screen-card p br{display:none}
}
@media (max-width:430px){
  .actual-heading h2{font-size:28px}
  .screen-card{grid-template-columns:1fr}
  .screen-thumb{height:150px}
}


/* STEP 2 final polish */
@media (max-width:1100px){
  .actual-screen{margin-top:18px;padding:38px 0 46px}
  .actual-layout{grid-template-columns:minmax(0,1.5fr) minmax(300px,.86fr)}
  .dashboard-card img{min-height:340px}
}
@media (max-width:760px){
  .actual-screen{margin-top:22px;padding:34px 0 42px}
  .actual-heading h2{font-size:32px}
  .actual-heading p{font-size:14px}
  .dashboard-card img{height:auto;min-height:0}
  .screen-card h3{font-size:20px}
  .screen-card p{font-size:13px}
}

/* STEP 3 — 이런 분들께 추천합니다 */
.recommend-section{
  padding:48px 0 46px;
  background:#fff;
}
.recommend-inner{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}
.recommend-heading{
  margin-bottom:30px;
}
.recommend-heading h2{
  margin:0 0 8px;
  color:#101a37;
  font-size:36px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.055em;
}
.recommend-heading h2 span{
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.recommend-heading p{
  margin:0;
  color:#6b7690;
  font-size:14px;
  line-height:1.55;
  font-weight:500;
}
.recommend-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.recommend-card{
  min-height:188px;
  display:grid;
  grid-template-columns:42% 58%;
  overflow:hidden;
  border:1px solid #e7eaf3;
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 22px rgba(45,60,107,.035);
}
.recommend-card.pink{background:linear-gradient(135deg,#fff7fa 0%,#fff 100%)}
.recommend-card.blue{background:linear-gradient(135deg,#f7fbff 0%,#fff 100%)}
.recommend-card.green{background:linear-gradient(135deg,#f3fff9 0%,#fff 100%)}
.recommend-card.purple{background:linear-gradient(135deg,#faf6ff 0%,#fff 100%)}

.recommend-photo{
  position:relative;
  min-width:0;
  overflow:hidden;
}
.recommend-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.recommend-copy{
  min-width:0;
  padding:20px 18px 18px 10px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.recommend-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
}
.recommend-icon{
  width:29px;
  height:29px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:8px;
  font-size:14px;
  font-weight:900;
  background:#ffe8f1;
  color:#ed4a88;
}
.recommend-card.blue .recommend-icon{background:#e7f0ff;color:#2f74ef}
.recommend-card.green .recommend-icon{background:#ddf8ed;color:#0db883}
.recommend-card.purple .recommend-icon{background:#efe8ff;color:#8052ee}
.recommend-card h3{
  margin:0;
  color:#111a37;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.04em;
}
.recommend-card p{
  margin:0;
  color:#66718b;
  font-size:12px;
  line-height:1.6;
  font-weight:500;
}

@media (max-width:1100px){
  .recommend-inner{width:min(94vw,1020px)}
  .recommend-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .recommend-card{min-height:154px}
  .recommend-card h3{font-size:17px}
  .recommend-card p{font-size:12.5px}
}
@media (max-width:760px){
  .recommend-section{padding:38px 0 40px}
  .recommend-inner{width:calc(100% - 28px)}
  .recommend-heading h2{font-size:30px}
  .recommend-heading p{font-size:13.5px}
  .recommend-grid{grid-template-columns:1fr}
  .recommend-card{
    grid-template-columns:36% 64%;
    min-height:150px;
  }
  .recommend-copy{padding-right:16px}
  .recommend-card p br{display:none}
}
@media (max-width:430px){
  .recommend-card{
    grid-template-columns:38% 62%;
    min-height:142px;
  }
  .recommend-card h3{font-size:16px}
  .recommend-card p{font-size:12px}
}


/* STEP 3 final refinement */
.recommend-title{
  align-items:flex-start;
  gap:8px;
  margin-bottom:10px;
}
.recommend-card h3{
  word-break:keep-all;
  line-height:1.24;
}
.recommend-card:nth-child(2) h3{
  font-size:16.5px;
  line-height:1.22;
}
.recommend-card p{
  word-break:keep-all;
  letter-spacing:-.02em;
  line-height:1.58;
}
.recommend-photo img{
  object-position:center top;
}

/* visual fix: prevent admin card image/text overlap and keep image clean */
.recommend-card.blue{
  grid-template-columns:40% 60%;
}
.recommend-card.blue .recommend-photo{
  background:linear-gradient(135deg,#eef5ff 0%,#f8fbff 100%);
}
.recommend-card.blue .recommend-photo img{
  object-fit:cover;
  object-position:left top;
}
.recommend-card.blue .recommend-copy{
  padding-left:14px;
}
.recommend-card.blue h3{
  max-width:5.5em;
}

@media (max-width:1100px){
  .recommend-heading{margin-bottom:26px}
  .recommend-grid{gap:16px}
  .recommend-card{
    min-height:176px;
    grid-template-columns:31% 69%;
  }
  .recommend-card:nth-child(2) h3{font-size:16px}
  .recommend-card.blue{grid-template-columns:38% 62%}
}
@media (max-width:760px){
  .recommend-heading{margin-bottom:22px}
  .recommend-grid{gap:14px}
  .recommend-card{
    grid-template-columns:32% 68%;
    min-height:164px;
  }
  .recommend-copy{padding:18px 14px 16px 10px}
  .recommend-card h3{font-size:17px}
  .recommend-card:nth-child(2) h3{font-size:15.5px}
  .recommend-card p{font-size:12.4px}
  .recommend-card.blue{grid-template-columns:34% 66%}
  .recommend-card.blue .recommend-copy{padding-left:12px}
}
@media (max-width:430px){
  .recommend-card{
    grid-template-columns:34% 66%;
    min-height:156px;
  }
  .recommend-copy{padding:16px 12px 14px 10px}
  .recommend-card h3{font-size:16px}
  .recommend-card:nth-child(2) h3{font-size:15px}
  .recommend-card p{font-size:11.8px}
  .recommend-card.blue{grid-template-columns:34% 66%}
}


/* STEP 4 — FAQ + 도입문의 */
.faq-contact-section{
  padding:46px 0 48px;
  background:linear-gradient(180deg,#fff 0%,#f8faff 100%);
}
.faq-contact-inner{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:24px;
  align-items:start;
}
.faq-heading{
  margin-bottom:16px;
}
.faq-heading h2{
  margin:0 0 8px;
  color:#101a37;
  font-size:36px;
  line-height:1.16;
  font-weight:900;
  letter-spacing:-.055em;
}
.faq-heading h2 span{
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.faq-heading p{
  margin:0;
  color:#6a7590;
  font-size:14px;
  line-height:1.55;
}
.faq-list{
  display:grid;
  gap:9px;
}
.faq-list details{
  overflow:hidden;
  border:1px solid #e5e8f1;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 12px rgba(42,56,102,.025);
}
.faq-list summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:14px 42px 14px 16px;
  color:#17213e;
  font-size:14px;
  line-height:1.35;
  font-weight:800;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:16px;
  transform:translateY(-50%);
  color:#33415f;
  font-size:20px;
  font-weight:400;
}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{
  margin:0;
  padding:0 16px 14px;
  color:#68728b;
  font-size:12px;
  line-height:1.65;
}

.contact-card{
  min-height:338px;
  display:grid;
  grid-template-columns:38% 62%;
  gap:16px;
  padding:18px;
  border:1px solid #e7e2f6;
  border-radius:20px;
  background:linear-gradient(115deg,#f5efff 0%,#fff 54%,#f1f7ff 100%);
  box-shadow:0 14px 36px rgba(63,70,130,.06);
}
.contact-copy{
  padding:6px 4px 4px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-kicker{
  align-self:flex-start;
  margin:0 0 10px;
  padding:5px 9px;
  border-radius:8px;
  background:#efe6ff;
  color:#8053df;
  font-size:11px;
  line-height:1.2;
  font-weight:900;
}
.contact-copy h2{
  margin:0 0 12px;
  color:#111a37;
  font-size:36px;
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.06em;
}
.contact-copy h2 span{
  background:var(--gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.contact-desc{
  margin:0;
  color:#6a7590;
  font-size:15px;
  line-height:1.62;
}

.contact-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 12px;
  align-content:center;
}
.field{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.field-full{grid-column:1 / -1}
.field label{
  color:#2e3856;
  font-size:12px;
  line-height:1.3;
  font-weight:800;
}
.field label b{color:#e34e68}
.field input,
.field textarea{
  width:100%;
  border:1px solid #dce1ec;
  border-radius:9px;
  background:#fff;
  color:#263250;
  padding:11px 12px;
  font:inherit;
  font-size:12.5px;
  outline:none;
}
.field input::placeholder,
.field textarea::placeholder{color:#a3aabd}
.field input:focus,
.field textarea:focus{
  border-color:#7d5aed;
  box-shadow:0 0 0 3px rgba(125,90,237,.09);
}
.field textarea{
  min-height:88px;
  resize:vertical;
}
.contact-submit{
  grid-column:1 / -1;
  height:44px;
  border:0;
  border-radius:10px;
  background:var(--gradient);
  color:#fff;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(105,80,236,.18);
}
.contact-submit .plane{margin-right:7px}
.form-status{
  grid-column:1 / -1;
  min-height:15px;
  margin:0;
  color:#6855d8;
  font-size:11.5px;
}

@media (max-width:1100px){
  .faq-contact-inner{width:min(94vw,1020px);gap:22px}
  .contact-copy h2{font-size:39px}
}
@media (max-width:760px){
  .faq-contact-section{padding:38px 0 42px}
  .faq-contact-inner{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
  }
  .faq-heading h2{font-size:30px}
  .faq-heading p{font-size:13.5px}
  .contact-card{grid-template-columns:1fr;padding:18px}
  .contact-copy{text-align:center;padding:4px 6px 10px}
  .contact-kicker{align-self:center}
  .contact-copy h2{font-size:36px}
  .contact-desc{font-size:14px}
}
@media (max-width:430px){
  .faq-list summary{font-size:13px}
  .contact-form{grid-template-columns:1fr}
  .field,.field-full{grid-column:1}
  .contact-copy h2{font-size:33px}
}


/* STEP 4 refinement */
.faq-column,
.contact-card{
  align-self:start;
}
.faq-heading p{
  max-width: 28em;
}
.contact-copy h2{
  max-width: 6.2em;
}
.contact-desc{
  max-width: 14em;
}
.contact-form{
  align-content:start;
  padding-top:2px;
}
.field input,
.field textarea{
  box-sizing:border-box;
}
@media (max-width:1100px){
  .faq-contact-inner{gap:20px}
  .contact-card{
    min-height:326px;
    grid-template-columns:36% 64%;
    padding:16px;
  }
  .contact-copy h2{font-size:33px}
}
@media (max-width:760px){
  .faq-contact-inner{
    grid-template-columns:1fr;
    gap:18px;
    align-items:start;
  }
  .contact-card{
    grid-template-columns:1fr;
    min-height:auto;
    padding:18px;
  }
  .contact-copy{
    text-align:left;
    padding:2px 2px 8px;
  }
  .contact-kicker{
    align-self:flex-start;
  }
  .contact-copy h2{
    max-width:none;
    font-size:32px;
    margin-bottom:10px;
  }
  .contact-desc{
    max-width:none;
    font-size:13.5px;
  }
}
@media (max-width:430px){
  .contact-copy h2{font-size:30px}
}


/* STEP 5 — footer only. LOCKED sections above are untouched. */
.site-footer{
  border-top:1px solid #e9edf4;
  background:#fff;
}
.footer-inner{
  width:min(1180px,calc(100% - 48px));
  min-height:118px;
  margin:0 auto;
  display:grid;
  grid-template-columns:170px 1fr 385px;
  gap:24px;
  align-items:center;
  padding:22px 0;
}
.footer-brand img{
  width:150px;
  height:auto;
}
.footer-company{
  min-width:0;
}
.footer-company strong{
  display:block;
  margin-bottom:7px;
  color:#17213e;
  font-size:15px;
  line-height:1.25;
  font-weight:900;
}
.footer-meta,
.footer-address{
  margin:0;
  color:#7a8398;
  font-size:11.5px;
  line-height:1.7;
  letter-spacing:-.018em;
}
.footer-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
}
.footer-meta i{
  width:1px;
  height:11px;
  margin:0 9px;
  background:#d9dde7;
}
.footer-support{
  display:grid;
  grid-template-columns:46px 1fr auto;
  gap:12px;
  align-items:center;
  justify-self:end;
  min-width:0;
}
.support-icon{
  width:44px;
  height:44px;
  border:2px solid #8660ee;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#8660ee;
}
.support-icon svg{
  width:24px;
  height:24px;
}
.support-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.support-copy span{
  color:#263250;
  font-size:11.5px;
  line-height:1.2;
  font-weight:800;
}
.support-copy strong{
  margin-top:2px;
  color:#7051e9;
  font-size:25px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.03em;
}
.support-copy small{
  margin-top:3px;
  color:#8a92a6;
  font-size:9.5px;
  line-height:1.35;
}
.support-email{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#34415f;
  font-size:11.5px;
  white-space:nowrap;
}
.support-email svg{
  width:17px;
  height:17px;
}

@media (max-width:1100px){
  .footer-inner{
    width:min(94vw,1020px);
    grid-template-columns:145px 1fr 310px;
    gap:18px;
  }
  .footer-brand img{width:134px}
  .footer-support{
    grid-template-columns:40px 1fr;
  }
  .support-icon{
    width:38px;
    height:38px;
  }
  .support-email{
    grid-column:2;
    margin-top:2px;
  }
}
@media (max-width:760px){
  .footer-inner{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
    gap:16px;
    padding:24px 0 26px;
    text-align:center;
  }
  .footer-brand{
    display:flex;
    justify-content:center;
  }
  .footer-company strong{
    font-size:14px;
  }
  .footer-meta{
    justify-content:center;
    line-height:1.9;
  }
  .footer-address{
    margin-top:2px;
  }
  .footer-support{
    justify-self:center;
    grid-template-columns:40px auto;
    text-align:left;
  }
  .support-email{
    grid-column:2;
  }
}
@media (max-width:430px){
  .footer-meta{
    display:block;
  }
  .footer-meta i{
    display:none;
  }
  .footer-meta span{
    display:block;
  }
}


/* STEP 6 — inquiry behavior only */
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.contact-submit:disabled{
  opacity:.68;
  cursor:not-allowed;
}
.form-status[data-type="success"]{color:#14996f}
.form-status[data-type="error"]{color:#d94b61}
