{
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
font-family: Arial, sans-serif;
background: #fff;
color: #1f1f1f;
line-height: 1.5;
overflow-x: hidden;
}

a {
text-decoration: none;
}

img {
max-width: 100%;
display: block;
}

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

.nav {
position: sticky;
top: 0;
z-index: 100;
background: rgba(255,255,255,0.92);
backdrop-filter: blur(14px);
box-shadow: 0 3px 18px rgba(0,0,0,0.08);
}

.nav-inner {
min-height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
}

.logo {
font-size: 24px;
font-weight: 900;
color: #ff5a00;
transition: transform .25s ease;
}

.logo {
transform: scale(1.05) rotate(-2deg);
}

.nav-links {
display: flex;
gap: 22px;
}

.nav-links a {
color: #222;
font-weight: 700;
transition: color .25s ease, transform .25s ease;
}

.nav-links a {
color: #ff5a00;
transform: translateY(-2px);
}

.menu-toggle {
display: none;
border: 0;
background: #ff5a00;
color: #fff;
width: 44px;
height: 44px;
border-radius: 14px;
font-size: 22px;
cursor: pointer;
transition: transform .2s ease, box-shadow .2s ease;
}

.menu-toggle {
transform: scale(.9);
}

.hero {
background:
radial-gradient(circle at top left, rgba(255,255,255,.3), transparent 35%),
linear-gradient(135deg, #ff5a00, #ffb000);
color: #fff;
padding: 95px 0;
text-align: center;
}

.badge {
display: inline-block;
background: rgba(255,255,255,.22);
padding: 9px 16px;
border-radius: 999px;
margin-bottom: 18px;
font-weight: 800;
animation: float 3s ease-in-out infinite;
}

.hero h1 {
font-size: 58px;
margin-bottom: 18px;
animation: fadeUp .7s ease both;
}

.hero p {
font-size: 22px;
max-width: 760px;
margin: 0 auto 30px;
animation: fadeUp .9s ease both;
}

.btn {
display: inline-block;
border: none;
cursor: pointer;
background: #ff5a00;
color: #fff;
padding: 14px 24px;
border-radius: 999px;
font-weight: 900;
font-size: 15px;
transition:
transform .2s ease,
box-shadow .2s ease,
background .2s ease;
}

.btn {
transform: translateY(-3px);
box-shadow: 0 12px 24px rgba(255,90,0,.28);
}

.btn {
transform: scale(.94);
}

.hero .btn,
.white-btn {
background: #fff;
color: #ff5a00;
}

.section {
padding: 70px 0;
}

.section-title {
text-align: center;
font-size: 38px;
margin-bottom: 38px;
}

.features,
.menu,
.reviews {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 26px;
}

.card,
.pizza,
.review {
background: #fff;
border-radius: 24px;
box-shadow: 0 10px 28px rgba(0,0,0,0.08);
transition:
transform .3s ease,
box-shadow .3s ease;
}

.card,
.pizza,
.review {
transform: translateY(-8px);
box-shadow: 0 18px 40px rgba(0,0,0,0.13);
}

.card {
padding: 30px;
text-align: center;
background: #fafafa;
}

.card h3,
.review h3 {
margin-bottom: 10px;
}

.pizza {
padding: 24px;
display: flex;
flex-direction: column;
}

.pizza img {
height: 220px;
width: 100%;
object-fit: cover;
border-radius: 18px;
margin-bottom: 18px;
transition: transform .35s ease;
}

.pizza img {
transform: scale(1.04);
}

.pizza h3 {
font-size: 22px;
margin-bottom: 6px;
}

.pizza p {
min-height: 48px;
}

.price {
color: #ff5a00;
font-size: 26px;
font-weight: 900;
margin: 18px 0;
}

.pizza .btn {
margin-top: auto;
width: 100%;
}

.review {
padding: 28px;
}

.faq {
max-width: 820px;
margin: 0 auto;
}

.faq-item {
margin-bottom: 14px;
border-radius: 18px;
overflow: hidden;
background: #fff;
box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.faq-question {
width: 100%;
border: 0;
background: #fff;
padding: 20px 24px;
text-align: left;
font-size: 18px;
font-weight: 900;
cursor: pointer;
position: relative;
transition: background .2s ease, color .2s ease;
}

.faq-question::after {
content: "+";
position: absolute;
right: 24px;
font-size: 24px;
transition: transform .25s ease;
}

.faq-item.active .faq-question {
color: #ff5a00;
background: #fff7f1;
}

.faq-item.active .faq-question::after {
transform: rotate(45deg);
}

.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height .35s ease;
}

.faq-answer p {
padding: 0 24px 22px;
}

.map iframe {
width: 100%;
height: 380px;
border: 0;
border-radius: 24px;
box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.cta {
background: #ff5a00;
color: #fff;
text-align: center;
}

.cta p {
font-size: 20px;
margin-bottom: 22px;
}

.cta-actions {
display: flex;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
}

.cart-float {
position: fixed;
right: 22px;
bottom: 22px;
z-index: 220;
border: 0;
background: #111;
color: #fff;
border-radius: 999px;
padding: 16px 20px;
font-size: 18px;
font-weight: 900;
cursor: pointer;
box-shadow: 0 12px 34px rgba(0,0,0,.28);
transition: transform .2s ease, box-shadow .2s ease;
}

.cart-float {
transform: translateY(-4px);
box-shadow: 0 18px 42px rgba(0,0,0,.36);
}

.cart-float {
transform: scale(.92);
}

.cart {
position: fixed;
right: 22px;
bottom: 92px;
width: 340px;
max-width: calc(100vw - 44px);
background: #111;
color: #fff;
border-radius: 24px;
padding: 20px;
box-shadow: 0 12px 40px rgba(0,0,0,0.35);
z-index: 210;
opacity: 0;
pointer-events: none;
transform: translateY(20px) scale(.96);
transition:
opacity .25s ease,
transform .25s ease;
}

.cart.open {
opacity: 1;
pointer-events: auto;
transform: translateY(0) scale(1);
}

.cart-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}

.cart-header button {
border: 0;
background: #333;
color: #fff;
width: 32px;
height: 32px;
border-radius: 50%;
font-size: 22px;
cursor: pointer;
transition: transform .2s ease, background .2s ease;
}

.cart-header button {
background: #ff5a00;
transform: rotate(90deg);
}

.cart-item {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 8px 0;
font-size: 14px;
border-bottom: 1px solid rgba(255,255,255,0.12);
animation: fadeUp .25s ease both;
}

.cart-total {
margin-top: 14px;
font-weight: 900;
font-size: 18px;
}

.cart-buttons {
display: flex;
gap: 10px;
margin-top: 14px;
}

.cart-buttons a,
.cart-buttons button {
flex: 1;
text-align: center;
border: 0;
border-radius: 14px;
padding: 12px;
font-weight: 900;
cursor: pointer;
transition: transform .2s ease, opacity .2s ease;
}

.cart-buttons a {
background: #2ecc71;
color: #fff;
}

.cart-buttons button {
background: #333;
color: #fff;
}

.cart-buttons a,
.cart-buttons button {
transform: translateY(-2px);
opacity: .9;
}

.toast {
position: fixed;
left: 50%;
bottom: 28px;
transform: translateX(-50%) translateY(30px);
background: #111;
color: #fff;
padding: 14px 20px;
border-radius: 999px;
font-weight: 800;
z-index: 300;
opacity: 0;
pointer-events: none;
transition: opacity .25s ease, transform .25s ease;
}

.toast.show {
opacity: 1;
transform: translateX(-50%) translateY(0);
}

.reveal {
opacity: 0;
transform: translateY(24px);
transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
opacity: 1;
transform: translateY(0);
}

footer {
background: #111;
color: #aaa;
text-align: center;
padding: 34px 20px;
}

@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(18px);
}

to {
    opacity: 1;
    transform: translateY(0);
}

}

@keyframes float {
0%, 100% {
transform: translateY(0);
}

50% {
    transform: translateY(-8px);
}

}

@media (max-width: 900px) {
.features,
.menu,
.reviews {
grid-template-columns: repeat(2, 1fr);
}

.hero h1 {
    font-size: 42px;
}

}

@media (max-width: 640px) {
.nav-inner {
min-height: auto;
padding: 14px 0;
}

.menu-toggle {
    display: block;
}

.nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 16px 40px rgba(0,0,0,.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease;
}

.nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.nav-links a {
    padding: 12px;
    border-radius: 12px;
}

.nav-links a:hover {
    background: #fff4ec;
}

.hero {
    padding: 64px 0;
}

.hero h1 {
    font-size: 34px;
}

.hero p {
    font-size: 18px;
}

.section {
    padding: 52px 0;
}

.section-title {
    font-size: 30px;
}

.features,
.menu,
.reviews {
    grid-template-columns: 1fr;
}

.pizza img {
    height: 210px;
}

.cart {
    left: 20px;
    right: 20px;
    bottom: 88px;
    width: auto;
    max-width: none;
}

.cart-float {
    right: 18px;
    bottom: 18px;
}

}
