:root {
--mamo-tp-green: #00B67A;
--mamo-tp-green-dark: #01956a;
--mamo-calc-bg: #fafaf7;
--mamo-calc-border: #e5e5e0;
--mamo-calc-accent: #1a1a1a;
--mamo-compare-accent: #1a1a1a;
}
.mamo-tp-badge {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 10px 16px;
background: #ffffff;
border: 1px solid #e5e5e0;
border-radius: 8px;
text-decoration: none;
color: #1a1a1a;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
box-shadow: 0 1px 2px rgba(0,0,0,.04);
line-height: 1.2;
}
.mamo-tp-badge:hover, .mamo-tp-badge:focus {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,.08);
border-color: var(--mamo-tp-green);
outline: none;
}
.mamo-tp-stars {
display: inline-flex;
align-items: center;
gap: 1px;
background: var(--mamo-tp-green);
padding: 4px 6px;
border-radius: 3px;
line-height: 1;
}
.mamo-tp-star {
color: #ffffff;
font-size: 14px;
line-height: 1;
display: inline-block;
}
.mamo-tp-star-full {
color: #ffffff;
}
.mamo-tp-star-half {
position: relative;
width: 14px;
height: 14px;
background: linear-gradient(90deg, #ffffff 0%, #ffffff 90%, rgba(255,255,255,.35) 90%, rgba(255,255,255,.35) 100%);
-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/></svg>") no-repeat center / contain;
mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/></svg>") no-repeat center / contain;
}
.mamo-tp-text {
display: inline-flex;
flex-direction: column;
line-height: 1.2;
}
.mamo-tp-rating {
font-size: 14px;
font-weight: 700;
color: #1a1a1a;
}
.mamo-tp-reviews {
font-size: 11px;
color: #6b6b6b;
margin-top: 1px;
}
.mamo-tp-brand {
display: inline-flex;
align-items: center;
gap: 3px;
font-size: 11px;
font-weight: 600;
color: #1a1a1a;
margin-top: 2px;
}
.mamo-tp-star-icon {
color: var(--mamo-tp-green);
font-size: 12px;
line-height: 1;
}
.mamo-tp-badge-footer-wrap {
display: block;
width: 100%;
background: #f7f6f3;
border-top: 1px solid #e5e5e0;
border-bottom: 1px solid #e5e5e0;
padding: 18px 0;
text-align: center;
margin: 0;
}
.mamo-tp-badge-footer-wrap .mamo-tp-badge {
margin: 0 auto;
}
.mamo-tp-badge-property-wrap {
margin: 16px 0 24px 0;
display: block;
}
.mamo-tp-badge-property-wrap .mamo-tp-badge {
display: inline-flex;
}
@media (max-width: 480px) {
.mamo-tp-badge {
padding: 8px 12px;
gap: 10px;
}
.mamo-tp-rating {
font-size: 13px;
}
.mamo-tp-reviews {
font-size: 10px;
}
.mamo-tp-brand {
font-size: 10px;
}
.mamo-tp-star {
font-size: 12px;
}
.mamo-tp-star-half {
width: 12px;
height: 12px;
}
}
.mamo-calc {
display: block;
width: 100%;
max-width: 560px;
margin: 24px 0 32px 0;
padding: 20px 24px;
background: var(--mamo-calc-bg);
border: 1px solid var(--mamo-calc-border);
border-radius: 10px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
color: #1a1a1a;
box-sizing: border-box;
}
.mamo-calc-title {
margin: 0 0 4px 0;
font-size: 16px;
font-weight: 700;
letter-spacing: .02em;
text-transform: uppercase;
color: var(--mamo-calc-accent);
}
.mamo-calc-sub {
margin: 0 0 16px 0;
font-size: 12px;
color: #6b6b6b;
line-height: 1.4;
}
.mamo-calc-row {
display: grid;
grid-template-columns: 1fr auto auto;
gap: 12px;
align-items: center;
padding: 10px 0;
border-top: 1px solid var(--mamo-calc-border);
}
.mamo-calc-row:first-of-type {
border-top: none;
}
.mamo-calc-label {
font-size: 12px;
color: #4a4a4a;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .04em;
}
.mamo-calc-input {
appearance: none;
-webkit-appearance: none;
background: #ffffff;
border: 1px solid var(--mamo-calc-border);
border-radius: 6px;
padding: 6px 10px;
font-size: 14px;
font-weight: 600;
color: #1a1a1a;
cursor: pointer;
min-width: 80px;
text-align: center;
font-family: inherit;
}
.mamo-calc-input:focus {
outline: 2px solid var(--mamo-tp-green);
outline-offset: 1px;
}
.mamo-calc-value {
font-size: 13px;
color: #1a1a1a;
font-weight: 600;
text-align: right;
min-width: 100px;
font-variant-numeric: tabular-nums;
}
.mamo-calc-price-value {
font-size: 16px;
font-weight: 700;
}
.mamo-calc-result {
background: rgba(0, 182, 122, .08);
border-radius: 6px;
padding: 12px;
margin-top: 8px;
border: 1px solid rgba(0, 182, 122, .25);
}
.mamo-calc-monthly-big {
font-size: 18px;
font-weight: 700;
color: var(--mamo-tp-green-dark);
grid-column: 2 / 4;
text-align: right;
min-width: 140px;
}
.mamo-calc-note {
margin: 12px 0 0 0;
font-size: 11px;
color: #6b6b6b;
line-height: 1.5;
}
.mamo-calc-badge {
display: inline-block;
background: var(--mamo-tp-green);
color: #ffffff;
font-size: 10px;
font-weight: 700;
padding: 2px 8px;
border-radius: 3px;
text-transform: uppercase;
letter-spacing: .04em;
margin-right: 6px;
vertical-align: middle;
}
@media (max-width: 480px) {
.mamo-calc {
padding: 16px;
margin: 16px 0 24px 0;
}
.mamo-calc-row {
grid-template-columns: 1fr;
gap: 6px;
}
.mamo-calc-input, .mamo-calc-value {
width: 100%;
text-align: left;
}
.mamo-calc-monthly-big {
grid-column: 1;
text-align: left;
font-size: 16px;
}
.mamo-calc-result {
padding: 10px;
}
}
.mamo-compare-add-wrap {
display: inline-block;
margin: 12px 0 16px 0;
}
.mamo-compare-add-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 9px 16px;
background: #ffffff;
color: #1a1a1a;
border: 1px solid #d4d4d4;
border-radius: 6px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .04em;
cursor: pointer;
transition: all .15s ease;
font-family: inherit;
}
.mamo-compare-add-btn:hover, .mamo-compare-add-btn:focus {
border-color: var(--mamo-compare-accent);
background: #fafaf7;
outline: none;
}
.mamo-compare-add-btn[aria-pressed="true"] {
background: var(--mamo-compare-accent);
color: #ffffff;
border-color: var(--mamo-compare-accent);
}
.mamo-compare-add-btn[aria-pressed="true"] .mamo-compare-add-icon svg {
stroke: #ffffff;
}
.mamo-compare-add-icon {
display: inline-flex;
align-items: center;
color: currentColor;
}
.mamo-compare-add-icon svg {
stroke: currentColor;
}
.mamo-compare-floating {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 9999;
pointer-events: none;
opacity: 0;
transform: translateY(8px);
transition: opacity .25s ease, transform .25s ease;
}
.mamo-compare-floating[data-visible="true"] {
pointer-events: auto;
opacity: 1;
transform: translateY(0);
}
.mamo-compare-floating[hidden] {
display: none;
}
.mamo-compare-floating-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 18px;
background: var(--mamo-compare-accent);
color: #ffffff;
border-radius: 999px;
text-decoration: none;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
box-shadow: 0 6px 20px rgba(0,0,0,.18), 0 2px 6px rgba(0,0,0,.12);
transition: transform .15s ease, box-shadow .15s ease;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.mamo-compare-floating-btn:hover, .mamo-compare-floating-btn:focus {
transform: translateY(-1px);
box-shadow: 0 8px 24px rgba(0,0,0,.22), 0 3px 8px rgba(0,0,0,.14);
color: #ffffff;
outline: none;
}
.mamo-compare-floating-icon {
display: inline-flex;
align-items: center;
color: #ffffff;
}
.mamo-compare-floating-icon svg {
stroke: #ffffff;
}
.mamo-compare-floating-label {
display: inline-flex;
align-items: center;
gap: 6px;
}
.mamo-compare-floating-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 22px;
height: 22px;
padding: 0 6px;
background: var(--mamo-tp-green);
color: #ffffff;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
line-height: 1;
}
@media (max-width: 480px) {
.mamo-compare-floating {
right: 12px;
bottom: 12px;
}
.mamo-compare-floating-btn {
padding: 10px 14px;
font-size: 12px;
}
.mamo-compare-floating-text {
display: none;
}
}
.mamo-compare-page {
max-width: 1200px;
margin: 0 auto;
padding: 32px 16px 64px 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
color: #1a1a1a;
box-sizing: border-box;
}
.mamo-compare-page h1 {
margin: 0 0 8px 0;
font-size: 28px;
font-weight: 800;
letter-spacing: -.01em;
}
.mamo-compare-page-lead {
margin: 0 0 24px 0;
color: #6b6b6b;
font-size: 14px;
}
.mamo-compare-table {
display: grid;
grid-template-columns: 160px repeat(4, minmax(0, 1fr));
gap: 0;
border: 1px solid #e5e5e0;
border-radius: 10px;
overflow: hidden;
background: #ffffff;
}
.mamo-compare-cell, .mamo-compare-cell-label {
padding: 14px 16px;
border-bottom: 1px solid #e5e5e0;
border-right: 1px solid #e5e5e0;
font-size: 13px;
line-height: 1.45;
min-width: 0;
word-break: break-word;
}
.mamo-compare-cell:last-child, .mamo-compare-cell-label:last-child {
border-right: none;
}
.mamo-compare-cell-label {
background: #fafaf7;
font-weight: 700;
text-transform: uppercase;
font-size: 11px;
letter-spacing: .04em;
color: #4a4a4a;
display: flex;
align-items: center;
}
.mamo-compare-cell-image {
padding: 0;
background: #f0ede7;
}
.mamo-compare-cell-image img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.mamo-compare-cell-title {
font-weight: 700;
font-size: 14px;
padding: 16px;
}
.mamo-compare-cell-title a {
color: #1a1a1a;
text-decoration: none;
}
.mamo-compare-cell-title a:hover {
color: var(--mamo-tp-green);
}
.mamo-compare-cell-actions {
padding: 16px;
text-align: center;
}
.mamo-compare-cell-actions a {
display: inline-block;
padding: 10px 18px;
background: var(--mamo-compare-accent);
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .04em;
border-radius: 6px;
}
.mamo-compare-cell-actions a:hover {
background: var(--mamo-tp-green);
color: #ffffff;
}
.mamo-compare-remove {
background: none;
border: 1px solid #d4d4d4;
color: #6b6b6b;
padding: 4px 10px;
font-size: 11px;
font-weight: 600;
border-radius: 4px;
cursor: pointer;
margin-top: 8px;
font-family: inherit;
}
.mamo-compare-remove:hover {
color: #1a1a1a;
border-color: #1a1a1a;
}
.mamo-compare-empty {
text-align: center;
padding: 80px 16px;
color: #6b6b6b;
}
.mamo-compare-empty h2 {
font-size: 22px;
font-weight: 800;
margin: 0 0 8px 0;
color: #1a1a1a;
}
.mamo-compare-empty p {
margin: 0 0 24px 0;
}
.mamo-compare-empty a {
display: inline-block;
padding: 12px 24px;
background: var(--mamo-compare-accent);
color: #ffffff;
text-decoration: none;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .04em;
border-radius: 6px;
}
.mamo-compare-bar {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 16px 0;
padding: 12px 16px;
background: #fafaf7;
border: 1px solid #e5e5e0;
border-radius: 8px;
font-size: 12px;
}
.mamo-compare-clear {
background: #ffffff;
border: 1px solid #d4d4d4;
color: #1a1a1a;
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .04em;
cursor: pointer;
font-family: inherit;
}
.mamo-compare-clear:hover {
border-color: #1a1a1a;
}
@media (max-width: 900px) {
.mamo-compare-table {
grid-template-columns: 1fr;
}
.mamo-compare-cell, .mamo-compare-cell-label {
border-right: none;
}
.mamo-compare-cell-label {
background: #f0ede7;
}
}
@media (min-width: 901px) and (max-width: 1199px) {
.mamo-compare-table {
grid-template-columns: 140px repeat(4, minmax(0, 1fr));
}
}