
:root{
  --bg:#070a10;
  --text:#f6f7fb;
  --muted:#c6cbd4;
  --accent:#e1ab3f;
  --accent-2:#f1c35f;
  --line:rgba(225,171,63,.34);
  --line-soft:rgba(225,171,63,.18);
  --panel:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.015));
  --shadow:0 0 0 1px rgba(225,171,63,.22), 0 0 26px rgba(225,171,63,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',sans-serif;color:var(--text);background:radial-gradient(circle at 18% 0%,rgba(225,171,63,.08),transparent 32%),radial-gradient(circle at 100% 12%,rgba(225,171,63,.06),transparent 25%),linear-gradient(180deg,#05080d 0%,#080b12 100%)}
a{text-decoration:none}
img{display:block;max-width:100%}
.container-xl{max-width:1280px}
.site-header{backdrop-filter:blur(10px);background:rgba(5,8,13,.86);border-bottom:1px solid rgba(255,255,255,.04)}
.header-inner{min-height:92px}
.brand-logo{height:60px;width:auto}
.nav-gap{gap:1.2rem}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.84);font-weight:500;padding:2rem 0 .85rem;border-bottom:2px solid transparent;transition:.25s ease}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active{color:var(--accent);border-bottom-color:var(--accent)}
.btn-order,.btn-outline-gold{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:700;transition:.25s ease}
.btn-order{padding:.92rem 1.35rem;background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#1b160d;border:1px solid rgba(255,255,255,.08)}
.btn-order:hover{transform:translateY(-2px);color:#1b160d;background:linear-gradient(180deg,#f4c867,#e5b246)}
.btn-outline-gold{padding:.92rem 1.35rem;border:1px solid rgba(225,171,63,.42);color:#fff;background:rgba(255,255,255,.02)}
.btn-outline-gold:hover{background:rgba(225,171,63,.10);color:#fff}
.hero-section{padding:2.25rem 0 1.55rem}
.hero-section h1{font-size:clamp(2.85rem,5vw,4.75rem);line-height:.98;font-weight:800;margin:0 0 1rem}
.hero-section h1 span{color:var(--accent)}
.hero-copy{font-size:1.18rem;line-height:1.72;color:var(--muted);max-width:620px;margin-bottom:1.4rem}
.hero-features{display:flex;flex-wrap:wrap;gap:1rem 1.3rem;margin-bottom:1.6rem}
.hero-feature{display:flex;align-items:center;gap:.8rem;min-width:150px}
.hero-feature i{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);color:var(--accent);font-size:1.45rem;background:rgba(255,255,255,.01)}
.hero-feature span{line-height:1.4;color:#f0f2f7}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}
.hero-visual{position:relative;min-height:430px;padding-right:5.8rem;padding-bottom:2rem}
.hero-main-frame{width:100%;padding:1rem;border-radius:40px;border:1px solid rgba(225,171,63,.34);background:var(--panel);box-shadow:var(--shadow)}
.hero-main-image{width:100%;min-height:330px;object-fit:cover;border-radius:32px}
.hero-side{position:absolute;right:0;overflow:hidden;border-radius:50%;padding:6px;border:1px solid rgba(225,171,63,.4);background:rgba(10,12,18,.82);box-shadow:var(--shadow)}
.hero-side img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.hero-side-top{top:1rem;width:235px;height:235px}
.hero-side-bottom{bottom:0;width:228px;height:228px}
.content-section{padding:1.15rem 0 1.35rem}
.section-title{display:flex;align-items:center;gap:1.15rem;margin-bottom:1.3rem}
.section-title span{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(225,171,63,.42),transparent)}
.section-title h2{margin:0;font-size:2rem;font-weight:800;text-align:center;white-space:nowrap}
.segment-card,.process-card,.quick-card,.benefit-strip,.site-footer{background:var(--panel)}
.segment-card{height:100%;border:1px solid var(--line-soft);border-radius:24px;overflow:hidden;position:relative;box-shadow:0 10px 22px rgba(0,0,0,.18), inset 0 0 0 1px rgba(225,171,63,.08)}
.segment-card img{width:100%;height:155px;object-fit:cover}
.segment-body{padding:1rem 1rem 1.15rem;text-align:center}
.segment-body h3{font-size:1.7rem;line-height:1.15;font-weight:700;margin:0 0 .55rem}
.segment-body p{margin:0;color:var(--muted);line-height:1.5}
.segment-icon{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:52px;height:52px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:rgba(8,10,15,.88);color:var(--accent);font-size:1.35rem;z-index:2}
.process-row .d-flex{position:relative}
.process-card{width:100%;padding:1.35rem 1.1rem;border:1px solid var(--line-soft);border-radius:24px;display:grid;grid-template-columns:auto 1fr;gap:.85rem 1rem;align-items:start;position:relative;min-height:100%}
.step-badge{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#1b160d;font-weight:800;grid-column:1/2;grid-row:1/2}
.process-card i{font-size:2.3rem;color:var(--accent);grid-column:2/3;grid-row:1/2;justify-self:start}
.process-card h3{grid-column:1/3;font-size:1.5rem;font-weight:700;margin:.1rem 0 .4rem}
.process-card p{grid-column:1/3;margin:0;color:var(--muted);line-height:1.58}
.quick-card{height:100%;border:1px solid rgba(225,171,63,.16);border-radius:28px;padding:1.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center;position:relative;overflow:hidden}
.quick-media.phone img{width:115px;height:170px;object-fit:contain;border-radius:16px}
.quick-media.dish img{width:180px;height:140px;object-fit:cover;border-radius:999px;background:#0b0e14}
.quick-media.catering img{width:150px;height:140px;object-fit:cover;border-radius:18px;background:#0b0e14}
.quick-content h3{font-size:2rem;font-weight:800;line-height:1.15;margin:0 0 .7rem}
.quick-content p{font-size:1.08rem;color:var(--muted);line-height:1.68;max-width:360px;margin:0 0 1.15rem}
.btn-quick{padding:.82rem 1rem}
.quick-ghost{align-self:end;color:rgba(225,171,63,.24);font-size:3rem}
#rychly-pristup .quick-grid{align-items:stretch}
#rychly-pristup .quick-grid>div{display:flex}
#rychly-pristup .quick-card{width:100%;min-height:470px;grid-template-columns:1fr;grid-template-rows:205px 1fr;padding:0;gap:0;align-items:stretch}
#rychly-pristup .quick-media{height:205px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--line-soft);background:radial-gradient(circle at 50% 40%,rgba(225,171,63,.13),transparent 62%),#090c11}
#rychly-pristup .quick-media.phone img{width:auto;height:195px;margin-top:12px}
#rychly-pristup .quick-media.dish img,
#rychly-pristup .quick-media.catering img{width:100%;height:100%;border-radius:0;object-fit:cover}
#rychly-pristup .quick-content{min-height:265px;display:flex;flex-direction:column;align-items:flex-start;padding:1.45rem 1.5rem 1.55rem}
#rychly-pristup .quick-content h3{font-size:1.58rem;margin-bottom:.65rem}
#rychly-pristup .quick-content p{font-size:.98rem;line-height:1.58;margin-bottom:1.2rem}
#rychly-pristup .quick-content .btn{margin-top:auto}
#rychly-pristup .quick-ghost{display:none}
.benefit-strip{border:1px solid rgba(225,171,63,.18);border-radius:24px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.benefit-item{padding:1.2rem 1rem;display:flex;gap:1rem;align-items:flex-start;border-right:1px solid rgba(225,171,63,.14)}
.benefit-item:last-child{border-right:none}
.benefit-item i{font-size:2rem;color:var(--accent);line-height:1}
.benefit-item strong{display:block;font-size:1.16rem;margin-bottom:.35rem}
.benefit-item span{display:block;color:var(--muted);line-height:1.45}
.site-footer{margin-top:1.2rem;padding:1.8rem 0 .7rem;border-top:1px solid rgba(225,171,63,.15)}
.footer-main{display:grid;grid-template-columns:1.25fr 1.15fr repeat(3,.75fr) .7fr;gap:1.25rem;align-items:flex-start}
.footer-logo{height:58px}
.footer-contact-col,.footer-nav-col,.footer-social-col{display:flex;flex-direction:column;gap:.6rem}
.site-footer h3{margin:0 0 .25rem;color:var(--accent);font-size:1rem;font-weight:700}
.site-footer a,.site-footer span{color:#dddfe6}
.footer-contact-col a{display:flex;align-items:center;gap:.65rem}
.footer-social-links{display:flex;gap:.75rem}
.footer-social-links a{width:48px;height:48px;border:1px solid rgba(225,171,63,.28);border-radius:50%;display:grid;place-items:center;color:var(--accent);font-size:1.25rem}
.footer-bottom{margin-top:1.3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:1rem;color:#b8bec9;font-size:.96rem}
.footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
[data-reveal].revealed{opacity:1;transform:none}
@media (max-width:1399px){
  .hero-side-top{width:210px;height:210px}
  .hero-side-bottom{width:204px;height:204px}
}
@media (max-width:1199px){
  .section-title h2{white-space:normal}
  .segment-body h3{font-size:1.45rem}
  .benefit-strip{grid-template-columns:repeat(2,1fr)}
  .benefit-item:nth-child(2){border-right:none}
  .benefit-item:nth-child(-n+2){border-bottom:1px solid rgba(225,171,63,.14)}
  .footer-main{grid-template-columns:1.2fr 1fr 1fr 1fr}
  .footer-social-col{grid-column:4}
}
@media (max-width:991px){
  .header-inner{padding:.45rem 0}
  .navbar-dark .navbar-nav .nav-link{padding:.85rem 0;border-bottom:none}
  .nav-gap{gap:0}
  .hero-visual{padding-right:0;min-height:auto}
  .hero-main-image{min-height:300px}
  .hero-side{display:none}
  .quick-card{grid-template-columns:1fr}
  .quick-ghost{display:none}
  .footer-main{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1199px) and (min-width:768px){
  #rychly-pristup .quick-grid>div:last-child{margin-inline:auto}
}
@media (max-width:767px){
  .brand-logo{height:54px}
  .hero-copy{font-size:1.05rem}
  .hero-features{flex-direction:column;gap:.85rem}
  .hero-actions{flex-direction:column;align-items:stretch}
  .process-card h3{font-size:1.32rem}
  .quick-content h3{font-size:1.7rem}
  .benefit-strip{grid-template-columns:1fr}
  .benefit-item{border-right:none!important;border-bottom:1px solid rgba(225,171,63,.14)}
  .benefit-item:last-child{border-bottom:none}
  .footer-main{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width:575px){
  .container-xl{padding-left:1rem;padding-right:1rem}
  .hero-section h1{font-size:2.55rem}
  .hero-main-frame{padding:.8rem;border-radius:26px}
  .hero-main-image{border-radius:20px;min-height:260px}
  .segment-card,.process-card,.quick-card,.benefit-strip{border-radius:22px}
  .quick-media.dish img{width:150px;height:120px}
}
