/* Opti Print — informational pages */
.op-info-page,
.op-page {
  --op-blue: #1A56D6;
  --op-deep: #0B2C6B;
  --op-graphite: #2B2F38;
  --op-muted: #5b6472;
  --op-bg: #F4F6FA;
  --op-white: #fff;
  --op-accent: #FF7A29;
  --op-border: #E3E8F0;
  --op-radius: 18px;
  color: var(--op-graphite);
  background: var(--op-white);
}

.op-info-page .site-content,
.op-info-page #content.site-content,
.op-info-page #content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.op-info-page .col-full,
.op-info-page .content-area,
.op-info-page .site-main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
  float: none !important;
}

.op-page * { box-sizing: border-box; }
.op-page a { color: var(--op-blue); text-decoration: none; }
.op-page a:hover { text-decoration: underline; }

.op-page-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.op-page-wrap--narrow { max-width: 820px; }

/* Hero */
.op-page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--op-deep) 0%, var(--op-blue) 100%);
  color: #fff;
  padding: 48px 0 56px;
}
.op-page-hero__glow {
  position: absolute;
  inset: auto -10% -40% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,122,41,.35) 0%, transparent 70%);
  pointer-events: none;
}
.op-page-hero .op-page-wrap { position: relative; z-index: 1; }
.op-page-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,.72);
  margin-bottom: 18px;
}
.op-page-crumbs a { color: #fff; text-decoration: none; }
.op-page-crumbs a:hover { text-decoration: underline; }
.op-page-hero__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #cfe0ff;
  font-weight: 600;
}
.op-page-hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: -.02em;
  max-width: 16ch;
  color: #fff;
}
.op-page-hero__lead {
  margin: 14px 0 0;
  max-width: 52ch;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255,255,255,.86);
}
.op-page-hero--simple {
  background: var(--op-bg);
  color: var(--op-graphite);
  padding: 36px 0 28px;
}
.op-page-hero--simple h1 { max-width: none; color: var(--op-deep); }

/* Sections */
.op-page-section { padding: 56px 0; }
.op-page-section--soft { background: var(--op-bg); }
.op-page-split-head { margin-bottom: 28px; max-width: 56ch; }
.op-page-split-head h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--op-deep);
  letter-spacing: -.02em;
}
.op-page-split-head p { margin: 0; color: var(--op-muted); font-size: 16px; line-height: 1.55; }

/* Cards */
.op-page-cards {
  display: grid;
  gap: 18px;
}
.op-page-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.op-page-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.op-page-card {
  background: var(--op-white);
  border: 1px solid var(--op-border);
  border-radius: var(--op-radius);
  padding: 24px;
  box-shadow: 0 10px 30px rgba(11, 44, 107, .04);
}
.op-page-section--soft .op-page-card { box-shadow: 0 12px 28px rgba(11, 44, 107, .06); }
.op-page-card__icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
}
.op-page-card__icon img { width: 56px; height: 56px; object-fit: contain; }
.op-page-card__icon--np img { object-fit: contain; }
.op-page-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(26, 86, 214, .1);
  color: var(--op-blue);
  margin-bottom: 14px;
}
.op-page-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--op-deep);
}
.op-page-card p {
  margin: 0 0 10px;
  color: var(--op-muted);
  line-height: 1.55;
  font-size: 15px;
}
.op-page-card p:last-child { margin-bottom: 0; }

.op-page-list {
  margin: 0;
  padding: 0 0 0 1.1em;
  color: var(--op-muted);
  line-height: 1.55;
  font-size: 15px;
}
.op-page-list--check {
  list-style: none;
  padding: 0;
}
.op-page-list--check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.op-page-list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--op-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat;
}

.op-page-note {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: var(--op-radius);
  background: linear-gradient(135deg, rgba(26,86,214,.06), rgba(255,122,41,.08));
  border: 1px solid rgba(26,86,214,.12);
}
.op-page-note h3 {
  margin: 0 0 12px;
  color: var(--op-deep);
  font-size: 18px;
}

/* Table */
.op-page-table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
  border-radius: var(--op-radius);
  border: 1px solid var(--op-border);
  background: var(--op-white);
}
.op-page-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  font-size: 14.5px;
}
.op-page-table th,
.op-page-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--op-border);
}
.op-page-table th {
  background: var(--op-deep);
  color: #fff;
  font-weight: 600;
}
.op-page-table tr:last-child td { border-bottom: 0; }
.op-page-table tbody tr:hover td { background: rgba(26,86,214,.04); }

/* FAQ */
.op-faq { display: grid; gap: 10px; }
.op-faq__item {
  border: 1px solid var(--op-border);
  border-radius: 14px;
  background: var(--op-white);
  overflow: hidden;
}
.op-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-weight: 650;
  color: var(--op-deep);
  font-size: 16px;
}
.op-faq__item summary::-webkit-details-marker { display: none; }
.op-faq__item summary i {
  color: var(--op-blue);
  transition: transform .2s ease;
  flex: none;
}
.op-faq__item[open] summary i { transform: rotate(180deg); }
.op-faq__body {
  padding: 0 20px 18px;
  color: var(--op-muted);
  line-height: 1.6;
  font-size: 15px;
}
.op-faq__body p { margin: 0; }

/* About */
.op-about-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 28px;
  margin-bottom: 28px;
  align-items: start;
}
.op-about-copy p {
  margin: 0 0 14px;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--op-muted);
}
.op-about-aside {
  background: linear-gradient(160deg, var(--op-deep), var(--op-blue));
  color: #fff;
  border-radius: var(--op-radius);
  padding: 22px;
}
.op-about-aside ul { list-style: none; margin: 0; padding: 0; }
.op-about-aside li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.op-about-aside li:last-child { border-bottom: 0; padding-bottom: 0; }
.op-about-aside li:first-child { padding-top: 0; }
.op-about-aside strong {
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}
.op-about-aside span { color: rgba(255,255,255,.8); font-size: 14px; }
.op-about-sign { margin-top: 12px !important; color: var(--op-graphite) !important; }

/* Contacts */
.op-contacts-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: start;
}
.op-contacts-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.op-contacts-panel {
  background: var(--op-bg);
  border-radius: calc(var(--op-radius) + 4px);
  padding: 28px;
  border: 1px solid var(--op-border);
}
.op-contacts-panel h2 {
  margin: 0 0 8px;
  color: var(--op-deep);
  font-size: 24px;
}
.op-contacts-panel > p {
  margin: 0 0 18px;
  color: var(--op-muted);
}
.op-contacts-form .cf7-callback-row {
  display: grid;
  gap: 10px;
}
.op-contacts-form .cf7-callback-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--op-graphite);
  margin: 0;
}
.op-contacts-form .cf7-callback-row label .op-optional,
.op-contacts-form .op-optional {
  font-weight: 500;
  color: var(--op-muted);
}
.op-contacts-form .cf7-callback-row p {
  margin: 0;
}
.op-contacts-form .cf7-callback-row input[type="text"],
.op-contacts-form .cf7-callback-row input[type="tel"],
.op-contacts-form .cf7-callback-row input[type="email"],
.op-contacts-form .cf7-callback-row textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--op-border);
  background: var(--op-white);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 6px 0 0;
  font-size: 15px;
  color: var(--op-graphite);
}
.op-contacts-form .cf7-callback-row textarea {
  min-height: 88px;
  resize: vertical;
  line-height: 1.4;
}
.op-contacts-form .cf7-callback-row input:focus,
.op-contacts-form .cf7-callback-row textarea:focus {
  outline: 0;
  border-color: var(--op-blue);
  box-shadow: 0 0 0 3px rgba(26, 86, 214, .15);
}
.op-contacts-form .wpcf7-submit,
.op-contacts-form input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  margin-top: 8px;
  border: 0 !important;
  border-radius: 12px !important;
  background: var(--op-accent) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 14px 16px !important;
  cursor: pointer;
  min-height: 48px;
}
.op-contacts-form .wpcf7-submit:hover,
.op-contacts-form input.wpcf7-form-control.wpcf7-submit:hover {
  background: #e8691c !important;
}
.op-contacts-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #c2410c;
  margin-top: 4px;
}
.op-contacts-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}
.op-contacts-messengers {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.op-contacts-messengers--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 0;
  grid-column: 1 / -1;
}
.op-contacts-cards .op-contacts-map {
  grid-column: 1 / -1;
  margin-top: 0;
}
.op-contacts-messengers a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--op-white);
  border: 1px solid var(--op-border);
  color: var(--op-graphite);
  font-weight: 600;
  text-decoration: none;
}
.op-contacts-messengers a:hover {
  border-color: var(--op-blue);
  color: var(--op-blue);
  text-decoration: none;
}
.op-contacts-map {
  margin-top: 20px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--op-border);
  aspect-ratio: 16 / 11;
  background: #d9e2f1;
}
.op-contacts-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Legal */
.op-legal section { margin-bottom: 28px; }
.op-legal h2 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--op-deep);
}
.op-legal h3 {
  margin: 18px 0 8px;
  font-size: 16px;
  color: var(--op-graphite);
}
.op-legal p {
  margin: 0 0 12px;
  color: var(--op-muted);
  line-height: 1.65;
  font-size: 15.5px;
}

/* CTA + buttons */
.op-page-cta {
  background: linear-gradient(135deg, var(--op-deep) 0%, var(--op-blue) 100%);
  color: #fff;
  padding: 40px 0;
}
.op-page-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.op-page-cta h2 {
  margin: 0 0 6px;
  font-size: 26px;
}
.op-page-cta p {
  margin: 0;
  color: rgba(255,255,255,.82);
  max-width: 42ch;
}
.op-page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: none;
}
.op-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .15s ease, background .15s ease;
}
.op-page-btn--accent {
  background: var(--op-accent);
  color: #fff !important;
}
.op-page-btn--accent:hover { background: #e8691c; transform: translateY(-1px); }
.op-page-btn--ghost {
  background: rgba(255,255,255,.12);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35);
}
.op-page-btn--ghost:hover { background: rgba(255,255,255,.2); }

.op-page-prose {
  padding: 36px 24px 64px;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.65;
  color: var(--op-muted);
}

@media (max-width: 960px) {
  .op-page-cards--3,
  .op-about-grid,
  .op-contacts-grid {
    grid-template-columns: 1fr;
  }
  .op-page-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .op-page-hero { padding: 36px 0 40px; }
  .op-page-section { padding: 40px 0; }
  .op-page-cards--2,
  .op-contacts-cards {
    grid-template-columns: 1fr;
  }
  .op-page-wrap { padding: 0 16px; }
  .op-contacts-panel { padding: 20px; }
}
