/* ========================================
   基本設定
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bmw-blue: #0066B1;
    --bmw-blue-dark: #004c8c;
    --bmw-blue-light: #1a7ac4;
    --accent-orange: #FF6B00;
    --accent-red: #E31E24;
    --text-dark: #1a1a1a;
    --text-gray: #666;
    --text-light: #999;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e0e0e0;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   ヘッダー
   ======================================== */
.header {
    background: linear-gradient(135deg, var(--bmw-blue-dark) 0%, var(--bmw-blue) 100%);
    color: white;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-md);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.logo-subtitle {
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 300;
    opacity: 0.9;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: var(--bmw-blue);
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.header-phone:hover {
    background: var(--accent-orange);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
}

.header-phone i {
    font-size: 20px;
}

.phone-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.phone-label {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.8;
}

.phone-number {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ========================================
   ヒーローセクション
   ======================================== */
.hero {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 102, 177, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 102, 177, 0.1) 0%, transparent 50%);
    background-image: 
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556 15.858 12.14 28 0zm0 12.142L12.142 32l1.414 1.414L32 15.828l18.444 17.586L51.858 32 32 12.142zM0 5.373l.828-.83L2.243 5.96 0 8.2V5.374zm0 5.656l3.657-3.657L5.07 8.787 0 13.857v-2.828zm0 5.656L6.485 10.2 7.9 11.616l-7.9 7.9v-2.83zm0 5.657l9.314-9.315 1.414 1.414L0 25.172v-2.83zm0 5.657L12.142 15.858l1.414 1.414L0 30v-2.828zm0 5.657L15.858 19.444l1.414 1.414L0 38.142v-2.83zm0 5.657L19.444 24.687l1.414 1.414L0 46.858v-2.83zm0 5.657L24.686 30.93l1.415 1.414L0 55.172V52.34zm0 5.657L30.93 37.515l1.414 1.414L0 60v-2.828zM60 5.373L59.172 4.54 57.757 5.96 60 8.2V5.374zm0 5.656L56.343 7.372 54.93 8.787 60 13.857v-2.828zm0 5.656L53.515 10.2 52.1 11.616l7.9 7.9v-2.83zm0 5.657L50.686 12.828l-1.414 1.414L60 25.172v-2.83zm0 5.657L44.142 15.858l-1.414 1.414L60 30v-2.828zm0 5.657L38.142 19.444l-1.414 1.414L60 38.142v-2.83zm0 5.657L32.444 24.687l-1.415 1.414L60 46.858v-2.83zm0 5.657L26.686 30.93l-1.415 1.414L60 55.172V52.34zm0 5.657L20.93 37.515l-1.415 1.414L60 60v-2.828z' fill='%230066b1' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 102, 177, 0.3) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-text {
    max-width: 800px;
}

.hero-badge {
    display: inline-block;
    background: var(--bmw-blue);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 56px;
    font-weight: 900;
    color: white;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hero-title .highlight {
    color: var(--accent-orange);
    display: block;
    margin-top: 10px;
}

.hero-features {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.feature-item i {
    color: var(--accent-orange);
    font-size: 20px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--accent-orange);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 6px 24px rgba(255, 107, 0, 0.4);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background: var(--accent-red);
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(227, 30, 36, 0.5);
}

.cta-button-large {
    font-size: 20px;
    padding: 20px 50px;
}

.cta-button i {
    font-size: 22px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.hero-note {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-top: 20px;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    letter-spacing: 2px;
    animation: bounce 2s infinite;
}

.scroll-indicator i {
    display: block;
    margin-top: 8px;
    font-size: 16px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* ========================================
   緊急対応セクション
   ======================================== */
.emergency-section {
    background: linear-gradient(135deg, var(--accent-red) 0%, #c41e22 100%);
    padding: 30px 0;
    margin-top: -2px;
}

.emergency-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.emergency-icon {
    color: white;
    font-size: 48px;
    animation: alert-pulse 2s infinite;
}

@keyframes alert-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

.emergency-content {
    flex: 1;
    color: white;
}

.emergency-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.emergency-content p {
    font-size: 15px;
    opacity: 0.95;
}

.emergency-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: var(--accent-red);
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.emergency-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

/* ========================================
   セクション共通スタイル
   ======================================== */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-block;
    background: var(--bg-light);
    color: var(--bmw-blue);
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 900;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.3;
}

.highlight-blue {
    color: var(--bmw-blue);
}

.section-description {
    font-size: 16px;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================
   選ばれる理由セクション
   ======================================== */
.reasons-section {
    padding: 100px 0;
    background: var(--bg-white);
}

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

.reason-card {
    position: relative;
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 2px solid var(--border-color);
}

.reason-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--bmw-blue);
}

.reason-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: var(--bg-light);
}

.reason-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--bmw-blue) 0%, var(--bmw-blue-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.reason-icon i {
    font-size: 36px;
    color: white;
}

.reason-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.reason-card p {
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.7;
}

/* ========================================
   サービス内容セクション
   ======================================== */
.services-section {
    padding: 100px 0;
    background: var(--bg-light);
}

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

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.service-image {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, var(--bmw-blue-dark) 0%, var(--bmw-blue) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.service-image i {
    font-size: 56px;
    color: white;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.service-card > p {
    font-size: 15px;
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    padding: 10px 0;
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    color: var(--text-gray);
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--bmw-blue);
    font-weight: 700;
}

/* ========================================
   施工事例セクション
   ======================================== */
.gallery-section {
    padding: 100px 0;
    background: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.gallery-item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.gallery-image-wrapper {
    position: relative;
    width: 100%;
}

.gallery-badge-before,
.gallery-badge-after {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 10;
}

.gallery-badge-after {
    background: var(--bmw-blue);
}

.gallery-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-placeholder {
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-placeholder i {
    font-size: 48px;
    color: var(--text-light);
}

.gallery-info {
    padding: 24px;
}

.gallery-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.gallery-info p {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 8px;
}

/* ========================================
   お客様の声セクション
   ======================================== */
.testimonials-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: white;
    padding: 36px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
}

.testimonial-stars {
    color: #FFB800;
    font-size: 18px;
    margin-bottom: 20px;
}

.testimonial-stars i {
    margin-right: 4px;
}

.testimonial-text {
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    border-top: 2px solid var(--bg-light);
    padding-top: 16px;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.author-car {
    font-size: 14px;
    color: var(--bmw-blue);
    font-weight: 500;
}

/* ========================================
   料金目安セクション
   ======================================== */
.pricing-section {
    padding: 100px 0;
    background: white;
}

.pricing-table {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    margin-bottom: 40px;
}

.pricing-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 24px 30px;
    border-bottom: 1px solid var(--border-color);
    transition: background 0.3s ease;
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-row:not(.pricing-header):hover {
    background: var(--bg-light);
}

.pricing-header {
    background: var(--bmw-blue);
    color: white;
    font-weight: 700;
}

.pricing-cell {
    display: flex;
    flex-direction: column;
}

.pricing-cell strong {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.pricing-detail {
    font-size: 13px;
    color: var(--text-gray);
}

.pricing-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--bmw-blue);
}

.pricing-notes {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px;
    background: var(--bg-light);
    border-radius: 16px;
}

.pricing-note-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

.pricing-note-item i {
    color: var(--bmw-blue);
    font-size: 20px;
}

/* ========================================
   CTA中間バナー
   ======================================== */
.cta-banner {
    background: linear-gradient(135deg, var(--bmw-blue-dark) 0%, var(--bmw-blue) 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-banner-content h3 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-banner-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 32px;
}

/* ========================================
   アクセス・会社情報セクション
   ======================================== */
.access-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.access-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.access-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.access-map iframe {
    display: block;
}

.access-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-box {
    background: white;
    padding: 36px;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}

.info-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--bmw-blue);
    margin-bottom: 24px;
}

.info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-color);
}

.info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-item i {
    color: var(--bmw-blue);
    font-size: 24px;
    width: 30px;
    flex-shrink: 0;
}

.info-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.info-item p {
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.7;
}

.info-item a {
    color: var(--bmw-blue);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.info-item a:hover {
    color: var(--bmw-blue-dark);
}

.note-text {
    font-size: 13px;
    color: var(--accent-orange);
    font-weight: 500;
    margin-top: 6px;
}

.service-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.feature-badge:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow-md);
}

.feature-badge i {
    color: var(--bmw-blue);
    font-size: 24px;
}

.feature-badge span {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

/* ========================================
   フッター
   ======================================== */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.footer-logo h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.footer-logo p {
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0.7;
}

.footer-contact {
    text-align: right;
}

.footer-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--bmw-blue);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-phone:hover {
    background: var(--bmw-blue-light);
    transform: translateY(-2px);
}

.footer-contact p {
    font-size: 14px;
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    opacity: 0.6;
}

/* ========================================
   フローティング電話ボタン
   ======================================== */
.floating-phone {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--accent-orange);
    color: white;
    padding: 18px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
    animation: float-pulse 3s infinite;
}

.floating-phone:hover {
    background: var(--accent-red);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(227, 30, 36, 0.5);
}

.floating-phone i {
    font-size: 20px;
    animation: shake 2s infinite;
}

@keyframes float-pulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    10%, 30%, 50%, 70%, 90% { transform: rotate(-10deg); }
    20%, 40%, 60%, 80% { transform: rotate(10deg); }
}

/* ========================================
   レスポンシブデザイン
   ======================================== */

/* タブレット */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 44px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .access-content {
        grid-template-columns: 1fr;
    }
    
    .pricing-row {
        grid-template-columns: 2fr 1fr 1fr;
        gap: 15px;
        padding: 20px;
    }
}

/* スマートフォン */
@media (max-width: 768px) {
    .header-phone .phone-label {
        display: none;
    }
    
    .header-phone {
        padding: 10px 20px;
    }
    
    .phone-number {
        font-size: 16px;
    }
    
    .hero {
        height: auto;
        min-height: 500px;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-button-large {
        font-size: 16px;
        padding: 16px 32px;
        width: 100%;
        justify-content: center;
    }
    
    .emergency-box {
        flex-direction: column;
        text-align: center;
    }
    
    .emergency-content h3 {
        font-size: 20px;
    }
    
    .emergency-button {
        font-size: 16px;
        padding: 14px 28px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .reasons-grid,
    .services-grid,
    .gallery-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .pricing-cell {
        text-align: left;
    }
    
    .pricing-notes {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .cta-banner-content h3 {
        font-size: 24px;
    }
    
    .service-features {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .floating-phone {
        bottom: 20px;
        right: 20px;
        padding: 14px 20px;
    }
    
    .floating-phone span {
        display: none;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .logo h1 {
        font-size: 22px;
    }
    
    .hero-title {
        font-size: 26px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .reason-card,
    .service-card,
    .testimonial-card {
        padding: 24px 20px;
    }
}