:root{

--dark:#561C24;

--dark2:#6D2932;

--cream:#C7B7A3;

--light:#f5e6d3;

--white:#f3cdcd;

}
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Inter',sans-serif;
background:var(--light);
color:var(--dark);
line-height:1.8;

}

h1,h2,h3{

font-family:'Playfair Display',serif;

}

.container{

width:90%;
max-width:1200px;
margin:auto;

}

header{

background:white;
padding:10px 0;
position:sticky;
top:0;
z-index:999;
box-shadow:0 2px 15px rgba(0,0,0,.05);

}

.logo{

font-size:1.7rem;
font-weight:700;
text-decoration:none;
color:var(--dark);

}
.logo img{

height:48px;

width:auto;

display:block;

}
.hero{

position:relative;
height:85vh;
overflow:hidden;

}

.hero img{

width:100%;
height:100%;
object-fit:cover;

}

.overlay{

position:absolute;
inset:0;
background:rgba(0,0,0,.45);

}

.hero-content{

position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);

text-align:center;
color:white;
max-width:850px;
padding:20px;

}

.hero-content h1{

font-size:4rem;
margin:20px 0;

}

.hero-content p{

font-size:1.2rem;

}
.hero-highlights{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:12px;

margin-top:30px;

}

.hero-highlights span{

background:rgba(232,216,196,.18);

border:1px solid rgba(255,255,255,.25);

backdrop-filter:blur(8px);

padding:12px 18px;

border-radius:50px;

font-size:.95rem;

font-weight:600;

color:#fff;

}
.category{

background:rgba(255,255,255,.2);
padding:10px 20px;
border-radius:40px;

}

.article-container{

text-align:left;

}

.content-section,
article{

max-width:900px;

margin:auto;

}
.article-meta{

margin-bottom:40px;
color:var(--grey);

}

article h2,
.content-section h2,
.faq h2,
.pricing-table h2{

margin:40px 0 16px;
font-size:2rem;
line-height:1.25;

}

article p,
.content-section p{

margin-bottom:20px;
line-height:1.85;
font-size:1.06rem;
max-width:75ch;

}

.article-image,
.content-image{

width:100%;

border-radius:20px;

margin:40px 0;

transition:.45s;

}

.article-image:hover,
.content-image:hover{

transform:scale(1.03);

}

.parallax-section{

background-image:url('../images/cafe-menu.jpg');
background-attachment:fixed;
background-position:center;
background-size:cover;

padding:90px 20px;
margin:50px 0;

}

.parallax-overlay{

max-width:900px;
margin:auto;

background:rgba(243,232,223,.90);

padding:50px;

border-radius:20px;

backdrop-filter:blur(8px);

}

.pricing-table{

max-width:900px;
margin:auto;
padding:40px 20px;

}

table{

width:100%;
border-collapse:collapse;
background:white;

}

th{

background:#452829;
color:white;

}

th,td{

padding:18px;
border:1px solid #ddd;

}
tr{

transition:.3s;

}

tr:hover{

background:#E8D8C4;

}
.faq{

max-width:900px;
margin:auto;
padding:50px 20px;

}

.faq-item{
transition:.35s cubic-bezier(0.25,0.8,0.25,1);
background:white;

padding:25px;

border-radius:15px;

margin-bottom:20px;

transition:.35s;

}

.faq-item:hover{

transform:translateY(-3px);

box-shadow:
0 10px 24px rgba(86,28,36,.08);


box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.about-buykit{

background:#452829;
color:white;
padding:80px 20px;
text-align:center;

}

.about-buykit a{

display:inline-block;
margin-top:20px;
padding:14px 30px;

background:white;
color:#452829;
text-decoration:none;
border-radius:50px;

}

footer{

text-align:center;
padding:25px;

}

@media(max-width:768px){
    .trust-grid{

grid-template-columns:1fr 1fr;

}
.feature-cards{

grid-template-columns:1fr;

}
.hero-content h1{

font-size:2.4rem;
.stats-cards{

grid-template-columns:1fr;

}

}

.parallax-section{

background-attachment:scroll;

}

}
.factors-section{

background:url('../images/restaurant-food.jpg');

background-size:cover;
background-position:center;

padding:90px 20px;

margin:80px 0;

}

.factors-overlay{

max-width:950px;

margin:auto;

background:rgba(86,28,36,.78);

backdrop-filter:blur(10px);

padding:50px;

border-radius:25px;

}

.factors-overlay h2{

color:#E8D8C4;

text-align:center;

margin-bottom:40px;

}

.factor-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:20px;

}

.factor-card{

background:rgba(255,255,255,.12);

padding:25px;

border-radius:18px;

color:white;

border:1px solid rgba(255,255,255,.15);

}

.factor-card h3{

margin-bottom:10px;

}
.feature-layout{

display:flex;

gap:50px;

align-items:center;

max-width:1100px;

margin:100px auto;

padding:0 20px;

}

.feature-text{

flex:1;

}

.feature-image{

flex:1;

}

.feature-image img{

width:100%;

border-radius:25px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}
.feature-image figure{

margin:0;

}

.feature-image figcaption{

margin-top:12px;

font-size:.92rem;

text-align:center;

color:#6D2932;

font-style:italic;

}
@media(max-width:768px){

.feature-layout{

flex-direction:column;

}

}
.content-section h2,
.feature-text h2,
.faq h2{

display:inline-block;

padding:14px 28px;

background:#561C24;

color:#E8D8C4;

border-radius:12px;

margin-bottom:30px;

}
.doodle{

position:fixed;

opacity:.10;

pointer-events:none;

font-size:70px;

animation:float 8s ease-in-out infinite;

z-index:1;

}

.doodle1{

left:4%;
top:25%;

}

.doodle2{

right:6%;
top:50%;

}

.doodle3{

left:10%;
bottom:15%;

}

@keyframes float{

0%,100%{

transform:translateY(0px);

}

50%{

transform:translateY(-25px);

}

}
/* QUICK ANSWER FIX */

.quick-answer{

    max-width:900px;

    margin:80px auto;

    padding:0 20px;

    text-align:center;

}

.quick-answer h2{

    display:inline-block;

    padding:14px 28px;

    background:#561C24;

    color:#E8D8C4;

    border-radius:12px;

    margin-bottom:25px;

}

.quick-answer p{

    max-width:850px;

    margin:auto;

    font-size:1.15rem;

    line-height:1.9;

}
#scroll-progress{

position:fixed;

top:0;
left:0;

height:5px;

width:0%;

background:#D4A373;

z-index:99999;

transition:width .08s linear;

}
#scroll-circle{

position:fixed;

right:25px;
bottom:25px;

width:65px;
height:65px;

border-radius:50%;

background:#561C24;

color:#E8D8C4;

display:flex;

align-items:center;
justify-content:center;

font-weight:700;

z-index:99999;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}
/* AUTHOR */

.author-box{

display:flex;

align-items:center;

gap:20px;

max-width:900px;

margin:0 auto 50px auto;

padding:0;

background:none;

box-shadow:none;

}

.author-logo{

width:70px;

height:70px;

object-fit:contain;

border-radius:50%;

background:white;

padding:8px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.author-info h4{

color:#561C24;

margin-bottom:5px;

}

.author-info p{

color:#6D2932;

font-size:.95rem;

}

/* TOC */

.toc{

padding:22px;
background:white;
border:1px solid rgba(86,28,36,.08);
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.toc h3{

font-size:2rem;

color:#561C24;

margin-bottom:25px;

}

.toc a{

display:block;

padding:14px 0;

text-decoration:none;

color:#561C24;

font-weight:600;

transition:.3s;

border-bottom:1px solid rgba(86,28,36,.08);

}
.toc a:last-child{

border-bottom:none;

}

.toc a:hover{

padding-left:15px;

color:#6D2932;

}
/* CTA */

.cta-section{

max-width:900px;

margin:70px auto;

text-align:center;

padding:60px 30px;

background:#561C24;

color:#E8D8C4;

border-radius:25px;

}

.cta-section a{

display:inline-block;

margin-top:20px;

padding:15px 35px;

background:white;

color:#561C24;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.cta-section a:hover{

transform:translateY(-4px);

}
.cta-benefits{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:12px;

margin:25px 0;

}

.cta-benefits span{

background:rgba(255,255,255,.12);

padding:10px 18px;

border-radius:50px;

font-size:.9rem;

}
/* STATS CARDS */

.stats-cards{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin:50px auto;

max-width:900px;

}

.stat-card{
transition:.4s cubic-bezier(0.25,0.8,0.25,1);
background:rgba(232,216,196,.55);

backdrop-filter:blur(12px);

border:1px solid rgba(86,28,36,.08);

border-radius:24px;

padding:30px;

text-align:center;

transition:.35s;

}

.stat-card:hover{

transform:translateY(-4px);

box-shadow:
0 12px 28px rgba(86,28,36,.10);

}

.stat-card h3{

font-size:2.5rem;

color:#561C24;

margin-bottom:10px;

}

.stat-card p{

margin:0;

color:#6D2932;

}
/* FEATURE CARDS */

.feature-cards{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:30px;

}

.feature-card{
transition:.4s cubic-bezier(0.25,0.8,0.25,1);
background:rgba(232,216,196,.55);

border:1px solid rgba(86,28,36,.10);

backdrop-filter:blur(12px);

padding:22px;

border-radius:18px;

transition:.35s;

}

.feature-card:hover{

transform:translateY(-4px);
box-shadow:
0 12px 28px rgba(86,28,36,.10);

border-color:#6D2932;

}

.feature-card h3{

margin-bottom:10px;

color:#561C24;

font-size:1.1rem;

}

.feature-card p{

margin:0;

color:#6D2932;

}
/* TRUST SECTION */

.trust-section{

max-width:1100px;

margin:100px auto;

padding:0 20px;

text-align:center;

}

.trust-section h2{

color:#561C24;

margin-bottom:40px;

}

.trust-grid{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:20px;

}

.trust-card{

background:rgba(232,216,196,.55);

border:1px solid rgba(86,28,36,.10);

backdrop-filter:blur(12px);

padding:30px 15px;

border-radius:20px;

transition:.35s;

display:flex;

flex-direction:column;

align-items:center;

gap:12px;

}

.trust-card:hover{

transform:translateY(-8px);

border-color:#6D2932;

}

.trust-card span{

font-weight:600;

color:#561C24;

}

/* WHATSAPP BUTTON */

.whatsapp-float{

position:fixed;

bottom:30px;

left:30px;

width:65px;

height:65px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

box-shadow:0 10px 30px rgba(0,0,0,.18);

z-index:9999;

transition:.3s;

}

.whatsapp-float:hover{

transform:translateY(-5px) scale(1.05);

}
.inline-link{

color:#E8D8C4;

font-weight:700;

text-decoration:none;

border-bottom:2px solid #E8D8C4;

transition:.3s;

}

.inline-link:hover{

color:#ffffff;

border-bottom-color:#ffffff;

}
/* INFORMATION GAIN SECTIONS */

.architecture-costs,
.tech-stack-section,
.roadmap-section{

max-width:1100px;

margin:100px auto;

padding:0 20px;

}

.cost-matrix{

width:100%;

border-collapse:collapse;

margin-top:35px;

background:rgba(232,216,196,.35);

backdrop-filter:blur(12px);

border-radius:20px;

overflow:hidden;

}

.cost-matrix th{

background:#561C24;

color:#E8D8C4;

}

.cost-matrix th,
.cost-matrix td{

padding:18px;

border:1px solid rgba(86,28,36,.08);

}

.tech-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-top:40px;

}

.tech-card{

background:rgba(232,216,196,.55);

padding:30px;

border-radius:24px;

border:1px solid rgba(86,28,36,.10);

transition:.35s;

}

.tech-card:hover{

transform:translateY(-6px);

}

.tech-card ul{

margin-top:15px;

padding-left:20px;

}

.roadmap{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:40px;

}

.roadmap-step{

background:rgba(232,216,196,.55);

padding:25px;

border-radius:22px;

border:1px solid rgba(86,28,36,.10);

transition:.35s;

}

.roadmap-step:hover{

transform:translateY(-6px);

}

.roadmap-step h3{

color:#561C24;

margin-bottom:12px;

}

@media(max-width:768px){

.tech-grid{

grid-template-columns:1fr;

}

.roadmap{

grid-template-columns:1fr;

}

}
.header-inner{

display:flex;
align-items:center;
justify-content:space-between;

}

.portfolio-btn{

text-decoration:none;
background:#561C24;
color:#fff;
padding:12px 22px;
border-radius:40px;
font-weight:600;
transition:.35s cubic-bezier(0.25,0.8,0.25,1);

}

.portfolio-btn:hover{

transform:translateY(-3px);
background:#6D2932;

}
.article-layout{

display:grid;
grid-template-columns:240px 1fr;
gap:60px;
align-items:start;
max-width:1280px;
margin:auto;

}

.toc-sidebar{

position:sticky;
top:90px;

max-height:80vh;

overflow-y:auto;

padding-right:6px;

}

.article-content{

min-width:0;
max-width:900px;
width:100%;

}
@media(max-width:1024px){

.article-layout{

display:block;

}

.toc-sidebar{

position:static;

}

}
@media(min-width:1700px){

.article-layout{

max-width:1400px;

}

.article-content{

max-width:950px;

}

}
@media(max-width:768px){

article p,
.content-section p{

font-size:1rem;
line-height:1.8;

}

article h2,
.content-section h2{

font-size:1.8rem;

}

}
.maintenance-costs,
.roi-section,
.comparison-section,
.restaurant-types{

max-width:1200px;
margin:80px auto;
padding:0 20px;

}

.section-intro{

margin-bottom:25px;

}

.maintenance-table{

width:100%;
border-collapse:collapse;
margin-top:25px;

}

.maintenance-table th{

background:#561C24;
color:#fff;
padding:16px;

}

.maintenance-table td{

padding:16px;
border:1px solid rgba(86,28,36,.10);

}

.roi-grid,
.comparison-grid,
.types-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:24px;
margin-top:30px;

}

.roi-card,
.comparison-card,
.type-card{

background:#fff;
border:1px solid rgba(86,28,36,.10);
border-radius:20px;
padding:28px;
transition:.4s cubic-bezier(0.25,0.8,0.25,1);

}

.roi-card:hover,
.comparison-card:hover,
.type-card:hover{

transform:translateY(-4px);
box-shadow:0 14px 30px rgba(86,28,36,.10);

}

.comparison-card ul{

padding-left:20px;

}

.comparison-card li{

margin-bottom:12px;

}
.featured-snippet-box{

background:#fff;

border-left:5px solid #561C24;

padding:20px 24px;

margin:25px 0 35px;

border-radius:12px;

line-height:1.8;

box-shadow:
0 8px 25px rgba(0,0,0,.05);

}