@charset "UTF-8";
/*
Theme Name: OfficePro
Theme URI: https://example.com/officepro
Author: Site Owner
Author URI: https://example.com
Description: A clean, lightweight WordPress theme for tax accountants and tax accounting firms.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: officepro
Tags: blog, custom-logo, custom-menu, featured-images, one-column, two-columns, right-sidebar, threaded-comments, translation-ready
*/

:root {
  --ss-color-ink: #172033;
  --ss-color-text: #2f3a4c;
  --ss-color-muted: #667085;
  --ss-color-bg: #f4f7fb;
  --ss-color-surface: #ffffff;
  --ss-color-primary: #02326c;
  --ss-color-primary-dark: #011f43;
  --ss-color-accent: #c4922f;
  --ss-color-teal: #145b8f;
  --ss-color-border: #d9dee8;
  --ss-color-soft: #eef4fb;
  --ss-shadow: 0 16px 40px rgba(23, 32, 51, 0.08);
  --ss-radius: 8px;
  --ss-content: 1120px;
  --ss-readable: 760px;
  --ss-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ss-color-text);
  background: var(--ss-color-bg);
  font-family: var(--ss-font-sans);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: var(--ss-color-primary);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ss-color-accent);
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--ss-content));
  margin-inline: auto;
}

.site-main {
  padding: 56px 0 72px;
}

body.home .site-main,
body.front-page .site-main {
  padding-top: 0;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ss-color-primary);
  border-radius: var(--ss-radius);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 222, 232, 0.85);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-branding {
  min-width: 190px;
}

.site-title {
  margin: 0;
  color: var(--ss-color-ink);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.3;
}

.site-title a {
  color: inherit;
  text-decoration: none;
}

.site-description {
  margin: 3px 0 0;
  color: var(--ss-color-muted);
  font-size: 12px;
  line-height: 1.4;
}

.custom-logo {
  max-height: 54px;
  width: auto;
}

.main-nav {
  margin-left: auto;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  display: block;
  padding: 10px 12px;
  color: var(--ss-color-ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav .current-menu-item > a {
  color: var(--ss-color-primary);
  background: var(--ss-color-soft);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 8px;
}

.header-cta__phone {
  color: var(--ss-color-primary-dark);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: var(--ss-color-ink);
  background: #fff;
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
}

.nav-toggle__label {
  display: none;
}

.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease;
}

.nav-toggle__bar::before {
  transform: translateY(-6px);
}

.nav-toggle__bar::after {
  transform: translateY(4px);
}

.nav-toggle.is-open .nav-toggle__bar {
  background: transparent;
}

.nav-toggle.is-open .nav-toggle__bar::before {
  background: var(--ss-color-ink);
  transform: translateY(0) rotate(45deg);
}

.nav-toggle.is-open .nav-toggle__bar::after {
  background: var(--ss-color-ink);
  transform: translateY(-2px) rotate(-45deg);
}

.mobile-search-toggle,
.mobile-icon-menu-wrap,
.mobile-search-panel {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--ss-color-primary-dark), var(--ss-color-primary) 58%, #0d4d8c);
}

.hero.has-image::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(15, 52, 67, 0.88), rgba(15, 52, 67, 0.62)), var(--hero-image);
  background-position: center;
  background-size: cover;
  content: "";
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  gap: 40px;
  align-items: center;
  min-height: 560px;
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: #f6d38d;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.22;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  color: #fff;
  background: var(--ss-color-accent);
  border: 1px solid transparent;
  border-radius: var(--ss-radius);
  font-weight: 750;
  text-decoration: none;
  line-height: 1.4;
}

.button:hover {
  color: #fff;
  background: #9f6818;
}

.button--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.52);
}

.button--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.button--outline {
  color: var(--ss-color-primary);
  background: #fff;
  border-color: var(--ss-color-border);
}

.button--outline:hover {
  color: var(--ss-color-primary-dark);
  background: var(--ss-color-soft);
}

.hero__panel {
  padding: 26px;
  color: var(--ss-color-ink);
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--ss-radius);
  box-shadow: var(--ss-shadow);
}

.hero__panel h2 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.5;
}

.trust-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  padding-left: 18px;
  border-left: 3px solid var(--ss-color-accent);
}

.trust-list strong {
  display: block;
  color: var(--ss-color-ink);
}

.trust-list span {
  display: block;
  color: var(--ss-color-muted);
  font-size: 14px;
  line-height: 1.6;
}

.section {
  padding: 72px 0;
}

.section--surface {
  background: var(--ss-color-surface);
}

.section__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section__title {
  margin: 0;
  color: var(--ss-color-ink);
  font-size: 30px;
  line-height: 1.35;
}

.section__lead {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--ss-color-muted);
}

.grid {
  display: grid;
  gap: 20px;
}

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

.card {
  height: 100%;
  padding: 26px;
  background: var(--ss-color-surface);
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.04);
}

.card h3 {
  margin: 0 0 12px;
  color: var(--ss-color-ink);
  font-size: 20px;
  line-height: 1.5;
}

.card p {
  margin: 0;
  color: var(--ss-color-muted);
}

.card__kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ss-color-teal);
  font-size: 13px;
  font-weight: 750;
}

.officepro-block-heading {
  margin: 2.2em 0 1.4em;
}

.officepro-block-heading__eyebrow {
  margin: 0 0 8px;
  color: var(--ss-color-accent);
  font-size: 13px;
  font-weight: 800;
}

.officepro-block-heading__title {
  margin: 0;
  color: var(--ss-color-primary);
  font-size: 30px;
  line-height: 1.4;
}

.officepro-block-heading__lead {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--ss-color-muted);
}

.officepro-service-card {
  height: 100%;
  padding: 26px;
  background: var(--ss-color-surface);
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.04);
}

.officepro-service-card__kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--ss-color-teal);
  font-size: 13px;
  font-weight: 800;
}

.officepro-service-card__title {
  margin: 0 0 12px;
  color: var(--ss-color-ink);
  font-size: 20px;
  line-height: 1.5;
}

.officepro-service-card__text {
  margin: 0;
  color: var(--ss-color-muted);
}

.price-card,
.case-card {
  height: 100%;
  padding: 26px;
  background: var(--ss-color-surface);
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.04);
}

.price-card h3,
.case-card h3 {
  margin: 0 0 12px;
  color: var(--ss-color-ink);
  font-size: 20px;
  line-height: 1.5;
}

.price-card__price {
  margin: 0 0 18px;
  color: var(--ss-color-primary);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
  color: var(--ss-color-muted);
}

.case-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--ss-color-primary);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.case-card p {
  margin: 0;
  color: var(--ss-color-muted);
}

.profile-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 30px;
  align-items: center;
  padding: 38px;
  color: #fff;
  background: linear-gradient(135deg, var(--ss-color-primary-dark), var(--ss-color-primary));
  border-radius: var(--ss-radius);
}

.profile-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
}

.profile-panel p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.profile-panel__meta {
  display: grid;
  gap: 12px;
  margin: 0;
}

.profile-panel__meta div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--ss-radius);
}

.profile-panel__meta dt {
  color: #f6d38d;
  font-size: 13px;
  font-weight: 800;
}

.profile-panel__meta dd {
  margin: 4px 0 0;
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.faq-item {
  background: var(--ss-color-surface);
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ss-color-ink);
  font-weight: 750;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ss-color-muted);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

.content-layout--single {
  grid-template-columns: minmax(0, var(--ss-readable)) 320px;
  justify-content: center;
}

.entry,
.post-card,
.sidebar-widget,
.comments-area,
.post-navigation {
  background: var(--ss-color-surface);
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
}

.entry {
  padding: 34px;
}

.archive-header {
  margin-bottom: 24px;
}

.entry-header {
  margin-bottom: 24px;
}

.entry-title {
  margin: 0;
  color: var(--ss-color-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.32;
  letter-spacing: 0;
}

.entry-title a {
  color: inherit;
  text-decoration: none;
}

.entry-meta,
.entry-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
  color: var(--ss-color-muted);
  font-size: 14px;
}

.entry-meta a,
.entry-footer a {
  color: inherit;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--ss-color-ink);
  line-height: 1.45;
}

.entry-content h2 {
  margin-top: 2.1em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid var(--ss-color-border);
  font-size: 28px;
}

.entry-content h3 {
  margin-top: 1.8em;
  font-size: 23px;
}

.entry-content p {
  margin: 1.1em 0;
}

.entry-content blockquote {
  margin: 1.6em 0;
  padding: 18px 22px;
  color: var(--ss-color-ink);
  background: var(--ss-color-soft);
  border-left: 4px solid var(--ss-color-teal);
}

.entry-content table {
  width: 100%;
  margin: 1.6em 0;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: 12px 14px;
  border: 1px solid var(--ss-color-border);
}

.entry-content th {
  background: #f2f5f8;
  text-align: left;
}

.featured-image {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: var(--ss-radius);
}

.post-card {
  overflow: hidden;
}

.post-card__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.post-card__body {
  padding: 22px;
}

.post-card__title {
  margin: 0;
  color: var(--ss-color-ink);
  font-size: 20px;
  line-height: 1.5;
}

.post-card__title a {
  color: inherit;
  text-decoration: none;
}

.post-card__excerpt {
  margin: 12px 0 0;
  color: var(--ss-color-muted);
  font-size: 15px;
}

.read-more {
  display: inline-flex;
  margin-top: 14px;
  font-weight: 750;
  text-decoration: none;
}

.sidebar {
  display: grid;
  gap: 18px;
}

.sidebar-widget {
  padding: 22px;
}

.sidebar-widget h2,
.sidebar-widget .wp-block-heading {
  margin-top: 0;
  color: var(--ss-color-ink);
  font-size: 18px;
}

.sidebar-widget ul {
  padding-left: 1.2em;
}

.search-form {
  display: flex;
  gap: 8px;
}

.search-field {
  min-width: 0;
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
}

.search-submit {
  padding: 10px 14px;
  color: #fff;
  background: var(--ss-color-primary);
  border: 0;
  border-radius: var(--ss-radius);
  cursor: pointer;
}

.pagination {
  margin-top: 34px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
  text-decoration: none;
}

.page-numbers.current {
  color: #fff;
  background: var(--ss-color-primary);
  border-color: var(--ss-color-primary);
}

.contact-section {
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--ss-color-primary), var(--ss-color-primary-dark));
  border-radius: var(--ss-radius);
}

.contact-section__header {
  max-width: 760px;
  margin-bottom: 26px;
}

.contact-section h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.45;
}

.contact-section p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: start;
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-method {
  display: block;
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ss-radius);
  text-decoration: none;
}

.contact-method:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.contact-method--line {
  border-color: rgba(6, 199, 85, 0.48);
}

.contact-method span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.contact-method strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.contact-form-panel {
  padding: 24px;
  color: var(--ss-color-text);
  background: #fff;
  border-radius: var(--ss-radius);
}

.contact-form-panel p,
.contact-form-panel label {
  color: var(--ss-color-text);
}

.contact-form-placeholder {
  display: grid;
  gap: 10px;
}

.contact-form-placeholder p {
  margin: 0;
}

.contact-form-placeholder code {
  display: block;
  overflow-x: auto;
  padding: 10px 12px;
  color: var(--ss-color-ink);
  background: #f2f5f8;
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
}

.contact-form__lead {
  margin: 0 0 16px;
  color: var(--ss-color-ink);
  font-weight: 800;
}

.contact-form,
.wpcf7-form {
  display: grid;
  gap: 14px;
}

.contact-form label,
.wpcf7-form label {
  display: grid;
  gap: 6px;
  color: var(--ss-color-ink);
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 10px 12px;
  color: var(--ss-color-text);
  background: #fff;
  border: 1px solid var(--ss-color-border);
  border-radius: var(--ss-radius);
}

.contact-form textarea,
.wpcf7-form textarea {
  resize: vertical;
}

.contact-form__trap {
  position: absolute;
  left: -9999px;
}

.contact-form__notice,
.wpcf7-response-output {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: var(--ss-radius);
  font-weight: 700;
}

.contact-form__notice--success {
  color: #065f46;
  background: #d1fae5;
}

.contact-form__notice--error {
  color: #991b1b;
  background: #fee2e2;
}

.contact-form .button,
.wpcf7-submit {
  width: fit-content;
}

.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  color: #fff;
  background: var(--ss-color-accent);
  border: 1px solid transparent;
  border-radius: var(--ss-radius);
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
}

.wpcf7-spinner {
  margin: 0 0 0 8px;
}

.site-footer {
  color: #d9e5ea;
  background: #101b24;
}

.site-footer a {
  color: #fff;
}

.site-footer__inner {
  padding: 48px 0 24px;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 34px;
}

.footer-widget h2,
.footer-widget .wp-block-heading {
  color: #fff;
  font-size: 18px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #aebdc7;
  font-size: 14px;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 66px;
    gap: 10px;
    justify-content: space-between;
  }

  .site-branding {
    flex: 1;
    min-width: 0;
    text-align: center;
  }

  .site-title {
    font-size: 18px;
  }

  .site-description {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    background: transparent;
  }

  .nav-toggle__label {
    display: block;
    font-size: 10px;
    line-height: 1;
  }

  .mobile-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    color: var(--ss-color-ink);
    background: transparent;
    border: 0;
  }

  .mobile-search-toggle .dashicons {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

  .mobile-search-panel {
    padding: 10px 0 14px;
    background: #fff;
    border-top: 1px solid var(--ss-color-border);
  }

  .mobile-search-panel:not([hidden]) {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 66px 12px auto;
    display: none;
    margin-left: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--ss-color-border);
    border-radius: var(--ss-radius);
    box-shadow: var(--ss-shadow);
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    display: grid;
    gap: 2px;
  }

  .main-nav a {
    border-radius: var(--ss-radius);
  }

  .header-cta {
    display: none;
  }

  .mobile-icon-menu-wrap {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .mobile-icon-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ss-color-border);
    border-radius: var(--ss-radius);
    box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
  }

  .mobile-icon-menu__item {
    display: grid;
    min-width: 0;
    min-height: 72px;
    place-items: center;
    align-content: center;
    gap: 5px;
    padding: 8px 4px;
    color: var(--ss-color-text);
    background: #fff;
    border: 0;
    border-right: 1px solid var(--ss-color-border);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
  }

  .mobile-icon-menu__item:last-child {
    border-right: 0;
  }

  .mobile-icon-menu__item:hover {
    color: var(--ss-color-primary);
    background: var(--ss-color-soft);
  }

  .mobile-icon-menu__item .dashicons {
    width: 27px;
    height: 27px;
    color: var(--ss-color-ink);
    font-size: 27px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 56px 0;
  }

  .grid--3,
  .content-layout,
  .content-layout--single,
  .profile-panel,
  .contact-grid,
  .footer-widgets {
    grid-template-columns: 1fr;
  }

  .section__header {
    display: block;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 24px, var(--ss-content));
  }

  .site-main {
    padding: 34px 0 52px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__panel,
  .entry,
  .card,
  .officepro-service-card,
  .price-card,
  .case-card,
  .profile-panel,
  .contact-section,
  .contact-form-panel {
    padding: 22px;
  }

  .section {
    padding: 52px 0;
  }

  .search-form {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-form .button,
  .wpcf7-submit {
    width: 100%;
  }
}
