body {width: 100%;max-width: 100%;margin: 0;padding: 0;overflow-x: hidden;background: var(--background-color);color: var(--text-color);}.hero-section {padding-top: 50px;}.hero-content {min-width: 0;}.hero-content h2 {margin-bottom: 20px;font-size: clamp(30px, 4vw, 46px);font-weight: 700;line-height: 1.15;}.hero-content h2::after {content: "";display: block;width: 60px;height: 4px;margin-top: 13px;background: var(--section-color);border-radius: var(--radius-medium);}.island-text {max-width: 650px;margin-bottom: 30px;color: var(--muted-text-color);font-size: clamp(16px, 1.5vw, 19px);line-height: 1.8;}.contact-button {max-width: 100%;margin: 0;padding: 0;border: 0;background: transparent; font-size: 20px;}.link2contact {display: inline-flex;align-items: center;justify-content: center;max-width: 100%;min-height: 52px;padding: 13px 24px;background: var(--title-color);color: #ffffff;border: 2px solid var(--title-color);border-radius: var(--radius-small);font-family: var(--font-family);font-size: var(--link2contact-font-size);font-weight: 600;line-height: 1.4;text-align: center;text-decoration: none;box-shadow: var(--shawdow-small);transition: var(--transition);}.link2contact:hover {background: #1d321f;transform: translateY(-3px);box-shadow: var(--shawdow-medium);}.link2contact:active {transform: translateY(0);}.hero-image {position: relative;width: 100%;min-width: 0;}.hero-photo {position: relative;z-index: 1;display: block;width: 100%;max-width: 100%;aspect-ratio: 4 / 3;object-fit: cover;border-radius: 18px;border: 5px solid rgba(54, 45, 43, 0.97);box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);}.trust-section {padding: 50px 5% 0;}.trust-section > h2 {margin-bottom: 45px;color: var(--title-color);font-size: clamp(28px, 4vw, 40px);font-weight: 700;line-height: 1.2;text-align: center;}.trust-list-container {width: 100%;max-width: 1200px;margin: 0 auto;}.trust-list {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 22px;list-style: none;}.trust-item {min-height: 210px;padding: 28px;background: rgba(255, 255, 255, 0.95);border: 1px solid var(--inside-border-color);border-radius: var(--radius-small);box-shadow: var(--shawdow-small);transition: var(--transition);}.trust-item:hover {transform: translateY(-6px);box-shadow: var(--shawdow-medium);}.trust-item h3 {margin-bottom: 12px;color: var(--title-color);font-size: clamp(18px, 2vw, 22px);font-weight: 700;line-height: 1.25;}.trust-item p {color: var(--muted-text-color);font-size: 16px;line-height: 1.7;}.services-section{padding-top: 50px;}.services-header {max-width: 700px;margin: 0 auto 55px;text-align: center;}.services-header h2 {margin: 0 0 16px;font-size: clamp(30px, 4vw, 44px);font-weight: 700;line-height: 1.15;}.services-header p {color: #555d58;font-size: 17px;line-height: 1.7;}.service-list {display: flex;flex-direction: column;list-style: none;gap: 30px;}.service-item {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));min-height: 380px;background: var(--off-white-color);border: 1px solid var(--inside-border-color);border-radius: var(--radius-medium);box-shadow: var(--shawdow-small);transition: var(--transition);overflow: hidden;}.service-item:hover {transform: translateY(-5px);box-shadow: var(--shawdow-medium);}.service-data {display: flex;flex-direction: column;justify-content: center;padding: 50px;}.service-number {margin-bottom: 18px;color: #000000;font-size: 14px;font-weight: 700;letter-spacing: 2px;}.service-data h3 {margin: 0 0 16px;color: var(--title-color);font-size: clamp(24px, 3vw, 34px);font-weight: 700;line-height: 1.2;}.service-data p {max-width: 560px;margin: 0 0 28px;color: var(--muted-text-color);font-size: 17px;line-height: 1.75;}.service-link {display: inline-flex;align-items: center;gap: 10px;padding: 11px 0;color: var(--title-color);font-size: 17px;font-weight: 700;text-decoration: none;border-bottom: 2px solid transparent;transition: var(--transition);}.service-link:hover {gap: 16px;color: var(--section-color);border-bottom-color: var(--section-color);}.service-arrow {font-size: 22px;line-height: 1;transition: transform 0.25s ease;}.service-link:hover .service-arrow {transform: translateX(3px);}.service-image {overflow: hidden;}.service-photo {width: 100%;height: auto;object-fit: cover;transition: transform 0.5s ease;}.service-item:hover .service-photo {transform: scale(1.04);}.service-item:nth-child(even) .service-data {order: 2;}.service-item:nth-child(even) .service-image {order: 1;}.review-card {border-color: var(--inside-border-color);}.review-stars {color: #b38b25;}.review-text {color: var(--text-color);}.review-avatar {background: var(--accent-color);color: #fff;}.review-dot {background: #b4bbb7;}.review-dot.active, .review-dot:hover {background: var(--title-color);}.reviews-google-link {color: var(--title-color);}.reviews-google-link:hover {color: var(--accent-color);}.faq-item {background: #fff;border-color: var(--inside-border-color);}.faq-item summary {color: var(--title-color);}.faq-item summary:hover {background: rgba(108, 137, 118, 0.08);}.faq-icon {color: var(--title-color);}.faq-answer p {color: var(--muted-text-color);}.payment-item{margin-left: 25px;}@media (max-width: 950px) {.section {width: 85%;}.hero-section {grid-template-columns: 1fr;padding-top: 25px;gap: 45px;}.hero-content {text-align: center;}.hero-content h2::after {margin-left: auto;margin-right: auto;}.island-text {margin-left: auto;margin-right: auto;}.service-item {grid-template-columns: 1fr;}.service-data {order: 2 !important;padding: 30px 25pxs;}.service-image {order: 1 !important;}}@media (max-width: 768px) {.section {width: 90%;}.hero-content h2 {font-size: 30px;}.island-text {font-size: 16px;}.link2contact {width: 100%;font-size: 16px;}.trust-list {grid-template-columns: 1fr;gap: 14px;}.service-data {padding: 30px 25px;}}@media (max-width: 400px) {.section{width: 90%;}.hero-photo {aspect-ratio: 1 / 1;object-fit: fill;}.service-data {padding: 25px 20px;}}