
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html, body { height: 100%; font-family: 'Cairo', sans-serif; scroll-behavior: smooth; direction: rtl; text-align: right; background-color: #ffffff; }
        a { text-decoration: none;
            color:white
         }

        .macbook-pro { background-color: #ffffff; width: 100%; min-height: 90vh; display: flex; flex-direction: column; }
/* Navigation Bar - Responsive (unified) */
        .macbook-pro .frame {
            display: flex;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: #ffffff;
            padding: 14px 5%;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid rgba(3,120,216,0.06);
        }

        .macbook-pro .container {
            display: flex;
            max-width: 900px;
            width: 100%;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 6px;
            background: linear-gradient(90deg,#007ee6,#0056b3);
            border-radius: 40px;
        }

        .macbook-pro .div-wrapper,
        .macbook-pro .div,
        .macbook-pro .frame-2 {
            display: flex;
            height: 48px;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 6px 14px;
            flex: 1;
            border-radius: 40px;
            cursor: pointer;
            transition: all 0.18s ease;
            color: #fff;
        }

        .macbook-pro .div-wrapper:hover,
        .macbook-pro .div:hover,
        .macbook-pro .frame-2:hover {
            background-color: rgba(255, 255, 255, 0.12);
        }

        .macbook-pro .frame-2 {
            background: transparent;
            color: #fff;
        }

        .macbook-pro .frame-2.active-link {
            background-color: #ffffff;
            border: 2px solid #007ee6;
            box-shadow: 0 0 8px rgba(0, 126, 230, 0.3);
        }

        .macbook-pro .div-wrapper.active-link,
        .macbook-pro .div.active-link {
            background-color: rgba(255, 255, 255, 0.3);
            border: 2px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        }

        .macbook-pro .text-wrapper {
            font-family: "Cairo", Helvetica;
            font-weight: 400;
            color: #ffffff;
            font-size: 16px;
            line-height: 24px;
            white-space: nowrap;
        }

        .macbook-pro .text-wrapper-2 {
            font-family: "Cairo", Helvetica;
            font-weight: 400;
            color: #ffffff;
            font-size: 16px;
            line-height: 24px;
            white-space: nowrap;
        }

        .macbook-pro .image {
            width: 78px;
            height: 98px;
            object-fit: cover;
        }

        /* Main */
        .macbook-pro .frame-wrapper { display: flex; width: 100%; max-width: 1400px; margin: 0 auto; flex-direction: column; align-items: center; gap: 80px; padding: 180px 5% 40px; }
        .macbook-pro .frame-3 { display: flex; flex-direction: column; align-items: center; gap: 80px; width: 100%; }

        /* Form */
        .macbook-pro .frame-4 { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 40px; background-color: #ffffff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); width: 100%; max-width: 600px; }
        .macbook-pro .frame-5 { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; width: 100%; }
        .macbook-pro .text-wrapper-3 { font-family: "Cairo", Helvetica; font-weight: 700; color: #161617; font-size: clamp(20px, 3vw, 24px); line-height: 36px; }
        .macbook-pro .button { display: flex; width: 100%; max-width: 569px; height: 48px; align-items: center; justify-content: flex-end; gap: 8px; padding: 0 12px; background-color: #f9fafb; border-radius: 8px; border: 1px solid #d7d7d7; }
        .macbook-pro .button input { width: 100%; border: none; background: transparent; font-family: "Cairo", Helvetica; font-size: 16px; color: #161617; text-align: right; outline: none; padding: 0; }
        .macbook-pro .button input::placeholder { color: #9f9f9f; }
        .macbook-pro .frame-6 { display: flex; min-width: 112px; height: 44px; align-items: center; justify-content: center; gap: 10px; padding: 8px 12px; background-color: #007ee6; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; }
        .macbook-pro .frame-6:hover { background-color: #0066cc; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 126, 230, 0.3); }

        /* CTA */
        .macbook-pro .membership { position: relative; width: 100%; max-width: 1432px; min-height: 345px; background-color: #17202c; border-radius: 50px; overflow: hidden; padding: 60px 20px; display: flex; align-items: center; justify-content: center; }
        .macbook-pro .frame-7 { display: flex; flex-direction: column; width: 100%; max-width: 896px; align-items: center; gap: 31px; z-index: 2; }
        .macbook-pro .text-wrapper-5 { font-family: "Cairo", Helvetica; font-weight: 600; color: #ffffff; font-size: clamp(24px, 4vw, 36px); text-align: center; line-height: 1.3; }
        .macbook-pro .p { font-family: "Cairo", Helvetica; font-weight: 400; color: #ffffff; font-size: clamp(16px, 2vw, 18px); text-align: center; line-height: 1.6; }
        .macbook-pro .button-2 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; background-color: #ffffff; border-radius: 55px; box-shadow: 0px 25px 50px -12px #00000040; border: none; cursor: pointer; transition: all 0.3s ease; }
        .macbook-pro .button-2:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
        .macbook-pro .text-wrapper-6 { font-family: "Cairo", Helvetica; font-weight: 400; color: #161617; font-size: 16px; }

        /* Footer */
.footer { display: flex; flex-direction: column; padding: 64px 5% 32px 5%; background: linear-gradient(180deg, rgba(0, 82, 151, 1) 0%, rgba(0, 53, 97, 1) 100%); color: #ffffff; width: 100%; }
.container-7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 48px; margin-bottom: 48px; }
 .text-wrapper-11 { font-family: "Cairo", Helvetica; font-weight: 400; color: #d4d4d4; font-size: 14px; line-height: 1.6; }
 .text-wrapper-12 { font-family: "Cairo", Helvetica; font-weight: 600; color: #ffffff; font-size: 16px; margin-bottom: 16px; }
.link { color: #d4d4d4; font-family: "Cairo", Helvetica; font-size: 16px; margin-bottom: 8px; display: block; transition: color 0.3s ease; }
.link:hover { color: #ffffff; }
.element { font-family: "Cairo", Helvetica; font-weight: 400; color: #99a1ae; font-size: 14px; text-align: center; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, 0.1); }

        @media (max-width: 768px) {
            .macbook-pro .image { width: 60px; height: 75px; }
            .macbook-pro .container { padding: 6px; }
            .macbook-pro .div-wrapper, .macbook-pro .div, .macbook-pro .frame-2 { height: 42px; padding: 4px 8px; }
            .macbook-pro .text-wrapper, .macbook-pro .text-wrapper-2 { font-size: 14px; }
            .macbook-pro .create-plan { padding: 30px 20px; }
            .macbook-pro .frame-6 { flex-direction: column; }
            .macbook-pro .container-3 { min-width: 100%; }
        }

        @media (max-width: 480px) {
            .macbook-pro .frame { flex-direction: column; gap: 15px; padding: 15px; }
            .macbook-pro .container { width: 100%; }
            .macbook-pro .frame-wrapper { padding: 200px 5% 30px; }
        }
   