@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');
:root{--ink:#17202a;--muted:#68727d;--paper:#fffdf9;--line:#e8e4dc;--pink:#ed6b91;--teal:#3c9aa5;--gold:#d7a63b;--green:#819a75}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Cairo,Arial,sans-serif;line-height:1.7}a{text-decoration:none;color:inherit}
.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:28px;padding:14px 6%;background:rgba(255,253,249,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.logo{font-size:30px;font-weight:800;letter-spacing:4px;margin-left:auto}.header nav{display:flex;gap:22px;font-size:14px}.header nav a:hover{color:var(--pink)}.cart{font-weight:700;white-space:nowrap}.cart span{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:var(--ink);color:#fff;font-size:12px}
.hero{min-height:650px;padding:90px 8%;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;background:linear-gradient(135deg,#fffdf9 55%,#f5eee4)}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--gold)}h1{font-size:clamp(42px,6vw,76px);line-height:1.15;margin:15px 0}h1 strong{color:var(--teal)}h2{font-size:38px;line-height:1.25;margin:8px 0}h3{margin:10px 0 5px}p{color:var(--muted);margin:6px 0 20px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn,button{border:0;border-radius:12px;padding:13px 22px;font:inherit;font-weight:800;cursor:pointer}.primary{background:var(--ink);color:#fff}.secondary{border:1px solid var(--ink);background:transparent}
.hero-card{min-height:410px;border:1px solid var(--line);border-radius:30px;display:grid;place-items:center;background:#fff;box-shadow:0 25px 70px rgba(30,30,30,.08);transform:rotate(2deg)}.mock-book{width:65%;aspect-ratio:3/4;border-radius:8px 18px 18px 8px;background:linear-gradient(145deg,var(--pink),var(--teal));color:#fff;display:grid;place-items:center;font-size:52px;font-weight:800;letter-spacing:6px;box-shadow:12px 15px 0 #eee6da}
.section{padding:90px 8%}.section-head{text-align:center;max-width:720px;margin:0 auto 42px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 10px 35px rgba(20,20,20,.04)}.product-img{height:250px;border-radius:15px;display:grid;place-items:center;font-size:75px}.pink{background:#fbe5ec}.green{background:#e6eee1}.blue{background:#e2f0f2}.product-card button{background:var(--ink);color:#fff;width:100%;margin-top:12px}
.custom{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:#f4f0e8}.custom-form,.order-form{display:grid;gap:14px;background:#fff;padding:25px;border:1px solid var(--line);border-radius:20px}label{font-weight:700;display:grid;gap:7px}input,select,textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit}textarea{min-height:110px;resize:vertical}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps>div{padding:25px;border-top:3px solid var(--gold);background:#fff;border-radius:12px}.steps b{font-size:25px;color:var(--pink)}.order{background:#fff}.order-form{max-width:720px;margin:auto}.success{text-align:center;color:var(--green);font-weight:800;margin-top:18px}.contact{text-align:center;background:#f7e8ed}footer{text-align:center;padding:25px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
@media(max-width:850px){.header{flex-wrap:wrap}.header nav{order:3;width:100%;overflow:auto;justify-content:flex-start}.hero,.custom{grid-template-columns:1fr}.grid,.steps{grid-template-columns:1fr 1fr}.hero{padding-top:55px}.section{padding:65px 5%}}@media(max-width:560px){.grid,.steps{grid-template-columns:1fr}.hero-card{min-height:300px}.logo{margin-left:0}.header{gap:15px}.header nav{gap:15px;font-size:13px}}
