:root{--navy:#081333;--gold:#b68f40;--ivory:#fdf8f0;--paper:#fffdf9;--muted:#687082;--line:rgba(8,19,51,.14);--ease:cubic-bezier(.2,.8,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--navy);font-family:Alexandria,Cairo,"IBM Plex Sans Arabic",sans-serif}.tem-header{height:94px;position:fixed;inset:0 0 auto;z-index:50;background:var(--ivory);border-bottom:1px solid rgba(8,19,51,.07);transition:.35s}.tem-header.is-scrolled{box-shadow:0 14px 42px rgba(8,19,51,.08)}.tem-header__inner{height:100%;max-width:1380px;margin:auto;padding:8px 24px;display:flex;align-items:center;gap:26px}.tem-brand{margin-left:auto}.tem-brand img{width:240px;height:72px;object-fit:contain}.tem-nav{display:flex;gap:27px;align-items:center}.tem-nav a{color:#35405b;text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap;position:relative}.tem-nav a:after{content:"";position:absolute;height:2px;background:var(--gold);inset:auto 50% -12px;transition:.3s}.tem-nav a:hover:after{inset-inline:0}.tem-header__actions{display:flex;align-items:center;gap:10px;margin-right:auto}.tem-lang{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:white;border:1px solid rgba(8,19,51,.16);text-decoration:none;color:var(--navy);font-weight:800}.tem-menu-toggle{display:none}.tem-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:white;text-decoration:none;border-radius:999px;padding:15px 25px;font-weight:800;font-size:13px;box-shadow:0 12px 34px rgba(182,143,64,.22);transition:transform .3s var(--ease),box-shadow .3s}.tem-btn:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(182,143,64,.32)}.tem-btn--small{padding:13px 18px;font-size:11px}.tem-kicker{color:var(--gold);font:750 10px "DM Sans",sans-serif;letter-spacing:.2em;text-transform:uppercase}.tem-hero{height:100vh;min-height:760px;padding-top:94px;position:relative;overflow:hidden;display:flex;align-items:center}.tem-hero__photo{position:absolute;inset:94px 0 0;width:100%;height:calc(100% - 94px);object-fit:cover}.tem-hero__shade{position:absolute;inset:94px 0 0;background:linear-gradient(90deg,rgba(253,248,240,.99),rgba(253,248,240,.96) 31%,rgba(253,248,240,.63) 50%,rgba(253,248,240,.05) 72%)}.tem-motion-pattern{position:absolute;width:700px;height:700px;object-fit:cover;opacity:.045;inset:auto 35% -18%;mix-blend-mode:multiply;animation:tem-drift 28s linear infinite}.tem-hero__copy{position:relative;z-index:2;width:min(665px,48vw);margin-right:max(28px,calc((100vw - 1320px)/2));padding:140px 0 100px}.tem-hero__copy .tem-kicker{margin:0 0 26px}.tem-hero h1{font-size:clamp(46px,4.35vw,68px);line-height:1.34;letter-spacing:-.025em;margin:0;font-weight:600}.tem-hero h1 em{display:block;color:var(--gold);font-style:normal;font-weight:800;margin-top:8px;line-height:1.32}.tem-hero__copy>p:not(.tem-kicker){max-width:610px;margin:30px 0 0;color:#4f596e;line-height:2.05;font-size:15px}.tem-hero__buttons{display:flex;gap:32px;align-items:center;margin:36px 0 28px}.tem-text-link{color:var(--navy);text-decoration:none;border-bottom:1px solid rgba(8,19,51,.34);padding:10px 0}.tem-hero__meta{display:flex;gap:25px;color:#5b6476;font:650 10px "DM Sans",sans-serif}.tem-hero__meta span+span{border-right:1px solid rgba(8,19,51,.18);padding-right:25px}.tem-section{max-width:1240px;margin:auto;padding:120px 28px}.tem-problem{display:grid;grid-template-columns:110px 1.2fr .8fr;gap:55px}.tem-index{font:400 88px "DM Sans",sans-serif;color:rgba(182,143,64,.32)}h2{font-size:clamp(37px,4.6vw,62px);line-height:1.25;letter-spacing:-.03em;margin:0}.tem-problem>p{color:var(--muted);line-height:2;margin-top:38px}.tem-method{background:var(--navy);color:white;position:relative;overflow:hidden}.tem-method:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 0%,rgba(182,143,64,.16),transparent 36%)}.tem-method__head{text-align:center;padding-bottom:46px;position:relative}.tem-method__head>p:last-child{color:#b8c1d2;line-height:1.9}.tem-method__grid{padding-top:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative}.tem-method__grid article{border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:34px;min-height:280px;background:rgba(255,255,255,.025);transition:.4s}.tem-method__grid article:hover{transform:translateY(-7px);background:rgba(255,255,255,.07)}.tem-method__grid span{color:var(--gold)}.tem-method__grid h3{font-size:25px;margin:55px 0 12px}.tem-method__grid p{color:#aeb8ca;line-height:1.9}.tem-heba{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.tem-heba__image{height:660px;border-radius:28px;overflow:hidden}.tem-heba__image img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}.tem-heba:hover img{transform:scale(1.025)}.tem-heba>div:last-child>p:not(.tem-kicker){color:var(--muted);line-height:2}.tem-heba blockquote{font-size:22px;line-height:1.9;border-right:3px solid var(--gold);padding-right:24px;margin:30px 0}.tem-gold-link{color:var(--gold);font-weight:800;text-decoration:none}.tem-section-title{display:grid;grid-template-columns:.45fr 1.55fr;gap:50px;margin-bottom:56px}.tem-services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.tem-service{height:500px;border-radius:24px;overflow:hidden;position:relative;color:white;text-decoration:none;box-shadow:0 22px 60px rgba(8,19,51,.12)}.tem-service:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,11,31,.84),rgba(4,11,31,.08) 65%)}.tem-service img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.tem-service:hover img{transform:scale(1.065)}.tem-service>span{position:absolute;z-index:2;top:24px;left:24px;color:#d8bc78}.tem-service>div{position:absolute;z-index:2;inset:auto 27px 28px}.tem-service h3{font-size:25px;margin:0}.tem-service p{color:#d7dce5;line-height:1.8}.tem-service b{font-size:28px;color:#d8bc78}.tem-offer{max-width:1240px;border-radius:32px;margin-block:70px;background:var(--navy);color:white;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center;padding-inline:70px}.tem-offer>div>p:last-child{color:#bdc5d4;line-height:2}.tem-offer aside{display:grid;justify-items:center}.tem-offer del{font-size:24px;color:#8994a8}.tem-offer strong{font:650 90px "DM Sans",sans-serif;line-height:1}.tem-offer aside span{color:#d8bc78;margin:10px 0 24px}.tem-inner{min-height:760px;padding-top:94px;position:relative;display:flex;align-items:flex-end;color:white;background:var(--navy)}.tem-inner>img:first-child{position:absolute;inset:94px 0 0;width:100%;height:calc(100% - 94px);object-fit:cover}.tem-inner__overlay{position:absolute;inset:94px 0 0;background:linear-gradient(270deg,rgba(4,11,31,.88),rgba(4,11,31,.47) 58%,rgba(4,11,31,.18))}.tem-inner__copy{position:relative;z-index:2;max-width:850px;margin-right:max(28px,calc((100vw - 1240px)/2));padding:205px 0 90px}.tem-inner h1{font-size:clamp(58px,7vw,100px);line-height:1.05;margin:18px 0}.tem-inner__copy>p:not(.tem-kicker){max-width:720px;color:#d3d9e5;line-height:2;font-size:17px}.tem-facts{display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper);border-bottom:1px solid var(--line);padding-inline:max(28px,calc((100vw - 1240px)/2))}.tem-facts div{height:92px;display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--line)}.tem-facts span{color:var(--gold)}.tem-page-sections article{display:grid;grid-template-columns:100px 1fr;padding:65px 0;border-bottom:1px solid var(--line)}.tem-page-sections article>span{color:var(--gold)}.tem-page-sections article>div{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px}.tem-page-sections p{color:var(--muted);line-height:2;font-size:16px}.tem-final{min-height:690px;position:relative;color:white;display:grid;place-items:center;text-align:center;background:var(--navy);overflow:hidden}.tem-final>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tem-final>div{position:absolute;inset:0;background:rgba(4,11,31,.79)}.tem-final article{position:relative;z-index:2;max-width:900px;padding:90px 24px}.tem-final article>p:not(.tem-kicker){color:#c3cad8;line-height:1.9}.tem-footer{min-height:140px;background:var(--paper);border-top:1px solid var(--line);padding:26px max(28px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr auto auto;gap:40px;align-items:center;color:#5b6476;font-size:12px}.tem-footer>img{width:220px;height:76px;object-fit:contain}.tem-footer a{color:var(--navy);text-decoration:none}.tem-social{display:flex;gap:14px}.tem-social a{color:var(--gold);font-weight:800}.tem-whatsapp{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#23b963;color:white;text-decoration:none;font:800 11px "DM Sans",sans-serif;box-shadow:0 12px 32px rgba(0,0,0,.25);animation:tem-pulse 2.4s infinite}[data-reveal]{opacity:0;transform:translateY(34px);transition:opacity .85s var(--ease),transform .85s var(--ease)}[data-reveal].is-visible{opacity:1;transform:none}@keyframes tem-drift{to{transform:rotate(360deg)}}@keyframes tem-pulse{50%{box-shadow:0 0 0 14px rgba(35,185,99,0),0 12px 32px rgba(0,0,0,.25)}}@media(max-width:1120px){.tem-brand img{width:190px}.tem-nav{gap:15px}.tem-nav a{font-size:10px}.tem-btn--small{display:none}.tem-hero__copy{width:min(610px,50vw)}}@media(max-width:880px){.tem-header{height:78px}.tem-header__inner{padding:8px 17px}.tem-brand img{width:170px;height:58px}.tem-menu-toggle{display:block;margin-right:auto;width:42px;height:42px;border-radius:50%;background:white;border:1px solid var(--line)}.tem-nav{display:none;position:absolute;inset:78px 0 auto;background:var(--ivory);padding:25px;flex-direction:column;box-shadow:0 28px 45px rgba(8,19,51,.12)}.tem-nav.is-open{display:flex}.tem-header__actions{margin:0}.tem-lang{display:none}.tem-hero{padding-top:78px}.tem-hero__photo{inset:78px 0 0;height:calc(100% - 78px)}.tem-hero__shade{inset:78px 0 0;background:rgba(253,248,240,.87)}.tem-hero__copy{width:auto;margin:0;padding:125px 25px 80px;text-align:center}.tem-hero h1{font-size:clamp(40px,9vw,55px);line-height:1.42}.tem-hero h1 em{line-height:1.4}.tem-hero__copy>p:not(.tem-kicker){margin-top:24px}.tem-hero__buttons,.tem-hero__meta{justify-content:center}.tem-problem,.tem-heba,.tem-section-title{grid-template-columns:1fr}.tem-index{display:none}.tem-method__grid,.tem-services{grid-template-columns:1fr}.tem-heba__image{height:590px}.tem-service{height:420px}.tem-offer{grid-template-columns:1fr;text-align:center;border-radius:0;margin:0}.tem-inner{padding-top:78px;min-height:690px}.tem-inner>img:first-child,.tem-inner__overlay{inset:78px 0 0}.tem-inner>img:first-child{height:calc(100% - 78px)}.tem-inner__copy{padding:190px 24px 80px;margin:0}.tem-facts{grid-template-columns:1fr}.tem-facts div{border-right:0;border-top:1px solid var(--line)}.tem-page-sections article>div{grid-template-columns:1fr}.tem-footer{grid-template-columns:1fr;text-align:center;justify-items:center}.tem-section{padding:90px 24px}}@media(max-width:520px){.tem-hero__buttons{flex-direction:column}.tem-hero__meta{flex-wrap:wrap}.tem-hero__meta span+span{border:0;padding:0}.tem-heba__image{height:470px}.tem-inner h1{font-size:48px}.tem-page-sections article{grid-template-columns:45px 1fr;padding:45px 0}.tem-offer{padding-inline:24px}.tem-offer strong{font-size:72px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reveal]{opacity:1;transform:none}}
