/*****************************************
서브 공통
******************************************/
/* 서브 블랙 배경 */
.bg-color { background-color: #101012; } 

/* 서브 비주얼 */
.sub-visual { margin: 28px; } 
.sub-visual-inner { position: relative; width: 100%; margin: 0 auto; border-radius: 42px; overflow: hidden; min-height: 420px; box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18); } 
.sub-visual-bg { position: absolute; inset: 0; } 

.sub-visual-bg.bg1 { background:linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("../../images/sub/sv01.jpg") center / cover no-repeat; transform: scale(1.02); } 
.sub-visual-bg.bg2 { background:linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("../../images/sub/sv02.jpg") center / cover no-repeat; transform: scale(1.02); } 
.sub-visual-bg.bg3 { } 
.sub-visual-bg.bg4 { } 
.sub-visual-bg.bg5 { } 

.sub-visual-overlay { position: absolute; inset: 0; background: radial-gradient(1200px 500px at 50% 55%, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.1)); } 

.sub-visual-content { position: relative; z-index: 1; min-height: 420px; padding: 42px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 16px; } 
.sub-visual-title { margin: 0; font-size: 56px; line-height: 1.12; font-weight: 800; letter-spacing: -0.04em; color: #fff; text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45); } 
.sub-visual-desc { margin: 0; max-width: 720px; font-size: 18px; line-height: 1.65; font-weight: 500; color: rgba(255, 255, 255, 0.86); text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35); } 

.sub-visual-btn { margin-top: 14px; display: inline-flex; align-items: center; gap: 14px; height: 58px; padding: 0 18px 0 24px; border-radius: 999px; color: #fff !important; font-weight: 800; font-size: 18px; letter-spacing: -0.02em; text-decoration: none; background: linear-gradient(90deg, #fe21a4, #ff6a1a); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22); transform: translateZ(0); transition: transform .2s ease, filter .2s ease; } 
.sub-visual-btn:hover { transform: translateY(-2px); filter: brightness(1.02); } 
.sub-visual-btn-icon { width: 38px; height: 38px; border-radius: 999px; background: rgba(255, 255, 255, 0.92); color: #0a2230; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; } 


@media screen and (max-width: 1024px){
 .sub-visual-inner { border-radius: 34px; min-height: 380px; } 
 .sub-visual-content { min-height: 380px; } 
 .sub-visual-title { font-size: 46px; } 
 }

@media screen and (max-width: 768px){
 .sub-visual { padding: 18px 0; } 
 .sub-visual-inner { width: calc(100% - 28px); border-radius: 26px; min-height: 320px; } 
 .sub-visual-content { min-height: 320px; padding: 34px 18px; gap: 12px; } 
 .sub-visual-title { font-size: 34px; } 
 .sub-visual-desc { font-size: 15px; } 
 .sub-visual-btn { height: 52px; font-size: 16px; padding: 0 16px 0 20px; } 
 .sub-visual-btn-icon { width: 34px; height: 34px; font-size: 16px; } 
 }

@media screen and (max-width: 420px){
 .sub-visual-title { font-size: 30px; } 
 .sub-visual-desc { font-size: 14px; } 
 }


/*** 인트로 스크롤 애니메이션 ***/
.intro-scroll { position: relative; background: #101012; padding: 0; } 

/* pin wrapper */
.intro-scroll-pin { position: relative; height: 100vh; overflow: hidden; } 

/* 배경 이미지 */
.intro-scroll-bg { position: absolute; inset: 0; transform: scale(1.05); filter: saturate(1.05) contrast(1.05); opacity: .5; /* gsap에서 올림 */ } 
.intro-scroll-bg.bg1 { background:linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../../images/sub/about_bg.jpg") center / cover no-repeat; } 
.intro-scroll-bg.bg2 { background:linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../../images/sub/business_bg.jpg") center / cover no-repeat; } 


.intro-scroll-overlay { position: absolute; inset: 0; opacity: 0; background: linear-gradient(
 180deg,
 rgba(0,0,0,0.05) 0%,
 rgba(0,0,0,0.10) 35%,
 rgba(0,0,0,0.55) 75%,
 rgba(0,0,0,0.85) 100%
 ); } 

/* 텍스트 래퍼 */
.intro-scroll-content { position: relative; z-index: 2; height: 100%; width: min(1200px, calc(100% - 56px)); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; gap: 14px; color: #fff; text-align: center; transform: translateY(0px); opacity: 1; /* gsap에서 올림 */ } 

/* 타이포 */
.intro-scroll-eyebrow { margin: 0; font-size: 14px; font-weight: 900; letter-spacing: 0.2em; color: rgba(255,255,255,0.85); } 
.intro-scroll-title { margin: 0; font-size: 64px; line-height: 1.08; font-weight: 900; text-shadow: 0 16px 40px rgba(0,0,0,0.45); font-family: 'Paperozi', sans-serif; } 
.intro-scroll-desc { margin: 0 auto; max-width: 760px; font-size: 18px; line-height: 1.7; font-weight: 600; color: rgba(255,255,255,0.88); text-shadow: 0 12px 34px rgba(0,0,0,0.38); } 

/* 태그 */
.intro-scroll-tags { margin-top: 10px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; } 
.intro-scroll-tag { height: 36px; padding: 0 14px; border-radius: 999px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 900; letter-spacing: -0.02em; border: 1px solid rgba(255,255,255,0.18); background: rgba(0,0,0,0.22); backdrop-filter: blur(6px); } 

@media screen and (max-width: 1024px){
 .intro-scroll-title { font-size: 52px; } 
 .intro-scroll-desc { font-size: 16px; } 
 }

@media screen and (max-width: 768px){
 .intro-scroll-content { width: calc(100% - 28px); text-align: left; align-items: flex-start; } 
 .intro-scroll-tags { justify-content: flex-start; } 
 .intro-scroll-title { font-size: 40px; } 
 .intro-scroll-desc { font-size: 15px; margin-left: 0; } 
 }

@media screen and (max-width: 420px){
 .intro-scroll-title { font-size: 34px; } 
 }


.scroll-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); background: none; border: 0; padding: 0; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 10; color: #fff; opacity: 0.9; } 
.scroll-indicator:hover { opacity: 1; } 
.scroll-indicator .mouse { width: 26px; height: 40px; border: 2px solid rgba(255,255,255,1); border-radius: 20px; position: relative; } 
.scroll-indicator .wheel { width: 4px; height: 8px; background: #fff; border-radius: 2px; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); animation: scrollWheel 1.6s infinite; } 
.scroll-indicator .scroll-text { font-size: 14px; letter-spacing: 0.2em; font-weight: 700; } 

@keyframes scrollWheel { 
 0% { opacity: 0; transform: translate(-50%, 0); } 
 30% { opacity: 1; } 
 100% { opacity: 0; transform: translate(-50%, 10px); } 
 }

@media (max-width: 768px){
 .scroll-indicator { bottom: 24px; } 
 }

/*****************************************
회사소개
******************************************/

/*** 텍스트 스크롤 애니메이션 ***/
.marquee-section { position: relative; overflow: hidden; padding: clamp(44px, 6vw, 90px) 0; } 
.marquee-inner { position: relative; max-width: 100%; margin: 0 auto; } 

.marquee-row { position: relative; width: 100%; overflow: hidden; line-height: 1; } 
.marquee-row--top { padding-bottom: clamp(14px, 2.4vw, 30px); } 
.marquee-row--bottom { padding-top: clamp(6px, 1.6vw, 18px); } 

.marquee-track { display: inline-flex; align-items: baseline; white-space: nowrap; will-change: transform; transform: translate3d(0,0,0); } 
.marquee-text { display: inline-block; margin-right: clamp(24px, 4vw, 80px); font-weight: 800; letter-spacing: -0.02em; font-size: clamp(56px, 10.5vw, 150px); color: #fff; /* text-transform: uppercase; */ } 

@media screen and (min-width: 1024px){
 .marquee-text { letter-spacing: -0.03em; font-family: 'Paperozi', sans-serif; } 
 }
@media screen and (max-width: 480px){
 .marquee-section { padding: 44px 0; } 
 .marquee-text { font-size: clamp(46px, 13vw, 120px); margin-right: 32px; } 
 }
@media (prefers-reduced-motion: reduce){
 .marquee-track { transform: none !important; } 
 }


/*** 소개 문구 ***/
.about-hero { color:#fff; padding:120px 0; overflow:hidden; } 
.about-hero-inner { max-width:1400px; margin:0 auto; padding:0 40px; display:grid; grid-template-columns:520px 1fr; gap:64px; align-items:center; } 

/* LEFT */
.about-hero-art { min-height:520px; display:flex; align-items:center; justify-content:flex-start; } 

/* RIGHT */
.about-hero-content { position:relative; } 
.about-hero-title { font-size:64px; font-weight:800; font-family: 'Paperozi', sans-serif; line-height:1.08; margin-bottom:56px; } 
.about-hero-info { display:grid; grid-template-columns:220px 1fr; gap:44px; } 
.about-hero-label { font-size:16px; font-weight:700; margin:0; padding-top:8px; } 
.about-hero-desc { position:relative; max-width:620px; font-size:20px; line-height:1.85; color:#fff; } 
.about-hero-desc p { margin:0 0 18px; letter-spacing: -.7px; } 
.about-hero-dot { position:absolute; left:-14px; bottom:-6px; width:9px; height:9px; background:#ff3b30; border-radius:50%; } 

@media screen and (max-width: 1400px) {.about-hero-title { font-size: 48px; } 
.about-hero-info { grid-template-columns: 95px 1fr; } 
}
@media screen and (max-width: 1280px){
 .about-hero-inner { grid-template-columns:1fr; gap:56px; } 
 .about-hero-art { justify-content:center; max-width: 500px; min-height:420px; } 
 .about-hero-info { grid-template-columns:1fr; gap:24px; } 
 .about-hero-dot { left:0; bottom:-14px; } 
 }
@media screen and (max-width: 640px){
 .about-hero { padding:80px 0; } 
 .about-hero-inner { padding:0 20px; } 
 .about-hero-title { font-size:34px; line-height:1.12; margin-bottom:40px; } 
 .about-hero-desc { font-size:14px; line-height:1.8; } 
 }
@media (prefers-reduced-motion: reduce) { * { animation:none !important; transition:none !important; } 
 }


/*** 미션과 비전 ***/
.about-shots { background:#0b0d10; color:#fff; padding:110px 0; overflow:hidden; } 
.about-shots-inner { max-width:1320px; margin:0 auto; padding:0 40px; } 
.about-shots-head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:56px; } 
.about-shots-kicker { margin:0; font-size:12px; letter-spacing:0.22em; opacity:0.65; } 
.about-shots-title { margin:0; font-size:76px; font-weight:700; letter-spacing:-0.02em; opacity:0.92; font-family: 'Paperozi', sans-serif; } 
.about-shots-list { display:flex; flex-direction:column; gap:64px; } 

/* item base */
.about-shot { position:relative; display:flex; flex-direction:column; gap:16px; } 

/* figure */
.about-shot-figure { width:min(700px, 100%); aspect-ratio: 16 / 10; border-radius:24px; overflow:hidden; background: rgba(255,255,255,0.06); box-shadow: 0 18px 50px rgba(0,0,0,0.35); border:1px solid rgba(255,255,255,0.08); } 

.about-shot-img { width:100%; height:100%; object-fit:cover; display:block; } 

/* text line */
.about-shot-title { font-size: 60px; color: #fff; font-weight: bold; font-family: 'Paperozi', sans-serif; } 
.about-shot-line { margin:0; width:min(560px, 100%); font-size:22px; line-height:1.7; letter-spacing:-0.01em; color: rgba(255,255,255,0.78); } 

/* alternate positions */
.about-shot-left { align-items:flex-start; } 
.about-shot-right { align-items:flex-end; text-align:right; } 
.about-shot-left::after { left:-10px; } 
.about-shot-right::after { right:-10px; } 

/* responsive */
@media (max-width: 980px){
 .about-shots { padding:90px 0; } 
 .about-shots-inner { padding:0 20px; } 
 .about-shots-head { flex-direction:column; align-items:flex-start; margin-bottom:40px; } 
 .about-shots-title { font-size:20px; } 
 .about-shots-list { gap:48px; } 

 /* 모바일에서는 좌우 교차 느낌만 남기고 정렬은 왼쪽으로 통일(가독성) */
 .about-shot-right { align-items:flex-start; text-align:left; } 
 .about-shot-right::after { right:auto; left:-10px; } 

 .about-shot-title { font-size: 36px; } 
 }

@media (max-width: 520px){
 .about-shot-figure { border-radius:18px; aspect-ratio: 16 / 11; } 
 .about-shot-line { font-size:15px; } 
 }

@media (prefers-reduced-motion: reduce) { * { animation:none !important; transition:none !important; } 
 }

/*****************************************
주요업무
******************************************/
.business-page { background:#05070a; color:rgba(255,255,255,.88); padding-bottom:80px; } 


/* ===== sections ===== */
.business-section { padding:72px 0; } 
.business-wrap { width:min(1320px, calc(100% - 48px)); margin:0 auto; } 

/* 2 column intro */
.business-grid-2 { display:grid; grid-template-columns:1.2fr .8fr; gap:22px; } 

.business-card { border-radius:28px; padding:28px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.04); box-shadow:0 18px 60px rgba(0,0,0,.25); } 
.business-card-glass { backdrop-filter:blur(10px); background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); } 

.business-title { margin:0 0 10px; font-size:30px; font-weight:900; letter-spacing:-0.04em; color:#fff; } 
.business-desc { margin:0; color:rgba(255,255,255,.70); line-height:1.75; font-weight:600; } 

.business-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; } 
.business-tag { padding:8px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.03); color:rgba(255,255,255,.80); font-weight:800; font-size:12px; } 

/* metrics */
.business-metrics { display:grid; grid-template-columns:1fr 1fr; gap:14px; } 
.metric-card { border-radius:22px; padding:18px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.03); } 
.metric-label { margin:0 0 10px; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.65); font-weight:800; } 
.metric-value { margin:0; font-size:18px; font-weight:900; letter-spacing:-0.02em; color:#fff; } 

/* section head */
.business-head { margin-bottom:22px; } 
.business-h2 { margin:0; font-size:56px; color:#fff; font-family: 'Paperozi', sans-serif; } 
.business-lead { margin:10px 0 0; color:rgba(255,255,255,.70); font-weight:600; line-height:1.7; } 

/* mv cards */
.mv-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; } 
.mv-card { border-radius:28px; padding:26px; border:1px solid rgba(255,255,255,.10); background:
 radial-gradient(900px 320px at 20% 0%, rgba(255,47,179,.12), rgba(255,255,255,.03)); backdrop-filter:blur(10px); } 
.mv-title { margin:0 0 10px; font-size:28px; font-weight:900; letter-spacing:-0.02em; color:#fff; } 
.mv-desc { margin:0 0 14px; color:rgba(255,255,255,.70); font-weight:600; line-height:1.7; font-size: 20px; } 
.mv-list { margin:0; padding:0; list-style:none; display:grid; gap:10px; } 
.mv-list li { padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.03); color:rgba(255,255,255,.82); font-weight:800; font-size:13px; } 

/* solutions */
.solution-list { display:grid; gap:14px; } 
.solution-item { display:flex; gap:16px; padding:20px; border-radius:24px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.04); backdrop-filter:blur(10px); } 
.solution-badge { width:42px; height:42px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-weight:900; color:#111; background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.70)); } 
.solution-title { margin:2px 0 8px; font-size:20px; font-weight:900; letter-spacing:-0.02em; color:#fff; } 
.solution-desc { margin:0; color:rgba(255,255,255,.70); font-weight:600; line-height:1.7; } 
.solution-pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; } 
.solution-pill { padding:7px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.03); font-size:12px; font-weight:900; color:rgba(255,255,255,.82); } 

/* process rail */
.process-rail { margin:0; padding:0; list-style:none; display:grid; grid-template-columns:repeat(4, 1fr); gap:14px; position:relative; } 
.process-rail::before { content:""; position:absolute; left:20px; right:20px; top:22px; height:2px; background:rgba(255,255,255,.12); } 
.process-step { position:relative; padding-top:10px; } 
.process-dot { width:14px; height:14px; border-radius:999px; display:inline-block; background:linear-gradient(90deg, #ff2fb3, #ff7a1a); box-shadow:0 10px 22px rgba(0,0,0,.35); position:relative; z-index:2; margin-left:13px; margin-bottom:12px; } 
.process-box { border-radius:22px; padding:18px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.04); backdrop-filter:blur(10px); } 
.process-title { margin:0 0 8px; font-weight:900; color:#fff; letter-spacing:-0.02em; } 
.process-desc { margin:0; color:rgba(255,255,255,.70); font-weight:600; line-height:1.7; } 

/* cta */
.cta-card { display:flex; align-items:center; justify-content:space-between; gap:18px; border-radius:28px; padding:28px; border:1px solid rgba(255,255,255,.10); background:
 radial-gradient(900px 420px at 0% 0%, rgba(255,47,179,.16), rgba(255,255,255,.03)); backdrop-filter:blur(10px); box-shadow:0 18px 60px rgba(0,0,0,.25); } 
.cta-title { margin:0 0 10px; font-size:28px; font-weight:900; letter-spacing:-0.04em; color:#fff; } 
.cta-desc { margin:0; color:rgba(255,255,255,.70); font-weight:600; line-height:1.7; } 
.cta-right { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; } 
.cta-btn { height:50px; padding:0 18px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; font-weight:900; text-decoration:none; color:#fff; background:linear-gradient(90deg, #ff2fb3, #ff7a1a); box-shadow:0 16px 38px rgba(0,0,0,.28); transition:transform .2s ease, filter .2s ease; } 
.cta-btn:hover { transform:translateY(-2px); filter:brightness(1.02); } 
.cta-btn-outline { background:transparent; border:1px solid rgba(255,255,255,.20); } 

.reveal { opacity:0; transform:translateY(14px); transition:opacity .7s ease, transform .7s ease; } 
.reveal.is-in { opacity:1; transform:translateY(0); } 

@media screen and (max-width: 1024px){
 .business-grid-2 { grid-template-columns:1fr; } 
 .process-rail { grid-template-columns:1fr 1fr; } 
 .process-rail::before { display:none; } 
 }

@media screen and (max-width: 768px){
 .business-section { padding:56px 0; } 
 .business-wrap { width:calc(100% - 28px); } 

 .business-h2 { font-size:30px; } 
 .business-title { font-size:24px; } 

 .mv-grid { grid-template-columns:1fr; } 
 .cta-card { flex-direction:column; align-items:flex-start; } 
 .cta-right { justify-content:flex-start; } 
 }
 @media screen and (max-width: 480px) {.process-rail { grid-template-columns:1fr; } 
 }

@media screen and (max-width: 420px){
 .cta-title { font-size:24px; } 
 }

/*****************************************
문의하기
******************************************/
.contactus-wrap { padding: 110px 0; background: #101012; color: #fff; } 
.contactus-head { text-align: left; max-width: 860px; } 
.contactus-title { margin: 0 0 12px; font-size: 120px; font-weight: 800; letter-spacing: -0.03em; color: #fff; } 
.contactus-subtitle { margin: 0; font-size: 30px; line-height: 1.65; color: rgba(255, 255, 255, 0.7); } 
.contactus-subtitle .point { color: #fe21a4; font-weight: 700; font-size: 32px; padding-right: 6px; }
.quote-choice { margin-top: 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; } 
.quote-card { background: rgba(255, 255, 255, 0.04); border-radius: 20px; padding: 32px; box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; gap: 18px; } 
.quote-card.is-primary { border-color: #ff6a1a; } 
.quote-card h3 { margin: 0; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: #fff; } 
.quote-card p { margin: 0; line-height: 1.65; color: rgba(255, 255, 255, 0.72); } 

.quote-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: -0.02em; color: #ff6a1a; background: rgba(255, 255, 255, 0.1); } 
.quote-badge-dark { color: rgba(255, 255, 255, 0.85); background: rgba(255, 255, 255, 0.1); } 

.quote-feature { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: rgba(255, 255, 255, 0.85); font-size: 15px; } 
.quote-feature li { display: flex; gap: 10px; align-items: flex-start; } 
.quote-feature i { color: #ff6a1a; margin-top: 2px; } 

.quote-card-btn { margin-top: auto; height: 52px; border-radius: 14px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; letter-spacing: -0.02em; color: #fff; background: #ff6a1a; box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28); transition: transform .2s ease, box-shadow .2s ease; } 
.quote-card-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(0, 0, 0, 0.32); } 
.quote-card-btn.is-outline { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, 0.35); box-shadow: none; } 

.quote-form-area { margin-top: 52px; background: rgba(255, 255, 255, 0.03); border-radius: 22px; padding: 34px; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2); } 
.quote-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; } 
.quote-tab-btn { height: 44px; padding: 0 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.75); font-size: 14px; font-weight: 800; letter-spacing: -0.02em; transition: background .2s ease, color .2s ease; } 
.quote-tab-btn.is-active { background: #fff; color: #101012; } 

.quote-panel { display: none; } 
.quote-panel.is-active { display: block; } 

.form_grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } 
.form_grid .field_full { grid-column: 1 / -1; } 
.form_field label { color: #fff; font-weight: 600; font-size: 16px; padding-bottom: 12px; display: block; } 
.form_field .point { display: inline-block; padding-right: 5px; font-size: 18px; color: #fe21a4; font-weight: 700; } 
.form_field textarea,
.form_field input,
.form_field select { width: 100%; padding: 18px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(0, 0, 0, 0.18); color: #fff; box-sizing: border-box; } 
.form_field textarea { min-height: 220px; resize: vertical; } 
.form_field select option { background: #101012; color: #fff; } 
.form_section_title { font-size: 17px; font-weight: 700; color: rgba(255, 255, 255, 0.9); padding: 12px 0 6px; } 

.form_field input:focus,
.form_field textarea:focus,
.mobile_wrap select:focus,
.form_field select:focus { background: rgba(255, 255, 255, 0.02); color: #fff; outline: none; border-color: #fe21a4; box-shadow: 0 0 0 3px rgba(254, 33, 164, 0.14); } 

.mobile_wrap,
.email_wrap { display: flex; align-items: center; gap: 6px; } 
.mobile_wrap select { min-width: 120px; text-align: center; } 
.mobile_wrap p,
.email_wrap p { color: rgba(255, 255, 255, 0.7); } 

.file_input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } 
.file_wrap { display: flex; align-items: center; gap: 12px; } 
.file_btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 18px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; cursor: pointer; white-space: nowrap; } 
.file_btn:hover { border-color: #fe21a4; box-shadow: 0 0 0 3px rgba(254, 33, 164, 0.15); } 
.file_name { flex: 1; min-width: 0; padding: 16px 14px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.02); color: rgba(255, 255, 255, 0.8); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 

.service_tabs,
.option_tabs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; } 
.service_tabs input[type="checkbox"],
.option_tabs input[type="checkbox"] { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; padding: 0; } 
.service_tabs label,
.option_tabs label { display: inline-flex; align-items: center; justify-content: center; padding: 14px 18px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.04); color: rgba(255, 255, 255, 0.92); font-size: 15px; font-weight: 600; cursor: pointer; user-select: none; transition: all .2s ease; white-space: nowrap; } 
.service_tabs label:hover,
.option_tabs label:hover { border-color: rgba(254, 33, 164, 0.7); box-shadow: 0 0 0 3px rgba(254, 33, 164, 0.14); transform: translateY(-1px); } 
.service_tabs input[type="checkbox"]:checked + label,
.option_tabs input[type="checkbox"]:checked + label { border-color: #fe21a4; background: #fe21a4; box-shadow: 0 10px 22px rgba(254, 33, 164, 0.18); } 

.visit_tabs { display: flex; gap: 12px; flex-wrap: wrap; } 
.visit_item { position: relative; color: #fff; } 
.visit_item input[type="radio"] { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; padding: 0; } 
.visit_item label { display: inline-flex; align-items: center; gap: 10px; padding: 14px 18px !important; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.35); background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.92); font-size: 15px; font-weight: 700; cursor: pointer; transition: all .2s ease; } 
.visit_item label::before { content: ""; width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.55); box-sizing: border-box; display: inline-block; } 
.visit_item label:hover { border-color: rgba(254, 33, 164, 0.7); } 
.visit_item input[type="radio"]:checked + label { border-color: #fe21a4; } 
.visit_item input[type="radio"]:checked + label::before { border-color: #fe21a4; } 

.privacy_box { margin-top: 28px; padding: 22px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(6px); } 
.privacy_box textarea { width: 100%; min-height: 180px; resize: none; padding: 18px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(0, 0, 0, 0.18); color: rgba(255, 255, 255, 0.85); line-height: 1.6; font-size: 15px; outline: none; } 
.privacy_box textarea:focus { border-color: rgba(254, 33, 164, 0.7); box-shadow: 0 0 0 3px rgba(254, 33, 164, 0.14); } 
.agree_label { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 10px 14px; } 
.agree_label input[type="checkbox"] { width: 18px; height: 18px; accent-color: #fe21a4; cursor: pointer; } 
.agree_label label { margin: 0; padding: 0; font-size: 16px; font-weight: 700; color: rgba(255, 255, 255, 0.92); cursor: pointer; } 
.agree_label label::after { content: " *"; color: #fe21a4; font-weight: 800; } 

.btn_submit { display: block; width: fit-content; margin: 40px auto 0; padding: 18px 28px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.05); color: #fff; font-size: 17px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: all .2s ease; } 
.btn_submit:hover { border-color: #fe21a4; box-shadow: 0 0 0 3px rgba(254, 33, 164, 0.15); transform: translateY(-2px); } 

@media screen and (max-width: 1024px){
    .contactus-wrap { padding: 90px 0; } 
     .contactus-title { font-size: 60px; } 
    .quote-choice { grid-template-columns: 1fr; } 
 }

@media screen and (max-width: 768px){
 .contactus-title { font-size: 42px; } 
 .contactus-subtitle { font-size: 18px; } 
 .quote-form-area { padding: 26px; } 
 .form_grid { grid-template-columns: 1fr; } 
 .quote-card { padding: 26px; } 
 .mobile_wrap select { min-width: 90px; } 
 .file_btn { padding: 14px 12px; font-size: 14px; } 
 .form_field label { padding-bottom: 10px; font-size: 14px; } 
 .form_field textarea { min-height: 200px; } 
 .btn_submit { margin: 32px auto 0; font-size: 15px; padding: 16px 24px; } 
 }

@media screen and (max-width: 480px){
 .contactus-wrap { padding: 72px 0; } 
     .contactus-title { font-size: 24px; } 
    .contactus-subtitle { font-size: 15px; }
 .quote-card-btn { width: 100%; } 
 .service_tabs label,
 .option_tabs label,
 .visit_item label { font-size: 13px; padding: 12px 14px !important; } 
 .agree_label { margin-top: 10px; padding: 8px 0 0; gap: 10px; } 
 .agree_label label { font-size: 12px; } 
 .btn_submit { font-size: 14px; padding: 14px 20px; } 
 }


