.hero{position:relative;min-height:85vh;display:flex;align-items:center;background-color:var(--color-bg-warm);overflow:hidden}.hero::before{display:none}.hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-lg);padding:var(--space-xl) 0}.hero__content{max-width:600px}.hero__badge{display:inline-flex;align-items:center;gap:.4rem;background-color:var(--color-white);color:var(--color-text);padding:.4rem 1rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;margin-bottom:var(--space-sm);box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.hero__badge svg{width:16px;height:16px;fill:var(--color-accent)}.hero__title{font-size:clamp(1.8rem, 4vw, 2.8rem);font-family:var(--font-heading);line-height:1.5;letter-spacing:.08em;margin-bottom:var(--space-sm);color:var(--color-text)}.hero__title em{font-style:normal;color:var(--color-accent)}.hero__subtitle{font-size:1rem;color:var(--color-text-light);line-height:1.8;margin-bottom:var(--space-md)}.hero__cta{display:flex;flex-direction:column;gap:.75rem;align-items:center}.hero__note{font-size:.75rem;color:var(--color-text-muted)}.hero__image{width:100%;max-width:480px;border-radius:0;overflow:hidden;box-shadow:var(--shadow-md)}.hero__image img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.troubles__list{max-width:700px;margin:0 auto var(--space-lg)}.troubles__item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:1rem;border-bottom:1px dashed var(--color-border)}.troubles__item::before{content:'';flex-shrink:0;width:8px;height:8px;background-color:var(--color-accent);border-radius:50%}.troubles__answer{text-align:center;margin-top:var(--space-lg)}.troubles__answer-text{font-family:var(--font-heading);font-size:1.25rem;color:var(--color-text);margin-bottom:var(--space-sm);line-height:1.6}.features{counter-reset:feature}.feature-card{text-align:center;padding:var(--space-md) var(--space-sm)}.feature-card__number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--color-primary);color:var(--color-white);border-radius:50%;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin:0 auto var(--space-sm)}.feature-card__icon{font-size:2.5rem;margin-bottom:var(--space-sm);line-height:1}.feature-card__title{font-size:1.1rem;font-family:var(--font-heading);margin-bottom:.5rem;color:var(--color-text)}.feature-card__text{font-size:.9rem;color:var(--color-text-light);line-height:1.7}.menu-preview__cards{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-bottom:var(--space-lg)}.menu-card{display:flex;gap:var(--space-md);background-color:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm)}.menu-card__image{flex-shrink:0;width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden}.menu-card__image img{width:100%;height:100%;object-fit:cover}.menu-card__body{flex:1}.menu-card__title{font-size:1rem;font-family:var(--font-heading);margin-bottom:.25rem}.menu-card__desc{font-size:.85rem;color:var(--color-text-light);margin-bottom:.5rem}.menu-card__price{font-size:1rem;font-weight:700;color:var(--color-accent)}.menu-card__price small{font-size:.8rem;font-weight:400;color:var(--color-text-muted)}.voice-preview__cards{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-bottom:var(--space-lg)}.voice-card{background-color:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm);position:relative}.voice-card__stars{color:var(--color-accent);font-size:1rem;margin-bottom:.5rem;letter-spacing:.1em}.voice-card__text{font-size:.9rem;line-height:1.8;color:var(--color-text-light);margin-bottom:.75rem}.voice-card__meta{font-size:.8rem;color:var(--color-text-muted)}.access-preview{text-align:center}.access-preview__map{width:100%;border-radius:var(--radius-md);overflow:hidden;margin-bottom:var(--space-md);box-shadow:var(--shadow-sm)}.access-preview__map iframe{width:100%;height:300px;border:none}.access-preview__info{display:grid;grid-template-columns:1fr;gap:var(--space-sm);text-align:left;max-width:600px;margin:0 auto var(--space-md)}.access-preview__item{display:flex;gap:.75rem;align-items:baseline}.access-preview__label{flex-shrink:0;font-size:.85rem;font-weight:600;color:var(--color-text);min-width:5em}.access-preview__value{font-size:.9rem;color:var(--color-text-light)}.cta-section{text-align:center;background-color:var(--color-bg-warm);padding:var(--space-xl) 0}.cta-section__title{font-size:1.5rem;font-family:var(--font-heading);margin-bottom:.5rem}.cta-section__subtitle{font-size:.95rem;color:var(--color-text-light);margin-bottom:var(--space-lg)}.cta-section__buttons{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:400px;margin:0 auto}.cta-section__note{font-size:.8rem;color:var(--color-text-muted);margin-top:var(--space-sm)}@media (min-width:640px){.hero__cta{flex-direction:row;justify-content:center}.menu-preview__cards{grid-template-columns:repeat(2,1fr)}.voice-preview__cards{grid-template-columns:repeat(2,1fr)}.access-preview__map iframe{height:400px}.cta-section__buttons{flex-direction:row;max-width:600px}.cta-section__buttons .btn{flex:1}}@media (min-width:960px){.hero__inner{flex-direction:row;text-align:left;gap:var(--space-xl);padding:var(--space-2xl) 0}.hero__content{flex:1}.hero__cta{justify-content:flex-start}.hero__image{flex:1;max-width:500px}.menu-preview__cards{grid-template-columns:repeat(3,1fr)}.menu-card{flex-direction:column;text-align:center}.menu-card__image{width:100%;height:160px}.cta-section__title{font-size:1.75rem}}