/* ============================================================
   corporate-02 — IT 컨설팅 / SI 업체 템플릿
   korean-web-css § 2 Token Contract 구조
   ============================================================ */

/* --- Token Contract --- */
.tp-corporate-02 {
  --tp-primary:    var(--tenant-primary,   #1A3A5C);
  --tp-secondary:  var(--tenant-secondary, #E8A020);
  --tp-white: #fff;
  --tp-bg:    #fff;

  /* 11단계 그레이스케일 */
  --tp-g00: #F8F8F8;  --tp-g01: #EEEEEE;  --tp-g02: #E2E2E2;
  --tp-g03: #CBCBCB;  --tp-g04: #AFAFAF;  --tp-g05: #757575;
  --tp-g06: #545454;  --tp-g07: #333333;  --tp-g08: #1F1F1F;
  --tp-g09: #080808;

  --tp-ease:     cubic-bezier(0.16, 1, 0.3, 1);
  --tp-duration: 300ms;
}

/* --- Typography (§ 3) --- */
.tp-corporate-02 {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  word-break: keep-all;
  letter-spacing: -0.02em;
  -webkit-text-size-adjust: none;
  color: var(--tp-g08);
  line-height: 1.7;
  font-size: 16px;
}
.tp-corporate-02 h1 { font-size: 48px; font-weight: 800; line-height: 1.3; letter-spacing: -0.03em; margin: 0; }
.tp-corporate-02 h2 { font-size: 36px; font-weight: 800; line-height: 1.3; letter-spacing: -0.03em; margin: 0; }
.tp-corporate-02 h3 { font-size: 22px; font-weight: 800; line-height: 1.4; margin: 0; }
.tp-corporate-02 h4,
.tp-corporate-02 h5 { font-weight: 800; margin: 0; }
.tp-corporate-02 p  { font-size: 16px; font-weight: 400; line-height: 1.7; color: var(--tp-g07); margin: 0; }
.tp-corporate-02 .tp-caption {
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--tp-primary);
}

/* --- Layout Primitives (§ 4) --- */
.tp-corporate-02 .tp-container {
  position: relative; margin: 0 auto;
  max-width: 1200px; padding: 0 30px; box-sizing: border-box;
}
.tp-corporate-02 .tp-section { padding: 100px 0; position: relative; }

.tp-corporate-02 .tp-hidden-pc { display: none !important; }

/* --- Section Backgrounds (§ 7) --- */
.tp-corporate-02 .tp-section-light { background-color: var(--tp-white); }
.tp-corporate-02 .tp-section-gray  { background-color: var(--tp-g00); }
.tp-corporate-02 .tp-section-dark  { background-color: #222; color: #fff; }
.tp-corporate-02 .tp-section-dark p { color: var(--tp-g03); }
.tp-corporate-02 .tp-section-dark h2,
.tp-corporate-02 .tp-section-dark h3 { color: #fff; }

/* --- Section Header --- */
.tp-corporate-02 .tp-section-header {
  text-align: center; margin-bottom: 60px;
}
.tp-corporate-02 .tp-section-header .tp-caption {
  margin-bottom: 12px; display: block;
}
.tp-corporate-02 .tp-section-header p {
  margin-top: 16px; max-width: 600px; margin-left: auto; margin-right: auto;
  color: var(--tp-g05);
}

/* --- Navbar solid-sticky (§ 5-C) --- */
.tp-corporate-02 .tp-nav-solid {
  position: sticky; top: 0; z-index: 200;
  height: 72px; background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.tp-corporate-02 .tp-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: 1200px; margin: 0 auto; padding: 0 30px;
}
.tp-corporate-02 .tp-nav-logo {
  font-size: 20px; font-weight: 800; color: var(--tp-primary);
  text-decoration: none; letter-spacing: -0.03em;
}
.tp-corporate-02 .tp-nav-links {
  display: flex; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0;
}
.tp-corporate-02 .tp-nav-links a {
  font-size: 15px; font-weight: 600; color: var(--tp-g07);
  text-decoration: none; padding: 8px 16px; min-height: 44px;
  display: inline-flex; align-items: center;
  transition: color var(--tp-duration);
}
.tp-corporate-02 .tp-nav-links a:hover { color: var(--tp-primary); }
.tp-corporate-02 .tp-nav-cta {
  background: var(--tp-primary); color: #fff !important;
  padding: 0 20px; border-radius: 4px; height: 40px; line-height: 40px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: filter var(--tp-duration);
  display: inline-flex; align-items: center;
}
.tp-corporate-02 .tp-nav-cta:hover { filter: brightness(0.88); }

/* Hamburger (§ 5 공통) */
.tp-corporate-02 .tp-hamburger {
  display: none; width: 26px; height: 20px; position: relative;
  cursor: pointer; background: none; border: none; padding: 0; min-height: 44px;
}
.tp-corporate-02 .tp-hamburger span {
  display: block; position: absolute; width: 100%; height: 2px;
  background: var(--tp-g08); transition: 0.25s ease-in-out;
  left: 0;
}
.tp-corporate-02 .tp-hamburger span:nth-child(1) { top: 2px; }
.tp-corporate-02 .tp-hamburger span:nth-child(2) { top: 10px; }
.tp-corporate-02 .tp-hamburger span:nth-child(3) { top: 18px; }
.tp-corporate-02 .tp-hamburger.is-open span:nth-child(1) { top: 9px; transform: rotate(135deg); }
.tp-corporate-02 .tp-hamburger.is-open span:nth-child(2) { opacity: 0; left: -60px; }
.tp-corporate-02 .tp-hamburger.is-open span:nth-child(3) { top: 9px; transform: rotate(-135deg); }

/* Mobile menu */
.tp-corporate-02 .tp-mobile-menu {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(10,10,15,0.95);
  transform: translateX(100%);
  transition: transform 350ms var(--tp-ease);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 32px;
}
.tp-corporate-02 .tp-mobile-menu.is-open { transform: translateX(0); }
.tp-corporate-02 .tp-mobile-menu a {
  color: #fff; font-size: 22px; font-weight: 600; text-decoration: none;
  min-height: 44px; display: inline-flex; align-items: center;
}
.tp-corporate-02 .tp-mobile-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: none; color: #fff; font-size: 32px;
  cursor: pointer; min-height: 44px; min-width: 44px;
  display: flex; align-items: center; justify-content: center;
}

/* --- Hero trust-professional (§ 6) --- */
.tp-corporate-02 .tp-hero-trust {
  position: relative; min-height: 55vh;
  background-size: cover; background-position: center;
  display: flex; align-items: center;
}
.tp-corporate-02 .tp-hero-trust::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,0.58);
}
.tp-corporate-02 .tp-hero-trust .tp-hero-text {
  position: relative; z-index: 2; text-align: center;
  width: 100%; color: #fff; padding: 0 30px;
}
.tp-corporate-02 .tp-hero-subtitle {
  font-size: 16px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--tp-secondary);
  margin-bottom: 16px;
}
.tp-corporate-02 .tp-hero-title {
  font-size: 48px; font-weight: 800; line-height: 1.3;
  letter-spacing: -0.03em;
  animation: tp-fadeInUp 1s;
}
.tp-corporate-02 .tp-hero-desc {
  font-size: 18px; font-weight: 400; line-height: 1.6;
  color: rgba(255,255,255,0.85); margin-top: 20px;
  max-width: 600px; margin-left: auto; margin-right: auto;
}
.tp-corporate-02 .tp-hero-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 32px; font-size: 16px; font-weight: 700;
  border-radius: 4px; cursor: pointer; font-family: inherit;
  background: var(--tp-primary); color: #fff; border: none;
  margin-top: 32px; text-decoration: none;
  transition: filter var(--tp-duration), transform 0.15s;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
}
.tp-corporate-02 .tp-hero-cta:hover { filter: brightness(0.88); transform: translateY(-1px); }
.tp-corporate-02 .tp-hero-cta:active { transform: translateY(0); filter: brightness(0.80); }

@keyframes tp-fadeInUp {
  0%  { opacity: 0; transform: translate3d(0, 20%, 0); }
  to  { opacity: 1; transform: translateZ(0); }
}

/* Hero stats bar */
.tp-corporate-02 .tp-hero-stats {
  display: flex; justify-content: center; gap: 60px;
  margin-top: 48px; position: relative; z-index: 2;
}
.tp-corporate-02 .tp-hero-stat { text-align: center; }
.tp-corporate-02 .tp-hero-stat-number {
  font-size: 40px; font-weight: 800; color: #fff;
  letter-spacing: -0.02em;
}
.tp-corporate-02 .tp-hero-stat-label {
  font-size: 14px; color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

/* --- Problem Section --- */
.tp-corporate-02 .tp-problem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.tp-corporate-02 .tp-problem-card {
  background: #fff; border: 1px solid var(--tp-g02);
  border-radius: 8px; padding: 36px 28px;
  transition: transform var(--tp-duration) var(--tp-ease),
              box-shadow var(--tp-duration) var(--tp-ease);
  cursor: pointer;
}
.tp-corporate-02 .tp-problem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.10);
}
.tp-corporate-02 .tp-problem-num {
  font-size: 14px; font-weight: 800; color: var(--tp-primary);
  margin-bottom: 16px; display: block;
}
.tp-corporate-02 .tp-problem-card h3 {
  font-size: 18px; margin-bottom: 12px; line-height: 1.5;
}
.tp-corporate-02 .tp-problem-card p {
  font-size: 15px; color: var(--tp-g05); line-height: 1.7;
}

/* --- Services Section --- */
.tp-corporate-02 .tp-services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.tp-corporate-02 .tp-service-card {
  background: #fff; border-radius: 8px; padding: 40px 28px;
  border: 1px solid var(--tp-g02);
  transition: transform var(--tp-duration) var(--tp-ease),
              box-shadow var(--tp-duration) var(--tp-ease);
  cursor: pointer;
}
.tp-corporate-02 .tp-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.10);
}
.tp-corporate-02 .tp-service-card.is-highlight {
  background: var(--tp-primary); color: #fff; border-color: var(--tp-primary);
}
.tp-corporate-02 .tp-service-card.is-highlight p { color: rgba(255,255,255,0.8); }
.tp-corporate-02 .tp-service-card.is-highlight .tp-service-icon { color: #fff; }
.tp-corporate-02 .tp-service-card.is-highlight .tp-service-tag { background: rgba(255,255,255,0.2); color: #fff; }
.tp-corporate-02 .tp-service-icon {
  font-size: 32px; color: var(--tp-primary); margin-bottom: 20px; display: block;
}
.tp-corporate-02 .tp-service-card h3 { margin-bottom: 12px; }
.tp-corporate-02 .tp-service-card p { font-size: 15px; line-height: 1.7; }
.tp-corporate-02 .tp-service-tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px;
}
.tp-corporate-02 .tp-service-tag {
  display: inline-block; padding: 4px 12px; border-radius: 20px;
  font-size: 12px; font-weight: 600; background: var(--tp-g00);
  color: var(--tp-g06);
}

/* --- Benefits Section (dark) --- */
.tp-corporate-02 .tp-benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.tp-corporate-02 .tp-benefit-card {
  background: rgba(255,255,255,0.06); border-radius: 8px;
  padding: 36px 28px; text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform var(--tp-duration) var(--tp-ease),
              background var(--tp-duration);
  cursor: pointer;
}
.tp-corporate-02 .tp-benefit-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.10);
}
.tp-corporate-02 .tp-benefit-icon {
  font-size: 36px; color: var(--tp-secondary); margin-bottom: 20px; display: block;
}
.tp-corporate-02 .tp-benefit-card h3 {
  color: #fff; margin-bottom: 12px;
}
.tp-corporate-02 .tp-benefit-card p {
  font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.7;
}
.tp-corporate-02 .tp-benefits-cta {
  text-align: center; margin-top: 48px;
}

/* --- Process Section --- */
.tp-corporate-02 .tp-process-list {
  position: relative; max-width: 680px; margin: 0 auto;
}
.tp-corporate-02 .tp-process-line {
  position: absolute; left: 24px; top: 0; bottom: 0;
  width: 2px; background: var(--tp-g02);
}
.tp-corporate-02 .tp-process-item {
  display: flex; gap: 32px; padding: 32px 0; position: relative;
}
.tp-corporate-02 .tp-process-num {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  background: var(--tp-primary); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; position: relative; z-index: 1;
}
.tp-corporate-02 .tp-process-content h3 { margin-bottom: 8px; }
.tp-corporate-02 .tp-process-content p { font-size: 15px; color: var(--tp-g05); }

/* --- Profile Section --- */
.tp-corporate-02 .tp-profile-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.tp-corporate-02 .tp-profile-image {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: 8px; background: var(--tp-g01);
}
.tp-corporate-02 .tp-profile-name {
  font-size: 28px; font-weight: 800; margin-bottom: 4px;
}
.tp-corporate-02 .tp-profile-title {
  font-size: 16px; color: var(--tp-primary); font-weight: 600;
  margin-bottom: 20px;
}
.tp-corporate-02 .tp-profile-desc {
  font-size: 16px; color: var(--tp-g06); line-height: 1.8; margin-bottom: 24px;
}
.tp-corporate-02 .tp-profile-badges {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.tp-corporate-02 .tp-profile-badge {
  display: inline-block; padding: 6px 16px; border-radius: 20px;
  font-size: 13px; font-weight: 600; background: var(--tp-g00);
  color: var(--tp-g07); border: 1px solid var(--tp-g02);
}

/* --- Testimonials --- */
.tp-corporate-02 .tp-testimonials-slider { overflow: hidden; }
.tp-corporate-02 .tp-card-review {
  height: 320px; background: #fff; padding: 40px;
  border-radius: 12px; border: 1px solid var(--tp-g02);
  display: flex; flex-direction: column; justify-content: space-between;
}
.tp-corporate-02 .tp-review-quote {
  font-size: 32px; color: var(--tp-primary); line-height: 1; margin-bottom: 16px;
}
.tp-corporate-02 .tp-review-text {
  font-size: 16px; color: var(--tp-g07); line-height: 1.8; flex: 1;
}
.tp-corporate-02 .tp-review-author { margin-top: 20px; }
.tp-corporate-02 .tp-review-name {
  font-size: 15px; font-weight: 700; color: var(--tp-g08);
}
.tp-corporate-02 .tp-review-company {
  font-size: 13px; color: var(--tp-g05); margin-top: 2px;
}

/* --- Contact (Modal Form § 10) --- */
.tp-corporate-02 .tp-contact-section {
  background: var(--tp-primary); color: #fff;
  padding: 80px 0; text-align: center;
}
.tp-corporate-02 .tp-contact-section h2 { color: #fff; margin-bottom: 16px; }
.tp-corporate-02 .tp-contact-section p { color: rgba(255,255,255,0.8); margin-bottom: 32px; }

.tp-corporate-02 .tp-modal {
  position: fixed; inset: 0;
  background: rgba(10,10,15,0.72); backdrop-filter: blur(4px);
  z-index: 9000; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.tp-corporate-02 .tp-modal.is-open { opacity: 1; pointer-events: auto; }
.tp-corporate-02 .tp-modal-box {
  background: #fff; border-radius: 20px;
  width: 92%; max-width: 540px; max-height: 92vh; overflow-y: auto;
  transform: translateY(28px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.16,1,0.3,1);
  box-shadow: 0 24px 80px rgba(0,0,0,0.22);
}
.tp-corporate-02 .tp-modal.is-open .tp-modal-box {
  transform: translateY(0) scale(1);
}
.tp-corporate-02 .tp-modal-box::before {
  content: ''; display: block; height: 6px;
  background: var(--tp-primary); border-radius: 20px 20px 0 0;
}
.tp-corporate-02 .tp-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px 0;
}
.tp-corporate-02 .tp-modal-header h3 { font-size: 20px; color: var(--tp-g08); }
.tp-corporate-02 .tp-modal-close {
  background: none; border: none; font-size: 24px; color: var(--tp-g05);
  cursor: pointer; min-height: 44px; min-width: 44px;
  display: flex; align-items: center; justify-content: center;
}
.tp-corporate-02 .tp-modal-body { padding: 24px 28px 28px; }
.tp-corporate-02 .tp-form-field { margin-bottom: 16px; }
.tp-corporate-02 .tp-form-field label {
  display: block; font-size: 14px; font-weight: 600;
  color: var(--tp-g07); margin-bottom: 6px;
}
.tp-corporate-02 .tp-form-field input,
.tp-corporate-02 .tp-form-field select,
.tp-corporate-02 .tp-form-field textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid #e8e8e8;
  border-radius: 10px; font-size: 14px; background: #fafafa;
  font-family: inherit; outline: none; box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s;
}
.tp-corporate-02 .tp-form-field input:focus,
.tp-corporate-02 .tp-form-field select:focus,
.tp-corporate-02 .tp-form-field textarea:focus {
  border-color: var(--tp-primary); background: #fff;
}
.tp-corporate-02 .tp-form-field textarea { resize: vertical; min-height: 100px; }
.tp-corporate-02 .tp-form-consent {
  display: flex; align-items: flex-start; gap: 8px; margin: 20px 0;
  font-size: 13px; color: var(--tp-g05);
}
.tp-corporate-02 .tp-form-consent input[type="checkbox"] { margin-top: 3px; }
.tp-corporate-02 .tp-form-submit {
  width: 100%; min-height: 48px; background: var(--tp-primary);
  color: #fff; border: none; border-radius: 10px;
  font-size: 16px; font-weight: 700; cursor: pointer;
  font-family: inherit;
  transition: filter var(--tp-duration);
}
.tp-corporate-02 .tp-form-submit:hover { filter: brightness(0.88); }
.tp-corporate-02 .tp-form-submit:disabled { opacity: 0.6; cursor: not-allowed; }

/* --- Footer (§ 11 agency-dark) --- */
.tp-corporate-02 .tp-footer-dark {
  background: #1A1C20; color: #fff; font-size: 14px; padding: 48px 0 32px;
}
.tp-corporate-02 .tp-footer-company {
  font-size: 18px; font-weight: 700; margin-bottom: 16px;
}
.tp-corporate-02 .tp-footer-info {
  font-weight: 300; line-height: 2; color: rgba(255,255,255,0.6);
}
.tp-corporate-02 .tp-footer-info .sep {
  font-size: 10px; opacity: 0.5; padding: 0 5px;
}
.tp-corporate-02 .tp-footer-links {
  margin-top: 16px; display: flex; gap: 16px;
}
.tp-corporate-02 .tp-footer-links a {
  color: rgba(255,255,255,0.6); text-decoration: none; font-size: 13px;
  transition: color var(--tp-duration);
}
.tp-corporate-02 .tp-footer-links a:hover { color: #fff; }
.tp-corporate-02 .tp-copyright {
  padding-top: 24px; margin-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px; opacity: 0.5;
}

/* --- Buttons (§ 9) --- */
.tp-corporate-02 .tp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 24px; font-size: 15px; font-weight: 700;
  border-radius: 4px; cursor: pointer; font-family: inherit; white-space: nowrap;
  transition: background var(--tp-duration), color var(--tp-duration), transform 0.15s;
  text-decoration: none;
}
.tp-corporate-02 .tp-btn-solid {
  background: var(--tp-primary); color: #fff; border: none;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
}
.tp-corporate-02 .tp-btn-solid:hover { filter: brightness(0.88); transform: translateY(-1px); }
.tp-corporate-02 .tp-btn-solid:active { transform: translateY(0); filter: brightness(0.80); }
.tp-corporate-02 .tp-btn-solid:focus-visible { outline: 3px solid var(--tp-primary); outline-offset: 3px; }

.tp-corporate-02 .tp-btn-outline {
  background: transparent; color: #fff; border: 2px solid #fff;
}
.tp-corporate-02 .tp-btn-outline:hover { background: #fff; color: var(--tp-primary); }

.tp-corporate-02 .tp-btn-secondary {
  background: var(--tp-secondary); color: #fff; border: none;
}
.tp-corporate-02 .tp-btn-secondary:hover { filter: brightness(0.9); }

/* --- Scroll Reveal (korean-web-js § 2) --- */
.tp-corporate-02 [data-reveal] {
  opacity: 0; transform: translateY(1.5rem);
  transition: opacity 400ms cubic-bezier(0.16,1,0.3,1),
              transform 400ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.tp-corporate-02 [data-reveal].is-visible {
  opacity: 1; transform: translateY(0);
}

/* --- Interaction Rules (§ 13) --- */
.tp-corporate-02 button,
.tp-corporate-02 label,
.tp-corporate-02 [role="button"],
.tp-corporate-02 a { cursor: pointer; }

.tp-corporate-02 :focus-visible {
  outline: 3px solid var(--tp-primary); outline-offset: 3px; border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .tp-corporate-02 *, .tp-corporate-02 *::before, .tp-corporate-02 *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   Responsive (§ 12) — Desktop First
   ============================================================ */
@media (max-width: 960px) {
  .tp-corporate-02 .tp-section { padding: 60px 0; }
  .tp-corporate-02 .tp-hamburger { display: block; }
  .tp-corporate-02 .tp-nav-links { display: none; }
  .tp-corporate-02 .tp-nav-cta-wrap { display: none; }

  .tp-corporate-02 .tp-hero-stats { gap: 32px; flex-wrap: wrap; }
  .tp-corporate-02 .tp-hero-stat-number { font-size: 28px; }

  .tp-corporate-02 .tp-problem-grid { grid-template-columns: 1fr; gap: 16px; }
  .tp-corporate-02 .tp-services-grid { grid-template-columns: 1fr; gap: 16px; }
  .tp-corporate-02 .tp-benefits-grid { grid-template-columns: 1fr; gap: 16px; }
  .tp-corporate-02 .tp-profile-wrap { grid-template-columns: 1fr; gap: 32px; }

  .tp-corporate-02 .tp-hidden-pc { display: block !important; }
  .tp-corporate-02 .tp-hidden-mo { display: none !important; }
}

@media (max-width: 768px) {
  .tp-corporate-02 h1 { font-size: 32px; }
  .tp-corporate-02 h2 { font-size: 28px; }
  .tp-corporate-02 .tp-hero-trust { min-height: 50vh; }
  .tp-corporate-02 .tp-hero-desc { font-size: 15px; }
  .tp-corporate-02 .tp-section-header { margin-bottom: 40px; }
}

@media (max-width: 640px) {
  .tp-corporate-02 h1 { font-size: 28px; }
  .tp-corporate-02 .tp-modal-box { border-radius: 12px; }
  .tp-corporate-02 .tp-card-review { height: auto; min-height: 260px; padding: 28px; }
  .tp-corporate-02 .tp-hero-stats { gap: 24px; }
}
