@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --corp-bg: #eef4f8;
  --corp-surface: #ffffff;
  --corp-surface-soft: #f7fafc;
  --corp-surface-premium: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 1));
  --corp-ink: #132238;
  --corp-muted: #5f7288;
  --corp-line: rgba(19, 34, 56, 0.12);
  --corp-accent: #0f82d8;
  --corp-accent-strong: #085ea1;
  --corp-gold: #c79446;
  --corp-shadow: 0 30px 80px rgba(12, 28, 46, 0.12);
  --corp-shadow-soft: 0 18px 40px rgba(12, 28, 46, 0.08);
  --corp-radius-xl: 36px;
  --corp-radius-lg: 24px;
  --corp-radius-md: 18px;
}

body.wc-corporate-page {
  background:
    radial-gradient(circle at top left, rgba(15, 130, 216, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(199, 148, 70, 0.08), transparent 22%),
    linear-gradient(180deg, #edf4f8 0%, #f8fbfd 100%);
  color: var(--corp-ink);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  line-height: 1.7;
}

body.wc-corporate-page :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Outfit", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}

body.wc-corporate-page :is(p, li, label, input, select, textarea, small, span) {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

body.wc-corporate-page a {
  color: inherit;
}

.corp-page {
  padding: 30px 0 88px;
}

.corp-container {
  width: min(100% - clamp(24px, 4vw, 40px), 1240px);
  margin: 0 auto;
}

.corp-hero {
  position: relative;
  overflow: hidden;
  border-radius: var(--corp-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at right top, rgba(199, 148, 70, 0.18), transparent 28%),
    radial-gradient(circle at left bottom, rgba(15, 130, 216, 0.18), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0d2036 58%, #12324f 100%);
  color: #f8fbff;
  box-shadow: 0 36px 84px rgba(8, 22, 37, 0.26);
}

.corp-hero::before,
.corp-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.corp-hero::before {
  width: 360px;
  height: 360px;
  top: -120px;
  right: -90px;
  background: rgba(255, 255, 255, 0.05);
}

.corp-hero::after {
  width: 220px;
  height: 220px;
  bottom: -80px;
  left: -80px;
  background: rgba(255, 255, 255, 0.04);
}

.corp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  padding: 44px 42px;
}

.corp-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #dbeeff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corp-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7bd4ff, #ffffff);
  box-shadow: 0 0 0 8px rgba(123, 212, 255, 0.14);
}

.corp-hero-copy h1 {
  margin: 20px 0 14px;
  max-width: 14ch;
  font-size: clamp(36px, 4.8vw, 60px);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.corp-hero-copy p {
  max-width: 62ch;
  margin: 0;
  color: rgba(235, 244, 252, 0.82);
  font-size: 17px;
  line-height: 1.82;
}

.corp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.corp-btn,
.corp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.corp-btn {
  background: linear-gradient(135deg, var(--corp-accent), var(--corp-accent-strong));
  color: #ffffff;
  box-shadow: 0 20px 34px rgba(15, 130, 216, 0.26);
}

.corp-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f3f9ff;
}

.corp-btn:hover,
.corp-btn-secondary:hover {
  transform: translateY(-2px);
}

.corp-hero-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.corp-panel-card,
.corp-surface,
.corp-card,
.corp-contact-card,
.corp-portfolio-card,
.corp-process-card,
.corp-faq-item,
.corp-form-shell {
  border-radius: var(--corp-radius-lg);
  border: 1px solid var(--corp-line);
  background: var(--corp-surface);
  box-shadow: var(--corp-shadow);
}

.corp-panel-card {
  padding: 26px;
  background:
    radial-gradient(circle at top right, rgba(46, 168, 255, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.corp-panel-card h2,
.corp-panel-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  color: #ffffff;
}

.corp-panel-card p,
.corp-panel-card li {
  margin: 0;
  color: rgba(237, 244, 251, 0.8);
  line-height: 1.7;
}

.corp-stat-list,
.corp-list,
.corp-chip-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.corp-stat-list {
  display: grid;
  gap: 14px;
}

.corp-stat-list li {
  padding: 20px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.corp-stat-list strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
}

.corp-section {
  margin-top: clamp(26px, 4vw, 38px);
}

.corp-section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 24px;
  padding-inline: 2px;
}

.corp-section-head h2 {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.corp-section-head p {
  max-width: 760px;
  margin: 0;
  color: var(--corp-muted);
  font-size: 16px;
  line-height: 1.8;
}

.corp-grid-2,
.corp-grid-3,
.corp-grid-4,
.corp-portfolio-grid,
.corp-process-grid,
.corp-contact-grid,
.corp-form-grid {
  display: grid;
  gap: 22px;
}

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

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

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

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

.corp-card,
.corp-portfolio-card,
.corp-process-card,
.corp-contact-card {
  position: relative;
  padding: 30px;
}

.corp-card h3,
.corp-portfolio-card h3,
.corp-process-card h3,
.corp-contact-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.corp-card p,
.corp-portfolio-card p,
.corp-process-card p,
.corp-contact-card p {
  margin: 0;
  color: var(--corp-muted);
  line-height: 1.8;
}

.corp-surface,
.corp-card,
.corp-portfolio-card,
.corp-process-card,
.corp-contact-card,
.corp-faq-item,
.corp-form-shell {
  background: var(--corp-surface-premium);
  box-shadow: var(--corp-shadow-soft);
}

.corp-card,
.corp-portfolio-card,
.corp-process-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.corp-card:hover,
.corp-portfolio-card:hover,
.corp-process-card:hover,
.corp-faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 130, 216, 0.22);
  box-shadow: 0 24px 52px rgba(12, 28, 46, 0.12);
}

.corp-kicker {
  display: inline-block;
  margin-bottom: 0;
  color: var(--corp-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.corp-card-number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 130, 216, 0.14), rgba(199, 148, 70, 0.16));
  color: var(--corp-ink);
  font-size: 18px;
  font-weight: 800;
}

.corp-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  padding: 34px;
}

.corp-highlight-copy h3 {
  margin: 0 0 12px;
  max-width: 17ch;
  font-size: clamp(28px, 3vw, 38px);
}

.corp-highlight-copy p {
  margin: 0;
  color: var(--corp-muted);
  line-height: 1.85;
}

.corp-list {
  display: grid;
  gap: 0;
}

.corp-list li {
  position: relative;
  padding: 16px 0 16px 22px;
  color: var(--corp-muted);
  line-height: 1.75;
  border-top: 1px solid rgba(19, 34, 56, 0.08);
}

.corp-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.corp-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--corp-accent), var(--corp-gold));
}

.corp-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.corp-chip-list li,
.corp-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef5fb;
  border: 1px solid rgba(15, 130, 216, 0.08);
  color: #214260;
  font-size: 12px;
  font-weight: 700;
}

.corp-portfolio-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.corp-portfolio-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.corp-portfolio-brand {
  margin: 0;
  font-size: 24px;
}

.corp-portfolio-domain {
  color: var(--corp-muted);
  font-size: 14px;
}

.corp-portfolio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.corp-portfolio-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0f2035;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.corp-process-card {
  position: relative;
  overflow: hidden;
}

.corp-process-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--corp-accent), rgba(199, 148, 70, 0.45));
}

.corp-process-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--corp-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.corp-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.corp-value-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 32px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 32px 70px rgba(9, 24, 40, 0.18);
}

.corp-value-card::before,
.corp-value-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.corp-value-card::before {
  width: 210px;
  height: 210px;
  top: -70px;
  right: -40px;
  background: rgba(255, 255, 255, 0.08);
}

.corp-value-card::after {
  width: 120px;
  height: 120px;
  bottom: -30px;
  left: -20px;
  background: rgba(255, 255, 255, 0.06);
}

.corp-value-card.is-vision {
  background: linear-gradient(135deg, #0b7ccf 0%, #1b5d8d 56%, #13273d 100%);
}

.corp-value-card.is-mission {
  background: linear-gradient(135deg, #14263b 0%, #1b3553 56%, #0a1524 100%);
}

.corp-value-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.corp-value-head span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.corp-value-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 22px;
  font-weight: 800;
}

.corp-value-card h3 {
  position: relative;
  z-index: 1;
  margin: 24px 0 14px;
  max-width: 13ch;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.1;
}

.corp-value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(240, 247, 252, 0.86);
  line-height: 1.9;
}

.corp-value-card ul {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.corp-value-card li {
  padding-left: 18px;
  position: relative;
  color: rgba(244, 249, 253, 0.88);
  line-height: 1.75;
}

.corp-value-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
}

.corp-contact-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.corp-contact-grid > * {
  min-width: 0;
}

.corp-contact-stack {
  display: grid;
  gap: 16px;
}

.corp-contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 1)),
    #ffffff;
}

.corp-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--corp-accent), #6cc9ff, var(--corp-gold));
}

.corp-contact-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(15, 130, 216, 0.18), transparent 55%),
    linear-gradient(135deg, #eef7ff, #ffffff);
  border: 1px solid rgba(15, 130, 216, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  color: var(--corp-accent-strong);
  font-size: 24px;
}

.corp-contact-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.corp-contact-copy h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
}

.corp-contact-copy p {
  margin: 0;
}

.corp-contact-meta {
  color: var(--corp-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.corp-contact-card a {
  color: var(--corp-accent-strong);
  text-decoration: none;
}

.corp-contact-card--simple {
  grid-template-columns: 72px minmax(0, 1fr);
}

.corp-contact-card--simple .corp-contact-copy {
  gap: 8px;
}

.corp-contact-card--simple .corp-contact-copy p {
  line-height: 1.8;
}

.corp-contact-card--simple .corp-contact-icon {
  font-size: 18px;
  font-weight: 800;
}

.corp-form-shell {
  padding: 30px;
}

.corp-form-shell h2 {
  margin: 0 0 10px;
  font-size: 34px;
}

.corp-form-shell p {
  margin: 0 0 24px;
  color: var(--corp-muted);
  line-height: 1.8;
}

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

.corp-field {
  display: grid;
  gap: 8px;
}

.corp-field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--corp-ink);
}

.corp-field input,
.corp-field select,
.corp-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(19, 34, 56, 0.14);
  border-radius: 16px;
  background: #f7fafc;
  color: var(--corp-ink);
  font: inherit;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.corp-field textarea {
  min-height: 180px;
  resize: vertical;
}

.corp-field input:focus,
.corp-field select:focus,
.corp-field textarea:focus {
  outline: none;
  border-color: rgba(15, 130, 216, 0.5);
  box-shadow: 0 0 0 4px rgba(15, 130, 216, 0.08);
  background: #ffffff;
}

.corp-field.is-full {
  grid-column: 1 / -1;
}

.corp-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.corp-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(19, 34, 56, 0.12);
  border-radius: 16px;
  background: #f7fafc;
}

.corp-option input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: var(--corp-accent);
}

.corp-option strong {
  display: block;
  color: var(--corp-ink);
  font-size: 16px;
}

.corp-option small {
  display: block;
  margin-top: 4px;
  color: var(--corp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.corp-form-submit {
  margin-top: 8px;
}

.corp-notice {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
}

.corp-notice.is-success {
  background: rgba(12, 166, 120, 0.12);
  border: 1px solid rgba(12, 166, 120, 0.18);
  color: #0c6d52;
}

.corp-notice.is-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.18);
  color: #a32c2c;
}

.corp-faq {
  display: grid;
  gap: 16px;
}

.corp-faq-item {
  padding: 26px 28px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.corp-faq-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.corp-faq-item p {
  margin: 0;
  color: var(--corp-muted);
  line-height: 1.8;
}

.corp-cta-band {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  padding: 36px 38px;
  border-radius: var(--corp-radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at left center, rgba(15, 130, 216, 0.14), transparent 28%),
    linear-gradient(135deg, #0d2035, #142f4b);
  color: #ffffff;
  box-shadow: 0 30px 70px rgba(8, 22, 37, 0.18);
}

.corp-cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.corp-cta-band p {
  max-width: 760px;
  margin: 0;
  color: rgba(244, 249, 253, 0.82);
  line-height: 1.85;
}

.corp-map {
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--corp-radius-lg);
  border: 1px solid var(--corp-line);
  box-shadow: var(--corp-shadow);
}

.corp-map iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

.corp-inline-link {
  color: var(--corp-accent-strong);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
}

.corp-card .corp-chip-list {
  margin-top: auto;
  padding-top: 8px;
}

.corp-card .corp-actions {
  margin-top: auto;
  padding-top: 8px;
}

.wc-page--about .corp-grid-3 .corp-card,
.wc-page--services .corp-grid-3 .corp-card {
  overflow: hidden;
  padding-top: 82px;
}

.wc-page--about .corp-grid-3 .corp-card::before,
.wc-page--services .corp-grid-3 .corp-card::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 130, 216, 0.14), rgba(199, 148, 70, 0.16));
  color: var(--corp-ink);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46);
}

.wc-page--about .corp-grid-3 .corp-card:nth-child(1)::before,
.wc-page--services .corp-grid-3 .corp-card:nth-child(1)::before {
  content: "01";
}

.wc-page--about .corp-grid-3 .corp-card:nth-child(2)::before,
.wc-page--services .corp-grid-3 .corp-card:nth-child(2)::before {
  content: "02";
}

.wc-page--about .corp-grid-3 .corp-card:nth-child(3)::before,
.wc-page--services .corp-grid-3 .corp-card:nth-child(3)::before {
  content: "03";
}

.wc-page--services .corp-grid-3 .corp-card:nth-child(4)::before {
  content: "04";
}

.wc-page--services .corp-grid-3 .corp-card:nth-child(5)::before {
  content: "05";
}

.wc-page--services .corp-grid-3 .corp-card:nth-child(6)::before {
  content: "06";
}

@media (max-width: 1080px) {
  .corp-hero-grid,
  .corp-highlight,
  .corp-contact-grid {
    grid-template-columns: 1fr;
  }

  .corp-grid-3,
  .corp-portfolio-grid,
  .corp-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .corp-hero-grid {
    padding: 36px 30px;
  }

  .corp-hero-copy h1,
  .corp-hero-copy p,
  .corp-section-head p {
    max-width: none;
  }

  .corp-contact-card,
  .corp-form-shell,
  .corp-cta-band {
    padding: 26px;
  }
}

@media (max-width: 900px) {
  .corp-page {
    padding: 24px 0 78px;
  }

  .corp-form-grid,
  .corp-option-grid,
  .corp-grid-3,
  .corp-grid-2,
  .corp-grid-4,
  .corp-value-grid,
  .corp-process-grid,
  .corp-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .corp-hero-grid {
    padding: 30px 24px;
    gap: 22px;
  }

  .corp-section-head {
    gap: 8px;
    margin-bottom: 18px;
  }

  .corp-contact-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 20px 22px 24px;
  }

  .corp-contact-copy h3 {
    font-size: clamp(20px, 4vw, 28px);
  }

  .corp-contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 21px;
  }

  .corp-map iframe {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .corp-page {
    padding: 18px 0 70px;
  }

  .corp-hero-grid,
  .corp-card,
  .corp-portfolio-card,
  .corp-process-card,
  .corp-contact-card,
  .corp-form-shell,
  .corp-highlight,
  .corp-cta-band {
    padding: 24px 18px;
  }

  .corp-form-grid,
  .corp-grid-3,
  .corp-grid-2,
  .corp-grid-4,
  .corp-option-grid,
  .corp-value-grid,
  .corp-process-grid,
  .corp-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .corp-hero-copy p,
  .corp-section-head p,
  .corp-card p,
  .corp-portfolio-card p,
  .corp-process-card p,
  .corp-contact-card p,
  .corp-faq-item p {
    font-size: 15px;
  }

  .corp-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .corp-hero-copy h1 {
    max-width: none;
    font-size: clamp(32px, 10vw, 44px);
  }

  .corp-contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 18px;
  }

  .corp-btn,
  .corp-btn-secondary {
    width: 100%;
  }

  .wc-page--about .corp-grid-3 .corp-card,
  .wc-page--services .corp-grid-3 .corp-card {
    padding-top: 74px;
  }

  .wc-page--about .corp-grid-3 .corp-card::before,
  .wc-page--services .corp-grid-3 .corp-card::before {
    top: 20px;
    left: 20px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 16px;
  }

  .corp-cta-band h2,
  .corp-form-shell h2,
  .corp-section-head h2 {
    font-size: 28px;
  }

  .corp-map iframe {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .corp-page {
    padding: 18px 0 66px;
  }

  .corp-hero-grid,
  .corp-card,
  .corp-portfolio-card,
  .corp-process-card,
  .corp-contact-card,
  .corp-form-shell,
  .corp-highlight,
  .corp-cta-band {
    padding: 22px 16px;
  }

  .corp-contact-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 20px;
  }

  .corp-contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .corp-hero-copy h1 {
    font-size: clamp(30px, 11vw, 40px);
  }

  .corp-hero-copy p,
  .corp-section-head p,
  .corp-card p,
  .corp-portfolio-card p,
  .corp-process-card p,
  .corp-contact-card p,
  .corp-faq-item p,
  .corp-option small {
    font-size: 14px;
  }

  .corp-form-shell h2,
  .corp-section-head h2,
  .corp-cta-band h2 {
    font-size: 26px;
  }
}
