:root{
  --brand-brown:#5b371f;
  --brand-gold:#d8a21d;
  --brand-paper:#f7f1e7;
  --ink:#26170d;
  --muted:#786452;
  --card:#fffaf2;
  --line:rgba(91,55,31,.14);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Karla',Arial,sans-serif;background:linear-gradient(180deg,#f7f0e4 0%,var(--brand-paper) 100%);color:var(--ink)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.shell{width:min(1160px,calc(100% - 32px));margin:0 auto}
.badge{display:inline-flex;padding:10px 16px;border-radius:999px;border:1px solid var(--line);background:#f8efe2;color:var(--brand-brown);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}
.section-heading{text-align:center;max-width:760px;margin:0 auto 28px}
.section-heading h1{margin:16px 0 12px;font-size:clamp(34px,5vw,58px);line-height:1.05;color:var(--brand-brown)}
.section-heading p{margin:0;color:var(--muted);line-height:1.8;font-size:18px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(250,245,235,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(91,55,31,.08)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.logo-link img{height:62px;width:auto}
.site-nav{display:flex;gap:26px;align-items:center}
.site-nav a{font-weight:800;color:var(--brand-brown);letter-spacing:.03em}
.site-nav a.active,.site-nav a:hover{color:#000}
.nav-cta{padding:12px 18px;border-radius:999px;background:var(--brand-gold);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(216,162,29,.26)}
.hero{padding:34px 0 22px}
.hero-card{position:relative;overflow:hidden;border-radius:34px;background:#fff;box-shadow:0 20px 40px rgba(0,0,0,.08);border:1px solid rgba(91,55,31,.08)}
.hero-top{padding:28px 28px 18px;background:#faf6ef;position:relative}
.hero-top::after,.tear-divider::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:42px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='42' viewBox='0 0 1200 42'%3E%3Cpath fill='%23fff8f1' d='M0 0c52 15 97 17 150 8 74-13 125-8 190 8 59 14 109 17 177 1 66-15 120-20 188 1 57 18 109 17 168 0 61-18 119-18 176 6 37 16 86 20 151 13v5H0V0z'/%3E%3C/svg%3E") center bottom/cover no-repeat;pointer-events:none}
.hero-nav{display:flex;justify-content:center;gap:44px;padding-top:14px;font-weight:800;color:var(--brand-brown)}
.hero-brand{display:flex;justify-content:center}
.hero-brand img{max-height:86px;width:auto}
.hero-visual{position:relative;min-height:450px;background:linear-gradient(180deg,rgba(223,171,22,.97),rgba(216,162,29,.95));overflow:hidden}
.hero-visual::before{content:"LOCAL EGYPT";position:absolute;inset:auto auto 30px 3%;font-size:min(18vw,190px);font-weight:800;letter-spacing:.06em;color:rgba(91,55,31,.14);white-space:nowrap}
.hero-visual .bg-collage{position:absolute;inset:0;background-size:cover;background-position:center;mix-blend-mode:multiply;opacity:.66;filter:saturate(0.9) contrast(1.05)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;align-items:end;min-height:450px;padding:34px}
.hero-copy{max-width:640px;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.25)}
.hero-copy h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:16px 0 12px}
.hero-copy p{font-size:18px;line-height:1.75;margin:0 0 22px;color:rgba(255,255,255,.94)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:16px;font-weight:800}
.btn.primary{background:var(--brand-brown);color:#fff}
.btn.secondary{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.4);color:#fff;backdrop-filter:blur(6px)}
.hero-gallery{display:flex;align-items:flex-end;justify-content:flex-end;gap:0;min-height:100%}
.hero-gallery .palm,.hero-gallery .street,.hero-gallery .pyramids,.hero-gallery .sphinx{position:absolute;bottom:0;filter:drop-shadow(0 10px 20px rgba(0,0,0,.22))}
.hero-gallery .palm{left:1%;width:26%;max-width:240px;border-radius:14px 14px 0 0;overflow:hidden}
.hero-gallery .pyramids{left:14%;width:53%;max-width:500px;border-radius:18px 18px 0 0;overflow:hidden}
.hero-gallery .sphinx{left:40%;width:23%;max-width:210px;border-radius:16px 16px 0 0;overflow:hidden}
.hero-gallery .street{right:0;width:29%;max-width:270px;border-radius:18px 0 0 0;overflow:hidden}
.hero-gallery img{width:100%;height:100%;object-fit:cover}
.columns-card{margin:30px auto 54px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff8f1;border:1px solid var(--line);border-radius:0 0 20px 20px;box-shadow:0 20px 36px rgba(0,0,0,.07);overflow:hidden}
.col-box{padding:22px 22px 20px;min-height:220px}
.col-box + .col-box{border-left:1px solid var(--line)}
.col-box h3{margin:0 0 14px;font-size:18px;color:var(--brand-brown)}
.col-box p,.col-box li{color:var(--muted);line-height:1.65;font-size:14px}
.mini-list{display:grid;gap:14px}
.mini-item{display:grid;grid-template-columns:84px 1fr;gap:12px;align-items:start}
.mini-item img{width:84px;height:62px;object-fit:cover;border-radius:10px}
.mini-item b{display:block;margin-bottom:4px;color:#22140c}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.gallery-grid img{height:78px;border-radius:10px;object-fit:cover}
.paper-section{padding:32px 0 70px}
.identity-box{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
.info-card,.image-card,.tips-strip,.contact-box,.faq-card,.about-card,.blog-card,.tour-card,.trip-detail,.side-card,.meeting-card{background:var(--card);border:1px solid var(--line);box-shadow:0 16px 34px rgba(0,0,0,.06)}
.info-card{padding:28px;border-radius:28px}
.info-card h2{font-size:36px;margin:14px 0 12px;color:var(--brand-brown)}
.info-card p{margin:0;color:var(--muted);line-height:1.85;font-size:17px}
.image-card{position:relative;border-radius:28px;overflow:hidden;display:grid;grid-template-rows:1fr 1fr}
.image-card img{width:100%;height:100%;object-fit:cover;min-height:220px}
.stamp-row{padding:10px 0 68px}
.stamp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.deco-stamp{display:flex;align-items:center;justify-content:center;padding:22px}
.deco-stamp .tour-stamp{position:relative;inset:auto;transform:none;width:240px;height:240px;background:#fffdf8}
.tours-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tour-card{border-radius:26px;overflow:hidden;display:flex;flex-direction:column}
.tour-image-wrap{position:relative}
.tour-image-wrap img{width:100%;height:245px;object-fit:cover}
.tour-body{padding:18px 18px 22px}
.tour-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.tour-meta span{padding:7px 10px;border-radius:999px;background:#f6ebda;color:var(--brand-brown);font-size:12px;font-weight:800}
.tour-body h3{margin:0 0 10px;font-size:24px;color:#23150d}
.tour-body p{margin:0 0 14px;color:var(--muted);line-height:1.75}
.tour-link{font-weight:800;color:var(--brand-brown)}
.tour-stamp{position:absolute;right:16px;top:16px;width:122px;height:122px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,250,242,.95);border:6px double rgba(91,55,31,.45);box-shadow:0 10px 24px rgba(0,0,0,.1);text-align:center;transform:rotate(-10deg)}
.tour-stamp::before,.tour-stamp::after{content:"";position:absolute;inset:8px;border-radius:50%;border:1px dashed rgba(91,55,31,.35)}
.tour-stamp .top,.tour-stamp .bottom{position:relative;z-index:1;font-size:11px;font-weight:800;color:var(--brand-brown);letter-spacing:.08em;text-transform:uppercase;line-height:1.1;max-width:88px}
.tour-stamp .mid{position:relative;z-index:1;font-size:22px;font-weight:800;color:var(--brand-gold);line-height:1;margin:8px 0}
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.blog-card{border-radius:26px;overflow:hidden}
.blog-card img{width:100%;height:260px;object-fit:cover}
.blog-card .pad{padding:20px}
.blog-card h3{margin:10px 0 10px;font-size:28px;color:var(--brand-brown)}
.blog-card p{margin:0;color:var(--muted);line-height:1.8}
.small-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f6ebda;color:var(--brand-brown);font-weight:800;font-size:12px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.about-card{border-radius:28px;padding:26px}
.about-card h2{margin:0 0 10px;color:var(--brand-brown);font-size:34px}
.about-card p{margin:0;color:var(--muted);line-height:1.85}
.about-points{display:grid;gap:10px;margin-top:18px}
.about-points span{padding:14px;border-radius:16px;background:#f5ead8;color:var(--brand-brown);font-weight:800}
.about-card img{width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:20px}
.faq-list{display:grid;gap:14px}
.faq-card{border-radius:22px;padding:0 20px}
.faq-card summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:800;color:var(--brand-brown);font-size:18px}
.faq-card p{margin:0 0 18px;color:var(--muted);line-height:1.8}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}
.contact-box,.meeting-card{border-radius:26px;padding:24px}
.contact-box h2,.meeting-card h2,.trip-detail h2,.side-card h3{margin:0 0 10px;color:var(--brand-brown)}
.contact-box p,.meeting-card p,.trip-detail p,.side-card p{color:var(--muted);line-height:1.8}
.contact-list{display:grid;gap:10px;margin-top:16px}
.contact-list span{padding:12px 14px;border-radius:14px;background:#f6ebda;color:var(--brand-brown);font-weight:700}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-weight:700;color:var(--brand-brown);font-size:14px}
input,textarea,select{width:100%;margin-top:6px;padding:12px 13px;border-radius:14px;border:1px solid #ddcfbc;background:#fff;color:#2d2016;font:inherit}
textarea{resize:vertical}
.form-note{margin-top:14px;padding:12px 14px;border-radius:14px;background:#edf7ee;color:#25593a;display:none}
.form-note.err{background:#fdeceb;color:#903838}
.trip-hero{padding:34px 0 26px}
.trip-shell{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.trip-visual{position:relative;overflow:hidden;border-radius:28px;border:1px solid var(--line);box-shadow:0 16px 34px rgba(0,0,0,.07)}
.trip-visual img{width:100%;height:100%;min-height:460px;object-fit:cover}
.trip-visual .tour-stamp{width:150px;height:150px;right:20px;top:20px}
.trip-detail{border-radius:28px;padding:28px}
.trip-detail h1{font-size:44px;line-height:1.05;margin:12px 0 12px;color:var(--brand-brown)}
.trip-stats{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 20px}.trip-stats span{padding:9px 12px;border-radius:999px;background:#f6ebda;color:var(--brand-brown);font-weight:800;font-size:13px}
.trip-columns{display:grid;grid-template-columns:1fr 340px;gap:22px;padding:0 0 70px}
.trip-detail h2{font-size:30px;margin-top:26px}
.trip-detail ul{padding-left:18px;color:var(--muted);line-height:1.9}
.side-stack{display:grid;gap:18px}.side-card{border-radius:24px;padding:20px}
.side-card .btn{width:100%;margin-top:12px}
.side-card .small{font-size:14px}
.social-list{display:flex;flex-wrap:wrap;gap:10px}.social-list a{padding:10px 12px;border-radius:999px;background:#f6ebda;color:var(--brand-brown);font-weight:800;font-size:13px}
.site-footer{padding:26px 0 90px;background:#f8f0e3;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px;align-items:flex-start}
.footer-logo{height:54px;width:auto;margin-bottom:10px}.site-footer p{color:var(--muted);line-height:1.8;margin:0}.site-footer h4{margin:0 0 10px;color:var(--brand-brown)}
.footer-bottom{padding-top:20px;margin-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--brand-brown);font-weight:700}
.wa-float{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;box-shadow:0 16px 32px rgba(37,211,102,.35);z-index:50}
@media (max-width:1020px){.hero-inner,.identity-box,.trip-shell,.trip-columns,.about-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.columns-card,.tours-wrap,.blog-grid,.stamp-grid{grid-template-columns:1fr}.hero-gallery .palm{width:28%}.hero-gallery .pyramids{width:58%}.hero-gallery .sphinx{width:24%}.hero-gallery .street{width:32%}}
@media (max-width:720px){.site-nav{gap:14px;flex-wrap:wrap;justify-content:center}.nav-wrap{flex-direction:column}.hero-top{padding:20px}.hero-nav{gap:20px;flex-wrap:wrap}.hero-visual{min-height:540px}.hero-inner{padding:18px;min-height:540px}.hero-copy h1{font-size:40px}.columns-card{margin-top:18px}.col-box + .col-box{border-left:0;border-top:1px solid var(--line)}.form-grid{grid-template-columns:1fr}.tour-stamp{width:108px;height:108px}.trip-visual .tour-stamp{width:126px;height:126px}.trip-detail h1{font-size:34px}.wa-float{left:12px;right:12px;text-align:center}}
