@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Cairo,Segoe UI,Tahoma,Arial,sans-serif;background:#f7f9fc;color:#17212f}button,a{font-family:inherit}.landing{position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px 90px;text-align:center;background:radial-gradient(circle at 10% 10%,rgba(197,111,74,.1),transparent 28%),radial-gradient(circle at 90% 85%,rgba(28,69,104,.08),transparent 30%),#f7f9fc}.background-shape{position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px)}.shape-one{width:420px;height:420px;top:-220px;right:-160px;background:#c56f4a12}.shape-two{width:500px;height:500px;bottom:-320px;left:-200px;background:#193a570d}.content{position:relative;z-index:2;width:100%;max-width:760px;display:flex;flex-direction:column;align-items:center;text-align:center}.brand{margin-bottom:35px;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;animation:fadeDown .7s ease both}.logo{display:block;width:280px;max-width:80vw;height:auto}.status-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 16px;border-radius:999px;background:#c56f4a17;border:1px solid rgba(197,111,74,.16);color:#a55435;font-size:13px;font-weight:700;margin-bottom:22px;animation:fadeUp .7s .1s ease both}.status-dot{width:8px;height:8px;flex-shrink:0;border-radius:50%;background:#c46f4a;box-shadow:0 0 0 5px #c46f4a1a;animation:pulse 2s infinite}h1{margin:0;font-size:clamp(36px,5vw,58px);line-height:1.35;letter-spacing:-1.5px;font-weight:800;color:#182735;animation:fadeUp .7s .15s ease both}.description{max-width:650px;margin:22px 0 30px;color:#657384;font-size:17px;line-height:2;font-weight:500;animation:fadeUp .7s .2s ease both}.contact-card{width:100%;max-width:600px;display:flex;align-items:center;gap:18px;padding:22px;text-align:right;background:#ffffffe6;border:1px solid rgba(220,226,233,.9);border-radius:20px;box-shadow:0 20px 50px #192d4114,0 2px 8px #192d4108;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .25s ease,box-shadow .25s ease;animation:fadeUp .7s .3s ease both}.contact-card:hover{transform:translateY(-3px);box-shadow:0 25px 60px #192d411f,0 3px 10px #192d410a}.contact-icon{flex-shrink:0;width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#c46f4a,#a65335);color:#fff;box-shadow:0 10px 22px #c46f4a38}.contact-icon svg{width:26px;height:26px}.contact-content{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.contact-content>span{color:#8a96a3;font-size:12px;font-weight:600;margin-bottom:2px}.contact-content strong{color:#253746;font-size:15px;font-weight:700;margin-bottom:3px}.contact-content a{display:inline-flex;align-items:center;gap:8px;color:#b25e3e;font-size:15px;font-weight:700;text-decoration:none;transition:color .2s ease}.contact-content a:hover{color:#8f4228}.arrow{display:inline-block;transition:transform .2s ease}.contact-content a:hover .arrow{transform:translate(-4px)}.thank-you{margin-top:25px;color:#8b96a3;font-size:13px;font-weight:500;animation:fadeUp .7s .4s ease both}.thank-you span{position:relative}.thank-you span:before,.thank-you span:after{content:"";display:inline-block;width:25px;height:1px;margin:0 12px;vertical-align:middle;background:#d8dee5}footer{position:absolute;bottom:28px;z-index:2;display:flex;align-items:center;gap:10px;color:#9aa5b1;font-size:11px;font-weight:600;animation:fadeUp .7s .5s ease both}.footer-divider{color:#c46f4a}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 0 5px #c46f4a1a}50%{box-shadow:0 0 0 9px #c46f4a0a}}@media (max-width: 600px){.landing{padding:35px 18px 80px}.brand{margin-bottom:28px;padding:0}.logo{width:220px;max-width:75vw}.status-badge{font-size:11px;margin-bottom:18px}h1{font-size:34px;line-height:1.4;letter-spacing:-.8px}.description{margin:18px 0 25px;font-size:14px;line-height:2}.contact-card{padding:17px;gap:13px;border-radius:17px}.contact-icon{width:48px;height:48px;border-radius:13px}.contact-icon svg{width:22px;height:22px}.contact-content>span{font-size:10px}.contact-content strong,.contact-content a{font-size:13px}.thank-you{font-size:11px}.thank-you span:before,.thank-you span:after{width:15px;margin:0 7px}footer{bottom:20px;font-size:9px}}@media (max-width: 380px){.landing{padding-left:14px;padding-right:14px}.logo{width:195px}h1{font-size:30px}.description{font-size:13px}.contact-card{padding:14px}.contact-icon{width:44px;height:44px}.contact-content strong,.contact-content a{font-size:12px}}
