@charset 'UTF-8';
/* Early font-face declarations for Source Sans Pro */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'),
       url('/fonts/source-sans-pro-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'),
       url('/fonts/source-sans-pro-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'),
       url('/fonts/source-sans-pro-700.woff2') format('woff2');
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
               "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans",
               sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
body,
html {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  height: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
html {
  background-color: #f8f8f8;
}
/* Prevent accidental horizontal scrolling due to responsive ads/media */
/* (reverted) Avoid forcing global overflow hidden to prevent masking layout issues */
*,
::after,
::before {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Restore native controls for checkboxes and radios (global reset hides them) */
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
a,
a:hover {
  text-decoration: none;
}
a {
  cursor: pointer;
  -webkit-transition: 250ms;
  transition: 250ms;
  color: #0271b4;
}
a:hover {
  color: #be2823;
}
.wf-active,
body,
html {
  font: 15px -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans",
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.4;
  color: #242424;
}
.wf-active {
  font: 15px -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans",
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
.wf-active .other-font {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial,
        "Noto Sans CJK SC", "Noto Sans CJK JP", "Noto Sans",
        "PingFang SC", "Hiragino Sans", "Hiragino Kaku Gothic Pro",
        "Microsoft YaHei", Meiryo, "Malgun Gothic",
        sans-serif;
}
.l-en-ca-header {
  padding: 8px 8px 16px;
 
}
.search-block{
  display: flex;
   border: 1px solid #c2c2c2;
   border-radius: 4px;
    background-color: #fff;
	min-height: 34px;
}
  .new-input{
    border: 0px !important;
    background-color: #fff;

  }
.c-en-ca-form__input--accent {
   
    border: 0px solid #fff;
}

@media (min-width: 468px) {
  .l-en-ca-header {
    padding: 16px;
  }
}
@media (min-width: 970px) {
  .l-en-ca-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
  }
}
.l-en-ca-header__logo {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  padding: 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: #767676;
  float: left;
  margin-right: 20px;
}
@media (min-width: 970px) {
  .l-en-ca-header__logo {
    margin-right: 32px;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
  }
}
.l-en-ca-header__logo small {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding-top: 4px;
  white-space: nowrap;
}
.l-en-ca-header__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 970px) {
  .l-en-ca-header__form {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
.l-en-ca-header__form-item {
  margin-left: 8px;
}
@media (min-width: 468px) {
  .l-en-ca-header__form-item {
    margin-left: 16px;
  }
}
.l-en-ca-header__form-item:first-of-type {
  margin-left: 0;
}
.l-en-ca-header__form-item--wide {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.l-en-ca-header__form-item--add {
  display: none;
}
@media (min-width: 468px) {
  .l-en-ca-header__form-item--add {
    display: block;
  }
}
.l-en-ca-header__add-btn {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  height: 26px;
  margin: 0;
  padding: 4px 8px;
  cursor: pointer;
  -webkit-transition: 250ms;
  transition: 250ms;
  white-space: nowrap;
  color: #a00004;
  border: 1px solid #a00004;
  border-radius: 4px;
  outline: 0;
  background: #fff;
}
@media (min-width: 468px) {
  .l-en-ca-header__add-btn {
    height: 36px;
    margin-left: 16px;
    padding: 8px 16px;
  }
}
.l-en-ca-header__add-btn:hover {
  color: #fff;
  background: #a00004;
}
.l-en-ca-article {
  padding-bottom: 32px;
}
.l-en-ca-article__item {
  padding: 16px 8px 0;
}
@media (min-width: 468px) {
  .l-en-ca-article__item {
    padding: 16px 16px 0;
  }
}
@media (min-width: 970px) {
  .l-en-ca-article__item {
    padding: 32px 32px 0;
  }
}
.l-en-ca-article__item--no-top {
  padding-top: 0;
}
.l-en-ca-article__item--no-rl {
  padding-right: 0;
  padding-left: 0;
}
.l-en-ca-article__item--no-top-small {
  padding-top: 16px;
}
.l-en-ca-article__h1 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 728px) {
  .l-en-ca-article__h1 {
    font-size: 32px;
  }
}
.l-en-ca-article__h2 {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 728px) {
  .l-en-ca-article__h2 {
    font-size: 24px;
  }
}
.l-en-ca-footer {
  margin-top: 32px;
}
@media (min-width: 728px) {
  .l-en-ca-footer {
    font-size: 14px;
    margin-top: 40px;
  }
}

/* Photo Upload */
.photo-upload__dropzone {
  border: 2px dashed #CBD5E1;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  background: #F8FAFC;
  color: #334155;
  transition: background-color 160ms ease, border-color 160ms ease;
  box-sizing: border-box;
  max-width: 100%;
}
.photo-upload__dropzone--highlight {
  background: #EFF6FF;
  border-color: #93C5FD;
}
.photo-upload__title {
  font-size: 18px;
  margin: 0 0 8px;
}
.photo-upload__subtext {
  margin: 0 0 16px;
  color: #64748B;
}
.photo-upload__hint {
  margin-top: 12px;
}
.c-en-ca-form__label.photo-upload__terms {
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px;
  margin-top: 14px;
  white-space: nowrap;
  text-align: left;
}
.photo-upload__actions { margin-top: 16px; }

.photo-upload__guidelines ul { margin: 8px 0 0; padding-left: 0; }
.photo-upload__guidelines li { margin: 2px 0; }

/* Small-screen adjustments (smartphones) */
@media (max-width: 420px) {
  .photo-upload__dropzone { padding: 20px; }
  .photo-upload__title { font-size: 16px; }
  .photo-upload__terms span { font-size: 13px; line-height: 1.3; }
  .c-en-ca-form__label.photo-upload__terms { white-space: normal !important; align-items: flex-start !important; }
  .photo-upload__terms span { overflow-wrap: anywhere; }
  .photo-upload__dropzone .c-en-ca-form__input--submit { width: 100%; }
  .c-en-ca-form__actions .c-en-ca-form__submit,
  .c-en-ca-form__actions .c-en-ca-form__input--submit { width: 100%; }
}
@media (max-width: 360px) {
  .photo-upload__terms span { font-size: 12px; letter-spacing: -0.1px; }
}
@media (max-width: 480px) {
  .c-en-ca-form__label.photo-upload__terms { white-space: normal !important; }
}

/* Owner dashboard: responsive table wrapper */
.owner-table-scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0; /* allow shrinking inside grid/flex parents */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.company-edit-card > .owner-table-scroll { min-width: 0; }
.owner-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px; /* prevent squashing on small screens */
}
.owner-table th,
.owner-table td {
  white-space: nowrap;
}

.l-en-ca-footer__item {
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 728px) {
  .l-en-ca-footer__item {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.l-en-ca-footer__link {
  text-decoration: underline;
  color: #242424;
}
@media (min-width: 728px) {
  .l-en-ca-footer__link {
    font-size: 14px;
  }
}
.l-en-ca-footer__link--up {
  text-transform: none;
}
.l-en-ca-footer__header {
  font-size: 24px;
  font-weight: 700;
  color: #767676;
}
.l-en-ca-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  min-width: 266px;
  min-height: 100%;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: none;
}
.l-en-ca-main__box {
  background: transparent;
  box-shadow: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.l-en-ca-main__item {
  margin-top: 16px;
}
@media (min-width: 728px) {
  .l-en-ca-main__item {
    margin-top: 24px;
  }
}
@media (min-width: 970px) {
  .l-en-ca-main__item {
    margin-top: 32px;
  }
}
.c-en-ca-form {
  width: 100%;
}
.c-en-ca-form--dark {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 32px);
  border: 1px solid rgba(11, 33, 73, 0.12);
  background: #ffffff;
  border-radius: 10px;
  display: grid;
  gap: 18px;
  align-items: start;
}
@media (min-width: 640px) {
  .c-en-ca-form--dark {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-en-ca-form__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #0b2149;
}
@media (min-width: 640px) {
  .c-en-ca-form__label {
    grid-column: span 1;
  }
}
.c-en-ca-form__label--stretch {
  grid-column: 1 / -1;
}
.c-en-ca-form__label-text {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
}
.c-en-ca-form__label-hint {
  font-weight: 500;
  font-size: 13px;
  color: #6b7280;
}
.c-en-ca-form__input {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 14px 12px;
  color: #1f2937;
  border: 1px solid #c9d2df;
  border-radius: 0;
  background: #f8fafc;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-en-ca-form__input--select {
  cursor: pointer;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%230b2149' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 7 6.5 13 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 8px;
}

.c-en-ca-form__input--select::-ms-expand {
  display: none;
}

.c-en-ca-form__input--select:disabled {
  cursor: not-allowed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 7 6.5 13 1.5'/%3E%3C/svg%3E");
  color: #94a3b8;
}

.c-en-ca-form__input--select option {
  color: #0f172a;
}

.c-en-ca-form__input:focus {
  border-color: #0b2149;
  box-shadow: 0 0 0 2px rgba(11, 33, 73, 0.15);
  background: #ffffff;
  outline: 0;
}
.c-en-ca-form__input--submit,
.c-en-ca-form__submit {
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #0b2149;
  background: #0b2149;
  color: #ffffff;
  padding: 13px 24px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
.c-en-ca-form__input--submit:hover,
.c-en-ca-form__submit:hover {
  background: #132e5d;
  border-color: #132e5d;
  transform: translateY(-1px);
}
/* Disabled state for submit buttons */
.c-en-ca-form__input--submit:disabled,
.c-en-ca-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background: #94a3b8;
  border-color: #94a3b8;
  transform: none;
}
.c-en-ca-form__input--wide {
  width: 100%;
}
.c-en-ca-form__input--full-hight,
.c-en-ca-form__input--full-height {
  min-height: 160px;
  line-height: 1.6;
  padding: 14px 12px;
  resize: vertical;
}
.c-en-ca-form__fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
}
.c-en-ca-form__legend {
  font-weight: 600;
  font-size: 15px;
  color: #0b2149;
}
.c-en-ca-form__rating,
.c-en-ca-form__radio-btn-box {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.c-en-ca-form__rating-option,
.c-en-ca-form__radio-btn-box-item {
  position: relative;
  display: block;
}
.c-en-ca-form__rating-option input,
.c-en-ca-form__radio-btn-box-item input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-en-ca-form__rating-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #c9d2df;
  background: #f8fafc;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
  min-height: 72px;
}
.c-en-ca-form__rating-option:hover .c-en-ca-form__rating-pill,
.c-en-ca-form__radio-btn-box-item:hover .c-en-ca-form__rating-pill {
  border-color: #0b2149;
}
.c-en-ca-form__rating-option input:checked + .c-en-ca-form__rating-pill,
.c-en-ca-form__radio-btn-box-item input:checked + .c-en-ca-form__rating-pill {
  border-color: #0b2149;
  background: #0b2149;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(11, 33, 73, 0.2);
}
.c-en-ca-form__rating-option input:focus-visible + .c-en-ca-form__rating-pill,
.c-en-ca-form__radio-btn-box-item input:focus-visible + .c-en-ca-form__rating-pill {
  box-shadow: 0 0 0 3px rgba(11, 33, 73, 0.24);
}
.c-en-ca-form__rating-score {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.c-en-ca-form__rating-label {
  font-size: 14px;
  font-weight: 500;
}
.c-en-ca-form__captcha,
.c-en-ca-form__actions {
  grid-column: 1 / -1;
}
.c-en-ca-form__captcha {
  display: flex;
  justify-content: flex-start;
}
.c-en-ca-form__actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
}
.c-en-ca-bread {
  display: none;
}
@media (min-width: 728px) {
  .c-en-ca-bread {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-en-ca-bread__item {
  position: relative;
  padding: 4px 24px 0 0;
}
.c-en-ca-bread__item::after {
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 2px;
  display: block;
  content: "/";
  color: #ccc;
}
.c-en-ca-bread__item:last-of-type::after {
  display: none;
}
.c-en-ca-bread__link {
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
  color: #767676;
}
.c-en-ca-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-en-ca-list__item {
  width: 100%;
  padding-top: 12px;
}
.c-en-ca-list__item--center {
  text-align: center;
}
@media (min-width: 468px) {
  .c-en-ca-list__item--2 {
    width: 49%;
  }
}
@media (min-width: 728px) {
  .c-en-ca-list__item--3 {
    width: 32.5%;
  }
}
@media (min-width: 970px) {
  .c-en-ca-list__item--4 {
    width: 24.5%;
  }
}
.c-en-ca-list__item--number {
  width: auto;
  padding-right: 12px;
}
.c-en-ca-list__item small {
  font-size: 12px;
  font-weight: 300;
  display: none;
  color: #767676;
}
@media (min-width: 728px) {
  .c-en-ca-list__item small {
    display: block;
  }
}
.c-en-ca-list__link {
  display: block;
}
.c-en-ca-list__link--small {
  font-size: 14px;
  display: none;
  padding-top: 4px;
}
@media (min-width: 728px) {
  .c-en-ca-list__link--small {
    display: inline-block;
  }
}
.c-en-ca-list__link--number {
  font-weight: 300;
  line-height: 1;
  padding: 6px 8px 4px;
  border: 1px solid;
  border-radius: 16px;
}
.c-en-ca-list__link--active {
  color: #767676;
}
.rating-star,
.c-en-ca-list__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: linear-gradient(180deg, #f9fafb 0%, #edf2f7 100%);
  box-shadow: 0 10px 18px -14px rgba(15, 23, 42, 0.25);
  font-size: 0;
  vertical-align: middle;
}
.rating-star:last-child,
.c-en-ca-list__star:last-child {
  margin-right: 0;
}
.rating-star::before,
.c-en-ca-list__star::before {
  content: '★';
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #94a3b8;
  text-shadow: none;
}
.rating-star--active,
.c-en-ca-list__star--active {
  border-color: transparent;
  background: linear-gradient(135deg, #facc15 0%, #f97316 100%);
  box-shadow: 0 16px 28px -16px rgba(249, 115, 22, 0.55);
}
.rating-star--active::before,
.c-en-ca-list__star--active::before {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(124, 45, 18, 0.6);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 18px);
  flex-wrap: wrap;
  margin-top: clamp(16px, 3vw, 24px);
}

.pagination__list {
  display: flex;
  align-items: center;
  gap: clamp(6px, 2vw, 10px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination__item {
  display: flex;
}

.pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 clamp(14px, 2.5vw, 18px);
  border-radius: 14px;
  border: 1px solid rgba(8, 26, 58, 0.12);
  background: #ffffff;
  color: #0b2149;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(8, 33, 73, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.pagination__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(8, 33, 73, 0.12);
  background: linear-gradient(135deg, rgba(2, 113, 180, 0.14), rgba(255, 255, 255, 0.72));
  color: #014b7a;
}

.pagination__link--active,
.pagination__link--active:hover {
  background: linear-gradient(135deg, #0271b4 0%, #01a0c6 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(2, 113, 180, 0.3);
  transform: none;
}

.pagination__link--control {
  min-width: 44px;
  font-size: 18px;
  font-weight: 700;
  padding-inline: clamp(12px, 2vw, 14px);
}

.pagination__link--disabled,
.pagination__link--disabled:hover {
  cursor: not-allowed;
  background: rgba(239, 241, 245, 0.9);
  color: rgba(8, 26, 58, 0.38);
  border-color: rgba(8, 26, 58, 0.1);
  box-shadow: none;
  transform: none;
}

.pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 42px;
  padding-inline: 4px;
  font-weight: 600;
  color: rgba(8, 26, 58, 0.45);
}

@media (max-width: 540px) {
  .pagination__link {
    min-width: 36px;
    height: 38px;
    font-size: 14px;
    padding-inline: clamp(12px, 4vw, 14px);
  }

  .pagination__link--control {
    min-width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .pagination__ellipsis {
    height: 38px;
  }
}
.c-en-ca-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 468px) {
  .c-en-ca-card {
    padding: 8px;
    -webkit-transition: 250ms;
    transition: 250ms;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
  }
  .c-en-ca-card:hover {
    border-color: #ccc;
  }
}
@media (min-width: 728px) {
  .c-en-ca-card {
    padding: 16px;
  }
}
.c-en-ca-card__img {
  display: none;
}
@media (min-width: 728px) {
  .c-en-ca-card__img {
    display: block;
    width: 100px;
    height: 100px;
    background-size: cover;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-en-ca-card__info {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.c-en-ca-card__header {
  font-size: 18px;
  font-weight: 700;
}
.c-en-ca-card__line {
  font-size: 14px;
  font-weight: 300;
  color: #767676;
}
.с-no-info-box__map-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
}
.с-no-info-box__map {
  width: 100%;
  height: 280px;
  border: 1px solid #ccc;
  border-left: 0;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.с-no-info-box__map-ads {
  display: none;
}
@media (min-width: 970px) {
  .с-no-info-box__map-ads {
    display: block;
    width: 336px;
    height: 280px;
    margin-left: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.с-no-info-box__duble-item p,
.с-no-info-box__table tr td {
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.с-no-info-box__table tr td:first-of-type {
  padding-left: 0;
}
.с-no-info-box__table tr td:last-of-type {
  padding-right: 0;
}
.с-no-info-box__table tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 728px) {
  .с-no-info-box__duble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.с-no-info-box__duble-item {
  padding-bottom: 16px;
}
@media (min-width: 728px) {
  .с-no-info-box__duble-item {
    width: 50%;
    padding: 0 16px;
  }
  .с-no-info-box__duble-item:first-of-type {
    padding-left: 0;
  }
  .с-no-info-box__duble-item:last-of-type {
    padding-right: 0;
  }
}
.c-en-ca-btn {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  height: 26px;
  margin: 0;
  padding: 4px 8px;
  cursor: pointer;
  -webkit-transition: 250ms;
  transition: 250ms;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #0271b4;
  border-radius: 16px;
  outline: 0;
  background: #0271b4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 468px) {
  .c-en-ca-btn {
    height: 34px;
    padding: 8px 16px;
  }
}
.c-en-ca-btn:hover {
  color: #0271b4;
  background: #fff;
}
.c-en-ca-btn--top-margin {
  margin-top: 8px;
}
.c-en-ca-btn-add-review__stars-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.c-en-ca-btn-add-review__star {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid #d0d5dd;
  background: linear-gradient(180deg, #f9fafb 0%, #edf2f7 100%);
  color: #94a3b8;
  cursor: pointer;
  box-shadow: 0 10px 18px -12px rgba(15, 23, 42, 0.22);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.c-en-ca-btn-add-review__star:hover {
  transform: translateY(-3px);
  border-color: #0b2149;
  color: #0b2149;
  box-shadow: 0 14px 24px -12px rgba(15, 23, 42, 0.28);
}
.c-en-ca-btn-add-review__star:focus-visible {
  outline: 3px solid rgba(11, 33, 73, 0.35);
  outline-offset: 2px;
}
.c-en-ca-btn-add-review__star--active,
.c-en-ca-btn-add-review__star--active:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #facc15 0%, #f97316 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px -14px rgba(249, 115, 22, 0.6);
  text-shadow: 0 1px 3px rgba(124, 45, 18, 0.6);
}
.c-en-ca-js__add-review-form {
  display: grid;
}
.c-en-ca-sprite,
.c-en-ca-sprite__social {
  display: inline-block;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-en-ca-sprite__social--fb {
  width: 9px;
  height: 16px;
  background-image: url(/img/sprite.png);
  background-position: 0 0;
}
.c-en-ca-sprite__social--gp,
.c-en-ca-sprite__social--tw {
  width: 16px;
  height: 16px;
  background-image: url(/img/sprite.png);
  background-position: 0 -16px;
}
.c-en-ca-sprite__social--tw {
  width: 19px;
  background-position: 0 -32px;
}

/* Homepage redesign */

.home-wrapper,
.page-wrapper {
  max-width: min(1180px, 100%);
  margin-inline: auto;
  padding-left: min(6vw, 48px);
  padding-right: min(6vw, 48px);
  width: 100%;
}

.is-home .l-en-ca-main {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.is-home .l-en-ca-main__box {
  background: transparent;
  box-shadow: none;
}

.is-home .l-en-ca-main__main {
  max-width: none;
}

.site-header {
  width: 100%;
  border-bottom: 1px solid rgba(8, 26, 58, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.site-header__inner {
  max-width: min(1180px, 100%);
  margin-inline: auto;
  padding: clamp(16px, 3vw, 22px) min(6vw, 48px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 20px;
  color: #0b2149;
}

.site-header__app-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, #0271b4 0%, #01a0c6 100%);
  box-shadow: 0 8px 18px rgba(2, 113, 180, 0.25), inset 0 0 0 1px rgba(255,255,255,0.18);
  position: relative;
}
.site-header__app-icon::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 60%);
  pointer-events: none;
}
.site-header__app-icon-glyph {
  width: 22px;
  height: 22px;
  color: #ffffff; /* glyph uses currentColor */
}

.site-header__nav {
  display: inline-flex;
  gap: 18px;
}

.site-header__link {
  font-size: 15px;
  font-weight: 600;
  color: #0271b4;
}

.site-header__link:hover {
  color: #014b7a;
}

/* Mobile header menu */
.site-header__menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header__menu-icon,
.site-header__menu-icon::before,
.site-header__menu-icon::after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: #0b2149;
  position: relative;
  border-radius: 1px;
}
.site-header__menu-icon { margin: 0 auto; }
.site-header__menu-icon::before { position: absolute; top: -7px; left: 0; }
.site-header__menu-icon::after { position: absolute; top: 7px; left: 0; }

@media (max-width: 640px) {
  .site-header__menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(8,26,58,0.08);
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    padding: 12px min(6vw, 48px);
    flex-direction: column;
    gap: 12px;
    z-index: 35;
  }
  .site-header__nav--open { display: flex; }
  .site-header__nav--open .site-header__link--contact { display: inline; }
  /* Keep brand + burger on one line */
  .site-header__inner { position: relative; }
}

.home {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 8vw, 80px);
  padding-bottom: clamp(48px, 7vw, 72px);
}

.home-hero {
  background: radial-gradient(circle at 5% 5%, rgba(2, 113, 180, 0.18) 0%, transparent 55%),
              radial-gradient(circle at 100% 0%, rgba(11, 33, 73, 0.12) 0%, transparent 45%),
              linear-gradient(140deg, #f4f9ff 0%, #ffffff 45%, #f1f5ff 100%);
  border-radius: 0;
  padding: clamp(40px, 7vw, 64px) 0;
  position: relative;
  overflow: hidden;
}

.home-hero__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 6vw, 48px);
  align-items: center;
}

.home-hero__content {
  max-width: 560px;
  z-index: 1;
}


.home-hero__eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #0b489e;
  margin-bottom: 10px;
}


.home-hero__title {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 18px;
  color: #081a3a;
}


.home-hero__subtitle {
  font-size: clamp(17px, 2.1vw, 19px);
  color: #334155;
  margin-bottom: 28px;
  max-width: 460px;
}


.home-search {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.home-search__label {
  font-size: 14px;
  font-weight: 600;
  color: #0b2149;
}


.home-search__controls {
  display: flex;
  gap: 14px;
  align-items: stretch;
}


.home-search__input {
  flex: 1 1 auto;
  padding: 16px 20px;
  border: 1px solid rgba(2, 113, 180, 0.18);
  border-radius: 16px;
  font-size: 17px;
  background-color: #ffffff;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.home-search__input:focus {
  border-color: #0271b4;
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 113, 180, 0.12);
}


.home-search__button {
  padding: 16px 26px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b489e 0%, #0271b4 65%, #01a0c6 100%);
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: background-color 200ms ease;
}

.home-search__button:hover {
  background-color: #005a92;
}


.home-hero__meta {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 15px;
  color: #425466;
  flex-wrap: wrap;
}


.page {
  display: block;
  padding-bottom: clamp(48px, 7vw, 72px);
}

.page-header {
  background: linear-gradient(135deg, rgba(2, 113, 180, 0.08) 0%, rgba(2, 113, 180, 0.02) 100%);
  padding: clamp(32px, 6vw, 56px) 0;
  border-bottom: 1px solid rgba(8, 26, 58, 0.08);
}

.page-header__content {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 3vw, 24px);
}

.page-title {
  margin: 0;
  font-size: clamp(30px, 4.8vw, 42px);
  font-weight: 700;
  color: #081a3a;
}

.page-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #425466;
  max-width: 720px;
}

.page-section {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(24px, 5vw, 40px);
}

.page-section:first-of-type {
  margin-top: clamp(20px, 4vw, 32px);
}

.page-section--cards .company-card-list--grid {
  margin-top: clamp(8px, 2vw, 16px);
}

.page-section--ad {
  margin-top: clamp(18px, 4vw, 32px);
  gap: clamp(12px, 2vw, 18px);
}

.page-section--feature-ad {
  margin-top: clamp(16px, 4vw, 28px);
}


.page-section--form {
  margin-top: clamp(20px, 5vw, 32px);
}

.page-section__title {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #081a3a;
}

.page-breadcrumbs {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 clamp(16px, 3vw, 24px);
}

.page-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #5f738c;
}

.page-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-breadcrumbs__item:not(:last-child)::after {
  content: '›';
  font-size: 12px;
  color: rgba(8, 26, 58, 0.4);
}

.page-breadcrumbs__link {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.page-breadcrumbs__link:hover {
  color: #0271b4;
}

.company-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-card-list--grid {
  display: grid;
  gap: clamp(22px, 3vw, 32px);
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
}

.company-card-list--grid > li {
  display: flex;
  width: 100%;
}

.company-card-list--grid .c-en-ca-card {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 3vw, 26px);
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(8, 26, 58, 0.1);
  border-radius: 18px;
  padding: clamp(18px, 3vw, 24px);
  box-shadow: 0 16px 34px rgba(8, 33, 73, 0.08);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.company-card-list--grid .c-en-ca-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(8, 33, 73, 0.14);
}

.company-card-list--grid .c-en-ca-card__img {
  width: clamp(120px, 16vw, 150px);
  height: clamp(120px, 16vw, 150px);
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.company-card-list--grid .c-en-ca-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.company-card-list--grid .c-en-ca-card__header {
  font-size: clamp(18px, 2.2vw, 20px);
  font-weight: 700;
  color: #0b2149;
  text-decoration: none;
}

.company-card-list--grid .c-en-ca-card__line {
  font-size: 14px;
  color: #425466;
}

.company-card-list--grid .c-en-ca-card__line a {
  color: inherit;
}

.company-card-list__item--ad {
  display: flex;
  justify-content: center;
  grid-column: 1 / -1;
}

@media (max-width: 1024px) {
  .company-card-list--grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }

  .company-card-list--grid > li {
    flex-direction: column;
  }

  .company-card-list--grid .c-en-ca-card {
    flex-direction: column;
  }

  .company-card-list--grid .c-en-ca-card__img {
    width: 100%;
    height: 180px;
  }
}


.page.l-en-ca-article > .page-breadcrumbs,
.page.l-en-ca-article > .l-en-ca-article__item {
  max-width: min(1180px, 100%);
  margin-inline: auto;
  padding-inline: min(6vw, 48px);
}

.page.l-en-ca-article > .l-en-ca-article__item {
  padding-top: clamp(24px, 5vw, 36px);
}

.page.l-en-ca-article > .l-en-ca-article__item--no-top,
.page.l-en-ca-article > .l-en-ca-article__item--no-top-small {
  padding-top: clamp(16px, 4vw, 28px);
}

.page.l-en-ca-article > .l-en-ca-article__item--no-rl {
  padding-top: clamp(18px, 4vw, 24px);
  padding-left: 0;
  padding-right: 0;
}

.page.l-en-ca-article .l-en-ca-article__h1 {
  font-size: clamp(30px, 4.8vw, 40px);
  font-weight: 700;
  color: #081a3a;
}

.page.l-en-ca-article .l-en-ca-article__h2 {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #081a3a;
}


.page-form {
  background: #ffffff;
  border: 1px solid rgba(8, 26, 58, 0.08);
  border-radius: 12px;
  padding: clamp(26px, 4vw, 40px);
  box-shadow: 0 24px 48px -28px rgba(8, 26, 58, 0.36);
}

.page-form .c-en-ca-form--dark {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  gap: clamp(18px, 3vw, 26px);
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.page-form .c-en-ca-form__label {
  color: #0b2149;
}

.page-form .c-en-ca-form__input {
  background: #f1f5f9;
}

.page-form .c-en-ca-form__input:focus {
  background: #ffffff;
}

.page-form .c-en-ca-form__input--submit {
  width: fit-content;
}

.home-section {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}

.home-section--compact {
  gap: 12px;
}

.home-section--ads {
  display: grid;
  gap: clamp(20px, 4vw, 28px);
}

@media (min-width: 640px) {
  .home-section--ads {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.home-section--ads .home-ad {
  height: 100%;
}

.home-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}


.home-section__title {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  color: #081a3a;
}


.home-section__link {
  font-size: 15px;
  font-weight: 600;
  color: #0271b4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-section__link::after {
  content: '→';
  font-size: 16px;
  transition: transform 200ms ease;
}

.home-section__link:hover::after {
  transform: translateX(3px);
}

.home-ad {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-section--banner {
  margin-top: clamp(-32px, -5vw, -20px);
}

.home-section--banner-top {
  margin-top: 0;
}

.home-ad--wide {
  width: 100%;
}

.home-ad ins.adsbygoogle {
  display: block;
  width: 100%;
}

.home-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}


.home-categories__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(16px, 3vw, 22px);
  border-radius: clamp(14px, 3vw, 20px);
  border: 1px solid rgba(8, 26, 58, 0.08);
  background: linear-gradient(135deg, rgba(2, 113, 180, 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
  transition: background-color 220ms ease;
}


.home-categories__item:hover {
  background: linear-gradient(135deg, rgba(2, 113, 180, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.home-categories__name {
  font-weight: 600;
  color: #0b2149;
}


.home-categories__count {
  font-size: 14px;
  color: #4b6075;
}

.home-categories__note {
  font-size: 14px;
  color: #5f738c;
}

.home-categories--inner {
  margin-top: clamp(16px, 3vw, 24px);
}

.home-categories__ad {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}

.home-categories__ad > * {
  width: 100%;
}


.home-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 3vw, 28px);
}


.home-review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 24px);
  border-radius: clamp(16px, 3vw, 22px);
  border: 1px solid rgba(8, 26, 58, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(4px);
  min-height: 220px;
}

.home-review-card__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.home-review-card__company {
  font-weight: 600;
  color: #0b2149;
}


.home-review-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-review-card__rating .rating-star {
  margin-right: 0;
}

.home-review-card__text {
  font-size: 14px;
  color: #334155;
}

.home-review-card__footer {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #5f738c;
}


.home-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(26px, 4vw, 36px) clamp(28px, 6vw, 44px);
  border-radius: clamp(18px, 4vw, 26px);
  background: linear-gradient(130deg, #0b2149 0%, #02539b 55%, #0292c6 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.home-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22) 0%, transparent 50%);
  pointer-events: none;
}

.home-cta__content {
  max-width: 520px;
}

.home-cta__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.home-cta__text {
  font-size: 16px;
  opacity: 0.85;
}


.home-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 16px;
  background: #ffffff;
  color: #0b2149;
  font-weight: 600;
  transition: background-color 220ms ease;
}

.home-cta__button:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.home-cta--compact {
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 32px);
  border-radius: 18px;
}

.home-cta--compact .home-cta__content {
  max-width: none;
}

.home-cta--compact .home-cta__button {
  align-self: flex-start;
}

.home-cta-section {
  display: none;
}

@media (max-width: 960px) {
  .home {
    gap: 48px;
  }

  .home-wrapper,
  .page-wrapper {
    padding-left: min(8vw, 40px);
    padding-right: min(8vw, 40px);
  }

  .home-hero {
    padding: clamp(36px, 9vw, 48px) 0;
  }

  .home-search__controls {
    flex-direction: column;
  }

  .home-search__button {
    width: 100%;
  }

  .home-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .home-cta {
    padding: clamp(26px, 8vw, 32px);
  }

}

@media (max-width: 640px) {
  .home-wrapper,
  .page-wrapper {
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }

  .home {
    gap: clamp(36px, 8vw, 48px);
  }

  .home-hero__title {
    font-size: 30px;
  }

  .home-hero__meta {
    gap: 10px;
  }

  .home-cta__title {
    font-size: 24px;
  }

  .home-categories {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .home-review-card {
    padding: 18px;
  }

  .home-cta__button {
    width: 100%;
    justify-content: center;
  }

  .home-cta-section--mobile {
    display: block;
  }

  .site-header__link--contact {
    display: none;
  }

  .company-card-list .c-en-ca-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .company-card-list .c-en-ca-card__img {
    width: 100%;
    height: 160px;
  }
}

.site-footer {
  width: 100%;
  background: #0b2149;
  color: #d9e2f0;
  padding: clamp(32px, 7vw, 48px) 0;
}

.site-footer__inner {
  max-width: min(1180px, 100%);
  margin-inline: auto;
  padding-inline: min(6vw, 48px);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.site-footer__brand {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 8px;
}

.site-footer__address {
  font-size: 13px;
  color: rgba(217, 226, 240, 0.75);
  margin-top: 6px;
}

.site-footer__col h3 {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: rgba(217, 226, 240, 0.7);
}

.site-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.site-footer__col a {
  color: #f1f5ff;
}

.site-footer__col a:hover {
  color: #6ecbff;
}

.l-en-ca-main,
.l-en-ca-main__box,
.l-en-ca-main__main {
  max-width: none;
  width: 100%;
}

.site-footer__col--cities .site-footer__cities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: clamp(8px, 3vw, 16px);
}

/* Company profile redesign */
.company-preview-page {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 6vw, 48px);
  padding-bottom: clamp(48px, 7vw, 72px);
}

.company-preview-page:not(.company-preview-page--minimal) .company-preview-page__hero {
  background: #ffffff;
  border: 1px solid rgba(8, 26, 58, 0.06);
  border-radius: clamp(14px, 2.4vw, 20px);
  padding: clamp(24px, 5vw, 40px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 4vw, 32px);
  box-shadow: 0 8px 24px rgba(8, 33, 73, 0.05);
}

.company-preview-page--minimal {
  background: #ffffff;
  gap: clamp(28px, 5vw, 44px);
}

.company-preview-page--minimal .page-wrapper {
  padding-inline: min(5vw, 40px);
}

.company-preview-page--minimal .page-breadcrumbs {
  margin-bottom: clamp(8px, 2vw, 16px);
}

@media (max-width: 640px) {
  .company-preview-page--minimal .page-breadcrumbs {
    margin-bottom: clamp(12px, 4vw, 18px);
  }
}

.company-preview-page--minimal .page-breadcrumbs__list {
  font-size: 12px;
  gap: 6px;
}

.company-hero-wrapper {
  padding-top: clamp(12px, 3vw, 24px);
}

.company-hero-top {
  display: grid;
  gap: clamp(18px, 4vw, 32px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, clamp(280px, 28vw, 420px));
  align-items: flex-start;
}


.company-hero__address {
  margin: 0;
  font-size: 15px;
  color: #425466;
}

.company-hero-top__contacts {
  grid-column: 1;
  border-top: 1px solid rgba(8, 26, 58, 0.08);
  padding-top: clamp(16px, 3vw, 24px);
  margin-top: clamp(12px, 3vw, 20px);
}

.company-contact-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.company-contact-list__item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  font-size: 15px;
  color: #1f2937;
}

.company-contact-list__item dt {
  font-weight: 600;
  color: #0b2149;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.company-contact-list__item dd {
  margin: 0;
}

.company-contact-list__item a {
  color: inherit;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.company-contact-list__item a:hover {
  color: #0271b4;
}

.company-contact-list__item--hours dd {
  display: grid;
  gap: 4px;
}

.company-contact-list__note {
  font-size: 12px;
  color: rgba(8, 26, 58, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.company-contact-list__hours {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  font-size: 14px;
  color: #4b5563;
}

.company-hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 15px;
  color: #1f2937;
  font-weight: 500;
}

.company-hero-top__ad {
  grid-column: 2;
  grid-row: 1 / span 5;
  align-self: stretch;
  display: flex;
  align-items: stretch;
  justify-self: stretch;
  width: 100%;
  margin-left: calc(-1 * clamp(18px, 4vw, 32px));
  margin-right: calc(-1 * clamp(18px, 4vw, 32px));
}

.company-hero__actions {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(12px, 3vw, 20px);
}

.ad-block--hero {
  min-height: 280px;
  width: 100%;
}

.ad-block--hero > * {
  width: 100%;
  height: 100%;
}

.company-preview-page--minimal .ad-block--hero .ad-block__label {
  display: none;
}

.company-preview-page--minimal .ad-block {
  border-radius: 0;
  box-shadow: none;
}

.company-preview-page--minimal .ad-block--tall {
  justify-self: stretch;
}

.company-preview-page--minimal .company-details-card {
  border: 1px solid rgba(8, 26, 58, 0.08);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 40px -28px rgba(8, 26, 58, 0.28);
  padding: clamp(20px, 3vw, 26px);
  gap: 12px;
}

@media (max-width: 960px) {
  .company-hero-top {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 4vw, 24px);
  }

  .company-hero-top__ad,
  .company-hero__actions,
  .company-hero-top__contacts,
  .company-hero {
    grid-column: 1;
  }

  .company-hero-top__ad {
    width: 100%;
    margin-bottom: clamp(12px, 4vw, 24px);
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .ad-block--hero {
    max-width: 100%;
  }

  .company-contact-list__item {
    grid-template-columns: minmax(0, 1fr);
  }
}

.company-hero {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3vw, 18px);
  grid-column: 1;
}

.company-hero__category {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(8, 26, 58, 0.55);
}

.company-hero__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.12;
  font-weight: 700;
  color: #081a3a;
}
.company-hero__verified {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0;
  background: url('/img/verified-badge.svg') no-repeat center;
  background-size: contain;
  position: relative;
  top: -0.28em;
}

.company-hero__premium {
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -0.32em;
}

.company-hero__premium-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.company-hero__rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-weight: 600;
  color: #0b2149;
}

.company-hero__rating-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #facc15 0%, #f97316 100%);
  box-shadow: 0 14px 24px -14px rgba(249, 115, 22, 0.6);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.company-hero__rating-text {
  font-size: 15px;
}

.company-hero__rating-cta {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #0b2149;
  text-decoration: none;
}

.company-hero__rating-cta::before {
  content: '•';
  margin: 0 6px;
  color: rgba(11, 33, 73, 0.45);
  text-decoration: none;
}

.company-hero__rating-cta:hover,
.company-hero__rating-cta:focus-visible {
  color: #063266;
}

.company-hero__rating-cta-text {
  text-decoration: underline;
}

.company-hero__rating-cta:hover .company-hero__rating-cta-text,
.company-hero__rating-cta:focus-visible .company-hero__rating-cta-text {
  text-decoration: underline;
}

.company-hero__rating--empty .company-hero__rating-text {
  color: rgba(8, 26, 58, 0.7);
}

.company-hero__rating--empty .company-hero__rating-star {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5f5 100%);
  color: #64748b;
  box-shadow: none;
}

.company-hero__rating--empty .company-hero__rating-cta {
  color: #0b2149;
}

.company-mobile-banner {
  display: none;
  margin: 12px 0;
}
@media (max-width: 767px) {
  .company-mobile-banner {
    display: block;
  }
  .company-mobile-banner ins,
  .company-mobile-banner iframe {
    display: block;
    width: 100%;
  }
}

.company-hero__description {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #425466;
  max-width: 640px;
}

.company-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #566072;
  font-weight: 500;
}
.company-hero__langs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.company-hero__langs .chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  font-size: 12px;
  background: #eef2f7;
  color: #0b2149;
  border-radius: 9999px;
  font-weight: 500;
  border: 1px solid #d7dfea;
}
.company-hero__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.company-hero__socials .social-link {
  display: inline-flex;
  width: 30px; height: 30px;
  border-radius: 9999px;
  align-items: center; justify-content: center;
  box-shadow: none;
  color: #ffffff;
}
.company-hero__socials .social-link--facebook { background-color: #1877F2; }
.company-hero__socials .social-link--x { background-color: #000000; }
.company-hero__socials .social-link--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.company-hero__socials .social-link--linkedin { background-color: #0A66C2; }
.company-hero__socials .social-link:hover { filter: brightness(1.05); }

.company-hero__hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

.company-hero__hours-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f766e;
}

/* Hero layout uses single column; actions remain below content */

.company-hero__hours--closed .company-hero__hours-dot {
  background: #dc2626;
}

.company-hero__hours-message {
  color: inherit;
  font-weight: 400;
  vertical-align: text-top;
}

/* Company page — highlight link to Top-10 (Best) in snapshot */
.company-details-card--categories .best-toplink {
  color: #0271b4;
  font-weight: 700;
}
.company-details-card--categories .best-toprank {
  color: #6b7280; /* muted gray */
  font-weight: 400;
  margin-left: 6px;
}


.company-hero__meta li {
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
}

.company-edit-wrapper {
  padding-top: clamp(18px, 4vw, 32px);
}

.company-edit-hero {
  display: grid;
  gap: 14px;
  background: #ffffff;
  border: 1px solid rgba(8, 26, 58, 0.08);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 24px 42px -32px rgba(15, 23, 42, 0.35);
}

.company-edit-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 600;
  color: rgba(8, 26, 58, 0.55);
  margin: 0;
}

.company-edit-hero__title {
  margin: 0;
  font-size: clamp(32px, 5vw, 46px);
  color: #081a3a;
}

.company-edit-hero__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #425466;
  max-width: 720px;
}

.company-edit-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  color: #2f3c52;
}

.company-edit-hero__note {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.company-edit-form {
  display: grid;
  gap: clamp(24px, 4vw, 36px);
  margin-top: clamp(26px, 5vw, 40px);
}

.company-edit-card {
  background: #ffffff;
  border: 1px solid rgba(8, 26, 58, 0.08);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 32px);
  box-shadow: 0 24px 42px -32px rgba(15, 23, 42, 0.28);
  display: grid;
  gap: clamp(18px, 3vw, 24px);
}
/* Grid children should be allowed to shrink to avoid horizontal overflow on mobile */
.company-edit-card > * { min-width: 0; }
/* Prevent child content from expanding card; inner scrollers handle overflow */
.owner-page .company-edit-card > * { min-width: 0; }

/* Vertical rhythm between consecutive cards */
.company-edit-card + .company-edit-card {
  margin-top: clamp(18px, 3vw, 24px);
}

.company-edit-card__header {
  display: grid;
  gap: 6px;
}

.company-edit-card__header h2 {
  margin: 0;
  font-size: 20px;
  color: #0b2149;
}

.company-edit-card__header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

.company-edit-card__grid {
  display: grid;
  gap: clamp(18px, 3vw, 24px);
  grid-template-columns: 1fr;
}

.company-edit-card__grid--stacked {
  grid-template-columns: 1fr;
}

.company-edit-card__grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.company-edit-form .c-en-ca-form__label {
  display: grid;
  gap: 8px;
}

/* Inline label variant for checkbox/radio controls */
.company-edit-form .c-en-ca-form__label--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.company-edit-form .c-en-ca-form__label--inline input[type="checkbox"],
.company-edit-form .c-en-ca-form__label--inline input[type="radio"] {
  margin: 0;
}

.company-edit-form .c-en-ca-form__label-text {
  font-size: 14px;
  color: #0b2149;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.company-edit-card__grid textarea {
  min-height: 180px;
}

.company-edit-form__footer {
  display: grid;
  gap: 16px;
  background: #f8fafc;
  border: 1px solid rgba(8, 26, 58, 0.08);
  border-radius: 16px;
  padding: clamp(20px, 4vw, 28px);
}

.company-edit-form__disclaimer {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

.company-edit-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.company-edit-form__actions .c-en-ca-form__input--submit {
  min-width: 220px;
}

.company-edit-form__notice {
  margin: clamp(18px, 3vw, 24px) 0;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid rgba(8, 26, 58, 0.12);
  background: #ffffff;
  box-shadow: 0 16px 32px -28px rgba(15, 23, 42, 0.25);
  font-size: 14px;
  line-height: 1.6;
}

.company-edit-form__notice--success {
  border-color: rgba(22, 163, 74, 0.25);
  background: rgba(220, 252, 231, 0.7);
  color: #166534;
}

.company-edit-form__notice--error {
  border-color: rgba(239, 68, 68, 0.3);
  background: rgba(254, 226, 226, 0.7);
  color: #b91c1c;
}

@media (min-width: 768px) {
  .company-edit-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-edit-card__grid.company-edit-card__grid--compact {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .company-edit-card__grid .c-en-ca-form__label--stretch {
    grid-column: 1 / -1;
  }
}

.company-search-form {
  display: grid;
  gap: 12px;
  margin-top: clamp(18px, 4vw, 28px);
}

.company-search-form__label {
  font-size: 14px;
  font-weight: 600;
  color: #0b2149;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.company-search-form__controls {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.company-search-form__controls input[type="search"] {
  font-size: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 26, 58, 0.16);
  border-radius: 10px;
  background: #ffffff;
}

.company-search-form__controls button {
  padding: 14px 22px;
  border: none;
  border-radius: 10px;
  background: #0b2149;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: background 160ms ease;
}

.company-search-form__controls button:hover {
  background: #132c58;
}

@media (max-width: 640px) {
  .company-search-form__controls {
    grid-template-columns: 1fr;
  }
}

.company-search-wrapper {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.company-search-banner {
  display: grid;
  gap: 6px;
  padding: clamp(14px, 3vw, 20px);
  border-radius: 14px;
  border: 1px solid rgba(8, 26, 58, 0.1);
  background: #f8fafc;
  color: #102742;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 18px 36px -32px rgba(15, 23, 42, 0.3);
}

.company-search-banner strong {
  font-size: 15px;
  font-weight: 700;
  color: #0b2149;
}

.company-search-banner span {
  display: block;
}

.company-search-banner--error {
  border-color: rgba(220, 38, 38, 0.25);
  background: rgba(254, 226, 226, 0.75);
  color: #7f1d1d;
  box-shadow: none;
}

.company-search-banner--error strong {
  color: #7f1d1d;
}

.company-search-banner--empty {
  border-color: rgba(8, 26, 58, 0.16);
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(241, 245, 249, 0.95));
}

.company-search-summary {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

.company-search-summary--inline {
  margin-top: 16px;
  margin-bottom: 6px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #475569;
  font-weight: 400;
}

.company-search-results {
  display: grid;
  gap: clamp(14px, 3vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-search-result {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(8, 26, 58, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 40px -32px rgba(15, 23, 42, 0.25);
}

@media (min-width: 768px) {
  .company-search-result {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

.company-search-result__body {
  display: grid;
  gap: 6px;
}

.company-search-result__title {
  font-size: 20px;
  color: #0b2149;
  text-decoration: none;
}

.company-search-result__title:hover {
  text-decoration: underline;
}

.company-search-result__meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.company-search-result__line {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

.company-search-result__line span {
  font-weight: 600;
}

.company-search-result__rating {
  display: grid;
  gap: 6px;
  justify-items: flex-end;
}

@media (max-width: 767px) {
  .company-search-result__rating {
    justify-items: flex-start;
  }
}

.company-search-result__stars {
  display: inline-flex;
}

.company-search-result__score {
  margin: 0;
  font-size: 13px;
  color: #475569;
}
.company-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(12px, 3vw, 20px);
}

.company-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.company-button--primary {
  background: #0b2149;
  color: #ffffff;
}

.company-button--primary:hover {
  background: #0e2d60;
}

.company-button--secondary {
  background: transparent;
  color: #0b2149;
  border: 1px solid rgba(8, 26, 58, 0.2);
}

.company-button--secondary:hover {
  background: rgba(8, 26, 58, 0.05);
}


.company-profile-card {
  background: #f9fbff;
  border: 1px solid rgba(8, 26, 58, 0.06);
  border-radius: clamp(12px, 2vw, 18px);
  padding: clamp(20px, 3vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.company-profile-card__section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.company-profile-card__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(8, 26, 58, 0.52);
  font-weight: 600;
}

.company-profile-card__value {
  font-size: 16px;
  color: #0b2149;
  font-weight: 600;
}

.company-profile-card__value a {
  color: #0271b4;
}

.company-profile-card__hours {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #425466;
  font-weight: 500;
  display: grid;
  gap: 4px;
}

.company-preview-page__section {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 24px);
}

@media (min-width: 768px) {
  .company-preview-page__section {
    display: grid;
  }
}

.company-preview-page__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.company-preview-page__section-header--tight {
  align-items: baseline;
}

.company-related-header {
  align-items: flex-start;
}

.company-related-header__titles {
  display: grid;
  gap: 8px;
}

.company-related-filter {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.company-related-filter__label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(8, 26, 58, 0.6);
}

.company-related-filter__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(8, 26, 58, 0.18);
  background: rgba(248, 250, 252, 0.95);
  font-size: 13px;
  font-weight: 600;
  color: #0b2149;
}

@media (max-width: 640px) {
  .company-related-header {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .company-related-filter {
    justify-content: flex-start;
  }
}


.company-preview-page__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  color: #081a3a;
}

.company-section-subtitle {
  font-size: 15px;
  color: #425466;
  font-weight: 500;
}

.company-section-link {
  font-weight: 600;
  color: #0b2149;
}

.company-ad-row {
  display: flex;
  justify-content: center;
}
.company-ad-row--tight { margin-bottom: 0; }

.ad-block {
  position: relative;
  display: block;
  width: 100%;
  min-height: 180px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ad-block__label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(8, 26, 58, 0.5);
  font-weight: 600;
}



.ad-block--wide {
  min-height: 180px;
  width: 100%;
}

.ad-block--hero {
  min-height: 280px;
}

.ad-block--tall {
  width: 100%;
  min-height: 280px;
  height: auto;
}

.ad-block > * {
  position: relative;
  z-index: 1;
  width: 100%;
}

.ad-block ins.adsbygoogle {
  display: block;
  width: 100%;
}

/* (removed house-ad fallback styles) */


.company-details-grid {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

@media (min-width: 1024px) {
  .company-details-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.company-details-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(8, 26, 58, 0.08);
  padding: clamp(18px, 3vw, 26px);
  display: grid;
  gap: 16px;
  align-content: flex-start;
  box-shadow: 0 20px 40px -28px rgba(8, 26, 58, 0.28);
}

.company-details-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0b2149;
}

.company-details-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #425466;
}

.company-details-list,
.company-details-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 14px;
  color: #425466;
}

.company-details-card ul a,
.company-details-list a {
  color: #0271b4;
  font-weight: 600;
}

.company-details-card--hours .company-hours-list {
  gap: 8px;
  font-size: 14px;
  color: #1f2937;
}

.company-hero__book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #0b2149;
  background: rgba(2, 113, 180, 0.12);
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.company-hero__book:hover,
.company-hero__book:focus-visible {
  background: rgba(2, 113, 180, 0.22);
  color: #014b7a;
  box-shadow: 0 8px 18px -12px rgba(2, 113, 180, 0.55);
}

.company-restaurant-overview {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(8, 26, 58, 0.08);
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 20px 40px -28px rgba(8, 26, 58, 0.28);
  display: grid;
  gap: clamp(14px, 3vw, 22px);
  margin-bottom: clamp(18px, 3vw, 28px);
}

.company-restaurant-overview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.company-restaurant-overview__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0b2149;
}

.company-restaurant-overview__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #0271b4, #0284c7);
  box-shadow: 0 12px 20px -16px rgba(2, 113, 180, 0.55);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.company-restaurant-overview__menu:hover,
.company-restaurant-overview__menu:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 28px -16px rgba(2, 113, 180, 0.55);
}

.company-restaurant-overview__grid {
  display: grid;
  gap: clamp(12px, 2.6vw, 18px);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.company-restaurant-overview__item { gap: 6px; }

.company-restaurant-overview__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b2149;
}

.company-restaurant-overview__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #425466;
}
/* Normalize padding for alignment across all days */
/* Hours list (reverted: no extra padding/background on items) */

.company-hours-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(5, 150, 105, 0.1);
  color: #047857;
}

.company-hours-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  display: inline-flex;
}

.company-hours-status--closed {
  background: rgba(220, 38, 38, 0.1);
  color: #b91c1c;
}

.company-map-layout {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.company-map {
  width: 100%;
  height: clamp(260px, 45vw, 380px);
  min-height: clamp(260px, 45vw, 380px);
  border-radius: 0;
  border: 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 640px) {
  .company-preview-page__section--map .company-map-layout {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.company-preview-page__section--map .company-map-layout {
  align-items: stretch;
}

.company-preview-page--minimal .company-map {
  height: 280px;
  min-height: 280px;
}

.company-preview-page--minimal .company-map-layout {
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: clamp(18px, 4vw, 28px);
  align-items: flex-start;
}

.company-map--empty {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  color: rgba(8, 26, 58, 0.6);
  background: rgba(8, 26, 58, 0.05);
}

.company-map__placeholder {
  margin: 0;
  font-weight: 600;
}

.company-map__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 8px;
}
.company-map__backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(6px) saturate(1.05);
  transform: scale(1.03);
}
.company-map__content {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 0;
  background: transparent;
}
.company-map__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border: 0;
  background: #ffffff;
  color: #0b2149;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  border-radius: 9999px;
  box-shadow: 0 10px 24px rgba(8, 26, 58, 0.18);
}
.company-map__btn:hover {
  filter: saturate(1.05);
  transform: translateY(-1px);
}
.company-map__btn:focus-visible {
  outline: 3px solid rgba(2, 113, 180, 0.3);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .company-map__btn {
    padding: 16px 28px;
    font-size: 20px;
  }
}
.company-map__hint {
  margin: 0;
  font-size: 12px;
  color: #667085;
}

.company-review-form__intro {
  display: grid;
  gap: 10px;
}

.company-review-form__intro h3 {
  margin: 0;
  font-size: clamp(22px, 3vw, 28px);
  color: #081a3a;
}

.company-review-form__intro p {
  margin: 0;
  font-size: 16px;
  color: #425466;
  max-width: 600px;
}

.company-review-form__rating {
  grid-column: 1 / -1;
  gap: clamp(16px, 3vw, 22px);
}

.company-review-form__stars-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.company-review-form__hint {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  max-width: 600px;
}

.company-reviews {
  display: grid;
  gap: clamp(18px, 3vw, 26px);
  /* Default to a single column on small screens */
  grid-template-columns: 1fr;
}

/* Cap reviews layout to maximum two cards per row on wider screens */
@media (min-width: 640px) {
  .company-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.company-review-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(8, 26, 58, 0.08);
  padding: clamp(16px, 2.6vw, 22px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* If there is only one review, make it span full width */
.company-reviews > .company-review-card:only-child {
  grid-column: 1 / -1;
}

.company-review-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.company-review-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}

.company-review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  overflow: hidden;
  background: #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.review-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.review-avatar__initials {
  font-weight: 800;
  color: #0b2149;
  font-size: 14px;
}

.company-review-card__owner-reply{margin:8px 0 0;padding:12px 14px;border:1px solid rgba(8,26,58,0.08);background:#f9fafb;border-radius:10px}
/* Meta line: subtle, small, with light-green check icon */
.company-review-card__owner-reply .owner-reply__meta{display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:1;color:#64748b;font-weight:400;margin:0 0 6px}
.company-review-card__owner-reply .owner-reply__meta .icon{width:12px;height:12px;display:inline-block;color:#86efac}
.company-review-card__owner-reply .owner-reply__body{color:#0b2149;line-height:1.5;margin:0}
/* Company photos preview grid */
.company-photos-block{margin:18px 0 26px}
.company-photos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
@media (max-width:720px){.company-photos-grid{grid-template-columns:repeat(2,1fr);gap:8px}}
.company-hero-top .company-photos-grid{grid-template-columns:repeat(4,1fr);gap:8px}
.company-photos-block--hero{width:100%;margin-bottom:0}
/* Force 4-in-a-row in hero even on mobile */
@media (max-width:720px){.company-hero-top .company-photos-grid{grid-template-columns:repeat(4,1fr);gap:6px}}
.company-hero-top__media{margin-left:0;margin-right:0;width:100%;grid-row:auto;align-self:end}
.company-photos-block--hero{width:100%}
.company-photos-block--hero{margin-top:6px}
.company-photos-block--hero .company-photo{border-radius:0;box-shadow:none}
.company-photos-block--hero .company-photo--upload{border:2px dashed #2563eb;color:#2563eb;background:#f0f6ff}
.company-photos-block--hero .company-photo--upload:hover{background:#2563eb;color:#fff;border-color:#2563eb}
.company-photos-block--hero .company-photo__plus{font-size:36px}
.company-photo{position:relative;width:100%;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#eef2f7;display:block;box-shadow:0 1px 2px rgba(8,26,58,0.06)}
.company-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.company-photo:hover img{transform:scale(1.02)}
.company-photo:focus{outline:2px solid #2563eb; outline-offset:2px}
.company-photo--placeholder{background:#e5e7eb;box-shadow:inset 0 0 0 1px rgba(8,26,58,0.08)}
.company-photo--upload{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);color:#0b2149;border:1px dashed rgba(8,26,58,0.25)}
.company-photo--upload:hover{background:linear-gradient(135deg,#e8eef7 0%,#dde3ee 100%)}
.company-photo__plus{font-size:28px;line-height:1}
/* Visually hidden utility (if missing) */
.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 1px 1px);clip-path:inset(50%);border:0}
/* Lightbox */
.lb-overlay{position:fixed;inset:0;background:rgba(10,19,31,0.85);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:9999}
.lb-open{opacity:1;pointer-events:auto}
.lb-frame{max-width:96vw;max-height:86vh;display:flex;align-items:center;justify-content:center}
.lb-image{max-width:96vw;max-height:86vh;border-radius:8px;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.lb-close,.lb-prev,.lb-next{position:fixed;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.9);border:none;border-radius:999px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;color:#0b2149}
.lb-close{top:16px;right:16px;transform:none}
.lb-prev{left:18px}
.lb-next{right:18px}
.lb-count{position:fixed;bottom:16px;left:50%;transform:translateX(-50%);color:#fff;font-weight:600}

.company-review-form {
  display: grid;
  gap: clamp(18px, 3vw, 24px);
  padding: clamp(24px, 4vw, 32px);
  border-radius: 10px;
  border: 1px solid rgba(8, 26, 58, 0.12);
  background: #ffffff;
  box-shadow: 0 20px 40px -28px rgba(8, 26, 58, 0.28);
}

.company-review-form__alert {
  grid-column: 1 / -1;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(220, 38, 38, 0.2);
  background: rgba(248, 113, 113, 0.12);
  color: #7f1d1d;
  font-weight: 600;
  font-size: 14px;
}

.company-review-form .c-en-ca-form__submit,
.company-review-form .c-en-ca-form__input--submit {
  max-width: none;
}

@media (min-width: 1024px) {
  .company-preview-page:not(.company-preview-page--minimal) .company-map-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: stretch;
  }

  .company-preview-page:not(.company-preview-page--minimal) .ad-block--tall {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .company-preview-page--minimal .company-map-layout {
    grid-template-columns: 1fr;
  }

  .company-preview-page--minimal .ad-block--tall {
    width: 100%;
  }

  .company-preview-page--minimal .company-map {
    height: clamp(260px, 60vw, 360px);
    min-height: clamp(260px, 60vw, 360px);
  }
}

@media (max-width: 960px) {
  .company-preview-page__section--map .ad-block--tall {
    width: 100%;
    max-width: 100%;
    min-height: 180px;
    height: auto;
    margin: 0;
  }

  .company-preview-page__section--map .ad-block--tall > * {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .company-preview-page__section--map .ad-block--tall {
    margin-top: clamp(14px, 5vw, 22px);
  }
}

@media (max-width: 768px) {
  .company-preview-page__hero {
    padding: clamp(20px, 7vw, 28px);
  }

  .company-hero__title {
    font-size: 30px;
  }

  .company-hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .company-button {
    width: 100%;
    justify-content: center;
  }
}

/* Company page: avoid reserving empty space for ad blocks */
.company-preview-page .ad-block,
.company-preview-page .ad-block--wide,
.company-preview-page .ad-block--tall { min-height: 0 !important; }
.company-preview-page .ad-block--tall { height: auto !important; }
.company-preview-page .ad-block ins.adsbygoogle { height: auto !important; }

/* Locality/Category listings: avoid reserved gaps for ads */
.page--locality .ad-block,
.page--catalog .ad-block { min-height: 0 !important; }
.page--locality .ad-block--hero,
.page--catalog .ad-block--hero,
.page--locality .ad-block--wide,
.page--catalog .ad-block--wide { min-height: 0 !important; height: auto !important; }
.page--locality .ad-block ins.adsbygoogle,
.page--catalog .ad-block ins.adsbygoogle { height: auto !important; }

.page-404 {
  background: #f1f5f9;
}

.page-404 .l-en-ca-main {
  min-height: 100vh;
}

.not-found-page {
  display: grid;
  gap: clamp(24px, 5vw, 40px);
  padding-bottom: clamp(48px, 6vw, 72px);
}

.not-found-page__hero {
  box-shadow: none;
  background: #f8fafc;
  border-radius: 18px;
  border: 1px solid rgba(8, 26, 58, 0.08);
}

.not-found-page__lead {
  color: #394867;
}

.not-found-page__hint {
  margin: 12px 0 0;
  font-size: 14px;
  color: #475569;
}

.not-found-page__hint a {
  color: #0b2149;
  font-weight: 600;
  text-decoration: none;
}

.not-found-page__hint a:hover,
.not-found-page__hint a:focus-visible {
  text-decoration: underline;
}

.not-found-page__body {
  display: grid;
  gap: clamp(20px, 4vw, 32px);
}

.not-found-page__card {
  display: grid;
  gap: 18px;
}

.not-found-page__links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.not-found-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.not-found-page__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(8, 26, 58, 0.08);
  background: #ffffff;
  color: #0b2149;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.not-found-page__link:hover,
.not-found-page__link:focus-visible {
  border-color: rgba(8, 26, 58, 0.28);
  box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.5);
  color: #0b2149;
}

@media (max-width: 640px) {
  .not-found-page__links {
    grid-template-columns: 1fr;
  }

  .not-found-page__link {
    width: 100%;
  }
}


.privacy-wrapper {
  display: grid;
  gap: clamp(24px, 5vw, 40px);
  margin-top: clamp(20px, 4vw, 32px);
}

.privacy-hero {
  background: #f8fafc;
  border: 1px solid rgba(8, 26, 58, 0.08);
  box-shadow: none;
}

.privacy-page .company-edit-card {
  gap: clamp(16px, 3vw, 24px);
}

.privacy-point {
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(8, 26, 58, 0.08);
  border-radius: 12px;
  padding: clamp(14px, 3vw, 18px);
  display: grid;
  gap: 10px;
}

.privacy-point h3 {
  margin: 0;
  font-size: 18px;
  color: #0b2149;
}

.privacy-point p {
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.privacy-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: #384457;
  line-height: 1.6;
}

.privacy-note {
  margin: 0;
  font-size: 14px;
  color: #55637a;
}

@media (max-width: 640px) {
  .privacy-point {
    padding: 16px;
  }

  .privacy-list {
    padding-left: 18px;
  }
}


.terms-wrapper {
  display: grid;
  gap: clamp(24px, 5vw, 36px);
  margin-top: clamp(20px, 4vw, 32px);
}

.terms-hero {
  background: #fdfefe;
  border: 1px solid rgba(8, 26, 58, 0.08);
  box-shadow: none;
}

.terms-page .company-edit-card {
  gap: clamp(14px, 3vw, 22px);
}


.article-company-snippet {
  display: grid;
  grid-template-columns: minmax(120px, 150px) minmax(0, 1fr) auto;
  gap: clamp(14px, 3vw, 20px);
  align-items: center;
  padding: clamp(16px, 3vw, 22px);
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
}

.article-company-snippet__media {
  position: relative;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.article-company-snippet__media::after {
  display: none;
}

.article-company-snippet__badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0b2149;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
}

.article-company-snippet__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #0b2149;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
}

.article-company-snippet__title {
  font-size: clamp(20px, 3.8vw, 24px);
  line-height: 1.2;
  margin: 0;
  color: #0b2149;
  text-decoration: none !important;
}

.article-company-snippet__title:visited {
  color: #0b2149;
}

.article-company-snippet__title:hover,
.article-company-snippet__title:focus {
  color: #081a3a;
  text-decoration: none;
}

.article-company-snippet__meta {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
}

.article-company-snippet__meta a {
  color: #0b2149;
  font-weight: 400;
  text-decoration: none;
}

.article-company-snippet__meta a:hover,
.article-company-snippet__meta a:focus {
  color: #081a3a;
  text-decoration: none;
}

.article-company-snippet__address {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

.article-company-snippet__rating {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #0b2149;
}

.article-company-snippet__rating .rating-star {
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 6px;
}

.article-company-snippet__rating .rating-star::before {
  font-size: 12px;
}

.article-company-snippet__call {
  margin-top: 2px;
  padding: 10px 18px;
  white-space: nowrap;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
}

.article-company-snippet__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 720px) {
  .article-company-snippet {
    grid-template-columns: 1fr;
    padding: clamp(16px, 5vw, 22px);
    gap: 14px;
  }

  .article-company-snippet__media {
    display: none;
  }

  .article-company-snippet__call {
    width: 100%;
    text-align: center;
    align-self: stretch;
  }

  .article-company-snippet__actions {
    justify-content: center;
    width: 100%;
  }
}

.articles {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 40px) clamp(16px, 4vw, 32px) 60px;
}

.articles-hero {
  text-align: center;
  margin-bottom: clamp(32px, 6vw, 48px);
}

.articles-hero__eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 12px;
}

.articles-hero__title {
  font-size: clamp(30px, 5vw, 46px);
  margin-bottom: 16px;
  color: #0f172a;
}

.articles-hero__subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.articles-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(15, 23, 42, 0.08);
  min-height: 100%;
}

.articles-card__media {
  display: block;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
}

.articles-card__body {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 26px;
}

.articles-card__meta {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 12px;
}

.articles-card__title {
  font-size: 24px;
  margin: 0 0 12px;
  color: #0f172a;
}

.articles-card__title a {
  color: inherit;
}

.articles-card__excerpt {
  flex-grow: 1;
  color: #475569;
  margin-bottom: 18px;
}

.articles-card__link {
  align-self: flex-start;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
  font-weight: 600;
}

.articles-card__link:hover {
  background: rgba(37, 99, 235, 0.2);
  color: #1d4ed8;
}

.articles-empty {
  text-align: center;
  color: #64748b;
  font-size: 18px;
  padding: 40px 0;
}

.articles-pagination {
  margin-top: 40px;
}

.articles-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
}

.articles-pagination__item a {
  color: #2563eb;
  font-weight: 600;
}

.articles-pagination__item--disabled span {
  color: #94a3b8;
}

.articles-pagination__status {
  color: #475569;
}

.article-page {
  display: grid;
  gap: clamp(24px, 5vw, 40px);
}

.article-page__wrapper {
  display: grid;
  gap: clamp(20px, 4vw, 32px);
}

.article-page__ad {
  margin-top: clamp(12px, 3vw, 20px);
}

.article-page__ad ins.adsbygoogle {
  display: block;
  width: 100%;
  min-height: clamp(200px, 38vw, 320px);
}

.article-page__ad { /* ad container keeps flow without clipping */ }
.article-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(20px, 4vw, 28px);
  min-height: clamp(320px, 50vw, 540px);
  padding: clamp(34px, 6vw, 60px);
  background: #081a3a;
  border-radius: clamp(20px, 4vw, 30px);
  overflow: hidden;
  color: #f8fafc;
  box-shadow: 0 32px 64px -38px rgba(2, 20, 60, 0.55);
}

.article-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(108%);
}

.article-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(4, 18, 46, 0.2) 0%, rgba(4, 18, 46, 0.78) 65%, rgba(4, 18, 46, 0.92) 100%);
  backdrop-filter: saturate(140%) brightness(0.85);
}

.article-hero--placeholder .article-hero__overlay {
  background: linear-gradient(180deg, rgba(2, 113, 180, 0.55) 0%, rgba(0, 162, 209, 0.72) 45%, rgba(4, 18, 46, 0.82) 100%);
}

.article-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(14px, 3vw, 22px);
  max-width: 760px;
}

.article-hero__eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.article-hero__title {
  margin: 0;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.08;
  color: #ffffff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.article-hero__lead {
  margin: 0;
  font-size: clamp(18px, 3.4vw, 22px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.article-hero__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.article-hero__meta-item {
  display: grid;
  gap: 4px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(8, 20, 48, 0.45);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 140px;
}

.article-hero__meta-item dt {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 247, 255, 0.68);
}

.article-hero__meta-item dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 720px) {
  .article-hero {
    padding: clamp(26px, 8vw, 40px);
    min-height: clamp(360px, 65vw, 480px);
  }
}

/* Self-hosted Source Sans Pro (latin) */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/source-sans-pro-300.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-300.woff2') format('woff2');
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/source-sans-pro-400.woff2') format('woff2'),
       url('/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2');
  unicode-range: U+000-5FF;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/source-sans-pro-700.woff2') format('woff2');
  unicode-range: U+000-5FF;
}

.article-page__card {
  margin-top: clamp(12px, 3vw, 20px);
}

.article-page__content {
  display: grid;
  gap: clamp(16px, 2.8vw, 26px);
  color: #0f172a;
  font-size: 16px;
  line-height: 1.75;
}

.article-page__content > * {
  margin: 0;
}

.article-page__content h2,
.article-page__content h3 {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial,
    'Noto Sans CJK SC', 'Noto Sans CJK JP', 'Noto Sans',
    'PingFang SC', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro',
    'Microsoft YaHei', Meiryo, 'Malgun Gothic',
    sans-serif;
  font-weight: 700;
  color: #0b2149;
}

.article-page__content h2 {
  font-size: clamp(28px, 4.2vw, 34px);
  margin: clamp(12px, 2.4vw, 20px) 0 clamp(8px, 1.6vw, 12px);
}

.article-page__content h3 {
  font-size: clamp(20px, 3.2vw, 24px);
  margin: clamp(10px, 1.8vw, 16px) 0 clamp(6px, 1.4vw, 10px);
}

/* Articles: refined lists */
.article-page__content ul,
.article-page__content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #1f2937;
}

.article-page__content li {
  margin: 0;
  position: relative;
  line-height: 1.65;
}

/* Bulleted list: subtle gradient dots */
.article-page__content ul li {
  padding-left: 22px;
}
.article-page__content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0271b4 0%, #46b6de 100%);
  box-shadow: 0 1px 3px rgba(2, 113, 180, 0.28);
  transform: translateY(-50%);
}

/* Numbered list: compact counters */
.article-page__content ol {
  counter-reset: article-ordered;
}
.article-page__content ol li {
  counter-increment: article-ordered;
  padding-left: 30px;
}
.article-page__content ol li::before {
  content: counter(article-ordered);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #0b2149 0%, #2a6fb5 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px -6px rgba(8, 26, 58, 0.4);
}

.article-page__content ul li {
  padding-left: 1.6em;
}

.article-page__content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(14, 165, 233, 0.85) 55%, rgba(2, 113, 180, 0.95) 100%);
  box-shadow: 0 6px 12px -6px rgba(2, 113, 180, 0.6);
  transform: translateY(-50%);
}

.article-page__content ul ul li::before,
.article-page__content ol ul li::before {
  width: 8px;
  height: 8px;
  top: 0.9em;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(14, 165, 233, 0.65) 65%, rgba(2, 113, 180, 0.75) 100%);
}

.article-page__content ol li {
  padding-left: 2.2em;
}

.article-page__content ol li::before {
  content: counter(article-ordered, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: 700;
  color: #014b7a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(2, 113, 180, 0.25);
  box-shadow: 0 10px 20px -14px rgba(2, 113, 180, 0.55);
}

.article-page__content ol li::marker {
  content: '';
}

.article-page__content ul ul,
.article-page__content ol ul,
.article-page__content ul ol,
.article-page__content ol ol {
  margin-top: 10px;
}

.article-page__content a {
  color: #0271b4;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(2, 113, 180, 0.32);
  transition: color 160ms ease, border-color 160ms ease;
}

.article-page__content a:hover,
.article-page__content a:focus {
  color: #014b7a;
  border-color: rgba(1, 75, 122, 0.6);
}

.article-page__content blockquote {
  margin: 0;
  padding: clamp(16px, 3vw, 22px) clamp(20px, 3.5vw, 28px);
  border-left: 4px solid rgba(2, 113, 180, 0.4);
  background: rgba(2, 113, 180, 0.06);
  border-radius: 14px;
  color: #0f172a;
  font-style: italic;
}

.article-page__content blockquote p {
  margin: 0;
}

.article-callout {
  padding: clamp(16px, 3.2vw, 24px);
  border-radius: 16px;
  border: 1px solid rgba(2, 113, 180, 0.16);
  background: linear-gradient(135deg, rgba(2, 113, 180, 0.08), rgba(1, 160, 198, 0.08));
  display: grid;
  gap: 10px;
}

.article-callout p {
  margin: 0;
  color: #0b2149;
}

.article-page__content hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, rgba(8, 26, 58, 0), rgba(8, 26, 58, 0.2), rgba(8, 26, 58, 0));
  margin: clamp(24px, 5vw, 40px) 0;
}

.article-page__content figure {
  margin: 0;
}

.article-page__content strong {
  color: #0b2149;
}

.article-page__related {
  margin-top: clamp(18px, 4vw, 32px);
}

.article-page__related-list {
  margin-top: clamp(10px, 3vw, 18px);
}

@media (max-width: 720px) {
  .article-hero__content {
    order: 1;
  }

  .article-hero__media {
    order: 2;
  }
}

.article-related {
  margin-top: clamp(40px, 6vw, 60px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.article-related__title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #0f172a;
}

.article-related__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.article-related-card {
  background: #f8fafc;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
}

.article-related-card__media {
  display: block;
  padding-top: 52%;
  background-size: cover;
  background-position: center;
}

.article-related-card__body {
  padding: 18px 20px 22px;
}

.article-related-card__date {
  display: block;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 8px;
}

.article-related-card__title {
  font-size: 18px;
  margin: 0;
}

.article-related-card__title a {
  color: #0f172a;
}

.article-related__cta {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
  font-weight: 600;
}

.article-related__cta:hover {
  background: rgba(37, 99, 235, 0.2);
  color: #1d4ed8;
}

/* Article ToC */
.article-toc {
  display: grid;
  gap: 12px;
}
.article-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.article-toc__item a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #0b2149;
}
.article-toc__item a:hover { color: #014b7a; }
.article-toc__item--lvl2 a::before {
  content: '';
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, #0271b4 0%, #01a0c6 100%);
  box-shadow: 0 2px 6px rgba(2, 113, 180, 0.35);
}
.article-toc__item--lvl3 { padding-left: 18px; }
.article-toc__item--lvl3 a::before {
  content: '—'; color: #64748b; width: auto; height: auto; box-shadow: none; background: none;
}

@media (max-width: 640px) {
  .articles-card__body {
    padding: 18px 18px 24px;
  }
}

.home-articles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* Tablets: force two cards per row for balance */
@media (min-width: 640px) and (max-width: 1024px) {
  .home-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-article-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 40px -36px rgba(15, 23, 42, 0.6);
  min-height: 100%;
}

.home-article-card__image {
  display: block;
  padding-top: 56%;
  background-size: cover;
  background-position: center;
}

.home-article-card__body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-article-card__date {
  font-size: 14px;
  color: #64748b;
}

.home-article-card__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.home-article-card__title a {
  color: #0f172a;
}

.home-article-card__excerpt {
  color: #475569;
  margin: 0;
  font-size: 14px;
}

/* Article share */
.article-share {
  display: grid;
  gap: 14px;
}
.article-share__header h2,
.article-share__title {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  color: #0b2149;
}
.article-share__list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.article-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #0b2149;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
  box-shadow: 0 10px 18px -12px rgba(8, 26, 58, 0.35);
}
.article-share__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px -14px rgba(8, 26, 58, 0.45);
  background: linear-gradient(135deg, rgba(2, 113, 180, 0.12), rgba(1, 160, 198, 0.1));
  color: #014b7a;
}
.article-share__btn--fb { color: #1778f2; }
.article-share__btn--tw { color: #111827; }
.article-share__btn--ln { color: #0a66c2; }
.article-share__btn--rd { color: #ff4500; }
.article-share__btn--em { color: #0b2149; }

/* Article: list + spacing overrides (final) */
.article-page .article-page__content {
  gap: clamp(16px, 3vw, 24px);
  line-height: 1.7;
}
.article-page .article-page__content h2 {
  margin: clamp(14px, 2.6vw, 22px) 0 clamp(8px, 1.8vw, 10px);
}
.article-page .article-page__content h3 {
  margin: clamp(10px, 2vw, 16px) 0 clamp(6px, 1.4vw, 8px);
}

/* Minimal bullets */
.article-page .article-page__content ul,
.article-page .article-page__content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; /* ensure native markers render reliably */
}
.article-page .article-page__content li { display: list-item; }
.article-page .article-page__content li + li { margin-top: 6px; }
.article-page .article-page__content li {
  position: relative;
}
.article-page .article-page__content ul li { padding-left: 16px; }
.article-page .article-page__content ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #64748b;
  font-weight: 700;
}

/* Compact plain numbers */
.article-page .article-page__content ol { counter-reset: art-ordered; }
.article-page .article-page__content ol li {
  counter-increment: art-ordered;
  padding-left: 28px;
}
.article-page .article-page__content ol li::before {
  content: counter(art-ordered) '.';
  position: absolute;
  left: 0;
  top: 0;
  color: #0b2149;
  font-weight: 700;
}

/* Prefer native markers: simple, light, modern */
.article-page .article-page__content ul li::before,
.article-page .article-page__content ol li::before { content: none !important; }
.article-page .article-page__content ul {
  list-style: disc !important;
  list-style-position: inside;
  padding-left: 0.75rem;
  margin-left: 0.25rem;
}
.article-page .article-page__content ol {
  list-style: decimal !important;
  list-style-position: inside;
  padding-left: 0.9rem;
  margin-left: 0.25rem;
}
.article-page .article-page__content li::marker {
  color: #0271b4; /* brand blue */
  font-weight: 600;
}
.article-page .article-page__content ol li::marker {
  color: #0271b4; /* same blue for numbers */
  font-weight: 700;
}

/* Home top banner spacing tweaks */
.home-section--banner-top {
  margin-top: clamp(-28px, -4vw, -16px);
  margin-bottom: clamp(-24px, -4vw, -16px);
}

/* Article page: mobile overflow fixes (scoped) */
/*
   Constrains media and long content within the viewport on article pages
   to prevent horizontal scrolling/shifting on small screens.
   Scoped to .article-page to avoid affecting company cards and other pages.
*/

/* Prevent outer containers from creating horizontal scroll on mobile */
/* Allow natural overflow behavior; we'll constrain inner blocks instead */
@media (max-width: 768px) {
  .article-page,
  .article-page .page-wrapper {
    overflow-x: visible;
  }
}

/* Ensure article cards and hero respect container width */
.article-page .company-edit-card,
.article-page .company-edit-hero {
  box-sizing: border-box;
  max-width: 100%;
}
.article-page .company-edit-card,
.article-page .company-edit-hero {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.article-page .company-edit-card > * { min-width: 0; }

/* Reinforce inner paddings on article wrappers */
@media (max-width: 1024px) {
  .article-page .page-wrapper {
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}

/* Constrain media within content */
.article-page__content img,
.article-page__content video,
.article-page__content svg,
.article-page__content iframe {
  max-width: 100%;
  height: auto;
}

/* Make wide tables scroll inside, not the page */
.article-page__content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Article tables: emphasize headers and spacing */
.article-page__content table th {
  font-weight: 700;
  background: #f8fafc;
}
.article-page__content table th,
.article-page__content table td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e7eb;
}

/* Article callout block for business owner tips */
.article-callout {
  background: #f1f5f9; /* subtle, not too bright */
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: clamp(14px, 2.6vw, 18px);
}
.article-callout h2,
.article-callout h3 {
  margin-top: 0;
}
.article-callout p + p { margin-top: 8px; }
.article-callout ul,
.article-callout ol { margin-top: 8px; }

/* Preserve code formatting but keep it within the viewport */
.article-page__content pre {
  max-width: 100%;
  overflow-x: auto;
}

/* Break long words/URLs to avoid overflow */
.article-page__content p,
.article-page__content li,
.article-page__content h2,
.article-page__content h3 {
  overflow-wrap: anywhere;
  word-break: break-word; /* fallback */
}

/* mobile article paddings: use defaults */
/* Owner & Claim pages — minimal form helpers */
.form-error{
  color:#b91c1c;
  background:#fee2e2;
  border:1px solid #fecaca;
  border-radius:6px;
  padding:12px 14px;
  margin:12px 0 16px
}
.form-success{
  color:#065f46;
  background:#d1fae5;
  border:1px solid #a7f3d0;
  border-radius:6px;
  padding:12px 14px;
  margin:12px 0 16px
}
.form-row{display:flex;flex-direction:column;gap:6px;margin:12px 0}
.form-row>label{font-weight:600}
.form-row input[type=email],.form-row input[type=password],.form-row input[type=text]{
  max-width:420px
}
.companies-list{list-style:none;margin:12px 0 20px;padding:0}
.companies-list li{margin:8px 0}
.companies-list a{text-decoration:none;color:#2563EB;font-weight:600}
.companies-list a:hover{text-decoration:underline}
/* Space between hero and first card on owner pages */
.owner-page .company-edit-wrapper{margin-bottom:clamp(12px,3vw,24px)}
/* Ensure owner/claim forms look consistent inside cards */
.owner-page .company-edit-card .form-row{display:flex;flex-direction:column;gap:6px;margin:12px 0}
.owner-page .company-edit-card .form-row>label{font-weight:600;color:#111827}
.owner-page .company-edit-card form{max-width:560px;display:grid;gap:12px}
.owner-page .company-edit-card .form-row{margin:0}
.owner-page .company-edit-card .form-row>*{align-self:stretch}
.owner-page .company-edit-card .form-row .company-button{align-self:flex-start;width:100%;max-width:560px}
.owner-page .company-edit-card .form-row input[type=email],
.owner-page .company-edit-card .form-row input[type=password],
.owner-page .company-edit-card .form-row input[type=text],
.owner-page .company-edit-card .form-row textarea{
  width:100%;max-width:560px;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;font-size:16px;line-height:1.375;transition:border-color .15s ease, box-shadow .15s ease
}
.owner-page .company-edit-card .form-row textarea{min-height:120px}
.owner-page .company-edit-card .form-row input:focus,
.owner-page .company-edit-card .form-row textarea:focus{outline:0;border-color:#2563EB;box-shadow:0 0 0 3px rgba(37,99,235,.15)}
.owner-page .company-edit-card .company-button{padding:12px 16px;font-size:16px;line-height:1.375;border-radius:8px}
/* Inline form layout for simple email+button flows */
@media (min-width: 640px) {
  .owner-page .company-edit-card form.form--inline {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    align-items: end;
  }
  .owner-page .company-edit-card form.form--inline .form-row { margin: 0; }
  .owner-page .company-edit-card form.form--inline .form-row .company-button { width: auto; max-width: none; }
}
/* Complex inline: left column holds stacked fields; right column holds action */
@media (min-width: 640px) {
  .owner-page .company-edit-card form.form--inline-complex {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    align-items: end;
  }
  .owner-page .company-edit-card form.form--inline-complex .form-col--fields { grid-column: 1; }
  .owner-page .company-edit-card form.form--inline-complex .form-col--action { grid-column: 2; align-self: end; }
  .owner-page .company-edit-card form.form--inline-complex .form-col--links { grid-column: 1 / -1; margin-top: 8px; }
  .owner-page .company-edit-card form.form--inline-complex .form-row { margin: 0 0 12px 0; }
  .owner-page .company-edit-card form.form--inline-complex .form-col--action .company-button { width: auto; max-width: none; }
}
/* Owner & Claim pages — enhanced layout and inputs */
.company-preview-page__section form{max-width:560px;margin:16px 0}
/* Review form should span full width of the section on desktop */
.company-preview-page__section .company-review-form{max-width:none;width:100%}
 @media (min-width:640px){.company-preview-page__section form{margin:20px 0}}
 .company-preview-page__section .form-row>label{color:#111827}
 .company-preview-page__section .form-row input[type=email],
 .company-preview-page__section .form-row input[type=password],
 .company-preview-page__section .form-row input[type=text],
 .company-preview-page__section .form-row textarea{
   width:100%;
   max-width:560px;
   padding:12px 14px;
   border:1px solid #d1d5db;
   border-radius:8px;
   background:#fff;
   color:#111827;
   font-size:16px;
   line-height:1.375;
   transition:border-color .15s ease, box-shadow .15s ease
 }
 .company-preview-page__section .form-row textarea{min-height:120px}
 .company-preview-page__section .form-row input:focus,
 .company-preview-page__section .form-row textarea:focus{
   outline:0;
   border-color:#2563EB;
   box-shadow:0 0 0 3px rgba(37,99,235,.15)
 }
 .company-preview-page__section .company-button{padding:10px 16px}
 
 /* Owner dashboard list (cards) */
 .companies-list{border-top:1px solid #e5e7eb}
 .companies-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6;margin:0}
 .companies-list a{color:#111827;text-decoration:none;font-weight:600}
.companies-list a:hover{color:#2563EB;text-decoration:underline}

/* ===== New minimal article layout (a-*) ===== */
/* Minimal article layout (a-*) */
.a-page { background: #ffffff; }
.a-hero { position: relative; display: flex; align-items: flex-end; min-height: clamp(300px, 48vw, 520px); background-size: cover; background-position: center; color: #fff; }
.a-hero__overlay { position: absolute; inset: 0; background: linear-gradient(190deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.75) 100%); }
.a-hero__content { position: relative; z-index: 1; padding: clamp(24px, 6vw, 48px); max-width: 760px; }
.a-hero__title { margin: 0 0 8px; font-size: clamp(30px, 6vw, 56px); line-height: 1.08; color: #fff; }
.a-hero__lead { margin: 0 0 10px; font-size: clamp(18px, 3.4vw, 22px); line-height: 1.6; color: rgba(255,255,255,0.92); }
.a-hero__meta { margin: 8px 0 0; font-size: 14px; color: rgba(255,255,255,0.82); }
.a-hero__sep { margin: 0 8px; opacity: .8; }
.a-body { padding: clamp(18px, 4vw, 28px) clamp(16px, 4.5vw, 24px); line-height: 1.75; color: #111827; }
.a-body img, .a-body video, .a-body svg { max-width: 100%; height: auto; }
.a-related { padding: clamp(12px, 3vw, 20px) 0; }
.a-related__title { margin: 0 0 10px; font-size: clamp(18px, 2.4vw, 22px); font-weight: 700; color: #0b2149; }
.a-related__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.a-related__item a { color: #0f172a; font-weight: 600; }
.a-related__item a:hover { color: #2563eb; }
.a-related__date { color: #64748b; font-size: 14px; }
.a-related__more { margin: 10px 0 0; }
.a-body p { margin: 0 0 1.05em; }
.a-body h2, .a-body h3, .a-body h4 { color: #0b2149; line-height: 1.25; margin: 1.6em 0 0.6em; font-weight: 800; }
.a-body h2 { font-size: clamp(22px, 3vw, 28px); }
.a-body h3 { font-size: clamp(18px, 2.6vw, 22px); }
.a-body h4 { font-size: clamp(16px, 2.2vw, 18px); }
.a-body a { color: #0271b4; text-decoration: underline; text-underline-offset: 2px; }
.a-body a:hover { color: #014b7a; }
.a-body ul { list-style: disc inside; padding-left: 0; margin: 0 0 1.05em; }
.a-body ol { list-style: decimal inside; padding-left: 0; margin: 0 0 1.05em; }
.a-body li + li { margin-top: 6px; }
.a-body blockquote { margin: 1.2em 0; padding: 8px 14px; border-left: 4px solid #cbd5e1; background: #f8fafc; color: #0f172a; }
.a-body code, .a-body pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.95em; }
.a-body pre { background: #0f172a; color: #e5e7eb; padding: 12px 14px; border-radius: 8px; overflow-x: auto; }
.a-body table { width: 100%; border-collapse: collapse; margin: 1.2em 0; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.a-body table thead, .a-body table tbody, .a-body table tfoot { width: max-content; min-width: 100%; }
.a-body th { font-weight: 700; background: #f8fafc; }
.a-body th, .a-body td { padding: 10px 12px; border-bottom: 1px solid #e5e7eb; text-align: left; vertical-align: top; }
/* Ensure article wrapper keeps horizontal padding and clips stray overflow on phones */
/* removed mobile wrapper overrides */
/* --- Company map full-bleed on small screens --- */
@media (max-width: 768px) {
  .company-preview-page__section--map .company-map {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }
  .company-preview-page__section--map .company-map__overlay,
  .company-preview-page__section--map .company-map__backdrop {
    border-radius: 0;
  }
}
/* Best page layout */
.best-page .company-search-page { overflow-x: hidden; background: #fff; }
.best-page .page-breadcrumbs { margin: 0 0 12px; }
.best-page .best-hero { margin: 0; }
.best-page .company-hero__title.other-font { margin: 0; font-size: clamp(26px, 3.4vw, 34px); }
.best-page .best-header__updated { margin: 8px 0 4px; line-height: 1.2; color: #475569; font-size: 13px; }
.best-page .best-intro { margin: 0 0 16px; color: #1f2937; font-size: 16px; line-height: 1.6; }
.best-page .best-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 0; }
.best-page .best-list { padding: 0; margin: 0; }
.best-page .best-card { position: relative; display: block; padding: 24px; border: 1px solid rgba(8, 26, 58, 0.08); border-radius: 16px; background: #ffffff; box-shadow: 0 20px 40px -32px rgba(15, 23, 42, 0.25); }
.best-page .best-card__inner { position: relative; display: flex; flex-direction: column; gap: 16px; margin-top: 16px; }
.best-page .best-card__badge {
  position: absolute;
  top: 1px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  pointer-events: none;
}
.best-page .best-card__badge-icon { width: 20px; height: 20px; }
.best-page .best-card__spotlight { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: #0f172a; font-weight: 500; }
.best-page .best-card__media { flex: 0 0 96px; max-width: 96px; }
.best-page .best-card__photo-link,
.best-page .best-card__photo,
.best-page .best-card__photo--placeholder { display: block; width: 100%; aspect-ratio: 1; border-radius: 12px; overflow: hidden; }
.best-page .best-card__photo { object-fit: cover; background: #f8fafc; }
.best-page .best-card__photo--placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%); color: #64748b; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; padding: 0 6px; text-align: center; }
.best-page .best-card__content {
  flex: 1;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.best-page .best-card__info {
  flex: 1;
  display: grid;
  gap: 10px;
}
.best-page .company-search-result__title { font-size: 19px; font-weight: 600; margin: 0; color: #0b2149; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.best-page .company-search-result__title:hover { text-decoration: underline; }
.best-page .best-card__rating { margin: 0; font-size: 13px; color: #475569; display: flex; align-items: center; gap: 6px; }
.best-page .best-card__rating-stars { display: inline-flex; align-items: center; gap: 4px; }
.best-page .best-card__rating-stars .rating-star { margin-right: 0; }
.best-page .best-card__rating-value { font-weight: 600; color: #0b2149; }
.best-page .best-card__rating--empty { color: #64748b; display: flex; align-items: center; gap: 6px; }
.best-page .best-card__rating-sep { color: #94a3b8; font-weight: 600; }
.best-page .best-card__rating-link { color: #0271b4; font-weight: 600; text-decoration: underline; }
.best-page .inline-hours { display: inline-flex; align-items: center; gap: 6px; margin: 0; vertical-align: text-top; }
.best-page .best-card__meta { margin: 0; font-size: 14px; line-height: 1.45; font-weight: 400; color: #334155; }
.best-page .best-card__meta .company-hero__hours { font-weight: 400; color: #22a06b; }
.best-page .best-card__meta .company-hero__hours--closed { color: #dc2626; }
.best-page .best-card__contact { margin: 0; font-size: 14px; line-height: 1.45; color: #475569; }
.best-page .best-card__contact a { color: inherit; text-decoration: none; font-weight: 400; }
.best-page .best-card__contact a:hover { text-decoration: underline; }
.best-page .best-card__contact-directions { text-decoration: underline; }
.best-page .best-card__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  margin-left: auto;
  text-align: center;
  align-self: stretch;
}
.best-page .best-card__cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.best-page .best-card__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  border: none;
  width: 180px;
  justify-content: center;
}
.best-page .best-card__cta-btn--reserve {
  background: linear-gradient(135deg, #7c3aed, #6366f1);
  box-shadow: 0 12px 24px -18px rgba(124, 58, 237, 0.6);
}
.best-page .best-card__cta-btn--order {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  box-shadow: 0 12px 24px -18px rgba(15, 118, 110, 0.6);
}
.best-page .best-card__cta-btn:hover,
.best-page .best-card__cta-btn:focus-visible {
  transform: translateY(-1px);
  color: #ffffff;
}
.best-page .best-card__services { display: flex; flex-wrap: wrap; gap: 6px; }
.best-page .best-card__chip { display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 999px; background: #eef2ff; color: #1e3a8a; font-size: 12px; font-weight: 600; }
.best-premium { margin: 12px 0 24px; padding: 0; }
.company-search-results--premium { margin: 0; }
.company-search-results--premium > li { margin-bottom: 0; }
.best-page .company-map__map { width: 100%; height: 380px; display: none; }

@media (max-width: 768px) {
  .best-page .best-card__content {
    flex-direction: column;
    gap: 12px;
  }
  .best-page .best-card__cta {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    align-items: flex-start;
  }
  .best-page .best-card__cta-buttons {
    align-items: stretch;
  }
  .best-page .best-card__price {
    align-self: flex-start;
  }
  .best-page .best-card__cta-btn {
    width: 100%;
    justify-content: center;
  }
}
.best-page .best-seo-note { margin: 20px 0; padding: 20px; border-radius: 14px; background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%); border: 1px solid rgba(148, 163, 184, 0.35); }
.best-page .best-seo-note p { margin: 0 0 10px; color: #334155; font-size: 15px; line-height: 1.55; }
.best-page .best-seo-note p:last-child { margin-bottom: 0; }
.best-page .best-faq { margin: 32px 0 24px; padding: 0; }
.best-page .best-faq__title { margin: 8px 0 18px; font-size: 20px; font-weight: 600; color: #0f172a; }
.best-page .best-faq__items { display: flex; flex-direction: column; gap: 14px; }
.best-page .best-faq__item { padding: 14px 18px; background: #ffffff; box-shadow: 0 24px 40px -38px rgba(15, 23, 42, 0.35); border-radius: 12px; }
.best-page .best-faq__item summary { cursor: pointer; font-weight: 600; font-size: 15px; color: #0b2149; list-style: none; }
.best-page .best-faq__item summary::-webkit-details-marker { display: none; }
.best-page .best-faq__item p { margin: 10px 0 0; color: #334155; font-size: 14px; line-height: 1.6; }

@media (max-width: 767px) {
  .best-page .best-card { padding: 24px 18px 20px; }
  .best-page .best-card__inner { margin-top: 0; gap: 12px; }
  .best-page .best-card__badge { top: 1px; right: 1px; }
  .best-page .best-card__badge-icon { width: 18px; height: 18px; }
  .best-page .best-card__spotlight { font-size: 13px; }
  .best-premium { padding: 0; }
  .best-page .best-card__media { display: none; }
  .best-page .best-card__content { gap: 8px; }
  .best-page .company-search-result__title { font-size: 18px; }
}

@media (min-width: 768px) {
  .best-page .best-card__content { padding-left: 0; }
  .best-page .company-search-result__title { display: block; }
  .best-page .best-card__inner { flex-direction: row; align-items: flex-start; gap: 20px; margin-top: 4px; }
}
.company-hero__claim {
  display: inline;
  margin: 4px 0 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: normal;
}
.company-hero__claim::before {
  content: '•';
  margin: 0 6px;
  color: rgba(11, 33, 73, 0.45);
}
.company-hero__claim a {
  color: #0b2149;
  text-decoration: underline;
}
.company-hero__claim--claimed {
  color: #2f855a;
}
.company-hero__claim--claimed a {
  color: #2f855a;
}

.owner-duplicates-card {
  margin-top: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  background: #ffffff;
}
.owner-duplicates-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #0b2149;
}
.owner-duplicates-card p {
  margin: 0 0 16px;
  color: #475569;
  font-size: 14px;
}
.owner-duplicates-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.owner-duplicates-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px;
  display: grid;
  gap: 12px;
  background: #f8fafc;
}
.owner-duplicates-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  font-size: 14px;
}
.owner-duplicates-primary strong {
  font-size: 16px;
  color: #0b2149;
}
.owner-duplicates-id {
  font-size: 12px;
  color: #64748b;
}
.owner-duplicates-manage {
  margin-left: auto;
  font-size: 13px;
  color: #0271b4;
  text-decoration: underline;
}
.owner-duplicates-related .owner-duplicates-label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}
.owner-duplicates-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 14px;
}
.owner-duplicates-related a {
  color: #0b2149;
  text-decoration: underline;
  font-weight: 600;
}
.owner-duplicates-note {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #7c2d12;
  background: #fef3c7;
  border-radius: 999px;
  padding: 2px 6px;
}

.owner-network-card {
  margin-top: 24px;
  padding: 0;
  border: none;
  background: transparent;
}
.owner-network-card + .owner-network-card {
  margin-top: 20px;
}
.owner-network-title {
  margin: 0 0 8px;
  font-size: 18px;
  color: #0b2149;
}
.owner-network-note {
  margin: 0 0 16px;
  color: #475569;
  font-size: 14px;
}
.owner-network-scroll {
  margin: 0;
}
.owner-network-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.owner-network-table thead tr {
  background: #f8fafc;
}
.owner-network-table th {
  text-align: left;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
}
.owner-network-table td {
  padding: 10px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
  color: #0b2149;
  vertical-align: top;
}
.owner-network-table tbody tr:last-child td {
  border-bottom: none;
}
.owner-network-table a {
  color: #0b2149;
  font-weight: 600;
  text-decoration: underline;
}
.owner-network-address-line {
  color: #475569;
  line-height: 1.35;
}
.owner-network-phone {
  font-size: 13px;
  color: #475569;
}
.owner-network-phone--match {
  color: #14532d;
  font-weight: 600;
}
.owner-network-domain {
  font-size: 13px;
  color: #475569;
}
.owner-network-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.owner-network-manage {
  font-size: 13px;
  color: #0271b4;
  text-decoration: underline;
}
.owner-network-claim {
  font-size: 13px;
  color: #0b2149;
  font-weight: 600;
  text-decoration: underline;
}
.owner-network-claimed {
  font-size: 12px;
  color: #92400e;
  background: #fef3c7;
  border-radius: 999px;
  padding: 2px 6px;
}
